Searched refs:SectionHeader (Results 1 – 4 of 4) sorted by relevance
269 private List<SectionHeader> getSections() {287 return new AbstractList<SectionHeader>() {288 @Override public SectionHeader get(int index) {307 for (SectionHeader header: getSections()) {308 if (header.getType() == SectionHeader.TYPE_DYNAMIC_SYMBOL_TABLE) {329 private abstract class SectionHeader {332 public SectionHeader(int offset) { this.offset = offset; }342 private class SectionHeader32Bit extends SectionHeader {351 private class SectionHeader64Bit extends SectionHeader {366 public SymbolTable(@Nonnull SectionHeader header) {[all …]
437 WithColor(Printer, PDB_ColorItem::SectionHeader).get() in dumpPretty()452 WithColor(Printer, PDB_ColorItem::SectionHeader).get() << "---TYPES---"; in dumpPretty()461 WithColor(Printer, PDB_ColorItem::SectionHeader).get() << "---SYMBOLS---"; in dumpPretty()472 WithColor(Printer, PDB_ColorItem::SectionHeader).get() << "---GLOBALS---"; in dumpPretty()498 WithColor(Printer, PDB_ColorItem::SectionHeader).get() << "---EXTERNALS---"; in dumpPretty()
75 SectionHeader, enumerator
116 case PDB_ColorItem::SectionHeader: in applyColor()