Searched refs:X86_64_RELOC_GOT (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/gas64/ |
D | gas-macho64-pic.asm | 14 # r_type=X86_64_RELOC_GOT, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
|
D | gas-macho64.asm | 15 # r_type=X86_64_RELOC_GOT, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm64/ |
D | nasm-macho64-pic.asm | 16 ; r_type=X86_64_RELOC_GOT, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 282 Type = MachO::X86_64_RELOC_GOT; in RecordX86_64Relocation() 320 Type = MachO::X86_64_RELOC_GOT; in RecordX86_64Relocation() 326 Type = MachO::X86_64_RELOC_GOT; in RecordX86_64Relocation()
|
D | X86MachORelocationInfo.cpp | 67 case X86_64_RELOC_GOT: in createExprForRelocation()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/ |
D | macho-objfmt.c | 254 X86_64_RELOC_GOT = 4, /* other GOT references */ enumerator 490 reloc->type = X86_64_RELOC_GOT; in macho_objfmt_output_value() 509 if (reloc->type == X86_64_RELOC_GOT) { in macho_objfmt_output_value()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldMachO.cpp | 355 case MachO::X86_64_RELOC_GOT: in resolveX86_64Relocation() 742 if (Arch == Triple::x86_64 && (RelType == MachO::X86_64_RELOC_GOT || in processRelocationRef()
|
/external/llvm/include/llvm/Support/ |
D | MachO.h | 511 X86_64_RELOC_GOT = 4, enumerator
|
/external/llvm/test/tools/llvm-readobj/ |
D | reloc-types.test | 607 MACHO-64: Type: X86_64_RELOC_GOT (4)
|
/external/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 1030 case MachO::X86_64_RELOC_GOT: { in getRelocationValueString()
|