Searched refs:ssext (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/bin/gdb/bfd/
H A Decoff.c624 FIX (cbSsExtOffset, ssext, char *);
995 internal_ptr->symbol.name = (ecoff_data (abfd)->debug_info.ssext
2756 debug->ssext = debug->ssext_end = NULL;
3675 char *ssext = NULL;
3701 ssext = (char *) bfd_malloc ((bfd_size_type) symhdr->issExtMax);
3702 if (ssext == NULL && symhdr->issExtMax != 0)
3706 || (bfd_bread (ssext, (bfd_size_type) symhdr->issExtMax, abfd)
3753 name = ssext + esym.asym.iss;
3765 if (! ecoff_link_add_externals (abfd, info, external_ext, ssext))
3775 if (ssext !
3665 char *ssext = NULL; local
3788 char *ssext = NULL; local
[all...]
H A Decofflink.c1332 if ((size_t) (debug->ssext_end - debug->ssext)
1335 if (! ecoff_add_bytes ((char **) &debug->ssext,
1358 strcpy (debug->ssext + symhdr->issExtMax, name);
1400 if (debug->ssext != (char *) NULL)
1401 memset ((PTR) (debug->ssext + symhdr->issExtMax), 0, add);
1556 WRITE (ssext, issExtMax, sizeof (char), cbSsExtOffset);
1708 if (bfd_bwrite (debug->ssext, amt, abfd) != amt)
2249 line_info->cache.functionname = (debug_info->ssext
H A Delf64-alpha.c2567 READ (ssext, cbSsExtOffset, issExtMax, sizeof (char), char *);
2594 if (debug->ssext != NULL)
2595 free (debug->ssext);
5144 debug.ssext = debug.ssext_end = NULL;
5264 name = input_debug.ssext + ext.asym.iss;
5288 free (input_debug.ssext);
H A Delfxx-mips.c811 READ (ssext, cbSsExtOffset, issExtMax, sizeof (char), char *);
838 if (debug->ssext != NULL)
839 free (debug->ssext);
8364 debug.ssext = debug.ssext_end = NULL;
8467 name = input_debug.ssext + ext.asym.iss;
8491 free (input_debug.ssext);
/haiku-fatelf/src/bin/gdb/include/coff/
H A Decoff.h305 char *ssext; member in struct:ecoff_debug_info
/haiku-fatelf/src/bin/gdb/gdb/
H A Dmdebugread.c621 name = debug_info->ssext + sh->iss;
1898 sh_name = debug_info->ssext + she.asym.iss;
2092 what, debug_info->ssext + es->asym.iss,
2409 name = debug_info->ssext + ext_in->asym.iss;
3578 unknown_ext_complaint (debug_info->ssext + psh->iss);
3589 name = debug_info->ssext + psh->iss;

Completed in 138 milliseconds