Lines Matching refs:bfd
38 void check_format(string const & file, bfd ** ibfd) in check_format()
79 bool get_debug_link_info(bfd * ibfd, string & filename, unsigned long & crc32) in get_debug_link_info()
226 void fixup_linenr(bfd * abfd, asection * section, asymbol ** syms, in fixup_linenr()
264 bfd * open_bfd(string const & file) in open_bfd()
268 bfd * ibfd = bfd_openr(file.c_str(), NULL); in open_bfd()
280 bfd * fdopen_bfd(string const & file, int fd) in fdopen_bfd()
284 bfd * ibfd = bfd_fdopenr(file.c_str(), NULL, fd); in fdopen_bfd()
296 bool find_separate_debug_file(bfd * ibfd, string const & filepath_in, in find_separate_debug_file()
455 bfd * image_bfd = image_bfd_info->abfd; in translate_debuginfo_syms()
522 bfd * synth_bfd; in get_synth_symbols()
616 bfd * abfd; in find_nearest_line()