Home
last modified time | relevance | path

Searched refs:styp (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Decoff.c321 long styp = 0; in ecoff_sec_to_styp_flags() local
326 styp = styp_flags[i].flags; in ecoff_sec_to_styp_flags()
330 if (styp == 0) in ecoff_sec_to_styp_flags()
334 styp = STYP_COMMENT; in ecoff_sec_to_styp_flags()
338 styp = STYP_TEXT; in ecoff_sec_to_styp_flags()
340 styp = STYP_DATA; in ecoff_sec_to_styp_flags()
342 styp = STYP_RDATA; in ecoff_sec_to_styp_flags()
344 styp = STYP_REG; in ecoff_sec_to_styp_flags()
346 styp = STYP_BSS; in ecoff_sec_to_styp_flags()
350 styp |= STYP_NOLOAD; in ecoff_sec_to_styp_flags()
[all …]
DChangeLog-94951387 sections, and set styp correctly for them: .got, .hash, .dynamic,
/toolchain/binutils/binutils-2.25/include/coff/
DChangeLog-9103109 * xcoff.h : Add .except and .typchk section string and styp flags.