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

/solaris-userland-s11u3/components/libusb/wrapper/src/
H A Dwr_libusb.c256 * uses the libusb_version symbol as a filter
527 * checks if a function has a valid symbol handle
545 * returns a valid symbol handle or NULL
614 char *symbol; local
640 symbol = (char *)malloc(sym_len);
641 if (symbol == NULL) {
646 wusb_symbol(&symbol, sym_len, prefix, sym_names[sym_idx]);
648 (void *)dlsym(handle, symbol);
650 sym_idx, p_info[pindex].sym_hdl[sym_idx], symbol);
651 free(symbol);
[all...]

Completed in 15 milliseconds