HomeSort by relevance Sort by last modified time
    Searched defs:X86_64_RELOC_GOT (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
macho-objfmt.c 254 X86_64_RELOC_GOT = 4, /* other GOT references */
490 reloc->type = X86_64_RELOC_GOT;
509 if (reloc->type == X86_64_RELOC_GOT) {
    [all...]
  /external/llvm/include/llvm/Support/
MachO.h 511 X86_64_RELOC_GOT = 4,
    [all...]

Completed in 51 milliseconds