Home
last modified time | relevance | path

Searched defs:addend (Results 1 – 25 of 64) sorted by relevance

123

/freebsd/contrib/llvm-project/lld/ELF/
H A DThunks.cpp57 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 DThunks.h60 int64_t addend; variable
H A DTarget.cpp155 RelExpr TargetInfo::adjustGotPcExpr(RelType type, int64_t addend, in adjustGotPcExpr()
H A DInputSection.cpp488 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 DSyntheticSections.h433 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 DRuntimeDyldImpl.h153 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 Def_riscv.c51 GElf_Addr addr, addend; in ef_riscv_reloc() local
H A Def_powerpc.c48 GElf_Addr addr, addend; in ef_ppc_reloc() local
H A Def_aarch64.c46 GElf_Addr addr, addend; in ef_aarch64_reloc() local
H A Def_arm.c49 GElf_Addr addr, addend; in ef_arm_reloc() local
H A Def_mips.c51 GElf_Addr addr, addend; in ef_mips_reloc() local
H A Def_i386.c48 GElf_Addr addr, addend; in ef_i386_reloc() local
H A Def_amd64.c48 GElf_Addr addr, addend; in ef_amd64_reloc() local
/freebsd/contrib/jemalloc/src/
H A Dnstime.c52 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 Dreloc_elf.c54 Elf_Addr addend, addr; in __elfN() local
/freebsd/sys/dev/axgbe/
H A Dxgbe-ptp.c138 u32 addend, diff; in xgbe_adjfreq() local
/freebsd/sys/dev/random/fenestrasX/
H A Dfx_rng.c84 fxrng_chacha_nonce_add64(struct chacha_ctx *ctx, uint64_t addend) in fxrng_chacha_nonce_add64()
/freebsd/sys/i386/i386/
H A Delf_machdep.c178 Elf_Addr addend; in elf_reloc_internal() local
/freebsd/sys/arm/arm/
H A Delf_machdep.c189 Elf_Addr addend; in elf_reloc_internal() local
/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.cpp310 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 DRelocations.h61 int64_t addend = 0; member
/freebsd/sys/amd64/amd64/
H A Delf_machdep.c282 Elf_Addr addend; in elf_reloc_internal() local
/freebsd/sys/powerpc/powerpc/
H A Delf32_machdep.c242 Elf_Addr addend, val; in elf_reloc_internal() local
/freebsd/tests/sys/devrandom/
H A Duint128_test.c157 uint64_t addend; in ATF_TC_BODY() member
/freebsd/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_elf_init.c62 uint64_t addend; in _dwarf_elf_apply_rel_reloc() local

123