Home
last modified time | relevance | path

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

/aosp12/bionic/tests/
H A Ddlfcn_symlink_support.cpp35 static int dl_callback(struct dl_phdr_info *info, size_t /* size */, void *data) { in dl_callback() function
61 ASSERT_TRUE(dl_iterate_phdr(dl_callback, &source_file_path) == 1) in create_dlfcn_test_symlink()
/aosp12/system/apex/tests/native/
H A Dapex_shared_libraries_test.cpp107 auto dl_callback = [](dl_phdr_info* info, size_t /* size */, void* data) { in TEST() local
132 bool found = (dl_iterate_phdr(dl_callback, &dest) == 1); in TEST()