/titanic_50/usr/src/cmd/sgs/librtld_db/common/ |
H A D | rd_elf.c | 137 return (RD_OK); in validate_rdebug32() 164 return (RD_OK); in find_dynamic_ent32() 178 rd_err_e rc = RD_OK; in _rd_reset32() 236 if (rc != RD_OK) { in _rd_reset32() 261 if (rc != RD_OK) { in _rd_reset32() 270 if (rc != RD_OK) { in _rd_reset32() 276 if (rc != RD_OK) { in _rd_reset32() 370 return (RD_OK); in _rd_reset32() 385 return (RD_OK); in _rd_get_ehdr32() 389 return (RD_OK); in _rd_get_ehdr32() [all …]
|
H A D | rtld_db.c | 97 return (RD_OK); in rd_init() 109 return (RD_OK); in rd_ctl() 170 if (rd_reset(rap) != RD_OK) { in rd_new() 236 rd_err_e rc = RD_OK; in rd_event_addr() 259 if (rc == RD_OK) { in rd_event_addr() 315 return (RD_OK); in rd_binder_exit_addr() 325 return (RD_OK); in rd_binder_exit_addr() 355 case RD_OK: in rd_errstr()
|
/titanic_50/usr/src/cmd/sgs/librtld_db/i386/ |
H A D | plt32_resolution.c | 115 &dynent)) != RD_OK) { in rli_func() 194 rli_data.rlid_ret = RD_OK; in plt32_resolution() 199 != RD_OK) { in plt32_resolution() 203 if (rli_data.rlid_ret != RD_OK) { in plt32_resolution() 229 &(rpi->pi_target))) != RD_OK) { in plt32_resolution() 248 return (RD_OK); in plt32_resolution()
|
/titanic_50/usr/src/lib/brand/shared/librtld_db/common/ |
H A D | brand_librtld_db.c | 114 return (RD_OK); in dummy_ldb_loadobj_iter32() 124 return (RD_OK); in dummy_ldb_get_dyns32() 231 if (validate_rdebug32(rap_new) != RD_OK) { in brand_ldb_init32()
|
/titanic_50/usr/src/cmd/sgs/librtld_db/amd64/ |
H A D | plt64_resolution.c | 97 &(rpi->pi_target))) != RD_OK) { in plt64_resolution() 116 return (RD_OK); in plt64_resolution()
|
/titanic_50/usr/src/cmd/sgs/librtld_db/sparcv9/ |
H A D | plt64_resolution.c | 132 &(rpi->pi_target))) != RD_OK) { in plt64_resolution() 169 &(rpi->pi_target))) != RD_OK) { in plt64_resolution() 320 return (RD_OK); in plt64_resolution()
|
/titanic_50/usr/src/cmd/sgs/librtld_db/sparc/ |
H A D | plt32_resolution.c | 80 &(rpi->pi_target))) != RD_OK) { in plt32_resolution() 153 return (RD_OK); in plt32_resolution()
|
/titanic_50/usr/src/cmd/sgs/librtld_db/demo/common/ |
H A D | ps.c | 197 if (rd_event_addr(procp->pp_rap, RD_PREINIT, &rd_notify) == RD_OK) { in ps_init() 207 if (rd_event_addr(procp->pp_rap, RD_POSTINIT, &rd_notify) == RD_OK) { in ps_init() 217 if (rd_event_addr(procp->pp_rap, RD_DLACTIVITY, &rd_notify) == RD_OK) { in ps_init()
|
H A D | dis.c | 101 &rp) == RD_OK) { in print_address_ps()
|
H A D | bpt.c | 227 if (rd_event_getmsg(ph->pp_rap, &emt) != RD_OK) { in handle_sp_break() 474 pstatus.pr_lwp.pr_lwpid, pltbase, &rp) != RD_OK) { in step_n()
|
H A D | main.c | 190 if (rd_init(RD_VERSION) != RD_OK) { in main()
|
H A D | maps.c | 452 if (rd_objpad_enable(ph->pp_rap, padsize) != RD_OK) { in set_objpad()
|
/titanic_50/usr/src/head/ |
H A D | rtld_db.h | 53 RD_OK, /* generic "call" succeeded */ enumerator
|
/titanic_50/usr/src/lib/libdtrace/common/ |
H A D | dt_proc.c | 273 if ((err = rd_event_getmsg(dpr->dpr_rtld, &rdm)) != RD_OK) { in dt_proc_rdevent() 310 if ((err = rd_event_addr(dpr->dpr_rtld, event, &rdn)) != RD_OK) { in dt_proc_rdwatch() 348 (err = rd_event_enable(dpr->dpr_rtld, B_TRUE)) == RD_OK) { in dt_proc_attach()
|
H A D | dt_open.c | 720 if (rd_init(_dtrace_rdvers) == RD_OK) in _dtrace_init()
|
/titanic_50/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_main.c | 497 if (rd_init(mdb.m_rdvers) == RD_OK) in main() 636 if (rd_ctl(RD_CTL_SET_HELPPATH, (void *)mdb.m_root) != RD_OK) { in main()
|
H A D | mdb_proc.c | 331 if (rd_event_getmsg(pt->p_rtld, &rdm) == RD_OK) { in pt_rtld_event() 471 if ((err = rd_event_enable(pt->p_rtld, TRUE)) != RD_OK) { in pt_post_attach() 478 &rdn)) == RD_OK && rdn.type == RD_NOTIFY_BPT) { in pt_post_attach() 487 &rdn)) == RD_OK && rdn.type == RD_NOTIFY_BPT) { in pt_post_attach() 496 &rdn)) == RD_OK && rdn.type == RD_NOTIFY_BPT) { in pt_post_attach() 2820 rlp->rl_plt_base, &rpi) == RD_OK && in pt_lookup_by_addr()
|
H A D | mdb_kproc.c | 204 kpf->kpf_text_base, &dyns, &dyns_sz) == RD_OK)) in kp_file_create()
|
/titanic_50/usr/src/cmd/truss/ |
H A D | fcall.c | 159 if (rd_event_addr(Rdb_agent, RD_PREINIT, ¬ify) == RD_OK && in establish_breakpoints() 162 if (rd_event_addr(Rdb_agent, RD_POSTINIT, ¬ify) == RD_OK && in establish_breakpoints() 165 if (rd_event_addr(Rdb_agent, RD_DLACTIVITY, ¬ify) == RD_OK && in establish_breakpoints() 1290 if (rd_event_getmsg(Rdb_agent, &event_msg) == RD_OK) { in function_trace()
|
/titanic_50/usr/src/lib/libproc/common/ |
H A D | Psymtab_machelf32.c | 264 if (rd_get_dyns(P->rap, addr, (void **)&dp, NULL) != RD_OK) in fake_elf64()
|