| 231 | StringEntry const* GetDynamicSectionString(unsigned int tag) override; |
| 232 | |
| 233 | bool IsMips() const override { return this->ELFHeader.e_machine == EM_MIPS; } |
| 234 | |
| 235 | // Print information about the ELF file. |
| 236 | void PrintInfo(std::ostream& os) const override |