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

/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_dof.c149 s.dofs_type = type;
176 s.dofs_type = type;
872 assert(sp[ddo->ddo_strsec].dofs_type == DOF_SECT_STRTAB);
944 sec->dofs_type = DOF_SECT_OPTDESC;
H A Ddt_link.c147 if (dofs[i].dofs_type != DOF_SECT_URELHDR)
210 if (dofs[i].dofs_type != DOF_SECT_URELHDR)
343 if (dofs[i].dofs_type != DOF_SECT_URELHDR)
406 if (dofs[i].dofs_type != DOF_SECT_URELHDR)
H A Ddt_options.c925 if (sec->dofs_type != DOF_SECT_OPTDESC)
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c9461 if (sec->dofs_type != DOF_SECT_PROVIDER)
9518 if (sec->dofs_type != DOF_SECT_PROVIDER)
13131 sec->dofs_type = DOF_SECT_OPTDESC;
13428 if (type != DOF_SECT_NONE && type != sec->dofs_type) {
13445 if (sec->dofs_type != DOF_SECT_PROBEDESC) {
13543 if (sec->dofs_type != DOF_SECT_DIFOHDR) {
13582 if (subsec->dofs_type != difo[i].section)
13703 if (sec->dofs_type != DOF_SECT_ACTDESC) {
14081 switch (sec->dofs_type) {
14092 if (DOF_SEC_ISLOADABLE(sec->dofs_type)
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddtrace.h693 uint32_t dofs_type; /* section type (see below) */ member in struct:dof_sec

Completed in 373 milliseconds