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

  /toolchain/binutils/binutils-2.25/include/coff/
internal.h 431 #define STYP_TEXT (0x0020) /* section contains text only */
447 #define STYP_LIT 0x8020 /* Literal data (like STYP_TEXT) */
  /toolchain/binutils/binutils-2.25/bfd/
coffcode.h 523 styp_flags = STYP_TEXT;
603 styp_flags = STYP_TEXT;
614 styp_flags = STYP_TEXT;
619 styp_flags = STYP_TEXT;
764 if (styp_flags & STYP_TEXT)
    [all...]
ecoff.c 298 { _TEXT, STYP_TEXT },
339 styp = STYP_TEXT;
374 if ((styp_flags & STYP_TEXT)
    [all...]
coff64-rs6000.c     [all...]
  /toolchain/binutils/binutils-2.25/binutils/
od-xcoff.c 183 { STYP_TEXT, "text" },
    [all...]

Completed in 120 milliseconds