Searched defs:SectionHeader (Results 1 – 4 of 4) sorted by relevance
54 struct SectionHeader struct56 uint32_t sectionName;57 uint32_t sectionAddress;58 uint32_t execSize;59 uint32_t initSize;60 uint32_t rawSize;61 uint32_t fileOffset;62 uint8_t regionKind;63 uint8_t shareKind;64 uint8_t alignment;[all …]
148 SectionHeader, enumerator
249 using SectionHeader = typename ELFT::Shdr; in CreateArchType() typedef
131 struct SectionHeader { struct132 StringRef Name;