Searched refs:debug_str_offsets_shdr (Results 1 – 1 of 1) sorted by relevance
449 const typename ElfT::Shdr* debug_str_offsets_shdr = FindSectionHeaderByName(".debug_str_offsets"); in ReadDwarfInfo() local451 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()