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

/openbsd-current/gnu/llvm/libunwind/src/
H A DUnwindLevel1.c118 (frameInfo.start_ip + offset > frameInfo.end_ip))
225 (frameInfo.start_ip + offset > frameInfo.end_ip))
338 (frameInfo.start_ip + offset > frameInfo.end_ip))
H A DUnwindCursor.hpp1598 _info.end_ip = nextPC;
1620 _info.end_ip = fdeInfo.pcEnd;
1940 _info.end_ip = funcEnd;
1971 _info.end_ip = base + unwindEntry->EndAddress;
2058 unw_word_t end_ip = reinterpret_cast<unw_word_t>(TBTable); local
2061 _LIBUNWIND_TRACE_UNWINDING("start_ip=%p, end_ip=%p\n",
2063 reinterpret_cast<void *>(end_ip));
2262 _info.end_ip = end_ip;
2678 _info.end_ip
[all...]
H A Dlibunwind.cpp202 if (info->end_ip == 0)
H A DUnwind-EHABI.cpp495 (frameInfo.start_ip + offset > frameInfo.end_ip))
616 (frameInfo.start_ip + offset > frameInfo.end_ip))
726 (frameInfo.start_ip + offset > frameInfo.end_ip))
H A DUnwind-seh.cpp255 (frameInfo.start_ip + offset > frameInfo.end_ip))
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dia64-tdep.c2360 di->end_ip = etab[-1].end_offset;
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.h92 unw_word_t end_ip; /* address after end of function */ member in struct:unw_proc_info_t

Completed in 146 milliseconds