Home
last modified time | relevance | path

Searched refs:FindArmExIdx (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_library_list.h52 _Unwind_Ptr FindArmExIdx(void* pc, int* count);
Dcrazy_linker_wrappers.cpp218 _Unwind_Ptr result = list->FindArmExIdx(pc, pcount); in WrapDl_unwind_find_exidx()
Dcrazy_linker_library_list.cpp148 _Unwind_Ptr LibraryList::FindArmExIdx(void* pc, int* count) { in FindArmExIdx() function in crazy::LibraryList