Searched refs:print_function_info (Results 1 – 1 of 1) sorted by relevance
/trusty/kernel/lib/backtrace/ |
D | backtrace.c | 119 static void print_function_info(struct thread* thread, in print_function_info() function 155 print_function_info(thread, frame, load_bias, &info); in dump_user_function() 157 print_function_info(thread, frame, load_bias, NULL); in dump_user_function() 168 print_function_info(thread, frame, load_bias, NULL); in dump_kernel_function() 186 print_function_info(thread, frame, 0, NULL); in dump_function()
|