Searched refs:SectionTable (Results 1 – 4 of 4) sorted by relevance
34 typedef std::vector<LDSection*> SectionTable; typedef35 typedef SectionTable::iterator sect_iterator;36 typedef SectionTable::const_iterator const_sect_iterator;85 SectionTable m_SectionTable;87 SectionTable m_RelocSections;
47 typedef std::vector<LDSection*> SectionTable; typedef48 typedef SectionTable::iterator iterator;49 typedef SectionTable::const_iterator const_iterator;106 const SectionTable& getSectionTable() const { return m_SectionTable; } in getSectionTable()107 SectionTable& getSectionTable() { return m_SectionTable; } in getSectionTable()170 SectionTable m_SectionTable;
2021 std::vector<std::string> SectionTable; in ParseModule() local2178 SectionTable.push_back(S); in ParseModule()2208 if (Record[5]-1 >= SectionTable.size()) in ParseModule()2210 Section = SectionTable[Record[5]-1]; in ParseModule()2266 if (Record[6]-1 >= SectionTable.size()) in ParseModule()2268 Func->setSection(SectionTable[Record[6]-1]); in ParseModule()
2314 std::vector<std::string> SectionTable; in ParseModule() local2445 SectionTable.push_back(S); in ParseModule()2475 if (Record[5]-1 >= SectionTable.size()) in ParseModule()2477 Section = SectionTable[Record[5]-1]; in ParseModule()2533 if (Record[6]-1 >= SectionTable.size()) in ParseModule()2535 Func->setSection(SectionTable[Record[6]-1]); in ParseModule()