Home
last modified time | relevance | path

Searched refs:GnuStackSection (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h144 class GnuStackSection : public SyntheticSection {
146 GnuStackSection(Ctx &ctx) in GnuStackSection() function
H A DSyntheticSections.cpp4990 ctx.in.gnuStack = std::make_unique<GnuStackSection>(ctx); in createSyntheticSections()