Searched defs:relocation (Results 1 – 8 of 8) sorted by relevance
14 Elf32_Rel relocation = {addr, R_ARM_RELATIVE}; in AddRelocation() local18 bool CheckRelocation(Elf32_Addr addr, const Elf32_Rel& relocation) { in CheckRelocation()
85 const Elf32_Rel relocation = {addr, R_ARM_RELATIVE}; in Uncondense() local
656 const Elf32_Rel* relocation = &relocations[i]; in AdjustRelocationTargets() local704 Elf32_Rel* relocation = &relocations->at(i); in AdjustRelocations() local737 const Elf32_Rel& relocation = relocations[i]; in PackRelocations() local918 const Elf32_Rel& relocation = relocations[i]; in UnpackRelocations() local
252 ptrdiff_t relocation = in Init() local
272 struct relocation { struct273 uint32_t VirtualAddress;274 uint32_t SymbolTableIndex;275 uint16_t Type;
775 uint64 relocation = (elf_type == ET_DYN) ? start_address : 0; in SymbolizeAndDemangle() local