Searched refs:PhdrIterationCallback (Results 1 – 2 of 2) sorted by relevance
54 typedef int (*PhdrIterationCallback)(dl_phdr_info* info, typedef62 int IteratePhdr(PhdrIterationCallback callback, void* data);
159 int LibraryList::IteratePhdr(PhdrIterationCallback callback, void* data) { in IteratePhdr()