Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp946 if (sec == in.relroPadding.get()) in diagnoseOrphanHandling()
1145 if (in.relroPadding && sec == in.relroPadding->getParent()) in assignOffsets()
1269 if (in.relroPadding && in.relroPadding->getParent() == sec && !seenRelro) in adjustOutputSections()
H A DWriter.cpp599 if (in.relroPadding && sec == in.relroPadding->getParent()) in isRelroSection()
945 if (in.relroPadding && sec == in.relroPadding->getParent()) { in findOrphanPos()
H A DSyntheticSections.h1493 std::unique_ptr<RelroPaddingSection> relroPadding; member
H A DSyntheticSections.cpp4469 relroPadding.reset(); in reset()
4858 in.relroPadding = std::make_unique<RelroPaddingSection>(); in createSyntheticSections()
4859 add(*in.relroPadding); in createSyntheticSections()