HomeSort by: relevance | last modified time | path
    Searched refs:end_ip (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/lib/libunwind/
libunwind.cxx 49 if (frameInfo.end_ip == 0)
97 if (frameInfo.end_ip == 0)
160 if (frameInfo.end_ip == 0)
290 return frameInfo.end_ip ? frameInfo.start_ip : 0;
297 return frameInfo.end_ip ? frameInfo.lsda : 0;
335 return info.end_ip ? (void *)info.start_ip : NULL;
347 if (info.end_ip == 0)
UnwindCursor.hpp 130 fInfo.end_ip = fdeInfo.pcEnd;
AddressSpace.hpp 40 uintptr_t end_ip; // First address after end of function member in struct:_Unwind::unw_proc_info_t

Completed in 14 milliseconds