Home
last modified time | relevance | path

Searched refs:debug_filename (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Ddwarf2.c723 char * debug_filename = bfd_follow_gnu_debugaltlink (unit->abfd, DEBUGDIR); in read_alt_indirect_string() local
725 if (debug_filename == NULL) in read_alt_indirect_string()
728 if ((debug_bfd = bfd_openr (debug_filename, NULL)) == NULL in read_alt_indirect_string()
735 free (debug_filename); in read_alt_indirect_string()
771 char * debug_filename = bfd_follow_gnu_debugaltlink (unit->abfd, DEBUGDIR); in read_alt_indirect_ref() local
773 if (debug_filename == NULL) in read_alt_indirect_ref()
776 if ((debug_bfd = bfd_openr (debug_filename, NULL)) == NULL in read_alt_indirect_ref()
783 free (debug_filename); in read_alt_indirect_ref()
3708 char * debug_filename = bfd_follow_gnu_debuglink (abfd, DEBUGDIR); in _bfd_dwarf2_slurp_debug_info() local
3710 if (debug_filename == NULL) in _bfd_dwarf2_slurp_debug_info()
[all …]