HomeSort by relevance Sort by last modified time
    Searched refs:dladdr (Results 101 - 112 of 112) sorted by null

1 2 3 45

  /bionic/libdl/
libdl.c 120 int dladdr(const void* addr, Dl_info* info) { function
  /external/linux-kselftest/tools/testing/selftests/x86/
unwind_vdso.c 173 if (!dladdr((void *)sysinfo, &info)) {
  /bionic/tests/
dlfcn_test.cpp 865 // Deliberately ask dladdr for an address inside a symbol, rather than the symbol base address.
869 int rc = dladdr(addr, &info);
943 ASSERT_TRUE(dladdr(addr, &info) != 0);
    [all...]
  /external/compiler-rt/lib/asan/
asan_mac.cc 75 int err = dladdr(needle, &info);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_mac.cc 55 #include <dlfcn.h> // for dladdr()
306 // from there is much faster than calling dladdr, especially for large
613 RAW_CHECK(dladdr((void*)((uptr)&__sanitizer_report_error_summary), &info));
666 RAW_CHECK(dladdr(dlopen_addr, &info_pthread_create));
  /external/libunwind_llvm/src/
AddressSpace.hpp 324 if (!dladdr(addr, &dlinfo))
462 if (dladdr((void *)addr, &dyldInfo)) {
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
AddressSpace.hpp 317 if (!dladdr(addr, &dlinfo))
448 if (dladdr((void *)addr, &dyldInfo)) {
  /libcore/ojluni/src/main/native/
java_props_md.c 342 dladdr((void *)getEmbeddedToolkit, &dlinfo);
  /external/compiler-rt/lib/msan/
msan_interceptors.cc     [all...]
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
namespace.h 751 #define dladdr __dladdr
  /external/compiler-rt/lib/msan/tests/
msan_test.cc     [all...]
  /external/strace/
configure     [all...]

Completed in 938 milliseconds

1 2 3 45