Searched refs:getNewFunctionAddress (Results 1 – 2 of 2) sorted by relevance
210 uint64_t getNewFunctionAddress(uint64_t OldAddress);
4434 NewEhdr.e_entry = getNewFunctionAddress(NewEhdr.e_entry); in patchELFSectionHeaderTable()5033 if (uint64_t NewAddress = getNewFunctionAddress(*GOTEntry)) { in patchELFGOT()5088 if (uint64_t NewAddress = getNewFunctionAddress(Dyn.getPtr())) { in patchELFDynamic()5208 uint64_t RewriteInstance::getNewFunctionAddress(uint64_t OldAddress) { in getNewFunctionAddress() function in RewriteInstance5217 if (uint64_t Function = getNewFunctionAddress(OldAddress)) in getNewFunctionOrDataAddress()