Searched refs:SHT_GROUP (Results 1 – 17 of 17) sorted by relevance
207 #define SHT_GROUP 17 /* Section group. */ macro
246 STRINGIFY_ENUM_CASE(ELF, SHT_GROUP); in getELFSectionTypeName()
481 #define SHT_GROUP 17 macro
359 { SHT_GROUP, "GROUP" },
681 SHT_GROUP = 17, // Section group. enumerator
831 SHT_GROUP = 17, // Section group. enumerator
1020 case ELF::SHT_GROUP: in writeSection()1051 if (Type != ELF::SHT_GROUP) in writeSectionHeader()
430 return createELFSectionImpl(".group", ELF::SHT_GROUP, 0, in createELFGroupSection()
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