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

  /src/external/gpl3/binutils/dist/include/coff/
xcoff.h 56 /* XCOFF uses special .dwXXX sections with the type STYP_DWARF. */
57 #define STYP_DWARF 0x0010
  /src/external/gpl3/binutils.old/dist/include/coff/
xcoff.h 56 /* XCOFF uses special .dwXXX sections with the type STYP_DWARF. */
57 #define STYP_DWARF 0x0010
  /src/external/gpl3/gcc/dist/libbacktrace/
xcoff.c 127 #define STYP_DWARF 0x10 /* DWARF debugging section. */
1247 if ((sects[i].s_flags & 0xffff) != STYP_DWARF
  /src/external/gpl3/gcc.old/dist/libbacktrace/
xcoff.c 127 #define STYP_DWARF 0x10 /* DWARF debugging section. */
1247 if ((sects[i].s_flags & 0xffff) != STYP_DWARF
  /src/external/gpl3/gdb/dist/include/coff/
xcoff.h 56 /* XCOFF uses special .dwXXX sections with the type STYP_DWARF. */
57 #define STYP_DWARF 0x0010
  /src/external/gpl3/gdb/dist/libbacktrace/
xcoff.c 127 #define STYP_DWARF 0x10 /* DWARF debugging section. */
1247 if ((sects[i].s_flags & 0xffff) != STYP_DWARF
  /src/external/gpl3/gdb.old/dist/include/coff/
xcoff.h 56 /* XCOFF uses special .dwXXX sections with the type STYP_DWARF. */
57 #define STYP_DWARF 0x0010
  /src/external/gpl3/gdb.old/dist/libbacktrace/
xcoff.c 127 #define STYP_DWARF 0x10 /* DWARF debugging section. */
1247 if ((sects[i].s_flags & 0xffff) != STYP_DWARF

Completed in 32 milliseconds