• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/bsd/sys/

Lines Matching defs:dof_secidx_t

605  * other sections by storing a dof_secidx_t, an index into the section header
613 * When a DOF section wants to refer to a DIFO, it stores the dof_secidx_t of a
615 * dof_secidx_t's which in turn denote the sections associated with this DIFO.
688 typedef uint32_t dof_secidx_t; /* section header table index type */
728 #define DOF_SECT_PREXPORT 25 /* dof_secidx_t array (exported objs) */
734 dof_secidx_t dofe_probes; /* link to DOF_SECT_PROBEDESC */
735 dof_secidx_t dofe_pred; /* link to DOF_SECT_DIFOHDR */
736 dof_secidx_t dofe_actions; /* link to DOF_SECT_ACTDESC */
742 dof_secidx_t dofp_strtab; /* link to DOF_SECT_STRTAB section */
751 dof_secidx_t dofa_difo; /* link to DOF_SECT_DIFOHDR */
752 dof_secidx_t dofa_strtab; /* link to DOF_SECT_STRTAB section */
761 dof_secidx_t dofd_links[1]; /* variable length array of indices */
765 dof_secidx_t dofr_strtab; /* link to DOF_SECT_STRTAB for names */
766 dof_secidx_t dofr_relsec; /* link to DOF_SECT_RELTAB for relos */
767 dof_secidx_t dofr_tgtsec; /* link to section we are relocating */
782 dof_secidx_t dofo_strtab; /* string table, if string option */
794 dof_secidx_t dofpv_strtab; /* link to DOF_SECT_STRTAB section */
795 dof_secidx_t dofpv_probes; /* link to DOF_SECT_PROBES section */
796 dof_secidx_t dofpv_prargs; /* link to DOF_SECT_PRARGS section */
797 dof_secidx_t dofpv_proffs; /* link to DOF_SECT_PROFFS section */
804 dof_secidx_t dofpv_prenoffs; /* link to DOF_SECT_PRENOFFS section */
825 dof_secidx_t dofxl_members; /* link to DOF_SECT_XLMEMBERS section */
826 dof_secidx_t dofxl_strtab; /* link to DOF_SECT_STRTAB section */
834 dof_secidx_t dofxm_difo; /* member link to DOF_SECT_DIFOHDR */
840 dof_secidx_t dofxr_xlator; /* link to DOF_SECT_XLATORS section */