Lines Matching full:section
50 unsigned char o_snentry[2]; /* section number of entry point */
51 unsigned char o_sntext[2]; /* section number of .text section */
52 unsigned char o_sndata[2]; /* section number of .data section */
53 unsigned char o_sntoc[2]; /* section number of TOC */
54 unsigned char o_snloader[2]; /* section number of .loader section */
55 unsigned char o_snbss[2]; /* section number of .bss section */
75 /********************** SECTION HEADER **********************/
79 char s_name[8]; /* section name */
82 char s_size[4]; /* section size */
83 char s_scnptr[4]; /* file ptr to raw data for section */
103 /* XCOFF uses a special .loader section with type STYP_LOADER. */
106 /* XCOFF uses a special .debug section with type STYP_DEBUG. */
110 another section header with STYP_OVRFLO set. */
115 /* 1 line number entry for every "breakpointable" source line in a section.
194 char x_scnlen[4]; /* section length */
203 } x_tv; /* info about .tv section (in auxent of symbol .tv)) */