Searched refs:styp_flags (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dcoffcode.h517 long styp_flags = 0;
521 styp_flags = STYP_TEXT;
525 styp_flags = STYP_DATA;
529 styp_flags = STYP_BSS;
534 styp_flags = STYP_INFO;
540 styp_flags = STYP_LIB;
546 styp_flags = STYP_LIT;
553 styp_flags = STYP_XCOFF_DEBUG;
555 styp_flags = STYP_DEBUG_INFO;
559 styp_flags
516 long styp_flags = 0; local
640 long styp_flags = 0; local
719 long styp_flags = internal_s->s_flags; local
1131 long styp_flags = internal_s->s_flags; local
[all...]
H A Decoff.c300 styp_flags [] =
328 for (i = 0; i < ARRAY_SIZE (styp_flags); i++)
329 if (streq (name, styp_flags[i].name))
331 styp = styp_flags[i].flags;
370 long styp_flags = internal_s->s_flags;
373 if (styp_flags & STYP_NOLOAD)
378 if ((styp_flags & STYP_TEXT)
379 || (styp_flags & STYP_ECOFF_INIT)
380 || (styp_flags & STYP_ECOFF_FINI)
381 || (styp_flags
299 styp_flags [] = local
369 long styp_flags = internal_s->s_flags; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dcoffcode.h517 long styp_flags = 0;
521 styp_flags = STYP_TEXT;
525 styp_flags = STYP_DATA;
529 styp_flags = STYP_BSS;
534 styp_flags = STYP_INFO;
540 styp_flags = STYP_LIB;
546 styp_flags = STYP_LIT;
553 styp_flags = STYP_XCOFF_DEBUG;
555 styp_flags = STYP_DEBUG_INFO;
559 styp_flags
516 long styp_flags = 0; local
640 long styp_flags = 0; local
719 long styp_flags = internal_s->s_flags; local
1131 long styp_flags = internal_s->s_flags; local
[all...]
H A Decoff.c300 styp_flags [] =
328 for (i = 0; i < ARRAY_SIZE (styp_flags); i++)
329 if (streq (name, styp_flags[i].name))
331 styp = styp_flags[i].flags;
370 long styp_flags = internal_s->s_flags;
373 if (styp_flags & STYP_NOLOAD)
378 if ((styp_flags & STYP_TEXT)
379 || (styp_flags & STYP_ECOFF_INIT)
380 || (styp_flags & STYP_ECOFF_FINI)
381 || (styp_flags
299 styp_flags [] = local
369 long styp_flags = internal_s->s_flags; local
[all...]

Completed in 146 milliseconds