Home
last modified time | relevance | path

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

123

/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DRelocationResolver.cpp57 uint64_t LocData, int64_t Addend) { in resolveX86_64()
90 uint64_t /*LocData*/, int64_t Addend) { in resolveAArch64()
142 uint64_t /*LocData*/, int64_t Addend) { in resolveMips64()
192 uint64_t /*LocData*/, int64_t Addend) { in resolvePPC64()
345 uint64_t LocData, int64_t Addend) { in resolveARM()
371 uint64_t /*LocData*/, int64_t Addend) { in resolveAVR()
424 uint64_t LocData, int64_t Addend) { in resolveSparc32()
467 uint64_t LocData, int64_t Addend) { in resolveRISCV()
522 uint64_t LocData, int64_t Addend) { in resolveCSKY()
751 uint64_t LocData, int64_t Addend) { in resolveWasm64()
[all …]
/freebsd-14.2/contrib/llvm-project/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()
152 uint64_t Offset, uint64_t RelType, uint64_t Addend, in generateRelocationStub()
217 uint64_t Addend = 0; in processRelocationRef() local
H A DRuntimeDyldCOFFAArch64.h102 uint64_t Offset, uint64_t RelType, uint64_t Addend, in generateRelocationStub()
169 uint64_t Addend = 0; in processRelocationRef() local
H A DRuntimeDyldCOFFI386.h79 uint64_t Addend = 0; in processRelocationRef() local
H A DRuntimeDyldCOFFThumb.h105 uint64_t Addend = 0; in processRelocationRef() local
H A DRuntimeDyldMachOX86_64.h169 int64_t Addend = in processSubtractRelocation() local
H A DRuntimeDyldMachOI386.h160 uint64_t Addend = readBytesUnaligned(LocalAddress, NumBytes); in processSECTDIFFRelocation() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp262 uint32_t Type, int64_t Addend, in resolveX86_64Relocation()
380 uint32_t Type, int32_t Addend) { in resolveX86Relocation()
594 uint32_t Type, int32_t Addend) { in resolveARMRelocation()
744 int64_t Addend; in findOPDEntrySection() local
986 uint32_t Type, int64_t Addend) { in resolveBPFRelocation()
1044 uint32_t Type, int64_t Addend, in resolveRelocation()
1223 int64_t Addend = 0; in processRelocationRef() local
1390 uint32_t Addend = (Opcode & 0x03ffffff) << 2; in processRelocationRef() local
1430 int64_t Addend = (Opcode & 0x0000ffff) << 16; in processRelocationRef() local
1894 int64_t Addend) { in processX86_64GOTTPOFFRelocation()
[all …]
H A DRuntimeDyldImpl.h130 int64_t Addend; variable
194 int64_t Addend = 0; variable
/freebsd-14.2/sys/dev/pms/freebsd/driver/ini/src/
H A Dosapi.c651 sbit32 volatile *Addend in ostiAtomicIncrement()
661 sbit32 volatile *Addend in ostiAtomicDecrement()
721 sbit32 volatile *Addend in ostiInterlockedIncrement()
730 sbit32 volatile *Addend in ostiInterlockedDecrement()
/freebsd-14.2/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdsmcmnapi.c1095 sbit32 volatile *Addend in tdsmInterlockedIncrement()
1104 sbit32 volatile *Addend in tdsmInterlockedDecrement()
1147 sbit32 volatile *Addend in tdsmInterlockedIncrement()
1156 sbit32 volatile *Addend in tdsmInterlockedDecrement()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCodeEmitter.h40 unsigned Addend = 0; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_arm64.cpp190 uint64_t Addend; in parsePairRelocation() local
307 uint64_t Addend = 0; in addRelocations() local
H A DMachO_x86_64.cpp181 uint64_t Addend; in parsePairRelocation() local
294 uint64_t Addend = 0; in addRelocations() local
H A DEHFrameSupportImpl.h60 Edge::AddendT Addend = 0; member
H A DELF_loongarch.cpp115 int64_t Addend = Rel.r_addend; in addSingleRelocation() local
H A DELF_i386.cpp186 int64_t Addend = 0; in addSingleRelocation() local
H A DELF_aarch32.cpp183 Expected<int64_t> Addend = in addSingleRelRelocation() local
H A Daarch32.cpp473 int64_t Addend = E.getAddend(); in applyFixupData() local
530 int64_t Addend = E.getAddend(); in applyFixupArm() local
606 int64_t Addend = E.getAddend(); in applyFixupThumb() local
H A DCOFF_x86_64.cpp89 int64_t Addend = 0; in addSingleRelocation() local
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h253 int64_t Addend = 0; variable
295 uint64_t Addend; member
363 int64_t Addend = 0; variable
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCELFObjectWriter.h34 uint64_t Addend; // The addend to use. member
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Dloongarch.h180 int64_t Addend = E.getAddend(); in applyFixup() local

123