Searched refs:SHT_GROUP (Results 1 – 12 of 12) sorted by relevance
207 #define SHT_GROUP 17 /* Section group. */ macro
286 #define SHT_GROUP 17 /* Section group */ macro
246 STRINGIFY_ENUM_CASE(ELF, SHT_GROUP); in getELFSectionTypeName()
681 SHT_GROUP = 17, // Section group. enumerator
831 SHT_GROUP = 17, // Section group. enumerator
430 return createELFSectionImpl(".group", ELF::SHT_GROUP, 0, in createELFGroupSection()
1020 case ELF::SHT_GROUP: in writeSection()1051 if (Type != ELF::SHT_GROUP) in writeSectionHeader()
459 ECase(SHT_GROUP); in enumeration()1214 case ELF::SHT_GROUP: in mapping()
877 assert(Section.Type == llvm::ELF::SHT_GROUP && in writeSectionContent()
386 #define SHT_GROUP 17 macro