Searched defs:Section (Results 1 – 2 of 2) sorted by relevance
29 struct Section { struct31 std::vector<struct Section> sections; argument46 const Section &operator[](const PandaString &title) const argument48 for (const auto &s : sections) {
119 …Section(ElfBuilder &builder, const std::string &name, ElfWord type, ElfWord flags, Section *link, … in Section() function