Searched refs:Pobject_iter (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/cmd/ptools/pldd/ |
H A D | pldd.c | 138 rc += Pobject_iter(Pr, show_map, Pr); in main()
|
/titanic_41/usr/src/cmd/ptools/pstack/ |
H A D | pstack.c | 726 (void) Pobject_iter(Pr, jvm_object_iter, Pr); in load_libjvm() 804 (void) Pobject_iter(Pr, python_object_iter, Pr); in load_libpython()
|
/titanic_41/usr/src/cmd/mdb/common/modules/libpython2.6/ |
H A D | libpython26.c | 396 (void) Pobject_iter(Ph, python_object_iter, Ph); in python_db_init()
|
/titanic_41/usr/src/lib/libproc/common/ |
H A D | mapfile-vers | 151 Pobject_iter;
|
H A D | libproc.h | 532 extern int Pobject_iter(struct ps_prochandle *, proc_map_f *, void *);
|
H A D | llib-lproc | 200 int Pobject_iter(struct ps_prochandle *Pr, proc_map_f *func, void *cd);
|
H A D | Psymtab.c | 2667 Pobject_iter(struct ps_prochandle *P, proc_map_f *func, void *cd) in Pobject_iter() function
|
/titanic_41/usr/src/lib/libdtrace/common/ |
H A D | dt_pid.c | 494 ret = Pobject_iter(pp.dpp_pr, dt_pid_mod_filt, &pp); in dt_pid_create_pid_probes() 587 if (Pobject_iter(P, dt_pid_usdt_mapping, P) != 0) { in dt_pid_create_usdt_probes()
|
/titanic_41/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_proc.c | 342 if (Pobject_iter(P, (proc_map_f *)thr_check, t) == 0 && in pt_rtld_event() 789 (void) Pobject_iter(t->t_pshandle, (proc_map_f *)thr_check, t); in pt_fork() 1826 (void) Pobject_iter(t->t_pshandle, (proc_map_f *) in pt_tmodel() 2228 (void) Pobject_iter(t->t_pshandle, (proc_map_f *)thr_check, t); in pt_activate_common() 2644 (Pobject_iter(P, pt_lookup_cb, &pl) == -1)) in pt_lookup_by_name_thr() 2998 (void) Pobject_iter(t->t_pshandle, in pt_symbol_iter() 3132 (void) Pobject_iter(t->t_pshandle, in pt_object_iter()
|
/titanic_41/usr/src/cmd/truss/ |
H A D | fcall.c | 194 (void) Pobject_iter(Proc, object_present, NULL); in establish_breakpoints() 214 (void) Pobject_iter(Proc, object_iter, NULL); in establish_breakpoints()
|