Searched defs:relocation (Results 1 – 18 of 18) sorted by relevance
144 struct relocation { struct161 struct relocation reloc; argument
70 ptrdiff_t relocation; member
218 ptrdiff_t relocation = in Init() local
79 ptrdiff_t relocation; member
289 struct relocation { struct290 uint32_t VirtualAddress;291 uint32_t SymbolTableIndex;292 uint16_t Type;
294 struct relocation { struct295 uint32_t VirtualAddress;296 uint32_t SymbolTableIndex;297 uint16_t Type;
324 struct relocation { struct325 uint32_t VirtualAddress;326 uint32_t SymbolTableIndex;327 uint16_t Type;
325 struct relocation { struct326 uint32_t VirtualAddress;327 uint32_t SymbolTableIndex;328 uint16_t Type;
484 static void *relocateSymbol(const ElfHeader *elfHeader, const Elf32_Rel &relocation, const SectionH… in relocateSymbol()569 static void *relocateSymbol(const ElfHeader *elfHeader, const Elf64_Rela &relocation, const Section… in relocateSymbol()700 … const Elf32_Rel &relocation = ((const Elf32_Rel *)(elfImage + sectionHeader[i].sh_offset))[index]; in loadImage() local710 …const Elf64_Rela &relocation = ((const Elf64_Rela *)(elfImage + sectionHeader[i].sh_offset))[index… in loadImage() local