/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | ecoff.c | 3327 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 D | ecofflink.c | 1330 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 D | elf64-alpha.c | 1346 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 D | elfxx-mips.c | 905 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 D | ecoff.c | 3668 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 D | ecofflink.c | 1374 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 D | elf64-alpha.c | 2597 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 D | elfxx-mips.c | 807 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 D | obj-ecoff.c | 171 SET (ssext, issExtMax, char *, sizeof (char)); in ecoff_frob_file()
|
H A D | obj-elf.c | 2072 debug.ssext = debug.ssext_end = NULL; in elf_frob_file_after_relocs()
|
/openbsd/gnu/usr.bin/binutils/gas/config/ |
H A D | obj-ecoff.c | 238 SET (ssext, issExtMax, char *, sizeof (char)); in ecoff_frob_file()
|
H A D | obj-elf.c | 2001 debug.ssext = debug.ssext_end = NULL; in elf_frob_file_after_relocs()
|
/openbsd/gnu/usr.bin/binutils/include/coff/ |
H A D | ecoff.h | 305 char *ssext; member
|
/openbsd/gnu/usr.bin/binutils-2.17/include/coff/ |
H A D | ecoff.h | 307 char *ssext; member
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | mdebugread.c | 614 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()
|