Home
last modified time | relevance | path

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

/external/oprofile/pp/
Doparchive.cpp166 string debug_filename; in oparchive() local
168 debug_filename, classes.extra_found_images)) { in oparchive()
180 op_basename(debug_filename); in oparchive()
181 copy_one_file(image_ok, debug_filename, dest_debug); in oparchive()
/external/oprofile/libutil++/
Dop_bfd.cpp353 if (find_separate_debug_file(ibfd.abfd, filename, debug_filename, extra_found_images)) { in has_debug_info()
354 cverb << vbfd << "now loading: " << debug_filename << endl; in has_debug_info()
355 dbfd.abfd = open_bfd(debug_filename); in has_debug_info()
362 << debug_filename << endl; in has_debug_info()
Dbfd_support.cpp297 string & debug_filename, extra_images const & extra) in find_separate_debug_file() argument
320 debug_filename = first_try; in find_separate_debug_file()
322 debug_filename = second_try; in find_separate_debug_file()
324 debug_filename = third_try; in find_separate_debug_file()
Dbfd_support.h111 std::string & debug_filename,
Dop_bfd.h274 mutable std::string debug_filename; variable