Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Ddwarf2.c669 bfd * debug_bfd; in read_alt_indirect_string() local
675 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() local
721 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 …]