Searched defs:PubSection (Results 1 – 2 of 2) sorted by relevance
80 struct PubSection { struct81 InitialLength Length;82 uint16_t Version;83 uint32_t UnitOffset;84 uint32_t UnitSize;85 bool IsGNUStyle = false;86 std::vector<PubEntry> Entries;
83 struct PubSection { struct84 dwarf::DwarfFormat Format;85 yaml::Hex64 Length;86 uint16_t Version;87 uint32_t UnitOffset;88 uint32_t UnitSize;89 std::vector<PubEntry> Entries;