310311312313314315316317
public void readAll() throws ELFException { readHeader(); readPrograms(); readSections(); if (dbgStab != null) { debug = new StabDebug(this, dbgStab, dbgStabStr); } }