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;
2033 std::vector<std::string> SectionTable; in ParseModule() local2190 SectionTable.push_back(S); in ParseModule()2220 if (Record[5]-1 >= SectionTable.size()) in ParseModule()2222 Section = SectionTable[Record[5]-1]; in ParseModule()2278 if (Record[6]-1 >= SectionTable.size()) in ParseModule()2280 Func->setSection(SectionTable[Record[6]-1]); in ParseModule()
2326 std::vector<std::string> SectionTable; in ParseModule() local2457 SectionTable.push_back(S); in ParseModule()2487 if (Record[5]-1 >= SectionTable.size()) in ParseModule()2489 Section = SectionTable[Record[5]-1]; in ParseModule()2545 if (Record[6]-1 >= SectionTable.size()) in ParseModule()2547 Func->setSection(SectionTable[Record[6]-1]); in ParseModule()