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

/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dcoffcode.h400 long styp_flags = 0;
404 styp_flags = STYP_TEXT;
408 styp_flags = STYP_DATA;
412 styp_flags = STYP_BSS;
417 styp_flags = STYP_INFO;
423 styp_flags = STYP_LIB;
429 styp_flags = STYP_LIT;
436 styp_flags = STYP_XCOFF_DEBUG;
438 styp_flags = STYP_DEBUG_INFO;
442 styp_flags
399 long styp_flags = 0; variable
524 long styp_flags = 0; variable
598 long styp_flags = internal_s->s_flags; variable
1007 long styp_flags = internal_s->s_flags; variable
[all...]
H A Decoff.c393 long styp_flags = internal_s->s_flags;
396 if (styp_flags & STYP_NOLOAD)
401 if ((styp_flags & STYP_TEXT)
402 || (styp_flags & STYP_ECOFF_INIT)
403 || (styp_flags & STYP_ECOFF_FINI)
404 || (styp_flags & STYP_DYNAMIC)
405 || (styp_flags & STYP_LIBLIST)
406 || (styp_flags & STYP_RELDYN)
407 || styp_flags == STYP_CONFLIC
408 || (styp_flags
391 long styp_flags = internal_s->s_flags; local
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dcoffcode.h399 long styp_flags = 0;
403 styp_flags = STYP_TEXT;
407 styp_flags = STYP_DATA;
411 styp_flags = STYP_BSS;
416 styp_flags = STYP_INFO;
422 styp_flags = STYP_LIB;
428 styp_flags = STYP_LIT;
435 styp_flags = STYP_XCOFF_DEBUG;
437 styp_flags = STYP_DEBUG_INFO;
441 styp_flags
398 long styp_flags = 0; local
521 long styp_flags = 0; local
597 long styp_flags = internal_s->s_flags; local
1007 long styp_flags = internal_s->s_flags; local
[all...]
H A Decoff.c290 styp_flags [] =
318 for (i = 0; i < ARRAY_SIZE (styp_flags); i++)
319 if (streq (name, styp_flags[i].name))
321 styp = styp_flags[i].flags;
360 long styp_flags = internal_s->s_flags;
363 if (styp_flags & STYP_NOLOAD)
368 if ((styp_flags & STYP_TEXT)
369 || (styp_flags & STYP_ECOFF_INIT)
370 || (styp_flags & STYP_ECOFF_FINI)
371 || (styp_flags
289 styp_flags [] = local
359 long styp_flags = internal_s->s_flags; local
[all...]

Completed in 164 milliseconds