Lines Matching refs:sym
261 struct dsc$descriptor_s *symname_dsc, void **sym, in do_find_symbol() argument
273 symname_dsc, sym, in do_find_symbol()
277 symname_dsc, sym, 0, flags); in do_find_symbol()
283 void vms_bind_sym(DSO *dso, const char *symname, void **sym) in vms_bind_sym() argument
301 *sym = NULL; in vms_bind_sym()
329 status = do_find_symbol(ptr, &symname_dsc, sym, LIB$M_FIS_MIXEDCASE); in vms_bind_sym()
332 status = do_find_symbol(ptr, &symname_dsc, sym, 0); in vms_bind_sym()
344 *sym = NULL; in vms_bind_sym()
370 DSO_FUNC_TYPE sym = 0; in vms_bind_func() local
371 vms_bind_sym(dso, symname, (void **)&sym); in vms_bind_func()
372 return sym; in vms_bind_func()