Home
last modified time | relevance | path

Searched refs:get_symbols (Results 1 – 13 of 13) sorted by relevance

/external/oprofile/libpp/
Dcallgraph_container.h56 symbol_collection const & get_symbols() const;
130 symbol_collection const & get_symbols() const;
Ddiff_container.h31 get_symbols(profile_container::symbol_choice & choice) const;
Dcallgraph_container.cpp389 symbol_collection const & arc_recorder::get_symbols() const in get_symbols() function in arc_recorder
586 symbol_collection syms = recorder.get_symbols(); in output_hint()
603 symbol_collection const & callgraph_container::get_symbols() const in get_symbols() function in callgraph_container
605 return recorder.get_symbols(); in get_symbols()
Ddiff_container.cpp116 diff_container::get_symbols(profile_container::symbol_choice & choice) const in get_symbols() function in diff_container
/external/oprofile/libutil++/
Dop_bfd.cpp176 get_symbols(symbols); in op_bfd()
208 void op_bfd::get_symbols(op_bfd::symbols_found_t & symbols) in get_symbols() function in op_bfd
210 ibfd.get_symbols(); in get_symbols()
219 dbfd.get_symbols(); in get_symbols()
Dbfd_support.h41 void get_symbols();
Dop_bfd.h228 void get_symbols(symbols_found_t & symbols);
Dop_spu_bfd.cpp169 get_symbols(symbols); in op_bfd()
Dbfd_support.cpp574 void bfd_info::get_symbols() in get_symbols() function in bfd_info
/external/llvm/tools/gold/
Dgold-plugin.cpp49 ld_plugin_get_symbols get_symbols = NULL; variable
198 get_symbols = tv->tv_u.tv_get_symbols; in onload()
363 (*get_symbols)(I->handle, I->syms.size(), &I->syms[0]); in all_symbols_read_hook()
/external/icu4c/samples/cal/
Dcal.c46 static void get_symbols(const UDateFormat *fmt,
286 static void get_symbols(const UDateFormat *fmt, in get_symbols() function
347 get_symbols(fmt, dayType, days, DAY_COUNT, 1, fdow, status); in get_days()
368get_symbols(fmt, monthType, months, MONTH_COUNT - 1, 0, 0, status); /* some locales have 13 months… in get_months()
/external/oprofile/pp/
Dopreport.cpp423 diff_collection symbols = dc.get_symbols(choice); in output_diff_symbols()
452 symbol_collection symbols = cg.get_symbols(); in output_cg_symbols()
/external/oprofile/
DChangeLog-20023655 * pp/oprofpp_util.cpp: better to get_symbols() ;)