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

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
H A Dmacho-objfmt.c250 X86_64_RELOC_UNSIGNED = 0, /* for absolute addresses */ enumerator in enum:macho_reloc::reloc_type_x86_64
255 X86_64_RELOC_SUBTRACTOR = 5, /* must be followed by a X86_64_RELOC_UNSIGNED */
524 reloc->type = X86_64_RELOC_UNSIGNED;
/external/llvm/include/llvm/Support/
H A DMachO.h507 X86_64_RELOC_UNSIGNED = 0, enumerator in enum:llvm::MachO::RelocationInfoType

Completed in 53 milliseconds