Searched refs:X86_64_RELOC_GOT (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/gas64/
H A Dgas-macho64-pic.asm14 # r_type=X86_64_RELOC_GOT, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
H A Dgas-macho64.asm15 # 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/
H A Dnasm-macho64-pic.asm16 ; r_type=X86_64_RELOC_GOT, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachORelocationInfo.cpp67 case X86_64_RELOC_GOT:
H A DX86MachObjectWriter.cpp282 Type = MachO::X86_64_RELOC_GOT;
320 Type = MachO::X86_64_RELOC_GOT;
326 Type = MachO::X86_64_RELOC_GOT;
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
H A Dmacho-objfmt.c254 X86_64_RELOC_GOT = 4, /* other GOT references */ enumerator in enum:macho_reloc::reloc_type_x86_64
490 reloc->type = X86_64_RELOC_GOT;
509 if (reloc->type == X86_64_RELOC_GOT) {
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp355 case MachO::X86_64_RELOC_GOT:
742 if (Arch == Triple::x86_64 && (RelType == MachO::X86_64_RELOC_GOT ||
/external/llvm/include/llvm/Support/
H A DMachO.h511 X86_64_RELOC_GOT = 4, enumerator in enum:llvm::MachO::RelocationInfoType
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp927 "X86_64_RELOC_GOT",
1030 case MachO::X86_64_RELOC_GOT: {

Completed in 346 milliseconds