HomeSort by relevance Sort by last modified time
    Searched refs:X86_64_RELOC_GOT_LOAD (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/gas64/
gas-macho64-pic.asm 10 # r_type=X86_64_RELOC_GOT_LOAD, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
gas-macho64.asm 11 # 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/
nasm-macho64-pic.asm 12 ; 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/
X86MachORelocationInfo.cpp 64 case X86_64_RELOC_GOT_LOAD:
X86MachObjectWriter.cpp 280 Type = MachO::X86_64_RELOC_GOT_LOAD;
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 354 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/
macho-objfmt.c 253 X86_64_RELOC_GOT_LOAD = 3, /* a MOVQ load of a GOT entry */
512 reloc->type = X86_64_RELOC_GOT_LOAD;
    [all...]
  /external/llvm/include/llvm/Support/
MachO.h 510 X86_64_RELOC_GOT_LOAD = 3,
    [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp 926 "X86_64_RELOC_GOT_LOAD",
1029 case MachO::X86_64_RELOC_GOT_LOAD:
    [all...]

Completed in 388 milliseconds