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

  /src/external/gpl3/binutils/dist/include/coff/
internal.h 439 #define STYP_LIT (0x8020) /* Literal data (like STYP_TEXT) */
  /src/external/gpl3/binutils.old/dist/include/coff/
internal.h 439 #define STYP_LIT 0x8020 /* Literal data (like STYP_TEXT) */
  /src/external/gpl3/gdb/dist/include/coff/
internal.h 439 #define STYP_LIT 0x8020 /* Literal data (like STYP_TEXT) */
  /src/external/gpl3/gdb.old/dist/include/coff/
internal.h 439 #define STYP_LIT 0x8020 /* Literal data (like STYP_TEXT) */
  /src/external/gpl3/binutils/dist/bfd/
coffcode.h 477 styp_flags = STYP_LIT;
548 #ifdef STYP_LIT /* 29k readonly text/data section */
549 styp_flags = STYP_LIT;
552 #endif /* STYP_LIT */
822 #ifdef STYP_LIT /* A29k readonly text/data section type. */
823 if ((styp_flags & STYP_LIT) == STYP_LIT)
825 #endif /* STYP_LIT */
  /src/external/gpl3/binutils.old/dist/bfd/
coffcode.h 477 styp_flags = STYP_LIT;
548 #ifdef STYP_LIT /* 29k readonly text/data section */
549 styp_flags = STYP_LIT;
552 #endif /* STYP_LIT */
822 #ifdef STYP_LIT /* A29k readonly text/data section type. */
823 if ((styp_flags & STYP_LIT) == STYP_LIT)
825 #endif /* STYP_LIT */
  /src/external/gpl3/gdb/dist/bfd/
coffcode.h 477 styp_flags = STYP_LIT;
548 #ifdef STYP_LIT /* 29k readonly text/data section */
549 styp_flags = STYP_LIT;
552 #endif /* STYP_LIT */
822 #ifdef STYP_LIT /* A29k readonly text/data section type. */
823 if ((styp_flags & STYP_LIT) == STYP_LIT)
825 #endif /* STYP_LIT */
  /src/external/gpl3/gdb.old/dist/bfd/
coffcode.h 477 styp_flags = STYP_LIT;
548 #ifdef STYP_LIT /* 29k readonly text/data section */
549 styp_flags = STYP_LIT;
552 #endif /* STYP_LIT */
822 #ifdef STYP_LIT /* A29k readonly text/data section type. */
823 if ((styp_flags & STYP_LIT) == STYP_LIT)
825 #endif /* STYP_LIT */

Completed in 72 milliseconds