Lines Matching defs:str_section
17813 STR_SECTION, STR_OFFSETS_SECTION can be from a Fission stub or a
17818 struct dwarf2_section_info *str_section,
17831 str_section->read (objfile);
17833 if (str_section->buffer == NULL)
17836 form_name, str_section->get_name (),
17841 form_name, str_section->get_name (),
17850 if (str_offset >= str_section->size)
17853 form_name, str_section->get_name (),
17855 return (const char *) (str_section->buffer + str_offset);
21608 struct dwarf2_section_info *str_section;
21615 str_section = &cu->dwo_unit->dwo_file->sections.str;
21621 str_section = &per_objfile->per_bfd->str;
21626 offset_size, offset, str_section, str_offsets_section,