Home
last modified time | relevance | path

Searched defs:Addend (Results 1 – 25 of 59) sorted by relevance

123

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DRelocationResolver.cpp43 uint64_t LocData, int64_t Addend) { in resolveX86_64()
75 uint64_t /*LocData*/, int64_t Addend) { in resolveAArch64()
125 uint64_t /*LocData*/, int64_t Addend) { in resolveMips64()
151 uint64_t /*LocData*/, int64_t Addend) { in resolveMSP430()
175 uint64_t /*LocData*/, int64_t Addend) { in resolvePPC64()
201 uint64_t /*LocData*/, int64_t Addend) { in resolveSystemZ()
225 uint64_t /*LocData*/, int64_t Addend) { in resolveSparc64()
248 uint64_t /*LocData*/, int64_t Addend) { in resolveAmdgpu()
294 uint64_t /*LocData*/, int64_t Addend) { in resolvePPC32()
336 uint64_t /*LocData*/, int64_t Addend) { in resolveAVR()
[all …]
H A DELF.cpp392 uint64_t Addend = 0; in android_relas() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldELFMips.cpp31 uint64_t Addend) { in evaluateRelocation()
110 int64_t Addend, uint64_t SymOffset, SID SectionID) { in evaluateMIPS64Relocation()
267 int64_t Addend, uint64_t SymOffset, SID SectionID) { in resolveMIPSN32Relocation()
276 int64_t Addend, uint64_t SymOffset, SID SectionID) { in resolveMIPSN64Relocation()
306 int32_t Addend) { in resolveMIPSO32Relocation()
H A DRuntimeDyldMachOAArch64.h38 int64_t Addend = 0; in decodeAddend() local
156 MachO::RelocationInfoType RelType, int64_t Addend) const { in encodeAddend()
316 if (auto Addend = decodeAddend(RE)) in processRelocationRef() local
499 int64_t Addend = in processSubtractRelocation() local
H A DRuntimeDyldCOFFX86_64.h50 void write32BitOffset(uint8_t *Target, int64_t Addend, uint64_t Delta) { in write32BitOffset()
145 uint64_t Offset, uint64_t RelType, uint64_t Addend, in generateRelocationStub()
210 uint64_t Addend = 0; in processRelocationRef() local
H A DRuntimeDyldCOFFAArch64.h101 uint64_t Offset, uint64_t RelType, uint64_t Addend, in generateRelocationStub()
168 uint64_t Addend = 0; in processRelocationRef() local
H A DRuntimeDyldCOFFI386.h79 uint64_t Addend = 0; in processRelocationRef() local
H A DRuntimeDyldCOFFThumb.h83 uint64_t Addend = 0; in processRelocationRef() local
H A DRuntimeDyldMachOX86_64.h170 int64_t Addend = in processSubtractRelocation() local
H A DRuntimeDyldMachOI386.h161 uint64_t Addend = readBytesUnaligned(LocalAddress, NumBytes); in processSECTDIFFRelocation() local
H A DRuntimeDyldMachOARM.h408 int64_t Addend = FullImmVal - (AddrA - AddrB); in processHALFSECTDIFFRelocation() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp261 uint32_t Type, int64_t Addend, in resolveX86_64Relocation()
353 uint32_t Type, int32_t Addend) { in resolveX86Relocation()
381 uint32_t Type, int64_t Addend) { in resolveAArch64Relocation()
554 uint32_t Type, int32_t Addend) { in resolveARMRelocation()
704 int64_t Addend; in findOPDEntrySection() local
778 uint32_t Type, int64_t Addend) { in resolvePPC32Relocation()
798 uint32_t Type, int64_t Addend) { in resolvePPC64Relocation()
892 uint32_t Type, int64_t Addend) { in resolveSystemZRelocation()
946 uint32_t Type, int64_t Addend) { in resolveBPFRelocation()
1001 uint32_t Type, int64_t Addend, in resolveRelocation()
[all …]
H A DRuntimeDyldImpl.h130 int64_t Addend; variable
194 int64_t Addend = 0; variable
H A DRuntimeDyldMachO.cpp71 int64_t Addend = readBytesUnaligned(LocalAddress, NumBytes); in processScatteredVANILLA() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCodeEmitter.h40 unsigned Addend = 0; member
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dcopy-relocs.h98 typedef typename elfcpp::Elf_types<size>::Elf_Addr Addend; typedef
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dcopy-relocs.h98 typedef typename elfcpp::Elf_types<size>::Elf_Addr Addend; typedef
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DEHFrameSupportImpl.h70 Edge::AddendT Addend = 0; member
H A DMachO_x86_64.cpp180 uint64_t Addend; in parsePairRelocation() local
271 uint64_t Addend = 0; in addRelocations() local
H A DMachO_arm64.cpp162 uint64_t Addend; in parsePairRelocation() local
254 uint64_t Addend = 0; in addRelocations() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.h63 uint64_t Addend; member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCELFObjectWriter.h34 uint64_t Addend; // The addend to use. member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h72 Edge(Kind K, OffsetT Offset, Symbol &Target, AddendT Addend) in Edge()
88 void setAddend(AddendT Addend) { this->Addend = Addend; } in setAddend()
93 AddendT Addend = 0; variable
236 Edge::AddendT Addend) { in addEdge()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DELFDump.cpp65 int64_t Addend = 0; in getRelocationValueString() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCExpr.cpp587 const MCSymbolRefExpr *&B, int64_t &Addend) { in AttemptToFoldSymbolOffsetDifference()

123