Searched defs:dlinfo (Results 1 - 4 of 4) sorted by relevance

/external/libpcap/
H A Dpcap-libdlpi.c102 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) {
/external/libunwind_llvm/src/
H A DAddressSpace.hpp290 Dl_info dlinfo; local
291 if (!dladdr(addr, &dlinfo))
294 const struct mach_header_64 *mh = (const struct mach_header_64 *)dlinfo.dli_fbase;
296 const struct mach_header *mh = (const struct mach_header *)dlinfo.dli_fbase;
/external/libxml2/os400/dlfcn/
H A Ddlfcn.c76 } dlinfo; typedef in typeref:struct:__anon12219
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 *) xmlHashLooku
[all...]
/external/compiler-rt/lib/msan/
H A Dmsan_interceptors.cc1349 struct dlinfo { struct
1356 INTERCEPTOR(int, dladdr, void *addr, dlinfo *info) {

Completed in 209 milliseconds