| 170 | } |
| 171 | |
| 172 | std::string_view BinaryReaderObjdumpBase::GetSegmentName(Index index) const { |
| 173 | return objdump_state_->segment_names.Get(index); |
| 174 | } |
| 175 | |
| 176 | std::string_view BinaryReaderObjdumpBase::GetTableName(Index index) const { |
| 177 | return objdump_state_->table_names.Get(index); |