Searched refs:dofs_type (Results 1 – 5 of 5) sorted by relevance
149 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()
121 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()
961 if (sec->dofs_type != DOF_SECT_OPTDESC) in dt_options_load()
9573 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 …]
698 uint32_t dofs_type; /* section type (see below) */ member