Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/src/lib/gfd/
DgfdInterface.c44 BOOL _GFDRelocateBlockEx(GFDBlockRelocationHeader *pTrailer, u32 fromOffset, u32 toOffset, char *pD…
1332 BOOL _GFDRelocateBlockEx(GFDBlockRelocationHeader *pTrailer, u32 fromOffset, u32 toOffset, char *pD… in _GFDRelocateBlockEx() argument
1357 *pPatchLoc = (u32) ( GFDCleanTag(*pPatchLoc) - fromOffset + toOffset); in _GFDRelocateBlockEx()
1361 …pTrailer->basePatchAddress = toOffset; // store offset away so we don't step on ourselv… in _GFDRelocateBlockEx()