Searched refs:start_ip (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/libunwind/src/
H A DUnwindLevel1.c79 (frameInfo.start_ip + offset > frameInfo.end_ip))
84 "unwind_phase1(ex_ojb=%p): pc=0x%" PRIxPTR ", start_ip=0x%" PRIxPTR
86 (void *)exception_object, pc, frameInfo.start_ip, functionName,
179 (frameInfo.start_ip + offset > frameInfo.end_ip))
181 _LIBUNWIND_TRACE_UNWINDING("unwind_phase2(ex_ojb=%p): start_ip=0x%" PRIxPTR
184 (void *)exception_object, frameInfo.start_ip,
270 (frameInfo.start_ip + offset > frameInfo.end_ip))
273 "unwind_phase2_forced(ex_ojb=%p): start_ip=0x%" PRIxPTR
275 (void *)exception_object, frameInfo.start_ip, functionName,
454 result = (uintptr_t)frameInfo.start_ip;
[all...]
H A DUnwindLevel1-gcc-ext.c100 return (void *)(intptr_t) info.start_ip;
146 ex.pr_cache.fnstart = frameInfo.start_ip;
170 " _backtrace: start_ip=0x%" PRIxPTR ", func=%s, lsda=0x%" PRIxPTR ", context=%p",
171 frame.start_ip, functionName, frame.lsda,
204 bases->func = (uintptr_t)info.start_ip;
H A DUnwind-EHABI.cpp469 (frameInfo.start_ip + offset > frameInfo.end_ip))
474 "unwind_phase1(ex_ojb=%p): pc=0x%" PRIxPTR ", start_ip=0x%" PRIxPTR ", func=%s, "
477 frameInfo.start_ip, functionName,
491 exception_object->pr_cache.fnstart = frameInfo.start_ip;
498 "unwind_phase1(ex_ojb=%p): personality result %d start_ip %x ehtp %p "
588 (frameInfo.start_ip + offset > frameInfo.end_ip))
591 "unwind_phase2(ex_ojb=%p): start_ip=0x%" PRIxPTR ", func=%s, sp=0x%" PRIxPTR ", "
593 static_cast<void *>(exception_object), frameInfo.start_ip,
604 exception_object->pr_cache.fnstart = frameInfo.start_ip;
972 result = (uintptr_t)frameInfo.start_ip;
[all...]
H A DUnwind-seh.cpp266 (frameInfo.start_ip + offset > frameInfo.end_ip))
269 "unwind_phase2_forced(ex_ojb=%p): start_ip=0x%" PRIx64
271 (void *)exception_object, frameInfo.start_ip, functionName,
H A DUnwindCursor.hpp951 _info.format, _info.start_ip, _addressSpace, _registers);
958 _info.format, (uint32_t)_info.start_ip, _addressSpace, _registers);
978 _info.format, _info.start_ip, _addressSpace, _registers);
1450 _info.start_ip = thisPC;
1507 _info.start_ip = fdeInfo.pcStart;
1778 _info.start_ip = funcStart;
1808 _info.start_ip = base + unwindEntry->BeginAddress;
1832 _info.end_ip = _info.start_ip + unwindEntry->FunctionLength;
1922 _info.start_ip = fdeInfo.pcStart;
1952 _info.start_ip
[all...]
/freebsd-12-stable/contrib/gdb/gdb/
H A Dia64-tdep.c2387 di->start_ip = ktab[0].start_offset;
2451 dip->start_ip = segbase;
2452 dip->end_ip = dip->start_ip + p_text->p_memsz;
2487 paddr_nz (di.start_ip), paddr_nz (di.end_ip),
2504 paddr_nz (di.start_ip), paddr_nz (di.end_ip),
/freebsd-12-stable/contrib/llvm-project/libunwind/include/
H A Dlibunwind.h85 unw_word_t start_ip; /* start address of function */ member in struct:unw_proc_info_t

Completed in 140 milliseconds