Searched refs:ip_start (Results 1 – 4 of 4) sorted by relevance
/external/libunwind_llvm/src/ |
D | UnwindCursor.hpp | 46 static void add(pint_t mh, pint_t ip_start, pint_t ip_end, pint_t fde); 48 static void iterateCacheEntries(void (*func)(unw_word_t ip_start, 56 pint_t ip_start; member 104 if ((p->ip_start <= pc) && (pc < p->ip_end)) { in findFDE() 115 void DwarfFDECache<A>::add(pint_t mh, pint_t ip_start, pint_t ip_end, in add() argument 131 _bufferUsed->ip_start = ip_start; in add() 168 unw_word_t ip_start, unw_word_t ip_end, unw_word_t fde, unw_word_t mh)) { in iterateCacheEntries() 171 (*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 | 1014 char *ip_start = string_ftpport; in ftp_state_use_port() local 1026 ip_start = string_ftpport + 1; in ftp_state_use_port() 1028 strncpy(addr, ip_start, ip_end - ip_start); in ftp_state_use_port() 1048 strncpy(addr, string_ftpport, ip_end - ip_start ); in ftp_state_use_port()
|