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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Ddtrace-probe.c267 uint32_t dofs_type; member in struct:dtrace_dof_sect
547 if (section->dofs_type == DTRACE_DOF_SECT_TYPE_ECBDESC)
556 if (DOF_UINT (dof, section->dofs_type) == DTRACE_DOF_SECT_TYPE_PROVIDER)
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Ddtrace-probe.c268 uint32_t dofs_type; member in struct:dtrace_dof_sect
548 if (section->dofs_type == DTRACE_DOF_SECT_TYPE_ECBDESC)
557 if (DOF_UINT (dof, section->dofs_type) == DTRACE_DOF_SECT_TYPE_PROVIDER)
/netbsd-current/external/cddl/osnet/dist/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.c158 if (dofs[i].dofs_type != DOF_SECT_URELHDR)
221 if (dofs[i].dofs_type != DOF_SECT_URELHDR)
359 if (dofs[i].dofs_type != DOF_SECT_URELHDR)
422 if (dofs[i].dofs_type != DOF_SECT_URELHDR)
H A Ddt_options.c929 if (sec->dofs_type != DOF_SECT_OPTDESC)
/netbsd-current/external/cddl/osnet/dist/uts/common/sys/
H A Ddtrace.h690 uint32_t dofs_type; /* section type (see below) */ member in struct:dof_sec
/netbsd-current/external/cddl/osnet/dist/uts/common/dtrace/
H A Ddtrace.c9806 if (sec->dofs_type != DOF_SECT_PROVIDER)
9863 if (sec->dofs_type != DOF_SECT_PROVIDER)
13524 sec->dofs_type = DOF_SECT_OPTDESC;
13875 if (type != DOF_SECT_NONE && type != sec->dofs_type) {
13892 if (sec->dofs_type != DOF_SECT_PROBEDESC) {
13990 if (sec->dofs_type != DOF_SECT_DIFOHDR) {
14029 if (subsec->dofs_type != difo[i].section)
14150 if (sec->dofs_type != DOF_SECT_ACTDESC) {
14521 switch (sec->dofs_type) {
14532 if (DOF_SEC_ISLOADABLE(sec->dofs_type)
[all...]

Completed in 144 milliseconds