HomeSort by relevance Sort by last modified time
    Searched refs:Addend (Results 26 - 50 of 89) sorted by null

12 3 4

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
pr13082-6a.d 8 Offset Info Type Sym. Value Symbol's Name \+ Addend
12 Offset Info Type Sym. Value Symbol's Name \+ Addend
pr13082-6b.d 8 Offset Info Type Sym. Value Symbol's Name \+ Addend
12 Offset Info Type Sym. Value Symbol's Name \+ Addend
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 136 /// Addend - the relocation addend encoded in the instruction itself. Also
138 int64_t Addend;
158 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend)
159 : SectionID(id), Offset(offset), RelType(type), Addend(addend),
162 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend,
164 : SectionID(id), Offset(offset), RelType(type), Addend(addend),
167 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend,
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldCOFFI386.h 120 RE.Addend);
136 Sections[RE.Sections.SectionA].getLoadAddressWithOffset(RE.Addend) -
152 Section.getLoadAddress() + RE.Addend - 4 - RE.Offset;
177 assert(static_cast<int32_t>(RE.Addend) <= INT32_MAX &&
179 assert(static_cast<int32_t>(RE.Addend) >= INT32_MIN &&
182 << " RelType: IMAGE_REL_I386_SECREL Value: " << RE.Addend
184 writeBytesUnaligned(RE.Addend, Target, 2);
RuntimeDyldMachOARM.h 74 RE.Addend = decodeAddend(RE);
84 RE.Addend = Value.Offset;
114 writeBytesUnaligned(Value + RE.Addend, LocalAddress, 1 << RE.Size);
119 Value += RE.Addend;
139 Value = SectionABase - SectionBBase + RE.Addend;
255 int64_t Addend = FullImmVal - (AddrA - AddrB);
257 // addend = Encoded - Expected
261 << ", Addend: " << Addend << ", SectionA ID: " << SectionAID
265 RelocationEntry R(SectionID, Offset, RelocType, Addend, SectionAID
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86ELFRelocationInfo.cpp 41 int64_t Addend = *ELFRelocationRef(Rel).getAddend();
49 // If hasAddend is true, then we need to add Addend (r_addend) to Expr.
53 // A: the addend used to compute the value of the relocatable field.
128 if (Expr && hasAddend && Addend != 0)
130 MCConstantExpr::create(Addend, Ctx),
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
tls-js1.d 22 Offset Info Type Sym\.Value Sym\. Name \+ Addend
27 Offset Info Type Sym\.Value Sym\. Name \+ Addend
weakref3.d 18 Offset +Info +Type +Sym.Value +Sym. Name \+ Addend
22 Offset +Info +Type +Sym.Value +Sym. Name \+ Addend
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
elf-rel10.d 6 *Offset * Info * Type * Sym\.Value * Sym\. Name \+ Addend
elf-rel11.d 6 *Offset * Info * Type * Sym\. Value * Sym\. Name \+ Addend
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68k/
got-1.d 18 Offset Info Type Sym.Value Sym. Name \+ Addend
got-multigot-12-13-14-34-35-ok.d 18 Offset Info Type Sym.Value Sym. Name \+ Addend
got-multigot-14-ok.d 18 Offset Info Type Sym.Value Sym. Name \+ Addend
got-negative-12-13-14-34-ok.d 18 Offset Info Type Sym.Value Sym. Name \+ Addend
got-negative-14-ok.d 18 Offset Info Type Sym.Value Sym. Name \+ Addend
got-single-12-ok.d 18 Offset Info Type Sym.Value Sym. Name \+ Addend
got-xgot-12-13-14-15-34-35-ok.d 18 Offset Info Type Sym.Value Sym. Name \+ Addend
got-xgot-15-ok.d 18 Offset Info Type Sym.Value Sym. Name \+ Addend
tls-gd-1.d 19 Offset Info Type Sym.Value Sym. Name \+ Addend
tls-gd-2.d 20 Offset Info Type Sym.Value Sym. Name \+ Addend
tls-gd-ie-1.d 20 Offset Info Type Sym.Value Sym. Name \+ Addend
tls-ie-1.d 20 Offset Info Type Sym.Value Sym. Name \+ Addend
tls-ld-1.d 20 Offset +Info +Type +Sym.Value +Sym. Name \+ Addend
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_atomic_msvc.h 25 char volatile *Addend, char Value); // NOLINT
28 short volatile *Addend, short Value); // NOLINT
31 long volatile *Addend, long Value); // NOLINT
34 long volatile * Addend, long Value); // NOLINT
57 long long volatile * Addend, long long Value); // NOLINT
  /toolchain/binutils/binutils-2.25/gold/
output.h 1014 typedef typename elfcpp::Elf_types<size>::Elf_Addr Addend;
1093 // a symbol, but which obtains its addend from a symbol.
1124 // section within the output section. ADDEND is the addend being
1127 local_section_offset(Addend addend) const;
1130 // we are adding the given ADDEND.
1132 symbol_value(Addend addend) const;
    [all...]

Completed in 397 milliseconds

12 3 4