Home
last modified time | relevance | path

Searched refs:i_rsoExp (Results 1 – 2 of 2) sorted by relevance

/RvlRsoSDK-3.2/build/demos/rsodemo/LinkFar/src/
Dstatic.c40 static u32 *LinkFar(RSOObjectHeader *i_rsoImp,RSOObjectHeader *i_rsoExp) in LinkFar() argument
42 int a_size = RSOGetFarCodeSize(i_rsoImp,i_rsoExp); in LinkFar()
53 RSOLinkFar(i_rsoImp,i_rsoExp,a_buff); in LinkFar()
70 static u32 *LinkFarMem2(RSOObjectHeader *i_rsoImp,RSOObjectHeader *i_rsoExp) in LinkFarMem2() argument
72 int a_size = RSOGetFarCodeSize(i_rsoImp,i_rsoExp); in LinkFarMem2()
83 RSOLinkFar(i_rsoImp,i_rsoExp,a_buff); in LinkFarMem2()
/RvlRsoSDK-3.2/include/revolution/
DRSOLink.h75 void RSOMakeJumpCode(const RSOObjectHeader *i_rsoExp,void *i_buff);
76 int RSOLinkJump(RSOObjectHeader* i_rsoImp,const RSOObjectHeader* i_rsoExp,void *i_buff);