Searched refs:debug_filename (Results 1 – 1 of 1) sorted by relevance
723 char * debug_filename = bfd_follow_gnu_debugaltlink (unit->abfd, DEBUGDIR); in read_alt_indirect_string() local725 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() local773 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() local3710 if (debug_filename == NULL) in _bfd_dwarf2_slurp_debug_info()[all …]