Searched refs:start_ip (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/libunwind/src/ |
H A D | UnwindLevel1.c | 132 (frameInfo.start_ip + offset > frameInfo.end_ip)) in unwind_phase1() 139 (void *)exception_object, pc, frameInfo.start_ip, functionName, in unwind_phase1() 247 (frameInfo.start_ip + offset > frameInfo.end_ip)) in unwind_phase2() 252 (void *)exception_object, frameInfo.start_ip, in unwind_phase2() 364 (frameInfo.start_ip + offset > frameInfo.end_ip)) in unwind_phase2_forced() 369 (void *)exception_object, frameInfo.start_ip, functionName, in unwind_phase2_forced() 552 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 | 1043 _info.format, _info.start_ip, _addressSpace, _registers); in stepWithCompactEncoding() 1050 _info.format, (uint32_t)_info.start_ip, _addressSpace, _registers); in stepWithCompactEncoding() 1070 _info.format, _info.start_ip, _addressSpace, _registers); in stepWithCompactEncoding() 1614 _info.start_ip = thisPC; in getInfoFromEHABISection() 1636 _info.start_ip = fdeInfo.pcStart; in getInfoFromFdeCie() 1956 _info.start_ip = funcStart; in getInfoFromCompactEncodingSection() 1986 _info.start_ip = base + unwindEntry->BeginAddress; in getInfoFromSEH() 2076 unw_word_t start_ip = in getInfoFromTBTable() local 2082 reinterpret_cast<void *>(start_ip), in getInfoFromTBTable() 2281 _info.start_ip = start_ip; in getInfoFromTBTable() [all …]
|
H A D | Unwind-seh.cpp | 264 (frameInfo.start_ip + offset > frameInfo.end_ip)) in unwind_phase2_forced() 269 (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
|