Searched refs:rd_new (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/librtld_db/common/
H A Dllib-lrtld_db44 rd_agent_t * rd_new(struct ps_prochandle *);
H A Drtld_db.c160 rd_new(struct ps_prochandle *php) function
/illumos-gate/usr/src/head/
H A Drtld_db.h183 extern rd_agent_t *rd_new(struct ps_prochandle *);
/illumos-gate/usr/src/man/man3ext/
H A DMakefile120 rd_new.3ext \
209 rd_new.3ext := LINKSRC = rtld_db.3ext
/illumos-gate/usr/src/cmd/sgs/librtld_db/demo/common/
H A Dps.c171 if ((procp->pp_rap = rd_new(procp)) == NULL) {
172 (void) fprintf(stderr, "rdb: rtld_db: rd_new() call failed\n");
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_kproc.c371 if ((kp->kp_rap = rd_new((struct ps_prochandle *)t)) != NULL) {
/illumos-gate/usr/src/lib/libproc/common/
H A DPsymtab.c597 if ((P->rap = rd_new(P)) != NULL)
1613 * come here during rd_new() when the only information we have
H A DPcore.c2788 if ((P->rap = rd_new(P)) != NULL) {

Completed in 79 milliseconds