Searched refs:GnuPropertySection (Results 1 – 3 of 3) sorted by relevance
140 class GnuPropertySection final : public SyntheticSection {142 GnuPropertySection();
312 GnuPropertySection::GnuPropertySection() in GnuPropertySection() function in GnuPropertySection316 void GnuPropertySection::writeTo(uint8_t *buf) { in writeTo()332 size_t GnuPropertySection::getSize() const { return config->is64 ? 32 : 28; } in getSize()
579 add(*make<GnuPropertySection>()); in createSyntheticSections()