Searched refs:get_filename (Results 1 – 13 of 13) sorted by relevance
164 << "\" twice for " << get_filename() in op_bfd()455 return op_bfd_symbol(start, end - start, get_filename()); in create_artificial_symbol()459 string op_bfd::get_filename() const in get_filename() function in op_bfd
180 std::string get_filename() const;
160 << "\" twice for " << get_filename() in op_bfd()
116 << " for binary " << bfd.get_filename() << dec << endl; in get_symbol_by_filepos()208 cverb << vdebug << prefix << " " << b.get_filename() in verbose_bfd()506 string const image_name = caller_bfd.get_filename(); in add()532 image_name_id callee_image_id = image_names.create(callee_bfd.get_filename()); in add()
79 fname_to_check = abfd->get_filename(); in populate_spu_profile_from_files()
77 string const image_name = abfd.get_filename(); in add()
670 if (abfd && abfd->get_filename() == tmp) in get_bfd_object()676 if (abfd && abfd->get_filename() == image_name) in get_bfd_object()
218 string get_filename(string const & filename) in get_filename() function311 cout << get_filename(summ.lib_image); in output_deps()335 cout << get_filename(app.image) << '\n'; in output_summaries()
249 check_mtime(abfd.get_filename(), profile.get_header()); in load_samples()
44 extern Bool VG_(get_filename) ( Addr a, Char* filename, Int n_filename );
3044 def get_filename(self): member in Config3065 library = cdll.LoadLibrary(self.get_filename())
128 if (VG_(get_filename)(pc, (Char*)g_buff1, kBuffSize)) { in PcToStrings()
1638 Bool VG_(get_filename)( Addr a, Char* filename, Int n_filename ) in VG_() argument