Home
last modified time | relevance | path

Searched refs:string_offset_table_buf (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/frameworks/libs/binary_translation/tools/nogrod/
Delf_reader.cc452 auto string_offset_table_buf = ReadSection<uint8_t>(debug_str_offsets_shdr, error_msg); in ReadDwarfInfo() local
453 if (!string_offset_table_buf.has_value()) { in ReadDwarfInfo()
456 string_offsets_table.emplace(std::move(*string_offset_table_buf)); in ReadDwarfInfo()