Searched refs:external_ext (Results 1 – 8 of 8) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | ecoff.c | 593 FIX (cbExtOffset, external_ext, void *); in _bfd_ecoff_slurp_symbolic_info() 879 eraw_src = (char *) ecoff_data (abfd)->debug_info.external_ext; in _bfd_ecoff_slurp_symbol_table() 1429 - (char *) ecoff_data (abfd)->debug_info.external_ext) in _bfd_ecoff_print_symbol() 2608 debug->external_ext = debug->external_ext_end = NULL; in _bfd_ecoff_write_object_contents() 3325 void * external_ext, in ecoff_link_add_externals() argument 3347 ext_ptr = (char *) external_ext; in ecoff_link_add_externals() 3531 void * external_ext = NULL; in ecoff_link_add_object_symbols() local 3548 external_ext = bfd_malloc (esize); in ecoff_link_add_object_symbols() 3549 if (external_ext == NULL && esize != 0) in ecoff_link_add_object_symbols() 3553 || bfd_bread (external_ext, esize, abfd) != esize) in ecoff_link_add_object_symbols() [all …]
|
| D | ecofflink.c | 1338 - (char *) debug->external_ext) 1341 if (! ecoff_add_bytes ((char **) &debug->external_ext, 1350 ((char *) debug->external_ext 1556 WRITE (external_ext, iextMax, swap->external_ext_size, cbExtOffset); 1735 if (bfd_bwrite (debug->external_ext, amt, abfd) != amt) 2222 ((char *) debug_info->external_ext
|
| D | elf64-alpha.c | 1366 READ (external_ext, cbExtOffset, iextMax, swap->external_ext_size, PTR); in elf64_alpha_read_ecoff_info() 1396 if (debug->external_ext != NULL) in elf64_alpha_read_ecoff_info() 1397 free (debug->external_ext); in elf64_alpha_read_ecoff_info() 4933 debug.external_ext = debug.external_ext_end = NULL; in elf64_alpha_final_link() 5032 eraw_src = input_debug.external_ext; in elf64_alpha_final_link() 5077 free (input_debug.external_ext); in elf64_alpha_final_link()
|
| D | elfxx-mips.c | 791 READ (external_ext, cbExtOffset, iextMax, swap->external_ext_size, void *); in _bfd_mips_elf_read_ecoff_info() 821 if (debug->external_ext != NULL) in _bfd_mips_elf_read_ecoff_info() 822 free (debug->external_ext); in _bfd_mips_elf_read_ecoff_info() 9148 debug.external_ext = debug.external_ext_end = NULL; in _bfd_mips_elf_final_link() 9230 eraw_src = input_debug.external_ext; in _bfd_mips_elf_final_link() 9275 free (input_debug.external_ext); in _bfd_mips_elf_final_link()
|
| /mirbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | obj-ecoff.c | 174 SET (external_ext, iextMax, void *, debug_swap->external_ext_size); in ecoff_frob_file()
|
| D | obj-elf.c | 2056 debug.external_ext = debug.external_ext_end = NULL; in elf_frob_file_after_relocs()
|
| /mirbsd/src/gnu/usr.bin/binutils/include/coff/ |
| D | ecoff.h | 308 void *external_ext; /* struct ext_ext */ member
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | mdebugread.c | 1857 ((char *) debug_info->external_ext in parse_procedure() 2349 ext_out = (char *) debug_info->external_ext; in parse_partial_symbols()
|