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

/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dcoffcode.h503 long styp_flags = 0;
507 styp_flags = STYP_TEXT;
511 styp_flags = STYP_DATA;
515 styp_flags = STYP_BSS;
520 styp_flags = STYP_INFO;
526 styp_flags = STYP_LIB;
532 styp_flags = STYP_LIT;
540 styp_flags = STYP_XCOFF_DEBUG;
542 styp_flags = STYP_DEBUG_INFO;
546 styp_flags
502 long styp_flags = 0; local
646 long styp_flags = 0; local
744 unsigned long styp_flags = internal_s->s_flags; local
1205 unsigned long styp_flags = internal_s->s_flags; local
[all...]
H A Decoff.c276 styp_flags [] =
304 for (i = 0; i < ARRAY_SIZE (styp_flags); i++)
305 if (streq (name, styp_flags[i].name))
307 styp = styp_flags[i].flags;
346 long styp_flags = internal_s->s_flags;
349 if (styp_flags & STYP_NOLOAD)
354 if ((styp_flags & STYP_TEXT)
355 || (styp_flags & STYP_ECOFF_INIT)
356 || (styp_flags & STYP_ECOFF_FINI)
357 || (styp_flags
275 styp_flags [] = local
345 long styp_flags = internal_s->s_flags; local
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dcoffcode.h503 long styp_flags = 0;
507 styp_flags = STYP_TEXT;
511 styp_flags = STYP_DATA;
515 styp_flags = STYP_BSS;
520 styp_flags = STYP_INFO;
526 styp_flags = STYP_LIB;
532 styp_flags = STYP_LIT;
540 styp_flags = STYP_XCOFF_DEBUG;
542 styp_flags = STYP_DEBUG_INFO;
546 styp_flags
502 long styp_flags = 0; local
646 long styp_flags = 0; local
744 unsigned long styp_flags = internal_s->s_flags; local
1205 unsigned long styp_flags = internal_s->s_flags; local
[all...]
H A Decoff.c276 styp_flags [] =
304 for (i = 0; i < ARRAY_SIZE (styp_flags); i++)
305 if (streq (name, styp_flags[i].name))
307 styp = styp_flags[i].flags;
346 long styp_flags = internal_s->s_flags;
349 if (styp_flags & STYP_NOLOAD)
354 if ((styp_flags & STYP_TEXT)
355 || (styp_flags & STYP_ECOFF_INIT)
356 || (styp_flags & STYP_ECOFF_FINI)
357 || (styp_flags
275 styp_flags [] = local
345 long styp_flags = internal_s->s_flags; local
[all...]
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dcoffcode.h448 long styp_flags = 0;
452 styp_flags = STYP_TEXT;
456 styp_flags = STYP_DATA;
460 styp_flags = STYP_BSS;
465 styp_flags = STYP_INFO;
471 styp_flags = STYP_LIB;
477 styp_flags = STYP_LIT;
485 styp_flags = STYP_XCOFF_DEBUG;
487 styp_flags = STYP_DEBUG_INFO;
491 styp_flags
447 long styp_flags = 0; local
591 long styp_flags = 0; local
689 unsigned long styp_flags = internal_s->s_flags; local
1194 unsigned long styp_flags = internal_s->s_flags; local
[all...]
H A Decoff.c296 styp_flags [] =
324 for (i = 0; i < ARRAY_SIZE (styp_flags); i++)
325 if (streq (name, styp_flags[i].name))
327 styp = styp_flags[i].flags;
366 long styp_flags = internal_s->s_flags;
369 if (styp_flags & STYP_NOLOAD)
374 if ((styp_flags & STYP_TEXT)
375 || (styp_flags & STYP_ECOFF_INIT)
376 || (styp_flags & STYP_ECOFF_FINI)
377 || (styp_flags
295 styp_flags [] = local
365 long styp_flags = internal_s->s_flags; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dcoffcode.h507 long styp_flags = 0;
511 styp_flags = STYP_TEXT;
515 styp_flags = STYP_DATA;
519 styp_flags = STYP_BSS;
524 styp_flags = STYP_INFO;
530 styp_flags = STYP_LIB;
536 styp_flags = STYP_LIT;
544 styp_flags = STYP_XCOFF_DEBUG;
546 styp_flags = STYP_DEBUG_INFO;
550 styp_flags
506 long styp_flags = 0; local
642 long styp_flags = 0; local
731 long styp_flags = internal_s->s_flags; local
1176 unsigned long styp_flags = internal_s->s_flags; local
[all...]
H A Decoff.c308 styp_flags [] =
336 for (i = 0; i < ARRAY_SIZE (styp_flags); i++)
337 if (streq (name, styp_flags[i].name))
339 styp = styp_flags[i].flags;
378 long styp_flags = internal_s->s_flags;
381 if (styp_flags & STYP_NOLOAD)
386 if ((styp_flags & STYP_TEXT)
387 || (styp_flags & STYP_ECOFF_INIT)
388 || (styp_flags & STYP_ECOFF_FINI)
389 || (styp_flags
307 styp_flags [] = local
377 long styp_flags = internal_s->s_flags; local
[all...]

Completed in 288 milliseconds