Searched refs:string_offset_table_buf (Results 1 – 1 of 1) sorted by relevance
452 auto string_offset_table_buf = ReadSection<uint8_t>(debug_str_offsets_shdr, error_msg); in ReadDwarfInfo() local453 if (!string_offset_table_buf.has_value()) { in ReadDwarfInfo()456 string_offsets_table.emplace(std::move(*string_offset_table_buf)); in ReadDwarfInfo()