Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwindLevel1.c63 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()
[all …]
DUnwindLevel1-gcc-ext.c124 char functionName[512]; in _Unwind_Backtrace() local
127 unw_get_proc_name(&cursor, functionName, 512, &offset); in _Unwind_Backtrace()
131 (long long)frameInfo.start_ip, functionName, (long long)frameInfo.lsda, in _Unwind_Backtrace()
DUnwind-EHABI.cpp443 char functionName[512]; in unwind_phase1() local
445 if ((unw_get_proc_name(&cursor1, functionName, 512, &offset) != in unwind_phase1()
447 strcpy(functionName, ".anonymous."); in unwind_phase1()
454 functionName, (long long)frameInfo.lsda, in unwind_phase1()
570 char functionName[512]; in unwind_phase2() local
572 if ((unw_get_proc_name(&cursor2, functionName, 512, &offset) != in unwind_phase2()
574 strcpy(functionName, ".anonymous."); in unwind_phase2()
578 exception_object, (long long)frameInfo.start_ip, functionName, in unwind_phase2()