Searched refs:SectionTable (Results 1 – 3 of 3) sorted by relevance
115 if (Addr < SectionTable in toSec()116 || Addr >= (SectionTable + COFFHeader->NumberOfSections)) in toSec()119 uintptr_t Offset = uintptr_t(Addr) - uintptr_t(SectionTable); in toSec()518 SectionTable(nullptr), SymbolTable(nullptr), StringTable(nullptr), in COFFObjectFile()580 if ((EC = getObject(SectionTable, *Data, base() + CurPtr, in COFFObjectFile()653 Ret.p = reinterpret_cast<uintptr_t>(SectionTable); in section_begin()661 Ret.p = reinterpret_cast<uintptr_t>(SectionTable + NumSections); in section_end()740 Result = SectionTable + (Index - 1); in getSection()
1709 std::vector<std::string> SectionTable; in ParseModule() local1848 SectionTable.push_back(S); in ParseModule()1891 if (Record[5]-1 >= SectionTable.size()) in ParseModule()1893 Section = SectionTable[Record[5]-1]; in ParseModule()1966 if (Record[6]-1 >= SectionTable.size()) in ParseModule()1968 Func->setSection(SectionTable[Record[6]-1]); in ParseModule()
348 const coff_section *SectionTable; variable