Home
last modified time | relevance | path

Searched refs:functionBuf (Results 1 – 2 of 2) 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(&cursor1, functionBuf, sizeof(functionBuf), in unwind_phase1()
168 char functionBuf[512]; in unwind_phase2() local
169 const char *functionName = functionBuf; in unwind_phase2()
171 if ((unw_get_proc_name(&cursor2, functionBuf, sizeof(functionBuf), in unwind_phase2()
260 char functionBuf[512]; in unwind_phase2_forced() local
261 const char *functionName = functionBuf; in unwind_phase2_forced()
263 if ((unw_get_proc_name(&cursor2, functionBuf, sizeof(functionBuf), in unwind_phase2_forced()
DUnwind-EHABI.cpp482 char functionBuf[512]; in unwind_phase1() local
483 const char *functionName = functionBuf; in unwind_phase1()
485 if ((unw_get_proc_name(&cursor1, functionBuf, sizeof(functionBuf), in unwind_phase1()
616 char functionBuf[512]; in unwind_phase2() local
617 const char *functionName = functionBuf; in unwind_phase2()
619 if ((unw_get_proc_name(&cursor2, functionBuf, sizeof(functionBuf), in unwind_phase2()