Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h140 class GnuPropertySection final : public SyntheticSection {
142 GnuPropertySection();
H A DSyntheticSections.cpp312 GnuPropertySection::GnuPropertySection() in GnuPropertySection() function in GnuPropertySection
316 void GnuPropertySection::writeTo(uint8_t *buf) { in writeTo()
332 size_t GnuPropertySection::getSize() const { return config->is64 ? 32 : 28; } in getSize()
H A DWriter.cpp579 add(*make<GnuPropertySection>()); in createSyntheticSections()