OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CALLERS
(Results
1 - 2
of
2
) sorted by null
/external/oprofile/libop/
op_xml_out.h
35
CALLERS
, CALLEES,
/external/oprofile/libpp/
format_output.cpp
516
cg_symbol::children::const_iterator cend = sym->
callers
.end();
524
for (cit = sym->
callers
.begin(); cit != cend; ++cit) {
769
/* make sure
callers
/callees are included in SYMBOL_TABLE */
770
output_cg_children(out, cg_symb->
callers
, abfd);
1033
out << open_element(
CALLERS
);
1035
output_symbol_core(out, cg_symb->
callers
, selfname, qname, lo, hi, is_module,
CALLERS
);
1036
out << close_element(
CALLERS
);
Completed in 37 milliseconds