HomeSort by relevance Sort by last modified time
    Searched refs:dl_iterate_phdr (Results 1 - 20 of 20) sorted by null

  /development/ndk/platforms/android-3/include/
link.h 50 int dl_iterate_phdr(int (*cb)(struct dl_phdr_info*, size_t, void*), void*);
  /bionic/libc/include/
link.h 49 int dl_iterate_phdr(int (*)(struct dl_phdr_info*, size_t, void*), void*);
  /bionic/libdl/
libdl.c 35 int dl_iterate_phdr(int (*cb)(struct dl_phdr_info* info, size_t size, void* data) __unused, void* data __unused) { return 0; } function
  /development/ndk/platforms/android-L/include/
link.h 49 int dl_iterate_phdr(int (*)(struct dl_phdr_info*, size_t, void*), void*);
  /bionic/libc/bionic/
dl_iterate_phdr_static.cpp 38 int dl_iterate_phdr(int (*cb)(struct dl_phdr_info* info, size_t size, void* data), void* data) { function
45 // Dynamic binaries get their dl_iterate_phdr from the dynamic linker, but
getentropy_linux.c 389 dl_iterate_phdr(getentropy_phdr, &ctx);
  /external/libunwind/src/
os-qnx.c 75 reliably is locally, using dl_iterate_phdr(). However, the only
79 fine with dl_iterate_phdr(). Therefore, in lieu of any better
81 been implemented in terms of dl_iterate_phdr().
90 if (dl_iterate_phdr (callback, &map_list) != 0)
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_wrappers.cpp 31 extern "C" int dl_iterate_phdr(int (*cb)(dl_phdr_info* info,
236 return ::dl_iterate_phdr(cb, data);
266 {"dl_iterate_phdr", reinterpret_cast<void*>(&WrapDl_iterate_phdr)},
  /external/compiler-rt/lib/lsan/
lsan_common_linux.cc 88 // FIXME: dl_iterate_phdr acquires a linker lock, so we run a risk of
92 dl_iterate_phdr(ProcessGlobalRegionsCallback, frontier);
  /bionic/linker/
dlfcn.cpp 187 "dlopen\0dlclose\0dlsym\0dlerror\0dladdr\0android_update_LD_LIBRARY_PATH\0android_get_LD_LIBRARY_PATH\0dl_iterate_phdr\0android_dlopen_ext\0dl_unwind_find_exidx\0"
192 "dlopen\0dlclose\0dlsym\0dlerror\0dladdr\0android_update_LD_LIBRARY_PATH\0android_get_LD_LIBRARY_PATH\0dl_iterate_phdr\0android_dlopen_ext\0"
210 ELFW(SYM_INITIALIZER)( 95, &dl_iterate_phdr, 1),
linker.cpp 402 int dl_iterate_phdr(int (*cb)(dl_phdr_info* info, size_t size, void* data), void* data) { function
    [all...]
  /external/compiler-rt/lib/asan/
asan_linux.cc 112 dl_iterate_phdr(FindFirstDSOCallback, &first_dso_name);
  /external/libunwind/src/ia64/
Gtables.c 569 dl_iterate_phdr() because if somebody were to remove an object
627 ret = dl_iterate_phdr (check_callback, as);
658 ret = dl_iterate_phdr (callback, &di);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_linux_libcdep.cc 521 dl_iterate_phdr(dl_iterate_phdr_cb, &data);
  /external/compiler-rt/lib/msan/
msan_interceptors.cc 933 INTERCEPTOR(int, dl_iterate_phdr, dl_iterate_phdr_cb callback, void *data) {
939 int res = REAL(dl_iterate_phdr)(msan_dl_iterate_phdr_cb, (void *)&cbdata);
    [all...]
  /external/libunwind/src/arm/
Gex_tables.c 458 * Callback to dl_iterate_phdr to find infos about the ARM exidx segment.
526 ret = dl_iterate_phdr (arm_phdr_cb, &cb_data);
  /external/compiler-rt/lib/dfsan/
dfsan_custom.cc 381 return dl_iterate_phdr(dl_iterate_phdr_cb, &dipi);
  /external/compiler-rt/test/dfsan/
custom.c 654 dl_iterate_phdr(dl_iterate_phdr_test_cb, (void *)3);
  /external/libunwind/src/dwarf/
Gfind_proc_info-lsb.c 729 ret = dl_iterate_phdr (dwarf_callback, &cb_data);
  /external/compiler-rt/lib/msan/tests/
msan_test.cc     [all...]

Completed in 706 milliseconds