Home
last modified time | relevance | path

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

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_library_list.h62 int IteratePhdr(PhdrIterationCallback callback, void* data);
Dcrazy_linker_wrappers.cpp231 int result = list->IteratePhdr(cb, data); in WrapDl_iterate_phdr()
Dcrazy_linker_library_list.cpp159 int LibraryList::IteratePhdr(PhdrIterationCallback callback, void* data) { in IteratePhdr() function in crazy::LibraryList