Lines Matching full:sections
109 unsigned char nsects[4]; /* Number of sections in this segment. */
126 unsigned char nsects[4]; /* Number of sections in this segment. */
165 /* Flags for Mach-O sections. */
177 /* A GNU-specific extension to wrap multiple sections using three
178 mach-o sections within a given segment. The section '__wrapper_sects'
234 containing all the sections.
384 If we find mach-o sections (with the segment name as specified) which also
386 as many sections as are specified in the index. In this case, there will
474 /* Scan for special sections that signal GNU extensions to the format. */
611 /* Process the sections. */
635 /* Process sections associated with the wrapper. */
736 /* Find all sections in a Mach-O file. */
1012 /* Write out the single (anonymous) segment containing the sections of a Mach-O
1016 sobj->segment_name, all the sections passed will be output under a single
1017 mach-o section header. The caller's sections are indexed within this
1056 /* Write out the sections first. */
1074 /* Count the number of sections we start with. */
1076 for (section = sobj->sections; section != NULL; section = section->next)
1081 /* We will only write 3 sections: wrapped data, index and names. */
1088 sections respectively.
1099 for (section = sobj->sections, sect = 0; section != NULL;
1120 for (section = sobj->sections, sect = 0;
1217 sobj->sections->align,