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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_dof.c147 s.dofs_type = type;
174 s.dofs_type = type;
864 assert(sp[ddo->ddo_strsec].dofs_type == DOF_SECT_STRTAB);
936 sec->dofs_type = DOF_SECT_OPTDESC;
H A Ddt_link.c134 if (dofs[i].dofs_type != DOF_SECT_URELHDR)
197 if (dofs[i].dofs_type != DOF_SECT_URELHDR)
310 if (dofs[i].dofs_type != DOF_SECT_URELHDR)
373 if (dofs[i].dofs_type != DOF_SECT_URELHDR)
H A Ddt_options.c878 if (sec->dofs_type != DOF_SECT_OPTDESC)
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Ddtrace.c8032 if (sec->dofs_type != DOF_SECT_PROVIDER)
8089 if (sec->dofs_type != DOF_SECT_PROVIDER)
11458 sec->dofs_type = DOF_SECT_OPTDESC;
11599 if (type != DOF_SECT_NONE && type != sec->dofs_type) {
11616 if (sec->dofs_type != DOF_SECT_PROBEDESC) {
11714 if (sec->dofs_type != DOF_SECT_DIFOHDR) {
11753 if (subsec->dofs_type != VBDTCAST(uint32_t)difo[i].section)
11874 if (sec->dofs_type != DOF_SECT_ACTDESC) {
12234 switch (sec->dofs_type) {
12245 if (DOF_SEC_ISLOADABLE(sec->dofs_type)
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/sys/
H A Ddtrace.h631 uint32_t dofs_type; /* section type (see below) */ member in struct:dof_sec

Completed in 93 milliseconds