Home
last modified time | relevance | path

Searched refs:dof_secidx_t (Results 1 – 4 of 4) sorted by relevance

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_dof.c111 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_t
169 static dof_secidx_t
214 static dof_secidx_t
217 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 …]
H A Ddt_dof.h44 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 */
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddtrace.h691 typedef uint32_t dof_secidx_t; /* section header table index type */ typedef
751 dof_secidx_t dofe_probes; /* link to DOF_SECT_PROBEDESC */
752 dof_secidx_t dofe_pred; /* link to DOF_SECT_DIFOHDR */
753 dof_secidx_t dofe_actions; /* link to DOF_SECT_ACTDESC */
759 dof_secidx_t dofp_strtab; /* link to DOF_SECT_STRTAB section */
768 dof_secidx_t dofa_difo; /* link to DOF_SECT_DIFOHDR */
769 dof_secidx_t dofa_strtab; /* link to DOF_SECT_STRTAB section */
778 dof_secidx_t dofd_links[1]; /* variable length array of indices */
782 dof_secidx_t dofr_strtab; /* link to DOF_SECT_STRTAB for names */
783 dof_secidx_t dofr_relsec; /* link to DOF_SECT_RELTAB for relos */
[all …]
/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c13537 dtrace_dof_sect(dof_hdr_t *dof, uint32_t type, dof_secidx_t i)
13574 if (sec->dofs_align != sizeof (dof_secidx_t)) {
13672 if (sec->dofs_align != sizeof (dof_secidx_t)) {
13678 sec->dofs_size % sizeof (dof_secidx_t)) {
13684 n = (sec->dofs_size - sizeof (*dofd)) / sizeof (dof_secidx_t) + 1;
14030 sec->dofs_align != sizeof (dof_secidx_t)) {