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

/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Delf64-alpha.c4899 PTR mdebug_handle = NULL;
4942 mdebug_handle = bfd_ecoff_debug_init (abfd, &debug, swap, info);
4943 if (mdebug_handle == (PTR) NULL)
5031 (mdebug_handle, abfd, &debug, swap, input_bfd,
5145 if (! bfd_ecoff_write_accumulated_debug (mdebug_handle, abfd, &debug,
5150 bfd_ecoff_debug_free (mdebug_handle, abfd, &debug, swap, info);
4889 PTR mdebug_handle = NULL; local
H A Delfxx-mips.c10235 void *mdebug_handle = NULL;
10427 mdebug_handle = bfd_ecoff_debug_init (abfd, &debug, swap, info);
10428 if (mdebug_handle == NULL)
10499 (mdebug_handle, abfd, &debug, swap, input_bfd,
10576 if (! mips_elf_create_procedure_table (mdebug_handle, abfd,
10832 if (! bfd_ecoff_write_accumulated_debug (mdebug_handle, abfd, &debug,
10837 bfd_ecoff_debug_free (mdebug_handle, abfd, &debug, swap, info);
10194 void *mdebug_handle = NULL; local

Completed in 141 milliseconds