Searched refs:stabbuf (Results 1 – 1 of 1) sorted by relevance
157 bfd_byte *stabbuf = NULL; in _bfd_link_section_stabs() local226 if (!bfd_malloc_and_get_section (abfd, stabsec, &stabbuf) in _bfd_link_section_stabs()240 symend = stabbuf + stabsec->size; in _bfd_link_section_stabs()241 for (sym = stabbuf, pstridx = secinfo->stridxs; in _bfd_link_section_stabs()278 abfd, stabsec, (long) (sym - stabbuf)); in _bfd_link_section_stabs()379 ne->offset = sym - stabbuf; in _bfd_link_section_stabs()445 free (stabbuf); in _bfd_link_section_stabs()446 stabbuf = NULL; in _bfd_link_section_stabs()493 if (stabbuf != NULL) in _bfd_link_section_stabs()494 free (stabbuf); in _bfd_link_section_stabs()[all …]