Home
last modified time | relevance | path

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

/external/llvm-project/libunwind/src/
DUnwindLevel1.c73 char functionBuf[512]; in unwind_phase1() local
74 const char *functionName = functionBuf; in unwind_phase1()
76 if ((__unw_get_proc_name(cursor, functionBuf, sizeof(functionBuf), in unwind_phase1()
172 char functionBuf[512]; in unwind_phase2() local
173 const char *functionName = functionBuf; in unwind_phase2()
175 if ((__unw_get_proc_name(cursor, functionBuf, sizeof(functionBuf), in unwind_phase2()
263 char functionBuf[512]; in unwind_phase2_forced() local
264 const char *functionName = functionBuf; in unwind_phase2_forced()
266 if ((__unw_get_proc_name(cursor, functionBuf, sizeof(functionBuf), in unwind_phase2_forced()
DUnwind-EHABI.cpp466 char functionBuf[512]; in unwind_phase1() local
467 const char *functionName = functionBuf; in unwind_phase1()
469 if ((__unw_get_proc_name(cursor, functionBuf, sizeof(functionBuf), in unwind_phase1()
585 char functionBuf[512]; in unwind_phase2() local
586 const char *functionName = functionBuf; in unwind_phase2()
588 if ((__unw_get_proc_name(cursor, functionBuf, sizeof(functionBuf), in unwind_phase2()
DUnwind-seh.cpp249 char functionBuf[512]; in unwind_phase2_forced() local
250 const char *functionName = functionBuf; in unwind_phase2_forced()
252 if ((__unw_get_proc_name(&cursor2, functionBuf, sizeof(functionBuf), in unwind_phase2_forced()