Lines Matching refs:section

6511  * The functions in this section (and indeed, the functions in remaining
7215 * described in <sys/dtrace.h>. The parts of the API not in this section are
7605 * The functions in this section perform the DTrace probe management,
11455 * Fill in the option section header...
11578 * Return the dof_sec_t pointer corresponding to a given section index. If the
11590 dtrace_dof_error(dof, "referenced section index is invalid");
11595 dtrace_dof_error(dof, "referenced section is not loadable");
11600 dtrace_dof_error(dof, "referenced section is the wrong type");
11617 dtrace_dof_error(dof, "invalid probe section");
11688 int section;
11715 dtrace_dof_error(dof, "invalid DIFO header section");
11743 goto err; /* invalid section link */
11752 for (i = 0; difo[i].section != DOF_SECT_NONE; i++) {
11753 if (subsec->dofs_type != VBDTCAST(uint32_t)difo[i].section)
11757 dtrace_dof_error(dof, "section not loaded");
11797 * If we encounter a loadable DIFO sub-section that is not
11800 if (difo[i].section == DOF_SECT_NONE &&
11875 dtrace_dof_error(dof, "invalid action section");
11890 dtrace_dof_error(dof, "section entry size exceeds total size");
12084 dtrace_dof_error(dof, "invalid relocation section");
12197 dtrace_dof_error(dof, "zero section header size");
12202 * Check that the section headers don't exceed the amount of DOF
12203 * data. Note that we cast the section size and number of sections
12210 dtrace_dof_error(dof, "truncated section headers");
12215 dtrace_dof_error(dof, "misaligned section headers");
12220 dtrace_dof_error(dof, "misaligned section size");
12225 * Take an initial pass through the section headers to be sure that
12247 dtrace_dof_error(dof, "loadable section with load "
12256 dtrace_dof_error(dof, "bad section alignment");
12261 dtrace_dof_error(dof, "misaligned section");
12267 dtrace_dof_error(dof, "corrupt section header");
14093 dtrace_dof_error(dof, "misaligned section offset");
14098 * The section needs to be large enough to contain the DOF provider
14105 dtrace_dof_error(dof, "provider section too small");
14152 dtrace_dof_error(dof, "misaligned section offset");
14190 * must also not overflow the section's data.
14202 * If there's no is-enabled offset section, make sure
14211 "offsets with null section");