Searched refs:X86_64_RELOC_UNSIGNED (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/gas64/
H A Dgas-macho64.asm35 # r_type=X86_64_RELOC_UNSIGNED,r_length=3, r_extern=1,r_pcrel=0, r_symbolnum=_foo
39 # r_type=X86_64_RELOC_UNSIGNED,r_length=3,r_extern=1,r_pcrel=0,r_symbolnum=_foo
44 # r_type=X86_64_RELOC_UNSIGNED,r_length=3,r_extern=1, r_pcrel=0,r_symbolnum=_foo
49 # r_type=X86_64_RELOC_UNSIGNED,r_length=3, r_extern=1,r_pcrel=0,r_symbolnum=_foo
54 # r_type=X86_64_RELOC_UNSIGNED,r_length=2,r_extern=1,r_pcrel=0,r_symbolnum=_foo
69 # r_type=X86_64_RELOC_UNSIGNED,r_length=3,r_extern=1,r_pcrel=0, r_symbolnum= _prev
74 # r_type=X86_64_RELOC_UNSIGNED,r_length=3, r_extern=0, r_pcrel=0, r_symbolnum= 3
81 # r_type=X86_64_RELOC_UNSIGNED,r_length=3,r_extern=1,r_pcrel=0,r_symbolnum=_foo
88 # r_type=X86_64_RELOC_UNSIGNED,r_length=3,r_extern=1,r_pcrel=0,r_symbolnum=_foo
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachORelocationInfo.cpp80 // X86_64_RELOC_UNSIGNED.
83 if (RType != X86_64_RELOC_UNSIGNED)
84 report_fatal_error("Expected X86_64_RELOC_UNSIGNED after "
H A DX86MachObjectWriter.cpp134 Type = MachO::X86_64_RELOC_UNSIGNED;
201 Type = MachO::X86_64_RELOC_UNSIGNED;
334 Type = MachO::X86_64_RELOC_UNSIGNED;
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp351 case MachO::X86_64_RELOC_UNSIGNED:
758 MachO::X86_64_RELOC_UNSIGNED, Value.Addend, false,
768 MachO::X86_64_RELOC_UNSIGNED, Addend, true,
/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
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp923 "X86_64_RELOC_UNSIGNED",
1042 // X86_64_RELOC_UNSIGNED.
1045 if (RType != MachO::X86_64_RELOC_UNSIGNED)
1046 report_fatal_error("Expected X86_64_RELOC_UNSIGNED after "
1049 // The X86_64_RELOC_UNSIGNED contains the minuend symbol;
1198 // On x86_64, X86_64_RELOC_UNSIGNED is hidden only when it follows
1200 if (Type == MachO::X86_64_RELOC_UNSIGNED && Rel.d.a > 0) {

Completed in 178 milliseconds