Home
last modified time | relevance | path

Searched refs:ssext (Results 1 – 15 of 15) sorted by relevance

/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Decoff.c3327 char *ssext) in ecoff_link_add_externals() argument
3534 char *ssext = NULL; in ecoff_link_add_object_symbols() local
3568 if (ssext != NULL) in ecoff_link_add_object_symbols()
3569 free (ssext); in ecoff_link_add_object_symbols()
3575 if (ssext != NULL) in ecoff_link_add_object_symbols()
3576 free (ssext); in ecoff_link_add_object_symbols()
3597 char *ssext = NULL; in ecoff_link_check_archive_element() local
3697 if (ssext != NULL) in ecoff_link_check_archive_element()
3698 free (ssext); in ecoff_link_check_archive_element()
3703 if (ssext != NULL) in ecoff_link_check_archive_element()
[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)
2230 line_info->cache.functionname = (debug_info->ssext
H A Delf64-alpha.c1346 READ (ssext, cbSsExtOffset, issExtMax, sizeof (char), char *); in elf64_alpha_read_ecoff_info()
1373 if (debug->ssext != NULL) in elf64_alpha_read_ecoff_info()
1374 free (debug->ssext); in elf64_alpha_read_ecoff_info()
4911 debug.ssext = debug.ssext_end = NULL; in elf64_alpha_final_link()
5031 name = input_debug.ssext + ext.asym.iss; in elf64_alpha_final_link()
5055 free (input_debug.ssext); in elf64_alpha_final_link()
H A Delfxx-mips.c905 READ (ssext, cbSsExtOffset, issExtMax, sizeof (char), char *); in _bfd_mips_elf_read_ecoff_info()
932 if (debug->ssext != NULL) in _bfd_mips_elf_read_ecoff_info()
933 free (debug->ssext); in _bfd_mips_elf_read_ecoff_info()
10296 debug.ssext = debug.ssext_end = NULL; in _bfd_mips_elf_final_link()
10399 name = input_debug.ssext + ext.asym.iss; in _bfd_mips_elf_final_link()
10423 free (input_debug.ssext); in _bfd_mips_elf_final_link()
/openbsd/gnu/usr.bin/binutils/bfd/
H A Decoff.c3668 char *ssext = NULL; local
3768 if (ssext != NULL)
3769 free (ssext);
3774 if (ssext != NULL)
3775 free (ssext);
3791 char *ssext = NULL; local
3825 if (ssext != NULL)
3826 free (ssext);
3832 if (ssext != NULL)
3833 free (ssext);
[all …]
H A Decofflink.c1374 if ((size_t) (debug->ssext_end - debug->ssext)
1377 if (! ecoff_add_bytes ((char **) &debug->ssext,
1400 strcpy (debug->ssext + symhdr->issExtMax, name);
1442 if (debug->ssext != (char *) NULL)
1443 memset ((PTR) (debug->ssext + symhdr->issExtMax), 0, add);
1598 WRITE (ssext, issExtMax, sizeof (char), cbSsExtOffset);
1750 if (bfd_bwrite (debug->ssext, amt, abfd) != amt)
2290 line_info->cache.functionname = (debug_info->ssext
H A Delf64-alpha.c2597 READ (ssext, cbSsExtOffset, issExtMax, sizeof (char), char *);
2625 if (debug->ssext != NULL)
2626 free (debug->ssext);
5221 debug.ssext = debug.ssext_end = NULL;
5341 name = input_debug.ssext + ext.asym.iss;
5365 free (input_debug.ssext);
H A Delfxx-mips.c807 READ (ssext, cbSsExtOffset, issExtMax, sizeof (char), char *); in _bfd_mips_elf_read_ecoff_info()
835 if (debug->ssext != NULL) in _bfd_mips_elf_read_ecoff_info()
836 free (debug->ssext); in _bfd_mips_elf_read_ecoff_info()
8400 debug.ssext = debug.ssext_end = NULL; in _bfd_mips_elf_final_link()
8503 name = input_debug.ssext + ext.asym.iss; in _bfd_mips_elf_final_link()
8527 free (input_debug.ssext); in _bfd_mips_elf_final_link()
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dobj-ecoff.c171 SET (ssext, issExtMax, char *, sizeof (char)); in ecoff_frob_file()
H A Dobj-elf.c2072 debug.ssext = debug.ssext_end = NULL; in elf_frob_file_after_relocs()
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dobj-ecoff.c238 SET (ssext, issExtMax, char *, sizeof (char)); in ecoff_frob_file()
H A Dobj-elf.c2001 debug.ssext = debug.ssext_end = NULL; in elf_frob_file_after_relocs()
/openbsd/gnu/usr.bin/binutils/include/coff/
H A Decoff.h305 char *ssext; member
/openbsd/gnu/usr.bin/binutils-2.17/include/coff/
H A Decoff.h307 char *ssext; member
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dmdebugread.c614 name = debug_info->ssext + sh->iss; in parse_symbol()
1891 sh_name = debug_info->ssext + she.asym.iss; in parse_procedure()
2085 what, debug_info->ssext + es->asym.iss, in parse_external()
2401 name = debug_info->ssext + ext_in->asym.iss; in parse_partial_symbols()
3570 unknown_ext_complaint (debug_info->ssext + psh->iss); in parse_partial_symbols()
3581 name = debug_info->ssext + psh->iss; in parse_partial_symbols()