Searched refs:mdebug_handle (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/binutils/bfd/
H A Delf64-alpha.c4945 PTR mdebug_handle = NULL;
4988 mdebug_handle = bfd_ecoff_debug_init (abfd, &debug, swap, info);
4989 if (mdebug_handle == (PTR) NULL)
5077 (mdebug_handle, abfd, &debug, swap, input_bfd,
5191 if (! bfd_ecoff_write_accumulated_debug (mdebug_handle, abfd, &debug,
5196 bfd_ecoff_debug_free (mdebug_handle, abfd, &debug, swap, info);
4935 PTR mdebug_handle = NULL; local
H A Delfxx-mips.c10274 void *mdebug_handle = NULL;
10466 mdebug_handle = bfd_ecoff_debug_init (abfd, &debug, swap, info);
10467 if (mdebug_handle == NULL)
10538 (mdebug_handle, abfd, &debug, swap, input_bfd,
10615 if (! mips_elf_create_procedure_table (mdebug_handle, abfd,
10871 if (! bfd_ecoff_write_accumulated_debug (mdebug_handle, abfd, &debug,
10876 bfd_ecoff_debug_free (mdebug_handle, abfd, &debug, swap, info);
10233 void *mdebug_handle = NULL; local

Completed in 249 milliseconds