Home | History | Annotate | Download | only in bfd

Lines Matching refs:strsec

898   asection *strsec;
970 if (info->stabsec == NULL || info->strsec == NULL)
979 strsize = (info->strsec->rawsize
980 ? info->strsec->rawsize
981 : info->strsec->size);
1000 info->strsec = bfd_get_section_by_name (abfd, ".stabstr");
1002 if (info->stabsec == NULL || info->strsec == NULL)
1006 info->strsec = bfd_get_section_by_name (abfd, "$GDB_STRINGS$");
1008 if (info->stabsec == NULL || info->strsec == NULL)
1021 strsize = (info->strsec->rawsize
1022 ? info->strsec->rawsize
1023 : info->strsec->size);
1032 || ! bfd_get_section_contents (abfd, info->strsec, info->strs,