Lines Matching defs:section
7296 * The functions in this section (and indeed, the functions in remaining
7996 * described in <sys/dtrace.h>. The parts of the API not in this section are
8399 * The functions in this section perform the DTrace probe management,
12358 * Fill in the option section header...
12477 * Return the dof_sec_t pointer corresponding to a given section index. If the
12489 dtrace_dof_error(dof, "referenced section index is invalid");
12494 dtrace_dof_error(dof, "referenced section is not loadable");
12499 dtrace_dof_error(dof, "referenced section is the wrong type");
12516 dtrace_dof_error(dof, "invalid probe section");
12587 int section;
12614 dtrace_dof_error(dof, "invalid DIFO header section");
12642 goto err; /* invalid section link */
12651 for (i = 0; difo[i].section != DOF_SECT_NONE; i++) {
12652 if (subsec->dofs_type != difo[i].section)
12656 dtrace_dof_error(dof, "section not loaded");
12696 * If we encounter a loadable DIFO sub-section that is not
12699 if (difo[i].section == DOF_SECT_NONE &&
12774 dtrace_dof_error(dof, "invalid action section");
12789 dtrace_dof_error(dof, "section entry size exceeds total size");
12988 dtrace_dof_error(dof, "invalid relocation section");
13101 dtrace_dof_error(dof, "zero section header size");
13106 * Check that the section headers don't exceed the amount of DOF
13107 * data. Note that we cast the section size and number of sections
13114 dtrace_dof_error(dof, "truncated section headers");
13119 dtrace_dof_error(dof, "misaligned section headers");
13124 dtrace_dof_error(dof, "misaligned section size");
13129 * Take an initial pass through the section headers to be sure that
13151 dtrace_dof_error(dof, "loadable section with load "
13160 dtrace_dof_error(dof, "bad section alignment");
13165 dtrace_dof_error(dof, "misaligned section");
13171 dtrace_dof_error(dof, "corrupt section header");
14960 dtrace_dof_error(dof, "misaligned section offset");
14965 * The section needs to be large enough to contain the DOF provider
14972 dtrace_dof_error(dof, "provider section too small");
15019 dtrace_dof_error(dof, "misaligned section offset");
15057 * must also not overflow the section's data.
15069 * If there's no is-enabled offset section, make sure
15078 "offsets with null section");