Searched refs:mdebug_handle (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf64-alpha.c | 5114 void * mdebug_handle = NULL; in elf64_alpha_final_link() local 5162 mdebug_handle = bfd_ecoff_debug_init (abfd, &debug, swap, info); in elf64_alpha_final_link() 5163 if (mdebug_handle == NULL) in elf64_alpha_final_link() 5247 (mdebug_handle, abfd, &debug, swap, input_bfd, in elf64_alpha_final_link() 5360 if (! bfd_ecoff_write_accumulated_debug (mdebug_handle, abfd, &debug, in elf64_alpha_final_link() 5365 bfd_ecoff_debug_free (mdebug_handle, abfd, &debug, swap, info); in elf64_alpha_final_link()
|
D | elfxx-mips.c | 14115 void *mdebug_handle = NULL; in _bfd_mips_elf_final_link() local 14323 mdebug_handle = bfd_ecoff_debug_init (abfd, &debug, swap, info); in _bfd_mips_elf_final_link() 14324 if (mdebug_handle == NULL) in _bfd_mips_elf_final_link() 14393 (mdebug_handle, abfd, &debug, swap, input_bfd, in _bfd_mips_elf_final_link() 14470 if (! mips_elf_create_procedure_table (mdebug_handle, abfd, in _bfd_mips_elf_final_link() 14744 if (! bfd_ecoff_write_accumulated_debug (mdebug_handle, abfd, &debug, in _bfd_mips_elf_final_link() 14749 bfd_ecoff_debug_free (mdebug_handle, abfd, &debug, swap, info); in _bfd_mips_elf_final_link()
|