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