Home
last modified time | relevance | path

Searched refs:rd_new (Results 1 – 3 of 3) sorted by relevance

/freebsd-head/lib/librtld_db/
HDrtld_db.h145 rd_agent_t *rd_new(struct proc_handle *);
HDrtld_db.c230 rd_new(struct proc_handle *php) in rd_new() function
/freebsd-head/lib/libproc/
HDproc_rtld.c115 if ((phdl->rdap = rd_new(phdl)) == NULL) in proc_rdagent()