Searched defs:SectionEntry (Results 1 – 2 of 2) sorted by relevance
107 struct SectionEntry { struct108 char Name[XCOFF::NameSize];111 uint64_t Address;112 uint64_t Size;113 uint64_t FileOffsetToData;114 uint64_t FileOffsetToRelocations;115 uint32_t RelocationCount;116 int32_t Flags;118 int16_t Index;130 SectionEntry(StringRef N, int32_t Flags) in SectionEntry() argument[all …]
74 SectionEntry(StringRef name, uint8_t *address, size_t size, in SectionEntry() function