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

/macosx-10.10/cxxfilt-11/cxxfilt/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.c289 styp_flags [] =
317 for (i = 0; i < ARRAY_SIZE (styp_flags); i++)
318 if (streq (name, styp_flags[i].name))
320 styp = styp_flags[i].flags;
359 long styp_flags = internal_s->s_flags;
362 if (styp_flags & STYP_NOLOAD)
367 if ((styp_flags & STYP_TEXT)
368 || (styp_flags & STYP_ECOFF_INIT)
369 || (styp_flags & STYP_ECOFF_FINI)
370 || (styp_flags
288 styp_flags [] = local
358 long styp_flags = internal_s->s_flags; local
[all...]

Completed in 136 milliseconds