Home
last modified time | relevance | path

Searched refs:sectype (Results 1 – 7 of 7) sorted by relevance

/freebsd-9-stable/contrib/binutils/ld/
Dldgram.y48 static enum section_type sectype; variable
927 sectype,
971 NOLOAD { sectype = noload_section; }
972 | DSECT { sectype = noalloc_section; }
973 | COPY { sectype = noalloc_section; }
974 | INFO { sectype = noalloc_section; }
975 | OVERLAY { sectype = noalloc_section; }
980 | /* EMPTY */ { sectype = normal_section; }
981 | '(' ')' { sectype = normal_section; }
Dldlang.h153 enum section_type sectype; member
481 enum section_type sectype,
Dldlang.c2041 switch (output->sectype) in lang_add_section()
4446 if (os->sectype == overlay_section) in lang_size_sections_1()
5502 enum section_type sectype, in lang_enter_output_section_statement() argument
5520 os->sectype = sectype; in lang_enter_output_section_statement()
5521 if (sectype != noload_section) in lang_enter_output_section_statement()
6258 if (os->sectype == noload_section in lang_record_phdrs()
6516 l->os->sectype = normal_section; in lang_leave_overlay()
DChangeLog250 os->sectype rather than by looking for overlapping vmas.
DChangeLog-91971485 sectype field.
1487 prototype to sectype.
1489 (sectype): New static variable.
1490 (opt_at): Use sectype rather than typebits.
1491 (type): Set sectype rather than typebits.
1495 * ldlang.c (lang_output_section_statement_lookup): Set sectype
1497 (wild_doit): Check sectype rather than loadable.
1500 sectype. Set sectype field rather than loadable field. Set flags
1501 field based on sectype.
/freebsd-9-stable/contrib/binutils/gas/
Dread.c2785 char *sectype; in s_mri_sect()
2789 sectype = input_line_pointer; in s_mri_sect()
2791 if (*sectype == '\0') in s_mri_sect()
2793 else if (strcasecmp (sectype, "text") == 0) in s_mri_sect()
2795 else if (strcasecmp (sectype, "data") == 0) in s_mri_sect()
2797 else if (strcasecmp (sectype, "romdata") == 0) in s_mri_sect()
2800 as_warn (_("unrecognized section type `%s'"), sectype); in s_mri_sect()
/freebsd-9-stable/contrib/binutils/binutils/
Dieee.c1184 bfd_vma sectype, secindx, offset, map; in parse_ieee_bb() local
1187 if (! ieee_read_number (info, pp, &sectype) in parse_ieee_bb()