Searched refs:debug_filename (Results 1 – 1 of 1) sorted by relevance
670 char * debug_filename = bfd_follow_gnu_debugaltlink (unit->abfd, DEBUGDIR); in read_alt_indirect_string() local672 if (debug_filename == NULL) in read_alt_indirect_string()675 if ((debug_bfd = bfd_openr (debug_filename, NULL)) == NULL in read_alt_indirect_string()682 free (debug_filename); in read_alt_indirect_string()716 char * debug_filename = bfd_follow_gnu_debugaltlink (unit->abfd, DEBUGDIR); in read_alt_indirect_ref() local718 if (debug_filename == NULL) in read_alt_indirect_ref()721 if ((debug_bfd = bfd_openr (debug_filename, NULL)) == NULL in read_alt_indirect_ref()728 free (debug_filename); in read_alt_indirect_ref()3502 char * debug_filename = bfd_follow_gnu_debuglink (abfd, DEBUGDIR); in _bfd_dwarf2_slurp_debug_info() local3504 if (debug_filename == NULL) in _bfd_dwarf2_slurp_debug_info()[all …]