Home
last modified time | relevance | path

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

/external/oprofile/libutil++/
Dop_spu_bfd.cpp34 extern verbose vbfd;
66 cverb << vbfd << "op_bfd ctor for " << image_path << endl; in op_bfd()
72 cverb << vbfd << "open failed for " << image_path << endl; in op_bfd()
78 cverb << vbfd << "stat failed for " << image_path << endl; in op_bfd()
87 cverb << vbfd << "fdopen_bfd failed for " << image_path << endl; in op_bfd()
98 cverb << vbfd << "No .note.spu-name section found" << endl; in op_bfd()
101 cverb << vbfd << "found .note.spu_name section" << endl; in op_bfd()
110 cverb << vbfd << "bfd_get_section_contents with size " in op_bfd()
Dop_bfd.cpp37 verbose vbfd("bfd"); variable
122 cverb << vbfd << "op_bfd ctor for " << image_path << endl; in op_bfd()
126 cverb << vbfd << "can't locate " << image_path << endl; in op_bfd()
132 cverb << vbfd << "open failed for " << image_path << endl; in op_bfd()
138 cverb << vbfd << "stat failed for " << image_path << endl; in op_bfd()
148 cverb << vbfd << "fdopen_bfd failed for " << image_path << endl; in op_bfd()
287 cverb << vbfd << "number of symbols before filtering " in add_symbols()
296 cverb << vbfd << "number of symbols now " in add_symbols()
354 cverb << vbfd << "now loading: " << debug_filename << endl; in has_debug_info()
361 cverb << vbfd << "failed to process separate debug file " in has_debug_info()
[all …]
Dbfd_support.cpp33 extern verbose vbfd;
41 cverb << vbfd << "BFD format failure for " << file << endl; in check_format()
67 cverb << vbfd << "found " << name; in separate_debug_file_exists()
74 cverb << vbfd << " with crc32 = " << hex << file_crc << endl; in separate_debug_file_exists()
83 cverb << vbfd << "fetching .gnu_debuglink section" << endl; in get_debug_link_info()
91 cverb << vbfd in get_debug_link_info()
109 cverb << vbfd << ".gnu_debuglink filename is " << filename << endl; in get_debug_link_info()
204 cverb << vbfd << "is_correct_function(" << function << ", " in is_correct_function()
270 cverb << vbfd << "bfd_openr failed for " << file << endl; in open_bfd()
286 cverb << vbfd << "bfd_openr failed for " << file << endl; in fdopen_bfd()
[all …]
Dbfd_spu_support.cpp33 extern verbose vbfd;
109 cverb << vbfd << "spu_open_bfd failed for " << name << endl; in spu_open_bfd()
/external/oprofile/libpp/
Dop_header.cpp40 extern verbose vbfd;
106 cverb << vbfd << "warning: could not check that the binary file " in check_mtime()