Searched refs:ip_start (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/libunwind/src/ |
| H A D | libunwind_ext.h | 52 unw_word_t ip_start, unw_word_t ip_end, unw_word_t fde, unw_word_t mh));
|
| H A D | UnwindCursor.hpp | 124 static void add(pint_t mh, pint_t ip_start, pint_t ip_end, pint_t fde); 126 static void iterateCacheEntries(void (*func)(unw_word_t ip_start, 134 pint_t ip_start; member 182 if ((p->ip_start <= pc) && (pc < p->ip_end)) { in findFDE() 193 void DwarfFDECache<A>::add(pint_t mh, pint_t ip_start, pint_t ip_end, in add() argument 210 _bufferUsed->ip_start = ip_start; in add() 248 unw_word_t ip_start, unw_word_t ip_end, unw_word_t fde, unw_word_t mh)) { in iterateCacheEntries() 251 (*func)(p->ip_start, p->ip_end, p->fde, p->mh); in iterateCacheEntries()
|
| H A D | libunwind.cpp | 288 unw_word_t ip_start, unw_word_t ip_end, unw_word_t fde, unw_word_t mh)) { in _LIBUNWIND_WEAK_ALIAS()
|