Searched refs:ip_start (Results 1 – 4 of 4) sorted by relevance
/external/libunwind_llvm/src/ |
D | UnwindCursor.hpp | 48 static void add(pint_t mh, pint_t ip_start, pint_t ip_end, pint_t fde); 50 static void iterateCacheEntries(void (*func)(unw_word_t ip_start, 58 pint_t ip_start; member 110 if ((p->ip_start <= pc) && (pc < p->ip_end)) { in findFDE() 121 void DwarfFDECache<A>::add(pint_t mh, pint_t ip_start, pint_t ip_end, in add() argument 138 _bufferUsed->ip_start = ip_start; in add() 176 unw_word_t ip_start, unw_word_t ip_end, unw_word_t fde, unw_word_t mh)) { in iterateCacheEntries() 179 (*func)(p->ip_start, p->ip_end, p->fde, p->mh); in iterateCacheEntries()
|
D | libunwind_ext.h | 27 extern void unw_iterate_dwarf_unwind_cache(void (*func)(unw_word_t ip_start,
|
D | libunwind.cpp | 312 unw_word_t ip_start, unw_word_t ip_end, unw_word_t fde, unw_word_t mh)) { in unw_iterate_dwarf_unwind_cache()
|
/external/curl/lib/ |
D | ftp.c | 1025 char *ip_start = string_ftpport; in ftp_state_use_port() local 1037 ip_start = string_ftpport + 1; in ftp_state_use_port() 1039 strncpy(addr, ip_start, ip_end - ip_start); in ftp_state_use_port() 1059 strncpy(addr, string_ftpport, ip_end - ip_start); in ftp_state_use_port()
|