Searched refs:sectype (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/binutils/ld/
H A Dldgram.y48 static enum section_type sectype;
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; }
H A Dldlang.h153 enum section_type sectype; member in struct:lang_output_section_statement_struct
481 enum section_type sectype,
H A Dldlang.c2043 switch (output->sectype)
4448 if (os->sectype == overlay_section)
5504 enum section_type sectype,
5522 os->sectype = sectype;
5523 if (sectype != noload_section)
6260 if (os->sectype == noload_section
6519 l->os->sectype = normal_section;
5500 lang_enter_output_section_statement(const char *output_section_statement_name, etree_type *address_exp, enum section_type sectype, etree_type *align, etree_type *subalign, etree_type *ebase, int constraint) argument
/freebsd-11-stable/contrib/binutils/gas/
H A Dread.c2788 char *sectype;
2792 sectype = input_line_pointer;
2794 if (*sectype == '\0')
2796 else if (strcasecmp (sectype, "text") == 0)
2798 else if (strcasecmp (sectype, "data") == 0)
2800 else if (strcasecmp (sectype, "romdata") == 0)
2803 as_warn (_("unrecognized section type `%s'"), sectype);
/freebsd-11-stable/contrib/binutils/binutils/
H A Dieee.c1184 bfd_vma sectype, secindx, offset, map; local
1187 if (! ieee_read_number (info, pp, &sectype)

Completed in 204 milliseconds