Searched refs:GnuPropertySection (Results 1 – 3 of 3) sorted by relevance
159 class GnuPropertySection : public SyntheticSection {161 GnuPropertySection();
304 GnuPropertySection::GnuPropertySection() in GnuPropertySection() function in GnuPropertySection308 void GnuPropertySection::writeTo(uint8_t *buf) { in writeTo()324 size_t GnuPropertySection::getSize() const { return config->is64 ? 32 : 28; } in getSize()
520 add(*make<GnuPropertySection>()); in createSyntheticSections()