Searched refs:toOffset (Results 1 – 1 of 1) sorted by relevance
44 BOOL _GFDRelocateBlockEx(GFDBlockRelocationHeader *pTrailer, u32 fromOffset, u32 toOffset, char *pD…1332 BOOL _GFDRelocateBlockEx(GFDBlockRelocationHeader *pTrailer, u32 fromOffset, u32 toOffset, char *pD… in _GFDRelocateBlockEx() argument1357 *pPatchLoc = (u32) ( GFDCleanTag(*pPatchLoc) - fromOffset + toOffset); in _GFDRelocateBlockEx()1361 …pTrailer->basePatchAddress = toOffset; // store offset away so we don't step on ourselv… in _GFDRelocateBlockEx()