Home
last modified time | relevance | path

Searched refs:X86_64_RELOC_UNSIGNED (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/gas64/
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/
DX86MachObjectWriter.cpp134 Type = MachO::X86_64_RELOC_UNSIGNED; in RecordX86_64Relocation()
201 Type = MachO::X86_64_RELOC_UNSIGNED; in RecordX86_64Relocation()
334 Type = MachO::X86_64_RELOC_UNSIGNED; in RecordX86_64Relocation()
DX86MachORelocationInfo.cpp83 if (RType != X86_64_RELOC_UNSIGNED) in createExprForRelocation()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp351 case MachO::X86_64_RELOC_UNSIGNED: in resolveX86_64Relocation()
758 MachO::X86_64_RELOC_UNSIGNED, Value.Addend, false, in processRelocationRef()
768 MachO::X86_64_RELOC_UNSIGNED, Addend, true, in processRelocationRef()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
Dmacho-objfmt.c250 X86_64_RELOC_UNSIGNED = 0, /* for absolute addresses */ enumerator
524 reloc->type = X86_64_RELOC_UNSIGNED; in macho_objfmt_output_value()
/external/llvm/include/llvm/Support/
DMachO.h507 X86_64_RELOC_UNSIGNED = 0, enumerator
/external/llvm/lib/Object/
DMachOObjectFile.cpp1045 if (RType != MachO::X86_64_RELOC_UNSIGNED) in getRelocationValueString()
1200 if (Type == MachO::X86_64_RELOC_UNSIGNED && Rel.d.a > 0) { in getRelocationHidden()
/external/llvm/test/tools/llvm-readobj/
Dreloc-types.test603 MACHO-64: Type: X86_64_RELOC_UNSIGNED (0)