Lines Matching +full:- +full:section
1 /* SPDX-License-Identifier: GPL-2.0 */
8 Written by Mimi Ph\373\364ng-Th\345o V\365 of IBM
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 */
72 #define RS6K_AOUTHDR_ZMAGIC 0x010B /* paged: text r/o, both page-aligned */
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)) */
222 #define SYMNAME_IN_DEBUG(symptr) ((symptr)->n_sclass & DBXMASK)