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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/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.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
  /external/libpcap/
pcap-libdlpi.c 106 dlpi_info_t dlinfo; local
184 if ((retv = dlpi_info(pd->dlpi_hd, &dlinfo, 0)) != DLPI_SUCCESS) {
189 if (pcap_process_mactype(p, dlinfo.di_mactype) != 0)
  /external/libcxxabi/src/Unwind/
AddressSpace.hpp 291 Dl_info dlinfo; local
292 if (!dladdr(addr, &dlinfo))
294 const mach_header *mh = (const mach_header *)dlinfo.dli_saddr;
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
AddressSpace.hpp 317 Dl_info dlinfo; local
318 if (!dladdr(addr, &dlinfo))
320 const mach_header *mh = (const mach_header *)dlinfo.dli_saddr;
  /external/compiler-rt/lib/msan/
msan_interceptors.cc 887 struct dlinfo { struct
894 INTERCEPTOR(int, dladdr, void *addr, dlinfo *info) {
    [all...]

Completed in 197 milliseconds