Searched refs:caller_bfd (Results 1 - 2 of 2) sorted by relevance

/external/oprofile/libpp/
H A Dcallgraph_container.h136 * @param caller_bfd the caller bfd
144 void add(profile_t const & profile, op_bfd const & caller_bfd,
H A Dcallgraph_container.cpp466 op_bfd caller_bfd(caller_file.lib_image,
494 add(profile, caller_bfd, caller_bfd_ok, callee_bfd,
502 add(profile_t const & profile, op_bfd const & caller_bfd, bool caller_bfd_ok, argument
506 string const image_name = caller_bfd.get_filename();
521 caller_offset = caller_bfd.get_start_offset(0);
535 call_data caller(pc, profile, caller_bfd, caller_offset, image_id,
548 for (symbol_index_t i = 0; i < caller_bfd.syms.size(); ++i) {

Completed in 115 milliseconds