Searched refs:functionBuf (Results 1 – 2 of 2) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
D | UnwindLevel1.c | 63 char functionBuf[512]; in unwind_phase1() local 64 const char *functionName = functionBuf; in unwind_phase1() 66 if ((unw_get_proc_name(&cursor1, functionBuf, sizeof(functionBuf), in unwind_phase1() 161 char functionBuf[512]; in unwind_phase2() local 162 const char *functionName = functionBuf; in unwind_phase2() 164 if ((unw_get_proc_name(&cursor2, functionBuf, sizeof(functionBuf), in unwind_phase2() 253 char functionBuf[512]; in unwind_phase2_forced() local 254 const char *functionName = functionBuf; in unwind_phase2_forced() 256 if ((unw_get_proc_name(&cursor2, functionBuf, sizeof(functionBuf), in unwind_phase2_forced()
|
D | Unwind-EHABI.cpp | 473 char functionBuf[512]; in unwind_phase1() local 474 const char *functionName = functionBuf; in unwind_phase1() 476 if ((unw_get_proc_name(&cursor1, functionBuf, sizeof(functionBuf), in unwind_phase1() 605 char functionBuf[512]; in unwind_phase2() local 606 const char *functionName = functionBuf; in unwind_phase2() 608 if ((unw_get_proc_name(&cursor2, functionBuf, sizeof(functionBuf), in unwind_phase2()
|