HomeSort by relevance Sort by last modified time
    Searched refs:STYP_INFO (Results 1 - 5 of 5) sorted by null

  /toolchain/binutils/binutils-2.25/include/coff/
aux-coff.h 43 #undef STYP_INFO
44 #define STYP_INFO STYP_IDENT
internal.h 438 #define STYP_INFO (0x0200) /* comment: not allocated not relocated, not loaded */
  /toolchain/binutils/binutils-2.25/bfd/
coffcode.h 507 #define STYP_XCOFF_DEBUG STYP_INFO
513 #define STYP_DEBUG_INFO STYP_INFO
536 styp_flags = STYP_INFO;
787 else if (styp_flags & STYP_INFO)
    [all...]
ecoff.c 410 else if ((styp_flags & STYP_INFO) || styp_flags == STYP_COMMENT)
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
od-xcoff.c 188 { STYP_INFO, "info" },
    [all...]

Completed in 91 milliseconds