Searched refs:dl_iterate_phdr_cb (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/netbsd-tests/libexec/ld.elf_so/
H A Dh_locking.c46 dl_iterate_phdr_cb(struct dl_phdr_info *info, size_t size, void *data) function
76 if (dl_iterate_phdr(dl_iterate_phdr_cb, NULL))
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/cfi/
H A Dcfi.cpp274 int dl_iterate_phdr_cb(dl_phdr_info *info, size_t size, void *data) { function in namespace:__cfi
306 dl_iterate_phdr(dl_iterate_phdr_cb, &b);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_libcdep.cpp540 static int dl_iterate_phdr_cb(dl_phdr_info *info, size_t size, void *arg) { function in namespace:__sanitizer
596 dl_iterate_phdr(dl_iterate_phdr_cb, &data);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1457 typedef int (*dl_iterate_phdr_cb)(__sanitizer_dl_phdr_info *info, SIZE_T size, typedef
1460 dl_iterate_phdr_cb callback;
1491 INTERCEPTOR(int, dl_iterate_phdr, dl_iterate_phdr_cb callback, void *data) {
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cpp406 int dl_iterate_phdr_cb(struct dl_phdr_info *info, size_t size, void *data) { function
428 return dl_iterate_phdr(dl_iterate_phdr_cb, &dipi);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp2152 static int dl_iterate_phdr_cb(__sanitizer_dl_phdr_info *info, SIZE_T size, function
2179 int res = REAL(dl_iterate_phdr)(dl_iterate_phdr_cb, &cbdata);

Completed in 203 milliseconds