Home
last modified time | relevance | path

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

123

/freebsd-src/contrib/llvm-project/lld/ELF/
H A DThunks.cpp57 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 DThunks.h60 int64_t addend; variable
H A DTarget.cpp154 adjustGotPcExpr(RelType type,int64_t addend,const uint8_t * data) const adjustGotPcExpr() argument
H A DSyntheticSections.h428 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 DInputSection.cpp444 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 DRuntimeDyldImpl.h153 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 Def_powerpc.c
H A Def_aarch64.c
H A Def_riscv.c
H A Def_i386.c
H A Def_arm.c
H A Def_amd64.c
H A Def_mips.c
/freebsd-src/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-src/stand/common/
H A Dreloc_elf.c54 Elf_Addr addend, addr; in __elfN() local
/freebsd-src/sys/dev/axgbe/
H A Dxgbe-ptp.c138 u32 addend, diff; in xgbe_adjfreq() local
/freebsd-src/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-src/sys/i386/i386/
H A Delf_machdep.c178 Elf_Addr addend; in elf_reloc_internal() local
/freebsd-src/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.cpp309 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 DRelocations.h61 int64_t addend = 0; member
/freebsd-src/sys/arm/arm/
H A Delf_machdep.c189 Elf_Addr addend; in elf_reloc_internal() local
/freebsd-src/sys/amd64/amd64/
H A Delf_machdep.c282 Elf_Addr addend; in elf_reloc_internal() local
/freebsd-src/sys/powerpc/powerpc/
H A Delf32_machdep.c242 Elf_Addr addend, val; in elf_reloc_internal() local
/freebsd-src/contrib/llvm-project/lld/ELF/Arch/
H A DSystemZ.cpp417 RelExpr SystemZ::adjustGotPcExpr(RelType type, int64_t addend, in adjustGotPcExpr()
/freebsd-src/tests/sys/devrandom/
H A Duint128_test.c157 uint64_t addend; in ATF_TC_BODY() member

123