HomeSort by: relevance | last modified time | path
    Searched defs:styp_flags (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
coffcode.h 448 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 = STYP_DEBUG_INFO
447 long styp_flags = 0; local
591 long styp_flags = 0; local
689 unsigned long styp_flags = internal_s->s_flags; local
1196 unsigned long styp_flags = internal_s->s_flags; local
    [all...]
ecoff.c 296 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 & STYP_DYNAMIC
295 styp_flags [] = local
365 long styp_flags = internal_s->s_flags; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
coffcode.h 448 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 = STYP_DEBUG_INFO
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...]
ecoff.c 296 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 & STYP_DYNAMIC
295 styp_flags [] = local
365 long styp_flags = internal_s->s_flags; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
coffcode.h 448 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 = STYP_DEBUG_INFO
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...]
ecoff.c 296 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 & STYP_DYNAMIC
295 styp_flags [] = local
365 long styp_flags = internal_s->s_flags; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
coffcode.h 448 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 = STYP_DEBUG_INFO
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...]
ecoff.c 296 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 & STYP_DYNAMIC
295 styp_flags [] = local
365 long styp_flags = internal_s->s_flags; local
    [all...]

Completed in 29 milliseconds