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

/freebsd-10.0-release/contrib/binutils/bfd/
H A Decoff.c591 FIX (cbSsExtOffset, ssext, char *);
890 internal_ptr->symbol.name = (ecoff_data (abfd)->debug_info.ssext
2616 debug->ssext = debug->ssext_end = NULL;
3336 char *ssext)
3484 name = ssext + esym.asym.iss;
3543 char *ssext = NULL;
3566 ssext = bfd_malloc ((bfd_size_type) symhdr->issExtMax);
3567 if (ssext == NULL && symhdr->issExtMax != 0)
3571 || (bfd_bread (ssext, (bfd_size_type) symhdr->issExtMax, abfd)
3575 result = ecoff_link_add_externals (abfd, info, external_ext, ssext);
3324 ecoff_link_add_externals(bfd *abfd, struct bfd_link_info *info, void * external_ext, char *ssext) argument
3534 char *ssext = NULL; local
3597 char *ssext = NULL; local
[all...]
H A Decofflink.c1330 if ((size_t) (debug->ssext_end - debug->ssext)
1333 if (! ecoff_add_bytes ((char **) &debug->ssext,
1360 strcpy (debug->ssext + symhdr->issExtMax, name);
1402 if (debug->ssext != (char *) NULL)
1403 memset ((PTR) (debug->ssext + symhdr->issExtMax), 0, add);
1558 WRITE (ssext, issExtMax, sizeof (char), cbSsExtOffset);
1710 if (bfd_bwrite (debug->ssext, amt, abfd) != amt)
2231 line_info->cache.functionname = (debug_info->ssext
H A Delf64-alpha.c1376 READ (ssext, cbSsExtOffset, issExtMax, sizeof (char), char *);
1403 if (debug->ssext != NULL)
1404 free (debug->ssext);
4983 debug.ssext = debug.ssext_end = NULL;
5103 name = input_debug.ssext + ext.asym.iss;
5127 free (input_debug.ssext);
H A Delfxx-mips.c918 READ (ssext, cbSsExtOffset, issExtMax, sizeof (char), char *);
945 if (debug->ssext != NULL)
946 free (debug->ssext);
10461 debug.ssext = debug.ssext_end = NULL;
10564 name = input_debug.ssext + ext.asym.iss;
10588 free (input_debug.ssext);
/freebsd-10.0-release/contrib/binutils/gas/config/
H A Dobj-ecoff.c171 SET (ssext, issExtMax, char *, sizeof (char));
H A Dobj-elf.c2081 /* ssext and external_ext are set up just below. */
2086 debug.ssext = debug.ssext_end = NULL;
/freebsd-10.0-release/contrib/binutils/include/coff/
H A Decoff.h307 char *ssext; member in struct:ecoff_debug_info
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dmdebugread.c630 name = debug_info->ssext + sh->iss;
1907 sh_name = debug_info->ssext + she.asym.iss;
2101 what, debug_info->ssext + es->asym.iss,
2418 name = debug_info->ssext + ext_in->asym.iss;
3587 unknown_ext_complaint (debug_info->ssext + psh->iss);
3598 name = debug_info->ssext + psh->iss;

Completed in 432 milliseconds