Home
last modified time | relevance | path

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

/NextBSD/contrib/binutils/bfd/
HDcoffcode.h398 long styp_flags = 0; in sec_to_styp_flags() local
402 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 …]
HDecoff.c288 styp_flags [] = in ecoff_sec_to_styp_flags() local
316 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() local
361 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 …]
HDChangeLog-91935793 * coffcode.h (styp_to_sec_flags): if styp_flags is not a special