Lines Matching defs:ssext
620 FIX (cbSsExtOffset, issExtMax, ssext, char *);
629 if (debug->ssext)
630 debug->ssext[internal_symhdr->issExtMax - 1] = 0;
925 internal_ptr->symbol.name = (ecoff_data (abfd)->debug_info.ssext
2703 debug->ssext = debug->ssext_end = NULL;
3338 char *ssext)
3473 name = ssext + esym.asym.iss;
3532 char *ssext = NULL;
3555 ssext = (char *) _bfd_malloc_and_read (abfd, symhdr->issExtMax,
3557 if (ssext == NULL && symhdr->issExtMax != 0)
3560 result = ecoff_link_add_externals (abfd, info, external_ext, ssext);
3562 free (ssext);
3567 free (ssext);
4329 debug->ssext = debug->ssext_end = NULL;