Home
last modified time | relevance | path

Searched refs:RIT_X86_64_GOT (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp270 Type = macho::RIT_X86_64_GOT; in RecordX86_64Relocation()
307 Type = macho::RIT_X86_64_GOT; in RecordX86_64Relocation()
313 Type = macho::RIT_X86_64_GOT; in RecordX86_64Relocation()
/external/swiftshader/third_party/LLVM/include/llvm/Object/
DMachOFormat.h352 RIT_X86_64_GOT = 4, enumerator
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp67 case macho::RIT_X86_64_GOT: in resolveX86_64Relocation()
/external/llvm/test/tools/llvm-readobj/Inputs/
Drelocs.py1066 RIT_X86_64_GOT = 4 variable in Relocs_Macho_X86_64