Searched refs:GnuPropertySection (Results 1 – 3 of 3) sorted by relevance
160 class GnuPropertySection : public SyntheticSection {162 GnuPropertySection();
302 GnuPropertySection::GnuPropertySection() in GnuPropertySection() function in GnuPropertySection306 void GnuPropertySection::writeTo(uint8_t *buf) { in writeTo()322 size_t GnuPropertySection::getSize() const { return config->is64 ? 32 : 28; } in getSize()
563 add(make<GnuPropertySection>()); in createSyntheticSections()