Home
last modified time | relevance | path

Searched refs:rh_ops (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/sgs/librtld_db/common/
H A Drd_elf.c317 rap->rd_helper.rh_ops = dlsym(rap->rd_helper.rh_dlhandle, in _rd_reset32()
319 if (rap->rd_helper.rh_ops == NULL) { in _rd_reset32()
327 rap->rd_helper.rh_data = rap->rd_helper.rh_ops->rho_init(rap, in _rd_reset32()
333 rap->rd_helper.rh_ops = NULL; in _rd_reset32()
589 if ((rap->rd_helper.rh_ops != NULL) && in iter_map()
590 (rap->rd_helper.rh_ops->rho_lmid != LM_ID_NONE)) in iter_map()
592 rap->rd_helper.rh_ops->rho_lmid; in iter_map()
890 if ((rap->rd_helper.rh_ops != NULL) && in _rd_loadobj_iter32()
891 (rap->rd_helper.rh_ops->rho_loadobj_iter != NULL)) in _rd_loadobj_iter32()
892 rc_brand = rap->rd_helper.rh_ops->rho_loadobj_iter( in _rd_loadobj_iter32()
H A Drtld_db.c115 if (rap->rd_helper.rh_ops != NULL) in rd_get_dyns()
116 return (rap->rd_helper.rh_ops->rho_get_dyns( in rd_get_dyns()
172 rap->rd_helper.rh_ops->rho_fini(rap->rd_helper.rh_data); in rd_new()
189 rap->rd_helper.rh_ops->rho_fini(rap->rd_helper.rh_data); in rd_delete()
H A D_rtld_db.h92 rd_helper_ops_t *rh_ops; member
/titanic_41/usr/src/lib/brand/shared/librtld_db/common/
H A Dbrand_librtld_db.c220 rap_new->rd_helper.rh_ops = &dummy_ldb32; in brand_ldb_init32()