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

/openbsd-current/gnu/llvm/libunwind/src/
H A DUnwindLevel1-gcc-ext.c124 return (void *)(intptr_t) info.start_ip;
171 ex.pr_cache.fnstart = frameInfo.start_ip;
195 " _backtrace: start_ip=0x%" PRIxPTR ", func=%s, lsda=0x%" PRIxPTR ", context=%p",
196 frame.start_ip, functionName, frame.lsda,
225 bases->func = (uintptr_t)info.start_ip;
H A DUnwindLevel1.c118 (frameInfo.start_ip + offset > frameInfo.end_ip))
123 "unwind_phase1(ex_obj=%p): pc=0x%" PRIxPTR ", start_ip=0x%" PRIxPTR
125 (void *)exception_object, pc, frameInfo.start_ip, functionName,
225 (frameInfo.start_ip + offset > frameInfo.end_ip))
227 _LIBUNWIND_TRACE_UNWINDING("unwind_phase2(ex_obj=%p): start_ip=0x%" PRIxPTR
230 (void *)exception_object, frameInfo.start_ip,
338 (frameInfo.start_ip + offset > frameInfo.end_ip))
341 "unwind_phase2_forced(ex_obj=%p): start_ip=0x%" PRIxPTR
343 (void *)exception_object, frameInfo.start_ip, functionName,
526 result = (uintptr_t)frameInfo.start_ip;
[all...]
H A DUnwind-EHABI.cpp495 (frameInfo.start_ip + offset > frameInfo.end_ip))
500 "unwind_phase1(ex_ojb=%p): pc=0x%" PRIxPTR ", start_ip=0x%" PRIxPTR ", func=%s, "
503 frameInfo.start_ip, functionName,
518 exception_object->pr_cache.fnstart = frameInfo.start_ip;
525 "unwind_phase1(ex_ojb=%p): personality result %d start_ip %x ehtp %p "
616 (frameInfo.start_ip + offset > frameInfo.end_ip))
619 "unwind_phase2(ex_ojb=%p): start_ip=0x%" PRIxPTR ", func=%s, sp=0x%" PRIxPTR ", "
621 static_cast<void *>(exception_object), frameInfo.start_ip,
633 exception_object->pr_cache.fnstart = frameInfo.start_ip;
726 (frameInfo.start_ip
[all...]
H A DUnwindCursor.hpp1026 _info.format, _info.start_ip, _addressSpace, _registers);
1033 _info.format, (uint32_t)_info.start_ip, _addressSpace, _registers);
1053 _info.format, _info.start_ip, _addressSpace, _registers);
1597 _info.start_ip = thisPC;
1619 _info.start_ip = fdeInfo.pcStart;
1939 _info.start_ip = funcStart;
1969 _info.start_ip = base + unwindEntry->BeginAddress;
2056 unw_word_t start_ip = local
2061 _LIBUNWIND_TRACE_UNWINDING("start_ip=%p, end_ip=%p\n",
2062 reinterpret_cast<void *>(start_ip),
[all...]
H A DUnwind-seh.cpp255 (frameInfo.start_ip + offset > frameInfo.end_ip))
258 "unwind_phase2_forced(ex_ojb=%p): start_ip=0x%" PRIxPTR
260 (void *)exception_object, frameInfo.start_ip, functionName,
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dunwind-libunwind.c165 return (_Unwind_Ptr) pi.start_ip;
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dia64-tdep.c2359 di->start_ip = ktab[0].start_offset;
2423 dip->start_ip = segbase;
2424 dip->end_ip = dip->start_ip + p_text->p_memsz;
2459 paddr_nz (di.start_ip), paddr_nz (di.end_ip),
2476 paddr_nz (di.start_ip), paddr_nz (di.end_ip),
/openbsd-current/gnu/llvm/libunwind/include/
H A Dlibunwind.h91 unw_word_t start_ip; /* start address of function */ member in struct:unw_proc_info_t

Completed in 110 milliseconds