Searched refs:function_to_call (Results 1 – 4 of 4) sorted by relevance
11 .macro prologue1 function_to_call argument12 .global prologue1_calls_\function_to_call13 .type prologue1_calls_\function_to_call,@function14 prologue1_calls_\function_to_call:21 callq \function_to_call22 callq \function_to_call26 .size prologue1_calls_\function_to_call,. - prologue1_calls_\function_to_call29 .macro prologue2 function_to_call register compare_amount30 .global prologue2_calls_\function_to_call\register31 .type prologue2_calls_\function_to_call\register,@function[all …]
10 int function_to_call() { in function_to_call() function25 function_to_call(); // Break here and cause the thread to exit in exiting_thread_func()
30 function_to_call () in caller_ref_1() 153 function_to_call (); // Make sure debug info for this function gets generated.24 function_to_call () function_to_call() function
12 function_to_call() { in function_to_call() function