Home
last modified time | relevance | path

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

/external/libunwind_llvm/src/
DUnwindLevel1.c70 char functionBuf[512]; in unwind_phase1() local
71 const char *functionName = functionBuf; in unwind_phase1()
73 if ((unw_get_proc_name(cursor, functionBuf, sizeof(functionBuf), in unwind_phase1()
167 char functionBuf[512]; in unwind_phase2() local
168 const char *functionName = functionBuf; in unwind_phase2()
170 if ((unw_get_proc_name(cursor, functionBuf, sizeof(functionBuf), in unwind_phase2()
258 char functionBuf[512]; in unwind_phase2_forced() local
259 const char *functionName = functionBuf; in unwind_phase2_forced()
261 if ((unw_get_proc_name(cursor, functionBuf, sizeof(functionBuf), in unwind_phase2_forced()
DUnwind-EHABI.cpp459 char functionBuf[512]; in unwind_phase1() local
460 const char *functionName = functionBuf; in unwind_phase1()
462 if ((unw_get_proc_name(cursor, functionBuf, sizeof(functionBuf), in unwind_phase1()
577 char functionBuf[512]; in unwind_phase2() local
578 const char *functionName = functionBuf; in unwind_phase2()
580 if ((unw_get_proc_name(cursor, functionBuf, sizeof(functionBuf), in unwind_phase2()
DUnwind-seh.cpp259 char functionBuf[512]; in unwind_phase2_forced() local
260 const char *functionName = functionBuf; in unwind_phase2_forced()
262 if ((unw_get_proc_name(&cursor2, functionBuf, sizeof(functionBuf), in unwind_phase2_forced()