Searched refs:styp_flags (Results 1 – 3 of 3) sorted by relevance
518 long styp_flags = 0; in sec_to_styp_flags() local522 styp_flags = STYP_TEXT; in sec_to_styp_flags()526 styp_flags = STYP_DATA; in sec_to_styp_flags()530 styp_flags = STYP_BSS; in sec_to_styp_flags()535 styp_flags = STYP_INFO; in sec_to_styp_flags()541 styp_flags = STYP_LIB; in sec_to_styp_flags()547 styp_flags = STYP_LIT; in sec_to_styp_flags()555 styp_flags = STYP_XCOFF_DEBUG; in sec_to_styp_flags()557 styp_flags = STYP_DEBUG_INFO; in sec_to_styp_flags()561 styp_flags = STYP_DEBUG_INFO; in sec_to_styp_flags()[all …]
295 styp_flags [] = in ecoff_sec_to_styp_flags() local323 for (i = 0; i < ARRAY_SIZE (styp_flags); i++) in ecoff_sec_to_styp_flags()324 if (streq (name, styp_flags[i].name)) in ecoff_sec_to_styp_flags()326 styp = styp_flags[i].flags; in ecoff_sec_to_styp_flags()365 long styp_flags = internal_s->s_flags; in _bfd_ecoff_styp_to_sec_flags() local368 if (styp_flags & STYP_NOLOAD) in _bfd_ecoff_styp_to_sec_flags()373 if ((styp_flags & STYP_TEXT) in _bfd_ecoff_styp_to_sec_flags()374 || (styp_flags & STYP_ECOFF_INIT) in _bfd_ecoff_styp_to_sec_flags()375 || (styp_flags & STYP_ECOFF_FINI) in _bfd_ecoff_styp_to_sec_flags()376 || (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