Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libdtrace/common/
H A Ddt_dof.c107 ddo->ddo_xlimport = dt_alloc(dtp, sizeof (dof_secidx_t) * nx); in dt_dof_reset()
108 ddo->ddo_xlexport = dt_alloc(dtp, sizeof (dof_secidx_t) * nx); in dt_dof_reset()
138 static dof_secidx_t
165 static dof_secidx_t
210 static dof_secidx_t
213 dof_secidx_t dsecs[5]; /* enough for all possible DIFO sections */ in dof_add_difo()
218 dof_secidx_t relsec; in dof_add_difo()
220 dof_secidx_t strsec = DOF_SECIDX_NONE; in dof_add_difo()
221 dof_secidx_t intsec = DOF_SECIDX_NONE; in dof_add_difo()
222 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 */
/titanic_50/usr/src/uts/common/sys/
H A Ddtrace.h660 typedef uint32_t dof_secidx_t; /* section header table index type */ typedef
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_difo; /* link to DOF_SECT_DIFOHDR */
738 dof_secidx_t dofa_strtab; /* link to DOF_SECT_STRTAB section */
747 dof_secidx_t dofd_links[1]; /* variable length array of indices */
751 dof_secidx_t dofr_strtab; /* link to DOF_SECT_STRTAB for names */
752 dof_secidx_t dofr_relsec; /* link to DOF_SECT_RELTAB for relos */
[all …]
/titanic_50/usr/src/uts/common/dtrace/
H A Ddtrace.c12483 dtrace_dof_sect(dof_hdr_t *dof, uint32_t type, dof_secidx_t i) in dtrace_dof_sect()
12520 if (sec->dofs_align != sizeof (dof_secidx_t)) { in dtrace_dof_probedesc()
12618 if (sec->dofs_align != sizeof (dof_secidx_t)) { in dtrace_dof_difo()
12624 sec->dofs_size % sizeof (dof_secidx_t)) { in dtrace_dof_difo()
12630 n = (sec->dofs_size - sizeof (*dofd)) / sizeof (dof_secidx_t) + 1; in dtrace_dof_difo()
12974 sec->dofs_align != sizeof (dof_secidx_t)) { in dtrace_dof_relocate()