Searched refs:debug_bfd (Results 1 – 1 of 1) sorted by relevance
669 bfd * debug_bfd; in read_alt_indirect_string() local675 if ((debug_bfd = bfd_openr (debug_filename, NULL)) == NULL in read_alt_indirect_string()676 || ! bfd_check_format (debug_bfd, bfd_object)) in read_alt_indirect_string()678 if (debug_bfd) in read_alt_indirect_string()679 bfd_close (debug_bfd); in read_alt_indirect_string()685 stash->alt_bfd_ptr = debug_bfd; in read_alt_indirect_string()715 bfd * debug_bfd; in read_alt_indirect_ref() local721 if ((debug_bfd = bfd_openr (debug_filename, NULL)) == NULL in read_alt_indirect_ref()722 || ! bfd_check_format (debug_bfd, bfd_object)) in read_alt_indirect_ref()724 if (debug_bfd) in read_alt_indirect_ref()[all …]