/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
dlfcn.h | 124 extern int dlinfo (void *__restrict __handle, 128 /* These are the possible values for the REQUEST argument to `dlinfo'. */ 171 The `dls_name' member points to space in the buffer passed to `dlinfo'. */ 178 /* This is the structure that must be passed (by reference) to `dlinfo' for
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
dlfcn.h | 124 extern int dlinfo (void *__restrict __handle, 128 /* These are the possible values for the REQUEST argument to `dlinfo'. */ 171 The `dls_name' member points to space in the buffer passed to `dlinfo'. */ 178 /* This is the structure that must be passed (by reference) to `dlinfo' for
|
/external/libxml2/os400/dlfcn/ |
dlfcn.c | 76 } dlinfo; typedef in typeref:struct:__anon18337 950 dlreinit(dlinfo * dlip) 989 dlinfo * dlip; 1003 dlip = (dlinfo *) handle; 1022 dlinfo * dlip; 1032 dlip = (dlinfo *) handle; 1050 dlinfo * dlip; 1051 dlinfo * dlip2; 1079 dlip = (dlinfo *) malloc(sizeof *dlip); 1113 dlip2 = (dlinfo *) xmlHashLookup(dldir, actmarkstr) [all...] |
/external/valgrind/auxprogs/ |
getoff.c | 45 dlinfo RTLD_DI_TLS_MODID, this executable produces no output. */ 151 if (dlinfo ((void*)dummy_link_map, RTLD_DI_TLS_MODID, 159 "dlinfo error %s\n", dlerror());
|
/bionic/tests/ |
dlfcn_test.cpp | 896 Dl_info dlinfo; local 897 ASSERT_TRUE(0 != dladdr(reinterpret_cast<void*>(fn), &dlinfo)); 899 ASSERT_TRUE(fn == dlinfo.dli_saddr); 900 ASSERT_STREQ("getRandomNumber", dlinfo.dli_sname); 901 ASSERT_SUBSTR("libgnu-hash-table-library.so", dlinfo.dli_fname); 919 Dl_info dlinfo; local 920 ASSERT_TRUE(0 != dladdr(reinterpret_cast<void*>(fn), &dlinfo)); 922 ASSERT_TRUE(fn == dlinfo.dli_saddr); 923 ASSERT_STREQ("getRandomNumber", dlinfo.dli_sname); 924 ASSERT_SUBSTR("libsysv-hash-table-library.so", dlinfo.dli_fname) [all...] |
/external/libpcap/ |
pcap-libdlpi.c | 102 dlpi_info_t dlinfo; local 188 if ((retv = dlpi_info(pd->dlpi_hd, &dlinfo, 0)) != DLPI_SUCCESS) { 194 if (pcap_process_mactype(p, dlinfo.di_mactype) != 0) {
|
/libcore/ojluni/src/main/native/ |
java_props_md.c | 335 Dl_info dlinfo; local 342 dladdr((void *)getEmbeddedToolkit, &dlinfo); 343 realpath((char *)dlinfo.dli_fname, buf);
|
/external/libunwind_llvm/src/ |
AddressSpace.hpp | 323 Dl_info dlinfo; local 324 if (!dladdr(addr, &dlinfo)) 326 const mach_header *mh = (const mach_header *)dlinfo.dli_saddr;
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
AddressSpace.hpp | 316 Dl_info dlinfo; local 317 if (!dladdr(addr, &dlinfo)) 319 const mach_header *mh = (const mach_header *)dlinfo.dli_saddr;
|
/external/compiler-rt/lib/msan/ |
msan_interceptors.cc | 1068 struct dlinfo { struct [all...] |