Searched refs:dwarf_str_shdr (Results 1 – 1 of 1) sorted by relevance
435 const typename ElfT::Shdr* dwarf_str_shdr = FindSectionHeaderByName(".debug_str"); in ReadDwarfInfo() local436 if (dwarf_str_shdr == nullptr) { in ReadDwarfInfo()441 auto string_table_buf = ReadSection<char>(dwarf_str_shdr, error_msg); in ReadDwarfInfo()