Searched refs:get_symbols (Results 1 – 13 of 13) sorted by relevance
/external/oprofile/libpp/ |
D | callgraph_container.h | 56 symbol_collection const & get_symbols() const; 130 symbol_collection const & get_symbols() const;
|
D | diff_container.h | 31 get_symbols(profile_container::symbol_choice & choice) const;
|
D | callgraph_container.cpp | 389 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()
|
D | diff_container.cpp | 116 diff_container::get_symbols(profile_container::symbol_choice & choice) const in get_symbols() function in diff_container
|
/external/oprofile/libutil++/ |
D | op_bfd.cpp | 176 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()
|
D | bfd_support.h | 41 void get_symbols();
|
D | op_bfd.h | 228 void get_symbols(symbols_found_t & symbols);
|
D | op_spu_bfd.cpp | 169 get_symbols(symbols); in op_bfd()
|
D | bfd_support.cpp | 574 void bfd_info::get_symbols() in get_symbols() function in bfd_info
|
/external/llvm/tools/gold/ |
D | gold-plugin.cpp | 49 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/ |
D | cal.c | 46 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() 368 …get_symbols(fmt, monthType, months, MONTH_COUNT - 1, 0, 0, status); /* some locales have 13 months… in get_months()
|
/external/oprofile/pp/ |
D | opreport.cpp | 423 diff_collection symbols = dc.get_symbols(choice); in output_diff_symbols() 452 symbol_collection symbols = cg.get_symbols(); in output_cg_symbols()
|
/external/oprofile/ |
D | ChangeLog-2002 | 3655 * pp/oprofpp_util.cpp: better to get_symbols() ;)
|