Home | History | Annotate | Download | only in Object

Lines Matching refs:SectionTable

115   if (Addr < SectionTable
116 || Addr >= (SectionTable + COFFHeader->NumberOfSections))
119 uintptr_t Offset = uintptr_t(Addr) - uintptr_t(SectionTable);
518 SectionTable(nullptr), SymbolTable(nullptr), StringTable(nullptr),
580 if ((EC = getObject(SectionTable, *Data, base() + CurPtr,
653 Ret.p = reinterpret_cast<uintptr_t>(SectionTable);
661 Ret.p = reinterpret_cast<uintptr_t>(SectionTable + NumSections);
740 Result = SectionTable + (Index - 1);