Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libunwind/src/
H A DUnwindLevel1.c71 char functionBuf[512]; in unwind_phase1() local
72 const char *functionName = functionBuf; in unwind_phase1()
74 if ((unw_get_proc_name(cursor, 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(cursor, functionBuf, sizeof(functionBuf), in unwind_phase2()
259 char functionBuf[512]; in unwind_phase2_forced() local
260 const char *functionName = functionBuf; in unwind_phase2_forced()
262 if ((unw_get_proc_name(cursor, functionBuf, sizeof(functionBuf), in unwind_phase2_forced()
H A DUnwind-EHABI.cpp462 char functionBuf[512]; in unwind_phase1() local
463 const char *functionName = functionBuf; in unwind_phase1()
465 if ((unw_get_proc_name(cursor, functionBuf, sizeof(functionBuf), in unwind_phase1()
580 char functionBuf[512]; in unwind_phase2() local
581 const char *functionName = functionBuf; in unwind_phase2()
583 if ((unw_get_proc_name(cursor, functionBuf, sizeof(functionBuf), in unwind_phase2()
H A DUnwind-seh.cpp253 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()