Searched refs:IteratePhdr (Results 1 – 3 of 3) sorted by relevance
62 int IteratePhdr(PhdrIterationCallback callback, void* data);
231 int result = list->IteratePhdr(cb, data); in WrapDl_iterate_phdr()
159 int LibraryList::IteratePhdr(PhdrIterationCallback callback, void* data) { in IteratePhdr() function in crazy::LibraryList