Searched refs:ssext (Results 1 – 8 of 8) sorted by relevance
| /freebsd-10-stable/contrib/binutils/bfd/ |
| D | ecoff.c | 589 FIX (cbSsExtOffset, ssext, char *); in _bfd_ecoff_slurp_symbolic_info() 887 internal_ptr->symbol.name = (ecoff_data (abfd)->debug_info.ssext in _bfd_ecoff_slurp_symbol_table() 2609 debug->ssext = debug->ssext_end = NULL; in _bfd_ecoff_write_object_contents() 3327 char *ssext) in ecoff_link_add_externals() argument 3475 name = ssext + esym.asym.iss; in ecoff_link_add_externals() 3534 char *ssext = NULL; in ecoff_link_add_object_symbols() local 3557 ssext = bfd_malloc ((bfd_size_type) symhdr->issExtMax); in ecoff_link_add_object_symbols() 3558 if (ssext == NULL && symhdr->issExtMax != 0) in ecoff_link_add_object_symbols() 3562 || (bfd_bread (ssext, (bfd_size_type) symhdr->issExtMax, abfd) in ecoff_link_add_object_symbols() 3566 result = ecoff_link_add_externals (abfd, info, external_ext, ssext); in ecoff_link_add_object_symbols() [all …]
|
| D | ecofflink.c | 1327 if ((size_t) (debug->ssext_end - debug->ssext) 1330 if (! ecoff_add_bytes ((char **) &debug->ssext, 1357 strcpy (debug->ssext + symhdr->issExtMax, name); 1399 if (debug->ssext != (char *) NULL) 1400 memset ((PTR) (debug->ssext + symhdr->issExtMax), 0, add); 1555 WRITE (ssext, issExtMax, sizeof (char), cbSsExtOffset); 1707 if (bfd_bwrite (debug->ssext, amt, abfd) != amt) 2227 line_info->cache.functionname = (debug_info->ssext
|
| D | elf64-alpha.c | 1370 READ (ssext, cbSsExtOffset, issExtMax, sizeof (char), char *); in elf64_alpha_read_ecoff_info() 1397 if (debug->ssext != NULL) in elf64_alpha_read_ecoff_info() 1398 free (debug->ssext); in elf64_alpha_read_ecoff_info() 4973 debug.ssext = debug.ssext_end = NULL; in elf64_alpha_final_link() 5093 name = input_debug.ssext + ext.asym.iss; in elf64_alpha_final_link() 5117 free (input_debug.ssext); in elf64_alpha_final_link()
|
| D | elfxx-mips.c | 912 READ (ssext, cbSsExtOffset, issExtMax, sizeof (char), char *); in _bfd_mips_elf_read_ecoff_info() 939 if (debug->ssext != NULL) in _bfd_mips_elf_read_ecoff_info() 940 free (debug->ssext); in _bfd_mips_elf_read_ecoff_info() 10420 debug.ssext = debug.ssext_end = NULL; in _bfd_mips_elf_final_link() 10523 name = input_debug.ssext + ext.asym.iss; in _bfd_mips_elf_final_link() 10547 free (input_debug.ssext); in _bfd_mips_elf_final_link()
|
| /freebsd-10-stable/contrib/binutils/gas/config/ |
| D | obj-ecoff.c | 171 SET (ssext, issExtMax, char *, sizeof (char)); in ecoff_frob_file()
|
| D | obj-elf.c | 2086 debug.ssext = debug.ssext_end = NULL; in elf_frob_file_after_relocs()
|
| /freebsd-10-stable/contrib/binutils/include/coff/ |
| D | ecoff.h | 307 char *ssext; member
|
| /freebsd-10-stable/contrib/gdb/gdb/ |
| D | mdebugread.c | 623 name = debug_info->ssext + sh->iss; in parse_symbol() 1900 sh_name = debug_info->ssext + she.asym.iss; in parse_procedure() 2094 what, debug_info->ssext + es->asym.iss, in parse_external() 2410 name = debug_info->ssext + ext_in->asym.iss; in parse_partial_symbols() 3579 unknown_ext_complaint (debug_info->ssext + psh->iss); in parse_partial_symbols() 3590 name = debug_info->ssext + psh->iss; in parse_partial_symbols()
|