Lines Matching refs:styp_flags

295   styp_flags [] =  in ecoff_sec_to_styp_flags()  local
323 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() local
368 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()
377 || (styp_flags & STYP_LIBLIST) in _bfd_ecoff_styp_to_sec_flags()
378 || (styp_flags & STYP_RELDYN) in _bfd_ecoff_styp_to_sec_flags()
379 || styp_flags == STYP_CONFLIC in _bfd_ecoff_styp_to_sec_flags()
380 || (styp_flags & STYP_DYNSTR) in _bfd_ecoff_styp_to_sec_flags()
381 || (styp_flags & STYP_DYNSYM) in _bfd_ecoff_styp_to_sec_flags()
382 || (styp_flags & STYP_HASH)) in _bfd_ecoff_styp_to_sec_flags()
389 else if ((styp_flags & STYP_DATA) in _bfd_ecoff_styp_to_sec_flags()
390 || (styp_flags & STYP_RDATA) in _bfd_ecoff_styp_to_sec_flags()
391 || (styp_flags & STYP_SDATA) in _bfd_ecoff_styp_to_sec_flags()
392 || styp_flags == STYP_PDATA in _bfd_ecoff_styp_to_sec_flags()
393 || styp_flags == STYP_XDATA in _bfd_ecoff_styp_to_sec_flags()
394 || (styp_flags & STYP_GOT) in _bfd_ecoff_styp_to_sec_flags()
395 || styp_flags == STYP_RCONST) in _bfd_ecoff_styp_to_sec_flags()
401 if ((styp_flags & STYP_RDATA) in _bfd_ecoff_styp_to_sec_flags()
402 || styp_flags == STYP_PDATA in _bfd_ecoff_styp_to_sec_flags()
403 || styp_flags == STYP_RCONST) in _bfd_ecoff_styp_to_sec_flags()
406 else if ((styp_flags & STYP_BSS) in _bfd_ecoff_styp_to_sec_flags()
407 || (styp_flags & STYP_SBSS)) in _bfd_ecoff_styp_to_sec_flags()
409 else if ((styp_flags & STYP_INFO) || styp_flags == STYP_COMMENT) in _bfd_ecoff_styp_to_sec_flags()
411 else if ((styp_flags & STYP_LITA) in _bfd_ecoff_styp_to_sec_flags()
412 || (styp_flags & STYP_LIT8) in _bfd_ecoff_styp_to_sec_flags()
413 || (styp_flags & STYP_LIT4)) in _bfd_ecoff_styp_to_sec_flags()
415 else if (styp_flags & STYP_ECOFF_LIB) in _bfd_ecoff_styp_to_sec_flags()