Home
last modified time | relevance | path

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

12

/llvm-project/lld/ELF/
H A DThunks.cpp98 : AArch64Thunk(ctx, dest, addend, mayNeedLandingPad) {} in ARMThunk() argument
57 AArch64Thunk(Symbol & dest,int64_t addend) AArch64Thunk() argument
69 AArch64ABSLongThunk(Symbol & dest,int64_t addend) AArch64ABSLongThunk() argument
80 AArch64ADRPThunk(Symbol & dest,int64_t addend) AArch64ADRPThunk() argument
128 ThumbThunk(Symbol & dest,int64_t addend) 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; global() variable
H A DTarget.cpp155 adjustGotPcExpr(RelType type,int64_t addend,const uint8_t * data) const adjustGotPcExpr() argument
H A DInputSection.cpp453 int64_t addend = rel.addend; copyRelocations() local
595 getRISCVPCRelHi20(const Symbol * sym,uint64_t addend) getRISCVPCRelHi20() argument
936 int64_t addend = getAddend<ELFT>(rel); relocateNonAlloc() local
[all...]
H A DSyntheticSections.h433 /// symbol table and uses InputSection::getRelocTargetVA() + #addend for the in DynamicReloc() argument
446 DynamicReloc(RelType type,const InputSectionBase * inputSec,uint64_t offsetInSec,const OutputSection * outputSec,int64_t addend) DynamicReloc() argument
473 int64_t addend; global() variable
518 addRelativeReloc(RelType dynType,InputSectionBase & isec,uint64_t offsetInSec,Symbol & sym,int64_t addend,RelType addendRelType,RelExpr expr) addRelativeReloc() argument
531 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 DRelocations.cpp871 addRelativeReloc(InputSectionBase & isec,uint64_t offsetInSec,Symbol & sym,int64_t addend,RelExpr expr,RelType type) addRelativeReloc() argument
1272 handleMipsTlsRelocation(RelType type,Symbol & sym,InputSectionBase & c,uint64_t offset,int64_t addend,RelExpr expr) handleMipsTlsRelocation() argument
1295 handleTlsRelocation(RelType type,Symbol & sym,InputSectionBase & c,uint64_t offset,int64_t addend,RelExpr expr) handleTlsRelocation() argument
1458 int64_t addend = RelTy::HasAddend scanOne() local
[all...]
H A DSymbols.cpp78 getSymVA(const Symbol & sym,int64_t addend) getSymVA() argument
[all...]
H A DRelocations.h127 int64_t addend; global() member
H A DSyntheticSections.cpp735 addEntry(InputFile & file,Symbol & sym,int64_t addend,RelExpr expr) addEntry() argument
1634 addSymbolReloc(RelType dynType,InputSectionBase & isec,uint64_t offsetInSec,Symbol & sym,int64_t addend,std::optional<RelType> addendRelType) addSymbolReloc() argument
1923 uint64_t addend = 0; updateAllocSize() local
4297 getEntryVA(const Symbol * sym,int64_t addend) getEntryVA() argument
4302 addEntry(const Symbol * sym,int64_t addend) addEntry() argument
4324 int64_t addend = entry.second; writeTo() local
[all...]
H A DOutputSections.cpp762 int64_t addend = rel.addend; checkDynRelAddends() local
[all...]
/llvm-project/lldb/test/API/lang/objc/blocks/
H A Divars-in-blocks.m17 {
/llvm-project/clang/test/CodeGen/
H A Dcleanup-stack.c6 int addend; member
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h153 RelocationEntry(unsigned id,uint64_t offset,uint32_t type,int64_t addend) RelocationEntry() argument
157 RelocationEntry(unsigned id,uint64_t offset,uint32_t type,int64_t addend,uint64_t symoffset) RelocationEntry() argument
163 RelocationEntry(unsigned id,uint64_t offset,uint32_t type,int64_t addend,bool IsPCRel,unsigned Size) RelocationEntry() argument
168 RelocationEntry(unsigned id,uint64_t offset,uint32_t type,int64_t addend,unsigned SectionA,uint64_t SectionAOffset,unsigned SectionB,uint64_t SectionBOffset,bool IsPCRel,unsigned Size) RelocationEntry() argument
178 RelocationEntry(unsigned id,uint64_t offset,uint32_t type,int64_t addend,unsigned SectionA,uint64_t SectionAOffset,unsigned SectionB,uint64_t SectionBOffset,bool IsPCRel,unsigned Size,bool IsTargetThumbFunc) RelocationEntry() argument
[all...]
/llvm-project/lld/MachO/
H A DRelocations.h61 int64_t addend = 0; member
H A DSyntheticSections.cpp310 addNonLazyBindingEntries(const Symbol * sym,const InputSection * isec,uint64_t offset,int64_t addend) addNonLazyBindingEntries() argument
365 writeChainedBind(uint8_t * buf,const Symbol * sym,int64_t addend) writeChainedBind() argument
377 writeChainedFixup(uint8_t * buf,const Symbol * sym,int64_t addend) writeChainedFixup() argument
413 int64_t addend = 0; global() member
431 encodeBinding(const OutputSection * osec,uint64_t outSecOff,int64_t addend,Binding & lastBinding,std::vector<BindIR> & opcodes) encodeBinding() argument
2289 addBinding(const Symbol * sym,const InputSection * isec,uint64_t offset,int64_t addend) addBinding() argument
2316 writeImport(uint8_t * buf,int format,uint32_t libOrdinal,bool weakRef,uint32_t nameOffset,int64_t addend) writeImport() argument
[all...]
H A DInputSection.cpp328 uint64_t addend = off - piece.inSecOff; getOffset() local
/llvm-project/lld/ELF/Arch/
H A DSystemZ.cpp417 adjustGotPcExpr(RelType type,int64_t addend,const uint8_t * loc) const adjustGotPcExpr() argument
H A DLoongArch.cpp742 const uint64_t addend = relax() local
H A DPPC64.cpp392 int64_t addend; in tryRelaxPPC64TocIndirection() local
1483 adjustGotPcExpr(RelType type,int64_t addend,const uint8_t * loc) const adjustGotPcExpr() argument
[all...]
H A DX86_64.cpp860 adjustGotPcExpr(RelType type,int64_t addend,const uint8_t * loc) const adjustGotPcExpr() argument
[all...]
/llvm-project/lld/MachO/Arch/
H A DARM64.cpp210 int64_t addend; global() member
216 uint32_t addend; global() member
[all...]
/llvm-project/lld/wasm/
H A DInputChunks.cpp493 uint64_t addend = offset - piece->inputOff; getParentOffset() local
/llvm-project/llvm/include/llvm/Object/
H A DMachO.h285 uint64_t addend() { return Addend; } in addend() function
/llvm-project/libunwind/src/
H A DUnwind-EHABI.cpp323 uint32_t addend = 0; in _Unwind_VRS_Interpret() local
/llvm-project/llvm/lib/ExecutionEngine/IntelJITProfiling/
H A Dittnotify_config.h264 ITT_INLINE long __TBB_machine_fetchadd4(volatile void* ptr, long addend) in __TBB_machine_fetchadd4()

12