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

/darwin-on-arm/xnu/bsd/sys/
H A Ddtrace.h673 * other sections by storing a dof_secidx_t, an index into the section header
681 * When a DOF section wants to refer to a DIFO, it stores the dof_secidx_t of a
683 * dof_secidx_t's which in turn denote the sections associated with this DIFO.
760 typedef uint32_t dof_secidx_t; /* section header table index type */ typedef
800 #define DOF_SECT_PREXPORT 25 /* dof_secidx_t array (exported objs) */
806 dof_secidx_t dofe_probes; /* link to DOF_SECT_PROBEDESC */
807 dof_secidx_t dofe_pred; /* link to DOF_SECT_DIFOHDR */
808 dof_secidx_t dofe_actions; /* link to DOF_SECT_ACTDESC */
814 dof_secidx_t dofp_strtab; /* link to DOF_SECT_STRTAB section */
823 dof_secidx_t dofa_dif
[all...]
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace.c12562 dtrace_dof_sect(dof_hdr_t *dof, uint32_t type, dof_secidx_t i)
12599 if (sec->dofs_align != sizeof (dof_secidx_t)) {
12719 if (sec->dofs_align != sizeof (dof_secidx_t)) {
12725 sec->dofs_size % sizeof (dof_secidx_t)) {
12731 n = (sec->dofs_size - sizeof (*dofd)) / sizeof (dof_secidx_t) + 1;
13091 sec->dofs_align != sizeof (dof_secidx_t)) {

Completed in 95 milliseconds