Searched refs:styp (Results 1 – 3 of 3) sorted by relevance
321 long styp = 0; in ecoff_sec_to_styp_flags() local326 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 …]
1387 sections, and set styp correctly for them: .got, .hash, .dynamic,
109 * xcoff.h : Add .except and .typchk section string and styp flags.