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/ |
D | gas-macho64.asm | 35 # 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/ |
D | X86MachObjectWriter.cpp | 134 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()
|
D | X86MachORelocationInfo.cpp | 83 if (RType != X86_64_RELOC_UNSIGNED) in createExprForRelocation()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldMachO.cpp | 351 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/ |
D | macho-objfmt.c | 250 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/ |
D | MachO.h | 507 X86_64_RELOC_UNSIGNED = 0, enumerator
|
/external/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 1045 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/ |
D | reloc-types.test | 603 MACHO-64: Type: X86_64_RELOC_UNSIGNED (0)
|