Searched refs:mdebug_handle (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | elf64-alpha.c | 5070 void * mdebug_handle = NULL; in elf64_alpha_final_link() local 5118 mdebug_handle = bfd_ecoff_debug_init (abfd, &debug, swap, info); in elf64_alpha_final_link() 5119 if (mdebug_handle == NULL) in elf64_alpha_final_link() 5203 (mdebug_handle, abfd, &debug, swap, input_bfd, in elf64_alpha_final_link() 5316 if (! bfd_ecoff_write_accumulated_debug (mdebug_handle, abfd, &debug, in elf64_alpha_final_link() 5321 bfd_ecoff_debug_free (mdebug_handle, abfd, &debug, swap, info); in elf64_alpha_final_link()
|
H A D | elfxx-mips.c | 14856 void *mdebug_handle = NULL; in _bfd_mips_elf_final_link() local 15069 mdebug_handle = bfd_ecoff_debug_init (abfd, &debug, swap, info); in _bfd_mips_elf_final_link() 15070 if (mdebug_handle == NULL) in _bfd_mips_elf_final_link() 15139 (mdebug_handle, abfd, &debug, swap, input_bfd, in _bfd_mips_elf_final_link() 15209 if (! mips_elf_create_procedure_table (mdebug_handle, abfd, in _bfd_mips_elf_final_link() 15483 if (! bfd_ecoff_write_accumulated_debug (mdebug_handle, abfd, &debug, in _bfd_mips_elf_final_link() 15488 bfd_ecoff_debug_free (mdebug_handle, abfd, &debug, swap, info); in _bfd_mips_elf_final_link()
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | elf64-alpha.c | 5087 void * mdebug_handle = NULL; in elf64_alpha_final_link() local 5135 mdebug_handle = bfd_ecoff_debug_init (abfd, &debug, swap, info); in elf64_alpha_final_link() 5136 if (mdebug_handle == NULL) in elf64_alpha_final_link() 5220 (mdebug_handle, abfd, &debug, swap, input_bfd, in elf64_alpha_final_link() 5333 if (! bfd_ecoff_write_accumulated_debug (mdebug_handle, abfd, &debug, in elf64_alpha_final_link() 5338 bfd_ecoff_debug_free (mdebug_handle, abfd, &debug, swap, info); in elf64_alpha_final_link()
|
H A D | elfxx-mips.c | 14751 void *mdebug_handle = NULL; in _bfd_mips_elf_final_link() local 14963 mdebug_handle = bfd_ecoff_debug_init (abfd, &debug, swap, info); in _bfd_mips_elf_final_link() 14964 if (mdebug_handle == NULL) in _bfd_mips_elf_final_link() 15033 (mdebug_handle, abfd, &debug, swap, input_bfd, in _bfd_mips_elf_final_link() 15110 if (! mips_elf_create_procedure_table (mdebug_handle, abfd, in _bfd_mips_elf_final_link() 15384 if (! bfd_ecoff_write_accumulated_debug (mdebug_handle, abfd, &debug, in _bfd_mips_elf_final_link() 15389 bfd_ecoff_debug_free (mdebug_handle, abfd, &debug, swap, info); in _bfd_mips_elf_final_link()
|