Home
last modified time | relevance | path

Searched refs:relroPadding (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp898 if (sec == in.relroPadding.get()) in diagnoseOrphanHandling()
1094 if (in.relroPadding && sec == in.relroPadding->getParent()) in assignOffsets()
1220 if (in.relroPadding && in.relroPadding->getParent() == sec && !seenRelro) in adjustOutputSections()
H A DWriter.cpp525 in.relroPadding = std::make_unique<RelroPaddingSection>(); in createSyntheticSections()
526 add(*in.relroPadding); in createSyntheticSections()
885 if (in.relroPadding && sec == in.relroPadding->getParent()) in isRelroSection()
1214 if (in.relroPadding && sec == in.relroPadding->getParent()) { in findOrphanPos()
H A DSyntheticSections.h1346 std::unique_ptr<RelroPaddingSection> relroPadding; member
H A DSyntheticSections.cpp3849 relroPadding.reset(); in reset()