Searched refs:frameInfo (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/libunwind/src/ |
| H A D | UnwindLevel1.c | 117 unw_proc_info_t frameInfo; in unwind_phase1() local 119 if (__unw_get_proc_info(cursor, &frameInfo) != UNW_ESUCCESS) { in unwind_phase1() 135 (frameInfo.start_ip + offset > frameInfo.end_ip)) in unwind_phase1() 142 (void *)exception_object, pc, frameInfo.start_ip, functionName, in unwind_phase1() 143 frameInfo.lsda, frameInfo.handler); in unwind_phase1() 149 if (frameInfo.handler != 0) { in unwind_phase1() 151 (_Unwind_Personality_Fn)(uintptr_t)(frameInfo.handler); in unwind_phase1() 233 unw_proc_info_t frameInfo; in unwind_phase2() local 235 if (__unw_get_proc_info(cursor, &frameInfo) != UNW_ESUCCESS) { in unwind_phase2() 251 (frameInfo.start_ip + offset > frameInfo.end_ip)) in unwind_phase2() [all …]
|
| H A D | Unwind-EHABI.cpp | 478 unw_proc_info_t frameInfo; in unwind_phase1() local 479 if (__unw_get_proc_info(cursor, &frameInfo) != UNW_ESUCCESS) { in unwind_phase1() 495 (frameInfo.start_ip + offset > frameInfo.end_ip)) in unwind_phase1() 503 frameInfo.start_ip, functionName, in unwind_phase1() 504 frameInfo.lsda, frameInfo.handler); in unwind_phase1() 510 if (frameInfo.handler != 0) { in unwind_phase1() 512 (_Unwind_Personality_Fn)(long)(frameInfo.handler); in unwind_phase1() 518 exception_object->pr_cache.fnstart = frameInfo.start_ip; in unwind_phase1() 520 (_Unwind_EHT_Header *)frameInfo.unwind_info; in unwind_phase1() 521 exception_object->pr_cache.additional = frameInfo.flags; in unwind_phase1() [all …]
|
| H A D | Unwind-seh.cpp | 290 unw_proc_info_t frameInfo; in unwind_phase2_forced() local 291 if (__unw_get_proc_info(&cursor2, &frameInfo) != UNW_ESUCCESS) { in unwind_phase2_forced() 306 (frameInfo.start_ip + offset > frameInfo.end_ip)) in unwind_phase2_forced() 311 (void *)exception_object, frameInfo.start_ip, functionName, in unwind_phase2_forced() 312 frameInfo.lsda, frameInfo.handler); in unwind_phase2_forced() 333 if (frameInfo.handler != 0) { in unwind_phase2_forced() 335 (_Unwind_Personality_Fn)(intptr_t)(frameInfo.handler); in unwind_phase2_forced()
|
| H A D | UnwindLevel1-gcc-ext.c | 164 unw_proc_info_t frameInfo; in _Unwind_Backtrace() local 165 if (__unw_get_proc_info(&cursor, &frameInfo) != UNW_ESUCCESS) { in _Unwind_Backtrace() 170 uint32_t *unwindInfo = (uint32_t *)frameInfo.unwind_info; in _Unwind_Backtrace() 171 ex.pr_cache.fnstart = frameInfo.start_ip; in _Unwind_Backtrace() 173 ex.pr_cache.additional= frameInfo.flags; in _Unwind_Backtrace() 177 _Unwind_Personality_Fn handler = (_Unwind_Personality_Fn)frameInfo.handler; in _Unwind_Backtrace()
|
| /freebsd/sys/contrib/zstd/programs/ |
| H A D | fileio.c | 1422 prefs.frameInfo.blockMode = LZ4F_blockLinked; in FIO_compressLz4Frame() 1423 prefs.frameInfo.blockSizeID = LZ4F_max64KB; in FIO_compressLz4Frame() 1424 prefs.frameInfo.contentChecksumFlag = (contentChecksum_t)checksumFlag; in FIO_compressLz4Frame() 1426 prefs.frameInfo.contentSize = (srcFileSize==UTIL_FILESIZE_UNKNOWN) ? 0 : srcFileSize; in FIO_compressLz4Frame()
|