Searched refs:styp_flags (Results 1 – 3 of 3) sorted by relevance
398 long styp_flags = 0; in sec_to_styp_flags() local402 styp_flags = STYP_TEXT; in sec_to_styp_flags()406 styp_flags = STYP_DATA; in sec_to_styp_flags()410 styp_flags = STYP_BSS; in sec_to_styp_flags()415 styp_flags = STYP_INFO; in sec_to_styp_flags()421 styp_flags = STYP_LIB; in sec_to_styp_flags()427 styp_flags = STYP_LIT; in sec_to_styp_flags()434 styp_flags = STYP_XCOFF_DEBUG; in sec_to_styp_flags()436 styp_flags = STYP_DEBUG_INFO; in sec_to_styp_flags()440 styp_flags = STYP_DEBUG_INFO; in sec_to_styp_flags()[all …]
288 styp_flags [] = in ecoff_sec_to_styp_flags() local316 for (i = 0; i < ARRAY_SIZE (styp_flags); i++) in ecoff_sec_to_styp_flags()317 if (streq (name, styp_flags[i].name)) in ecoff_sec_to_styp_flags()319 styp = styp_flags[i].flags; in ecoff_sec_to_styp_flags()358 long styp_flags = internal_s->s_flags; in _bfd_ecoff_styp_to_sec_flags() local361 if (styp_flags & STYP_NOLOAD) in _bfd_ecoff_styp_to_sec_flags()366 if ((styp_flags & STYP_TEXT) in _bfd_ecoff_styp_to_sec_flags()367 || (styp_flags & STYP_ECOFF_INIT) in _bfd_ecoff_styp_to_sec_flags()368 || (styp_flags & STYP_ECOFF_FINI) in _bfd_ecoff_styp_to_sec_flags()369 || (styp_flags & STYP_DYNAMIC) in _bfd_ecoff_styp_to_sec_flags()[all …]
5793 * coffcode.h (styp_to_sec_flags): if styp_flags is not a special