/freebsd-src/contrib/llvm-project/lld/ELF/ |
H A D | Thunks.cpp | 57 AArch64Thunk(Symbol &dest, int64_t addend) : Thunk(dest, addend) {} in AArch64Thunk() argument 69 AArch64ABSLongThunk(Symbol &dest, int64_t addend) in AArch64ABSLongThunk() argument 80 AArch64ADRPThunk(Symbol &dest, int64_t addend) : AArch64Thunk(dest, addend) {} in AArch64ADRPThunk() argument 98 ARMThunk(Symbol &dest, int64_t addend) : Thunk(dest, addend) {} in ARMThunk() argument 128 ThumbThunk(Symbol &dest, int64_t addend) : Thunk(dest, addend) { in ThumbThunk() argument 153 ARMV7ABSLongThunk(Symbol & dest,int64_t addend) ARMV7ABSLongThunk() argument 162 ARMV7PILongThunk(Symbol & dest,int64_t addend) ARMV7PILongThunk() argument 171 ThumbV7ABSLongThunk(Symbol & dest,int64_t addend) ThumbV7ABSLongThunk() argument 181 ThumbV7PILongThunk(Symbol & dest,int64_t addend) ThumbV7PILongThunk() argument 191 ThumbV6MABSLongThunk(Symbol & dest,int64_t addend) ThumbV6MABSLongThunk() argument 201 ThumbV6MABSXOLongThunk(Symbol & dest,int64_t addend) ThumbV6MABSXOLongThunk() argument 211 ThumbV6MPILongThunk(Symbol & dest,int64_t addend) ThumbV6MPILongThunk() argument 229 ARMV5LongLdrPcThunk(Symbol & dest,int64_t addend) ARMV5LongLdrPcThunk() argument 240 ARMV4PILongBXThunk(Symbol & dest,int64_t addend) ARMV4PILongBXThunk() argument 249 ARMV4PILongThunk(Symbol & dest,int64_t addend) ARMV4PILongThunk() argument 258 ThumbV4PILongBXThunk(Symbol & dest,int64_t addend) ThumbV4PILongBXThunk() argument 268 ThumbV4PILongThunk(Symbol & dest,int64_t addend) ThumbV4PILongThunk() argument 278 ARMV4ABSLongBXThunk(Symbol & dest,int64_t addend) ARMV4ABSLongBXThunk() argument 287 ThumbV4ABSLongBXThunk(Symbol & dest,int64_t addend) ThumbV4ABSLongBXThunk() argument 297 ThumbV4ABSLongThunk(Symbol & dest,int64_t addend) ThumbV4ABSLongThunk() argument 309 AVRThunk(Symbol & dest,int64_t addend) AVRThunk() argument 367 PPC32LongThunk(Symbol & dest,int64_t addend) PPC32LongThunk() argument 399 PPC64R2SaveStub(Symbol & dest,int64_t addend) PPC64R2SaveStub() argument 467 PPC64LongBranchThunk(Symbol & dest,int64_t addend) PPC64LongBranchThunk() argument 472 PPC64PILongBranchThunk(Symbol & dest,int64_t addend) PPC64PILongBranchThunk() argument 487 PPC64PDLongBranchThunk(Symbol & dest,int64_t addend) PPC64PDLongBranchThunk() argument 1036 writePPC32PltCallStub(uint8_t * buf,uint64_t gotPltVA,const InputFile * file,int64_t addend) writePPC32PltCallStub() argument [all...] |
H A D | Thunks.h | 60 int64_t addend; variable
|
H A D | Target.cpp | 154 adjustGotPcExpr(RelType type,int64_t addend,const uint8_t * data) const adjustGotPcExpr() argument
|
H A D | SyntheticSections.h | 428 DynamicReloc(RelType type,const InputSectionBase * inputSec,uint64_t offsetInSec,Kind kind,Symbol & sym,int64_t addend,RelExpr expr) DynamicReloc() argument 441 DynamicReloc(RelType type,const InputSectionBase * inputSec,uint64_t offsetInSec,const OutputSection * outputSec,int64_t addend) DynamicReloc() argument 468 int64_t addend; global() variable 513 addRelativeReloc(RelType dynType,InputSectionBase & isec,uint64_t offsetInSec,Symbol & sym,int64_t addend,RelType addendRelType,RelExpr expr) addRelativeReloc() argument 526 addReloc(DynamicReloc::Kind kind,RelType dynType,InputSectionBase & sec,uint64_t offsetInSec,Symbol & sym,int64_t addend,RelExpr expr,RelType addendRelType) addReloc() argument [all...] |
H A D | InputSection.cpp | 444 int64_t addend = rel.addend; copyRelocations() local 586 getRISCVPCRelHi20(const Symbol * sym,uint64_t addend) getRISCVPCRelHi20() argument 923 int64_t addend = getAddend<ELFT>(rel); relocateNonAlloc() local [all...] |
/freebsd-src/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() argument 157 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend, in RelocationEntry() argument 163 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend, in RelocationEntry() argument 168 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend, in RelocationEntry() argument 178 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend, in RelocationEntry() argument [all...] |
/freebsd-src/usr.sbin/kldxref/ |
H A D | ef_powerpc.c |
|
H A D | ef_aarch64.c |
|
H A D | ef_riscv.c |
|
H A D | ef_i386.c |
|
H A D | ef_arm.c |
|
H A D | ef_amd64.c |
|
H A D | ef_mips.c |
|
/freebsd-src/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-src/stand/common/ |
H A D | reloc_elf.c | 54 Elf_Addr addend, addr; in __elfN() local
|
/freebsd-src/sys/dev/axgbe/ |
H A D | xgbe-ptp.c | 138 u32 addend, diff; in xgbe_adjfreq() local
|
/freebsd-src/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-src/sys/i386/i386/ |
H A D | elf_machdep.c | 178 Elf_Addr addend; in elf_reloc_internal() local
|
/freebsd-src/contrib/llvm-project/lld/MachO/ |
H A D | SyntheticSections.cpp | 309 addNonLazyBindingEntries(const Symbol * sym,const InputSection * isec,uint64_t offset,int64_t addend) addNonLazyBindingEntries() argument 364 writeChainedBind(uint8_t * buf,const Symbol * sym,int64_t addend) writeChainedBind() argument 376 writeChainedFixup(uint8_t * buf,const Symbol * sym,int64_t addend) writeChainedFixup() argument 412 int64_t addend = 0; global() member 430 encodeBinding(const OutputSection * osec,uint64_t outSecOff,int64_t addend,Binding & lastBinding,std::vector<BindIR> & opcodes) encodeBinding() argument 1999 addBinding(const Symbol * sym,const InputSection * isec,uint64_t offset,int64_t addend) addBinding() argument 2026 writeImport(uint8_t * buf,int format,uint32_t libOrdinal,bool weakRef,uint32_t nameOffset,int64_t addend) writeImport() argument [all...] |
H A D | Relocations.h | 61 int64_t addend = 0; member
|
/freebsd-src/sys/arm/arm/ |
H A D | elf_machdep.c | 189 Elf_Addr addend; in elf_reloc_internal() local
|
/freebsd-src/sys/amd64/amd64/ |
H A D | elf_machdep.c | 282 Elf_Addr addend; in elf_reloc_internal() local
|
/freebsd-src/sys/powerpc/powerpc/ |
H A D | elf32_machdep.c | 242 Elf_Addr addend, val; in elf_reloc_internal() local
|
/freebsd-src/contrib/llvm-project/lld/ELF/Arch/ |
H A D | SystemZ.cpp | 417 RelExpr SystemZ::adjustGotPcExpr(RelType type, int64_t addend, in adjustGotPcExpr()
|
/freebsd-src/tests/sys/devrandom/ |
H A D | uint128_test.c | 157 uint64_t addend; in ATF_TC_BODY() member
|