Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_dof.c149 s.dofs_type = type; in dof_add_lsect()
176 s.dofs_type = type; in dof_add_usect()
872 assert(sp[ddo->ddo_strsec].dofs_type == DOF_SECT_STRTAB); in dtrace_dof_create()
944 sec->dofs_type = DOF_SECT_OPTDESC; in dtrace_getopt_dof()
H A Ddt_link.c121 if (dofs[i].dofs_type != DOF_SECT_URELHDR) in prepare_elf32()
184 if (dofs[i].dofs_type != DOF_SECT_URELHDR) in prepare_elf32()
310 if (dofs[i].dofs_type != DOF_SECT_URELHDR) in prepare_elf64()
373 if (dofs[i].dofs_type != DOF_SECT_URELHDR) in prepare_elf64()
H A Ddt_options.c961 if (sec->dofs_type != DOF_SECT_OPTDESC) in dt_options_load()
/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c9573 if (sec->dofs_type != DOF_SECT_PROVIDER)
9630 if (sec->dofs_type != DOF_SECT_PROVIDER)
13261 sec->dofs_type = DOF_SECT_OPTDESC;
13561 if (type != DOF_SECT_NONE && type != sec->dofs_type) {
13578 if (sec->dofs_type != DOF_SECT_PROBEDESC) {
13676 if (sec->dofs_type != DOF_SECT_DIFOHDR) {
13715 if (subsec->dofs_type != difo[i].section)
13836 if (sec->dofs_type != DOF_SECT_ACTDESC) {
14214 switch (sec->dofs_type) {
14225 if (DOF_SEC_ISLOADABLE(sec->dofs_type) &&
[all …]
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddtrace.h698 uint32_t dofs_type; /* section type (see below) */ member