3 / 5054 files match, 1 filtered matches.
278 | void * 279 | dynlib_sym (dynlib_handle_ptr h, const char *sym) 280 | { 281 | return dlsym (h, sym); 282 | } 283 |