Searched refs:str_section (Results 1 – 4 of 4) sorted by relevance
650 struct dwarf_section *str_section = &debug_displays [str_sec_idx].section; in fetch_indexed_string() local659 if (str_section->start == NULL) in fetch_indexed_string()673 idx, index_offset, str_section->name); in fetch_indexed_string()680 str_offset -= str_section->address; in fetch_indexed_string()681 if (str_offset >= str_section->size) in fetch_indexed_string()687 ret = (const char *) str_section->start + str_offset; in fetch_indexed_string()692 if (strnlen (ret, str_section->size - str_offset) in fetch_indexed_string()693 == str_section->size - str_offset) in fetch_indexed_string()
702 struct dwarf_section *str_section = &debug_displays [str_sec_idx].section; in fetch_indexed_string() local711 if (str_section->start == NULL) in fetch_indexed_string()727 str_section->name); in fetch_indexed_string()739 str_offset -= str_section->address; in fetch_indexed_string()740 if (str_offset >= str_section->size) in fetch_indexed_string()747 ret = (const char *) str_section->start + str_offset; in fetch_indexed_string()752 if (strnlen (ret, str_section->size - str_offset) in fetch_indexed_string()753 == str_section->size - str_offset) in fetch_indexed_string()
2897 (read_str_index): New locals str_section, str_offsets_section.