/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Thunks.cpp | 57 AArch64Thunk(Symbol &dest, int64_t addend) : Thunk(dest, addend) {} in AArch64Thunk() 69 AArch64ABSLongThunk(Symbol &dest, int64_t addend) in AArch64ABSLongThunk() 80 AArch64ADRPThunk(Symbol &dest, int64_t addend) : AArch64Thunk(dest, addend) {} in AArch64ADRPThunk() 98 ARMThunk(Symbol &dest, int64_t addend) : Thunk(dest, addend) {} in ARMThunk() 128 ThumbThunk(Symbol &dest, int64_t addend) : Thunk(dest, addend) { in ThumbThunk() 153 ARMV7ABSLongThunk(Symbol &dest, int64_t addend) : ARMThunk(dest, addend) {} in ARMV7ABSLongThunk() 162 ARMV7PILongThunk(Symbol &dest, int64_t addend) : ARMThunk(dest, addend) {} in ARMV7PILongThunk() 171 ThumbV7ABSLongThunk(Symbol &dest, int64_t addend) in ThumbV7ABSLongThunk() 181 ThumbV7PILongThunk(Symbol &dest, int64_t addend) : ThumbThunk(dest, addend) {} in ThumbV7PILongThunk() 191 ThumbV6MABSLongThunk(Symbol &dest, int64_t addend) in ThumbV6MABSLongThunk() [all …]
|
H A D | Thunks.h | 60 int64_t addend; variable
|
H A D | Target.cpp | 155 RelExpr TargetInfo::adjustGotPcExpr(RelType type, int64_t addend, in adjustGotPcExpr()
|
H A D | InputSection.cpp | 488 int64_t addend = rel.addend; in copyRelocations() local 630 static Relocation *getRISCVPCRelHi20(const Symbol *sym, uint64_t addend) { in getRISCVPCRelHi20() 976 int64_t addend = getAddend<ELFT>(rel); in relocateNonAlloc() local
|
H A D | SyntheticSections.h | 433 uint64_t offsetInSec, Kind kind, Symbol &sym, int64_t addend, in DynamicReloc() 446 int64_t addend) in DynamicReloc() 473 int64_t addend; variable 518 uint64_t offsetInSec, Symbol &sym, int64_t addend, in addRelativeReloc() 531 uint64_t offsetInSec, Symbol &sym, int64_t addend, RelExpr expr, in addReloc()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldImpl.h | 153 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend) in RelocationEntry() 157 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend, in RelocationEntry() 163 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend, in RelocationEntry() 168 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend, in RelocationEntry() 178 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend, in RelocationEntry()
|
/freebsd/lib/libkldelf/ |
H A D | ef_riscv.c | 51 GElf_Addr addr, addend; in ef_riscv_reloc() local
|
H A D | ef_powerpc.c | 48 GElf_Addr addr, addend; in ef_ppc_reloc() local
|
H A D | ef_aarch64.c | 46 GElf_Addr addr, addend; in ef_aarch64_reloc() local
|
H A D | ef_arm.c | 49 GElf_Addr addr, addend; in ef_arm_reloc() local
|
H A D | ef_mips.c | 51 GElf_Addr addr, addend; in ef_mips_reloc() local
|
H A D | ef_i386.c | 48 GElf_Addr addr, addend; in ef_i386_reloc() local
|
H A D | ef_amd64.c | 48 GElf_Addr addr, addend; in ef_amd64_reloc() local
|
/freebsd/contrib/jemalloc/src/ |
H A D | nstime.c | 52 nstime_add(nstime_t *time, const nstime_t *addend) { in nstime_add() 59 nstime_iadd(nstime_t *time, uint64_t addend) { in nstime_iadd()
|
/freebsd/stand/common/ |
H A D | reloc_elf.c | 54 Elf_Addr addend, addr; in __elfN() local
|
/freebsd/sys/dev/axgbe/ |
H A D | xgbe-ptp.c | 138 u32 addend, diff; in xgbe_adjfreq() local
|
/freebsd/sys/dev/random/fenestrasX/ |
H A D | fx_rng.c | 84 fxrng_chacha_nonce_add64(struct chacha_ctx *ctx, uint64_t addend) in fxrng_chacha_nonce_add64()
|
/freebsd/sys/i386/i386/ |
H A D | elf_machdep.c | 178 Elf_Addr addend; in elf_reloc_internal() local
|
/freebsd/sys/arm/arm/ |
H A D | elf_machdep.c | 189 Elf_Addr addend; in elf_reloc_internal() local
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | SyntheticSections.cpp | 310 int64_t addend) { in addNonLazyBindingEntries() 365 static void writeChainedBind(uint8_t *buf, const Symbol *sym, int64_t addend) { in writeChainedBind() 377 void macho::writeChainedFixup(uint8_t *buf, const Symbol *sym, int64_t addend) { in writeChainedFixup() 413 int64_t addend = 0; member 431 int64_t addend, Binding &lastBinding, in encodeBinding() 2291 int64_t addend) { in addBinding() 2318 bool weakRef, uint32_t nameOffset, int64_t addend) { in writeImport()
|
H A D | Relocations.h | 61 int64_t addend = 0; member
|
/freebsd/sys/amd64/amd64/ |
H A D | elf_machdep.c | 282 Elf_Addr addend; in elf_reloc_internal() local
|
/freebsd/sys/powerpc/powerpc/ |
H A D | elf32_machdep.c | 242 Elf_Addr addend, val; in elf_reloc_internal() local
|
/freebsd/tests/sys/devrandom/ |
H A D | uint128_test.c | 157 uint64_t addend; in ATF_TC_BODY() member
|
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | libdwarf_elf_init.c | 62 uint64_t addend; in _dwarf_elf_apply_rel_reloc() local
|