Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libunwind/src/
H A DUnwindLevel1.c113 char functionBuf[512]; in unwind_phase1() local
114 const char *functionName = functionBuf; in unwind_phase1()
116 if ((__unw_get_proc_name(cursor, functionBuf, sizeof(functionBuf), in unwind_phase1()
220 char functionBuf[512]; in unwind_phase2() local
221 const char *functionName = functionBuf; in unwind_phase2()
223 if ((__unw_get_proc_name(cursor, functionBuf, sizeof(functionBuf), in unwind_phase2()
333 char functionBuf[512]; in unwind_phase2_forced() local
334 const char *functionName = functionBuf; in unwind_phase2_forced()
336 if ((__unw_get_proc_name(cursor, functionBuf, sizeof(functionBuf), in unwind_phase2_forced()
H A DUnwind-EHABI.cpp490 char functionBuf[512]; in unwind_phase1() local
491 const char *functionName = functionBuf; in unwind_phase1()
493 if ((__unw_get_proc_name(cursor, functionBuf, sizeof(functionBuf), in unwind_phase1()
611 char functionBuf[512]; in unwind_phase2() local
612 const char *functionName = functionBuf; in unwind_phase2()
614 if ((__unw_get_proc_name(cursor, functionBuf, sizeof(functionBuf), in unwind_phase2()
721 char functionBuf[512]; in unwind_phase2_forced() local
722 const char *functionName = functionBuf; in unwind_phase2_forced()
724 if ((__unw_get_proc_name(cursor, functionBuf, sizeof(functionBuf), in unwind_phase2_forced()
H A DUnwind-seh.cpp250 char functionBuf[512]; in unwind_phase2_forced() local
251 const char *functionName = functionBuf; in unwind_phase2_forced()
253 if ((__unw_get_proc_name(&cursor2, functionBuf, sizeof(functionBuf), in unwind_phase2_forced()
H A DUnwindCursor.hpp2033 char functionBuf[512]; in getInfoFromTBTable() local
2034 const char *functionName = functionBuf; in getInfoFromTBTable()
2036 if (!getFunctionName(functionBuf, sizeof(functionBuf), &offset)) { in getInfoFromTBTable()
2280 char functionBuf[512]; in stepWithTBTable() local
2281 const char *functionName = functionBuf; in stepWithTBTable()
2283 if (!getFunctionName(functionBuf, sizeof(functionBuf), &offset)) { in stepWithTBTable()