Home | History | Annotate | Download | only in bfd

Lines Matching refs:strs

902   bfd_byte *strs;
1026 info->strs = (bfd_byte *) bfd_alloc (abfd, strsize);
1027 if (info->stabs == NULL || info->strs == NULL)
1032 || ! bfd_get_section_contents (abfd, info->strsec, info->strs,
1150 for (i = 0, stab = info->stabs, nul_str = str = info->strs;
1158 if ((bfd_size_type) ((info->strs + strsize) - str) < stroff)