Searched refs:dof_secidx_t (Results 1 – 4 of 4) sorted by relevance
111 ddo->ddo_xlimport = dt_alloc(dtp, sizeof (dof_secidx_t) * nx); in dt_dof_reset()112 ddo->ddo_xlexport = dt_alloc(dtp, sizeof (dof_secidx_t) * nx); in dt_dof_reset()142 static dof_secidx_t169 static dof_secidx_t214 static dof_secidx_t217 dof_secidx_t dsecs[5]; /* enough for all possible DIFO sections */ in dof_add_difo()222 dof_secidx_t relsec; in dof_add_difo()224 dof_secidx_t strsec = DOF_SECIDX_NONE; in dof_add_difo()225 dof_secidx_t intsec = DOF_SECIDX_NONE; in dof_add_difo()226 dof_secidx_t hdrsec = DOF_SECIDX_NONE; in dof_add_difo()[all …]
44 dof_secidx_t ddo_strsec; /* global strings section index */45 dof_secidx_t *ddo_xlimport; /* imported xlator section indices */46 dof_secidx_t *ddo_xlexport; /* exported xlator section indices */
686 typedef uint32_t dof_secidx_t; /* section header table index type */ typedef746 dof_secidx_t dofe_probes; /* link to DOF_SECT_PROBEDESC */747 dof_secidx_t dofe_pred; /* link to DOF_SECT_DIFOHDR */748 dof_secidx_t dofe_actions; /* link to DOF_SECT_ACTDESC */754 dof_secidx_t dofp_strtab; /* link to DOF_SECT_STRTAB section */763 dof_secidx_t dofa_difo; /* link to DOF_SECT_DIFOHDR */764 dof_secidx_t dofa_strtab; /* link to DOF_SECT_STRTAB section */773 dof_secidx_t dofd_links[1]; /* variable length array of indices */777 dof_secidx_t dofr_strtab; /* link to DOF_SECT_STRTAB for names */778 dof_secidx_t dofr_relsec; /* link to DOF_SECT_RELTAB for relos */[all …]
13223 dtrace_dof_sect(dof_hdr_t *dof, uint32_t type, dof_secidx_t i)13260 if (sec->dofs_align != sizeof (dof_secidx_t)) {13358 if (sec->dofs_align != sizeof (dof_secidx_t)) {13364 sec->dofs_size % sizeof (dof_secidx_t)) {13370 n = (sec->dofs_size - sizeof (*dofd)) / sizeof (dof_secidx_t) + 1;13714 sec->dofs_align != sizeof (dof_secidx_t)) {