Searched refs:rd_dmodel (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/brand/shared/librtld_db/common/ |
H A D | brand_librtld_db.c | 167 int rd_dmodel; in brand_ldb_init32() local 169 if (ps_pdmodel(php, &rd_dmodel) != PS_OK) { in brand_ldb_init32() 174 assert(rd_dmodel == PR_MODEL_LP64); in brand_ldb_init32() 176 assert(rd_dmodel == PR_MODEL_ILP32); in brand_ldb_init32() 207 rap_new->rd_dmodel = rd_dmodel; in brand_ldb_init32()
|
/titanic_41/usr/src/cmd/sgs/librtld_db/common/ |
H A D | rtld_db.c | 120 if (rap->rd_dmodel == PR_MODEL_LP64) in rd_get_dyns() 142 if (ps_pdmodel(rap->rd_psp, &rap->rd_dmodel) != PS_OK) { in rd_reset() 148 if (rap->rd_dmodel == PR_MODEL_LP64) in rd_reset() 204 if (rap->rd_dmodel == PR_MODEL_LP64) in rd_loadobj_iter() 222 if (rap->rd_dmodel == PR_MODEL_LP64) in rd_plt_resolution() 278 if (rap->rd_dmodel == PR_MODEL_LP64) in rd_event_enable() 297 if (rap->rd_dmodel == PR_MODEL_LP64) in rd_event_getmsg() 337 if (rap->rd_dmodel == PR_MODEL_LP64) in rd_objpad_enable()
|
H A D | rd_elf.c | 204 LOG(ps_plog(MSG_ORIG(MSG_DB_RDRESET), rap->rd_dmodel)); in _rd_reset32() 459 LOG(ps_plog(MSG_ORIG(MSG_DB_RDEVENTENABLE), rap->rd_dmodel, onoff)); in _rd_event_enable32() 515 LOG(ps_plog(MSG_ORIG(MSG_DB_RDEVENTGETMSG), rap->rd_dmodel, in _rd_event_getmsg32() 690 LOG(ps_plog(MSG_ORIG(MSG_DB_LOADOBJITER), rap->rd_dmodel, cb, in _rd_loadobj_iter32_native()
|
H A D | _rtld_db.h | 107 int rd_dmodel; /* data model */ member
|