Home
last modified time | relevance | path

Searched refs:RandomizePaddingSection (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h806 class RandomizePaddingSection final : public SyntheticSection {
810 RandomizePaddingSection(Ctx &ctx, uint64_t size, OutputSection *parent);
H A DWriter.cpp1485 tmp.push_back(make<RandomizePaddingSection>( in randomizeSectionPadding()
1493 make<RandomizePaddingSection>(ctx, isec->addralign, os)); in randomizeSectionPadding()
H A DSyntheticSections.cpp2798 RandomizePaddingSection::RandomizePaddingSection(Ctx &ctx, uint64_t size, in RandomizePaddingSection() function in RandomizePaddingSection
2805 void RandomizePaddingSection::writeTo(uint8_t *buf) { in writeTo()