Home
last modified time | relevance | path

Searched refs:ipOffset (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/gabi++/src/
Dhelper_func_internal.cc98 uintptr_t ipOffset = ip - funcStart; in scanEHTable() local
123 if ((start <= ipOffset) && (ipOffset < (start + length))) { in scanEHTable()
273 } else if (ipOffset < start) { in scanEHTable()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_personality.cpp609 uintptr_t ipOffset = ip - funcStart; in scan_eh_tab() local
649 if ((start <= ipOffset) && (ipOffset < (start + length))) in scan_eh_tab()
861 else if (ipOffset < start) in scan_eh_tab()