Home
last modified time | relevance | path

Searched refs:show_functions (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/elfutils/tests/
H A Ddwflmodtest.c205 static bool show_functions; variable
225 show_functions = true; in parse_opt()
229 show_inlines = show_functions = true; in parse_opt()
268 p = dwfl_getdwarf (dwfl, &print_module, &show_functions, p); in main()
/aosp_15_r20/external/elfutils/src/
H A Daddr2line.c124 static bool show_functions; variable
251 show_functions = true; in parse_opt()
692 if (show_functions) in handle_address()
707 if ((show_functions || show_symbols) && pretty) in handle_address()
775 if (show_functions) in handle_address()
/aosp_15_r20/external/trace-cmd/tracecmd/
H A Dtrace-list.c477 static void show_functions(const char *funcre) in show_functions() function
735 show_functions(funcre); in trace_list()