Home
last modified time | relevance | path

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

/external/oprofile/libpp/
Dpopulate_for_spu.cpp52 size_t ip_grp_num, bool * has_debug_info) in populate_spu_profile_from_files() argument
98 if (has_debug_info && !*has_debug_info) in populate_spu_profile_from_files()
99 *has_debug_info = abfd->has_debug_info(); in populate_spu_profile_from_files()
109 bool * has_debug_info) in populate_for_spu_image() argument
121 symbol_filter, i, has_debug_info); in populate_for_spu_image()
Dpopulate.cpp60 string_filter const & symbol_filter, bool * has_debug_info) in populate_for_image() argument
64 has_debug_info); in populate_for_image()
108 if (has_debug_info) in populate_for_image()
109 *has_debug_info = abfd.has_debug_info(); in populate_for_image()
Dpopulate.h23 string_filter const & symbol_filter, bool * has_debug_info);
Dpopulate_for_spu.h34 bool * has_debug_info);
/external/oprofile/libutil++/
Dop_bfd.cpp216 has_debug_info(); in get_symbols()
340 bool op_bfd::has_debug_info() const in has_debug_info() function in op_bfd
348 if (ibfd.has_debug_info()) in has_debug_info()
356 if (dbfd.has_debug_info()) in has_debug_info()
371 if (!has_debug_info()) in get_linenr()
Dbfd_support.h38 bool has_debug_info() const;
Dop_bfd.h191 bool has_debug_info() const;
Dbfd_support.cpp408 bool bfd_info::has_debug_info() const in has_debug_info() function in bfd_info
/external/oprofile/
DChangeLog-2003377 * libutil++/op_bfd.h: has_debug_info() new member