Lines Matching refs:functionName
63 char functionName[512]; in unwind_phase1() local
65 if ((unw_get_proc_name(&cursor1, functionName, 512, &offset) != in unwind_phase1()
67 strcpy(functionName, ".anonymous."); in unwind_phase1()
73 exception_object, (long long)pc, (long long)frameInfo.start_ip, functionName, in unwind_phase1()
157 char functionName[512]; in unwind_phase2() local
159 if ((unw_get_proc_name(&cursor2, functionName, 512, &offset) != in unwind_phase2()
161 strcpy(functionName, ".anonymous."); in unwind_phase2()
165 exception_object, (long long)frameInfo.start_ip, functionName, in unwind_phase2()
248 char functionName[512]; in unwind_phase2_forced() local
250 if ((unw_get_proc_name(&cursor2, functionName, 512, &offset) != in unwind_phase2_forced()
252 strcpy(functionName, ".anonymous."); in unwind_phase2_forced()
257 functionName, frameInfo.lsda, in unwind_phase2_forced()