Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/tools/nogrod/
Delf_reader.cc449 const typename ElfT::Shdr* debug_str_offsets_shdr = FindSectionHeaderByName(".debug_str_offsets"); in ReadDwarfInfo() local
451 if (debug_str_offsets_shdr != nullptr) { in ReadDwarfInfo()
452 auto string_offset_table_buf = ReadSection<uint8_t>(debug_str_offsets_shdr, error_msg); in ReadDwarfInfo()