Searched refs:stabbuf (Results 1 – 1 of 1) sorted by relevance
158 bfd_byte *stabbuf = NULL; in _bfd_link_section_stabs() local227 if (!bfd_malloc_and_get_section (abfd, stabsec, &stabbuf) in _bfd_link_section_stabs()241 symend = stabbuf + stabsec->size; in _bfd_link_section_stabs()242 for (sym = stabbuf, pstridx = secinfo->stridxs; in _bfd_link_section_stabs()279 abfd, stabsec, (long) (sym - stabbuf)); in _bfd_link_section_stabs()380 ne->offset = sym - stabbuf; in _bfd_link_section_stabs()448 free (stabbuf); in _bfd_link_section_stabs()449 stabbuf = NULL; in _bfd_link_section_stabs()496 if (stabbuf != NULL) in _bfd_link_section_stabs()497 free (stabbuf); in _bfd_link_section_stabs()[all …]