Home
last modified time | relevance | path

Searched refs:dofr_type (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_dis.c350 rp->dofr_type, (u_longlong_t)rp->dofr_offset, in dt_dis_rtab()
H A Ddt_as.c452 rp->dofr_type = DOF_RELO_SETX; in dt_as()
H A Ddt_dof.c472 dofr.dofr_type = DOF_RELO_SETX; in dof_add_probe()
/illumos-gate/usr/src/uts/common/sys/
H A Ddtrace.h760 uint32_t dofr_type; /* relo type (DOF_RELO_* constant) */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/dtrace/
H A Ddof.c794 mdb_printf("dofr_type = %u\n", r.dofr_type); in dof_relodesc()
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c13297 switch (r->dofr_type) { in dtrace_dof_relocate()