| /freebsd-14.2/contrib/llvm-project/llvm/lib/Object/ |
| H A D | RelocationResolver.cpp | 57 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 D | RuntimeDyldELFMips.cpp | 31 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 D | RuntimeDyldMachOAArch64.h | 38 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 D | RuntimeDyldCOFFX86_64.h | 50 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 D | RuntimeDyldCOFFAArch64.h | 102 uint64_t Offset, uint64_t RelType, uint64_t Addend, in generateRelocationStub() 169 uint64_t Addend = 0; in processRelocationRef() local
|
| H A D | RuntimeDyldCOFFI386.h | 79 uint64_t Addend = 0; in processRelocationRef() local
|
| H A D | RuntimeDyldCOFFThumb.h | 105 uint64_t Addend = 0; in processRelocationRef() local
|
| H A D | RuntimeDyldMachOX86_64.h | 169 int64_t Addend = in processSubtractRelocation() local
|
| H A D | RuntimeDyldMachOI386.h | 160 uint64_t Addend = readBytesUnaligned(LocalAddress, NumBytes); in processSECTDIFFRelocation() local
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldELF.cpp | 262 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 D | RuntimeDyldImpl.h | 130 int64_t Addend; variable 194 int64_t Addend = 0; variable
|
| /freebsd-14.2/sys/dev/pms/freebsd/driver/ini/src/ |
| H A D | osapi.c | 651 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 D | tdsmcmnapi.c | 1095 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 D | HexagonMCCodeEmitter.h | 40 unsigned Addend = 0; member
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | MachO_arm64.cpp | 190 uint64_t Addend; in parsePairRelocation() local 307 uint64_t Addend = 0; in addRelocations() local
|
| H A D | MachO_x86_64.cpp | 181 uint64_t Addend; in parsePairRelocation() local 294 uint64_t Addend = 0; in addRelocations() local
|
| H A D | EHFrameSupportImpl.h | 60 Edge::AddendT Addend = 0; member
|
| H A D | ELF_loongarch.cpp | 115 int64_t Addend = Rel.r_addend; in addSingleRelocation() local
|
| H A D | ELF_i386.cpp | 186 int64_t Addend = 0; in addSingleRelocation() local
|
| H A D | ELF_aarch32.cpp | 183 Expected<int64_t> Addend = in addSingleRelRelocation() local
|
| H A D | aarch32.cpp | 473 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 D | COFF_x86_64.cpp | 89 int64_t Addend = 0; in addSingleRelocation() local
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | MachO.h | 253 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 D | MCELFObjectWriter.h | 34 uint64_t Addend; // The addend to use. member
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | loongarch.h | 180 int64_t Addend = E.getAddend(); in applyFixup() local
|