Searched defs:relocation (Results 1 – 6 of 6) sorted by relevance
96 void ObjectCodeEmitter::addRelocation(const MachineRelocation& relocation) { in addRelocation()
196 struct relocation { struct197 uint32_t VirtualAddress;198 uint32_t SymbolTableIndex;199 uint16_t Type;
344 void addRelocation(const MachineRelocation& relocation) { in addRelocation()
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;
208 …static void *relocateSymbol(const ElfHeader *elfHeader, const Elf32_Rel &relocation, const Section… in relocateSymbol()292 …static void *relocateSymbol(const ElfHeader *elfHeader, const Elf64_Rela &relocation, const Sectio… in relocateSymbol()391 … const Elf32_Rel &relocation = ((const Elf32_Rel*)(elfImage + sectionHeader[i].sh_offset))[index]; in loadImage() local401 …const Elf64_Rela &relocation = ((const Elf64_Rela*)(elfImage + sectionHeader[i].sh_offset))[index]; in loadImage() local