Home
last modified time | relevance | path

Searched refs:isStaticRelSecType (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DOutputSections.cpp121 } else if (isStaticRelSecType(type) && isStaticRelSecType(isec->type) && in commitSection()
734 if (!config->copyRelocs || !isStaticRelSecType(type)) in finalize()
876 assert(isStaticRelSecType(type)); in checkDynRelAddends()
H A DMarkLive.cpp287 if (!isStaticRelSecType(sec->type) && !sec->nextInSectionGroup) { in run()
H A DInputSection.h494 inline bool isStaticRelSecType(uint32_t type) { in isStaticRelSecType() function
H A DWriter.cpp513 if (isStaticRelSecType(s->type)) in addSectionSymbols()
2830 if (isStaticRelSecType(sec->type)) in writeSections()
2836 if (!isStaticRelSecType(sec->type)) in writeSections()
2843 if (isStaticRelSecType(sec->type)) in writeSections()
H A DInputSection.cpp393 if (file->isInternal() || !isStaticRelSecType(type)) in getRelocatedSection()
H A DLinkerScript.cpp791 if (!isa<SyntheticSection>(isec) && isStaticRelSecType(isec->type)) { in addInputSec()
H A DInputFiles.cpp882 if (isStaticRelSecType(sec.sh_type)) { in initializeSections()