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

  /toolchain/binutils/binutils-2.25/include/coff/
internal.h 447 #define STYP_LIT 0x8020 /* Literal data (like STYP_TEXT) */
  /toolchain/binutils/binutils-2.25/bfd/
coffcode.h 548 styp_flags = STYP_LIT;
611 #ifdef STYP_LIT /* 29k readonly text/data section */
612 styp_flags = STYP_LIT;
615 #endif /* STYP_LIT */
860 #ifdef STYP_LIT /* A29k readonly text/data section type. */
861 if ((styp_flags & STYP_LIT) == STYP_LIT)
863 #endif /* STYP_LIT */
    [all...]

Completed in 84 milliseconds