Searched defs:offsetInSec (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/lld/ELF/ |
H A D | SyntheticSections.h | 440 : sym(nullptr), inputSec(inputSec), offsetInSec(offsetInSec), type(type), in DynamicReloc() argument 428 DynamicReloc(RelType type,const InputSectionBase * inputSec,uint64_t offsetInSec,Kind kind,Symbol & sym,int64_t addend,RelExpr expr) DynamicReloc() argument 462 uint64_t offsetInSec; 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 597 uint64_t offsetInSec; global() member [all...] |
H A D | Relocations.cpp | 869 addRelativeReloc(InputSectionBase & isec,uint64_t offsetInSec,Symbol & sym,int64_t addend,RelExpr expr,RelType type) addRelativeReloc() argument
|
H A D | SyntheticSections.cpp | 1619 addSymbolReloc(RelType dynType,InputSectionBase & isec,uint64_t offsetInSec,Symbol & sym,int64_t addend,std::optional<RelType> addendRelType) addSymbolReloc() argument 1626 addAddendOnlyRelocIfNonPreemptible(RelType dynType,GotSection & sec,uint64_t offsetInSec,Symbol & sym,RelType addendRelType) addAddendOnlyRelocIfNonPreemptible() argument
|