Searched refs:X86_64_RELOC_GOT_LOAD (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.asm10 # r_type=X86_64_RELOC_GOT_LOAD, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
H A Dgas-macho64.asm11 # r_type=X86_64_RELOC_GOT_LOAD, 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.asm12 ; r_type=X86_64_RELOC_GOT_LOAD, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachORelocationInfo.cpp64 case X86_64_RELOC_GOT_LOAD:
H A DX86MachObjectWriter.cpp280 Type = MachO::X86_64_RELOC_GOT_LOAD;
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp354 case MachO::X86_64_RELOC_GOT_LOAD:
743 RelType == MachO::X86_64_RELOC_GOT_LOAD)) {
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
H A Dmacho-objfmt.c253 X86_64_RELOC_GOT_LOAD = 3, /* a MOVQ load of a GOT entry */ enumerator in enum:macho_reloc::reloc_type_x86_64
512 reloc->type = X86_64_RELOC_GOT_LOAD;
/external/llvm/include/llvm/Support/
H A DMachO.h510 X86_64_RELOC_GOT_LOAD = 3, enumerator in enum:llvm::MachO::RelocationInfoType
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp926 "X86_64_RELOC_GOT_LOAD",
1029 case MachO::X86_64_RELOC_GOT_LOAD:

Completed in 158 milliseconds