Searched refs:str_sect (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/gdb/gdb/
H A Dmipsread.c182 asection *str_sect; /* Section pointer for .dynstr section */ member in struct:alphacoff_dynsecinfo
205 si->str_sect = sectp;
254 || si.str_sect == NULL
260 str_secsize = bfd_get_section_size (si.str_sect);
275 if (!bfd_get_section_contents (abfd, si.str_sect, str_secptr,
H A Delfread.c593 asection *str_sect; local
597 str_sect = bfd_get_section_by_name (abfd, ".stabstr");
600 if (str_sect)
604 str_sect->filepos,
605 bfd_section_size (abfd, str_sect));

Completed in 102 milliseconds