Home
last modified time | relevance | path

Searched refs:tmp_lib (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/abi/appcert/static_prof/
H A Dstatic_prof.c1442 dt_list *tmp_lib; in find_dtneeded() local
1455 tmp_lib = (dt_list *) malloc(sizeof (dt_list)); in find_dtneeded()
1456 tmp_lib->libname = c->obj->dynnames + in find_dtneeded()
1458 tmp_lib->d_tag = dcurrent->d_tag; in find_dtneeded()
1459 tmp_lib->next = NULL; in find_dtneeded()
1460 dt_needed = add_dtneeded(dt_needed, tmp_lib); in find_dtneeded()
/titanic_50/usr/src/lib/libfru/libfru/
H A Dlibfru.cc334 void *tmp_lib = NULL; in fru_open_data_source() local
353 tmp_lib = dlopen(ds_name, RTLD_LAZY); in fru_open_data_source()
354 if (tmp_lib == NULL) { in fru_open_data_source()
358 ds = (fru_datasource_t *)dlsym(tmp_lib, in fru_open_data_source()
389 ds_lib = tmp_lib; in fru_open_data_source()