Searched defs:addendRelType (Results 1 – 2 of 2) sorted by relevance
/llvm-project/lld/ELF/ |
H A D | SyntheticSections.h | 532 offsetInSec, sym, addend, expr, addendRelType); in addReloc() argument 519 addRelativeReloc(RelType dynType,InputSectionBase & isec,uint64_t offsetInSec,Symbol & sym,int64_t addend,RelType addendRelType,RelExpr expr) addRelativeReloc() argument
|
H A D | SyntheticSections.cpp | 1634 addSymbolReloc(RelType dynType,InputSectionBase & isec,uint64_t offsetInSec,Symbol & sym,int64_t addend,std::optional<RelType> addendRelType) addSymbolReloc() argument 1641 addAddendOnlyRelocIfNonPreemptible(RelType dynType,GotSection & sec,uint64_t offsetInSec,Symbol & sym,RelType addendRelType) addAddendOnlyRelocIfNonPreemptible() argument
|