Searched refs:start_ip (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/libunwind/src/ |
| H A D | UnwindLevel1.c | 135 (frameInfo.start_ip + offset > frameInfo.end_ip)) in unwind_phase1() 142 (void *)exception_object, pc, frameInfo.start_ip, functionName, in unwind_phase1() 251 (frameInfo.start_ip + offset > frameInfo.end_ip)) in unwind_phase2() 256 (void *)exception_object, frameInfo.start_ip, in unwind_phase2() 368 (frameInfo.start_ip + offset > frameInfo.end_ip)) in unwind_phase2_forced() 373 (void *)exception_object, frameInfo.start_ip, functionName, in unwind_phase2_forced() 555 result = (uintptr_t)frameInfo.start_ip; in _Unwind_GetRegionStart()
|
| H A D | UnwindLevel1-gcc-ext.c | 124 return (void *)(intptr_t) info.start_ip; in _Unwind_FindEnclosingFunction() 171 ex.pr_cache.fnstart = frameInfo.start_ip; in _Unwind_Backtrace() 195 " _backtrace: start_ip=0x%" PRIxPTR ", func=%s, lsda=0x%" PRIxPTR ", context=%p", in _Unwind_Backtrace() 196 frame.start_ip, functionName, frame.lsda, in _Unwind_Backtrace() 229 bases->func = (uintptr_t)info.start_ip; in _Unwind_Find_FDE()
|
| H A D | Unwind-EHABI.cpp | 495 (frameInfo.start_ip + offset > frameInfo.end_ip)) in unwind_phase1() 503 frameInfo.start_ip, functionName, in unwind_phase1() 518 exception_object->pr_cache.fnstart = frameInfo.start_ip; in unwind_phase1() 616 (frameInfo.start_ip + offset > frameInfo.end_ip)) in unwind_phase2() 621 static_cast<void *>(exception_object), frameInfo.start_ip, in unwind_phase2() 633 exception_object->pr_cache.fnstart = frameInfo.start_ip; in unwind_phase2() 726 (frameInfo.start_ip + offset > frameInfo.end_ip)) in unwind_phase2_forced() 731 (void *)exception_object, frameInfo.start_ip, functionName, in unwind_phase2_forced() 758 exception_object->pr_cache.fnstart = frameInfo.start_ip; in unwind_phase2_forced() 1178 result = (uintptr_t)frameInfo.start_ip; in _Unwind_GetRegionStart()
|
| H A D | UnwindCursor.hpp | 1074 _info.format, _info.start_ip, _addressSpace, _registers); in stepWithCompactEncoding() 1081 _info.format, (uint32_t)_info.start_ip, _addressSpace, _registers); in stepWithCompactEncoding() 1101 _info.format, _info.start_ip, _addressSpace, _registers); in stepWithCompactEncoding() 1646 _info.start_ip = thisPC; in getInfoFromEHABISection() 1668 _info.start_ip = fdeInfo.pcStart; in getInfoFromFdeCie() 1988 _info.start_ip = funcStart; in getInfoFromCompactEncodingSection() 2018 _info.start_ip = base + unwindEntry->BeginAddress; in getInfoFromSEH() 2055 _info.start_ip + unwindEntry->FunctionLength * FUNC_LENGTH_UNIT; in getInfoFromSEH() 2065 _info.end_ip = _info.start_ip + xdata->FunctionLength * FUNC_LENGTH_UNIT; in getInfoFromSEH() 2162 unw_word_t start_ip = in getInfoFromTBTable() local [all …]
|
| H A D | Unwind-seh.cpp | 306 (frameInfo.start_ip + offset > frameInfo.end_ip)) in unwind_phase2_forced() 311 (void *)exception_object, frameInfo.start_ip, functionName, in unwind_phase2_forced()
|
| /freebsd/sys/compat/linux/ |
| H A D | linux_rseq.c | 67 uint64_t start_ip; member
|
| /freebsd/contrib/llvm-project/libunwind/include/ |
| H A D | libunwind.h | 91 unw_word_t start_ip; /* start address of function */ member
|