Searched refs:ssext (Results 1 – 7 of 7) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | ecoff.c | 596 FIX (cbSsExtOffset, ssext, char *); in _bfd_ecoff_slurp_symbolic_info() 894 internal_ptr->symbol.name = (ecoff_data (abfd)->debug_info.ssext in _bfd_ecoff_slurp_symbol_table() 2620 debug->ssext = debug->ssext_end = NULL; in _bfd_ecoff_write_object_contents() 3248 char *ssext) in ecoff_link_add_externals() argument 3396 name = ssext + esym.asym.iss; in ecoff_link_add_externals() 3455 char *ssext = NULL; in ecoff_link_add_object_symbols() local 3478 ssext = (char *) bfd_malloc ((bfd_size_type) symhdr->issExtMax); in ecoff_link_add_object_symbols() 3479 if (ssext == NULL && symhdr->issExtMax != 0) in ecoff_link_add_object_symbols() 3483 || (bfd_bread (ssext, (bfd_size_type) symhdr->issExtMax, abfd) in ecoff_link_add_object_symbols() 3487 result = ecoff_link_add_externals (abfd, info, external_ext, ssext); in ecoff_link_add_object_symbols() [all …]
|
D | ecofflink.c | 1283 if ((size_t) (debug->ssext_end - debug->ssext) in bfd_ecoff_debug_one_external() 1286 if (! ecoff_add_bytes ((char **) &debug->ssext, in bfd_ecoff_debug_one_external() 1313 strcpy (debug->ssext + symhdr->issExtMax, name); in bfd_ecoff_debug_one_external() 1354 if (debug->ssext != (char *) NULL) in ecoff_align_debug() 1355 memset ((debug->ssext + symhdr->issExtMax), 0, add); in ecoff_align_debug() 1507 WRITE (ssext, issExtMax, sizeof (char), cbSsExtOffset); in bfd_ecoff_write_debug() 1654 if (bfd_bwrite (debug->ssext, amt, abfd) != amt) in bfd_ecoff_write_accumulated_debug() 2168 line_info->cache.functionname = (debug_info->ssext in lookup_line()
|
D | elf64-alpha.c | 1398 READ (ssext, cbSsExtOffset, issExtMax, sizeof (char), char *); in elf64_alpha_read_ecoff_info() 1425 if (debug->ssext != NULL) in elf64_alpha_read_ecoff_info() 1426 free (debug->ssext); in elf64_alpha_read_ecoff_info() 5157 debug.ssext = debug.ssext_end = NULL; in elf64_alpha_final_link() 5273 name = input_debug.ssext + ext.asym.iss; in elf64_alpha_final_link() 5296 free (input_debug.ssext); in elf64_alpha_final_link()
|
D | elfxx-mips.c | 1379 READ (ssext, cbSsExtOffset, issExtMax, sizeof (char), char *); in _bfd_mips_elf_read_ecoff_info() 1406 if (debug->ssext != NULL) in _bfd_mips_elf_read_ecoff_info() 1407 free (debug->ssext); in _bfd_mips_elf_read_ecoff_info() 14318 debug.ssext = debug.ssext_end = NULL; in _bfd_mips_elf_final_link() 14419 name = input_debug.ssext + ext.asym.iss; in _bfd_mips_elf_final_link() 14443 free (input_debug.ssext); in _bfd_mips_elf_final_link()
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | obj-ecoff.c | 170 SET (ssext, issExtMax, char *, sizeof (char)); in ecoff_frob_file()
|
D | obj-elf.c | 2472 debug.ssext = debug.ssext_end = NULL; in elf_frob_file_after_relocs()
|
/toolchain/binutils/binutils-2.25/include/coff/ |
D | ecoff.h | 308 char *ssext; member
|