Searched defs:dof_secidx_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Ddtrace.h578 * other sections by storing a dof_secidx_t, an index into the section header
586 * When a DOF section wants to refer to a DIFO, it stores the dof_secidx_t of a
588 * dof_secidx_t's which in turn denote the sections associated with this DIFO.
660 typedef uint32_t dof_secidx_t; /* section header table index type */ typedef
700 #define DOF_SECT_PREXPORT 25 /* dof_secidx_t array (exported objs) */
720 dof_secidx_t dofe_probes; /* link to DOF_SECT_PROBEDESC */
721 dof_secidx_t dofe_pred; /* link to DOF_SECT_DIFOHDR */
722 dof_secidx_t dofe_actions; /* link to DOF_SECT_ACTDESC */
728 dof_secidx_t dofp_strtab; /* link to DOF_SECT_STRTAB section */
737 dof_secidx_t dofa_dif
[all...]

Completed in 55 milliseconds