Home
last modified time | relevance | path

Searched defs:relocation (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DObjectCodeEmitter.cpp96 void ObjectCodeEmitter::addRelocation(const MachineRelocation& relocation) { in addRelocation()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DCOFF.h196 struct relocation { struct
197 uint32_t VirtualAddress;
198 uint32_t SymbolTableIndex;
199 uint16_t Type;
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DBinaryObject.h344 void addRelocation(const MachineRelocation& relocation) { in addRelocation()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCOFF.h294 struct relocation { struct
295 uint32_t VirtualAddress;
296 uint32_t SymbolTableIndex;
297 uint16_t Type;
/external/llvm/include/llvm/Support/
DCOFF.h289 struct relocation { struct
290 uint32_t VirtualAddress;
291 uint32_t SymbolTableIndex;
292 uint16_t Type;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DCOFF.h325 struct relocation { struct
326 uint32_t VirtualAddress;
327 uint32_t SymbolTableIndex;
328 uint16_t Type;
/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp216 …static void *relocateSymbol(const ElfHeader *elfHeader, const Elf32_Rel &relocation, const Section… in relocateSymbol()
301 …static void *relocateSymbol(const ElfHeader *elfHeader, const Elf64_Rela &relocation, const Sectio… in relocateSymbol()
406 … const Elf32_Rel &relocation = ((const Elf32_Rel*)(elfImage + sectionHeader[i].sh_offset))[index]; in loadImage() local
416 …const Elf64_Rela &relocation = ((const Elf64_Rela*)(elfImage + sectionHeader[i].sh_offset))[index]; in loadImage() local