| 220 | } |
| 221 | |
| 222 | Result BinaryReaderObjdumpBase::OnOpcode(Opcode opcode) { |
| 223 | current_opcode = opcode; |
| 224 | return Result::Ok; |
| 225 | } |
| 226 | |
| 227 | Result BinaryReaderObjdumpBase::OnRelocCount(Index count, Index section_index) { |
| 228 | if (section_index >= section_types_.size()) { |