Searched defs:X86_64_RELOC_GOT (Results 1 - 2 of 2) sorted by relevance

/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/include/llvm/Support/
H A DMachO.h511 X86_64_RELOC_GOT = 4, enumerator in enum:llvm::MachO::RelocationInfoType

Completed in 92 milliseconds