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

/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace.c8833 if (sec->dofs_type != DOF_SECT_PROVIDER)
8894 if (sec->dofs_type != DOF_SECT_PROVIDER)
12352 sec->dofs_type = DOF_SECT_OPTDESC;
12577 if (type != DOF_SECT_NONE && type != sec->dofs_type) {
12594 if (sec->dofs_type != DOF_SECT_PROBEDESC) {
12714 if (sec->dofs_type != DOF_SECT_DIFOHDR) {
12755 if (subsec->dofs_type != difo[i].section)
12758 if (subsec->dofs_type != (uint32_t)difo[i].section)
12894 if (sec->dofs_type != DOF_SECT_ACTDESC) {
13267 switch (sec->dofs_type) {
[all...]
/darwin-on-arm/xnu/bsd/sys/
H A Ddtrace.h767 uint32_t dofs_type; /* section type (see below) */ member in struct:dof_sec

Completed in 38 milliseconds