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

  /src/external/gpl3/binutils/dist/include/coff/
xcoff.h 159 #define SMTYP_SMTYP(x) ((x) & 0x7) /* symbol type */
internal.h 647 #define SMTYP_SMTYP(x) ((x) & 0x7) /* symbol type */
  /src/external/gpl3/binutils.old/dist/include/coff/
xcoff.h 159 #define SMTYP_SMTYP(x) ((x) & 0x7) /* symbol type */
internal.h 649 #define SMTYP_SMTYP(x) ((x) & 0x7) /* symbol type */
  /src/external/gpl3/gdb/dist/include/coff/
xcoff.h 159 #define SMTYP_SMTYP(x) ((x) & 0x7) /* symbol type */
internal.h 649 #define SMTYP_SMTYP(x) ((x) & 0x7) /* symbol type */
  /src/external/gpl3/gdb.old/dist/include/coff/
xcoff.h 159 #define SMTYP_SMTYP(x) ((x) & 0x7) /* symbol type */
internal.h 649 #define SMTYP_SMTYP(x) ((x) & 0x7) /* symbol type */
  /src/external/gpl3/binutils/dist/binutils/
od-xcoff.c 868 dump_value (smtyp_xlat, SMTYP_SMTYP (smtyp), 2);
1106 dump_value (smtyp_xlat, SMTYP_SMTYP (smtype), 2);
1486 if (SMTYP_SMTYP (smtyp) == XTY_LD
  /src/external/gpl3/binutils.old/dist/binutils/
od-xcoff.c 868 dump_value (smtyp_xlat, SMTYP_SMTYP (smtyp), 2);
1106 dump_value (smtyp_xlat, SMTYP_SMTYP (smtype), 2);
1486 if (SMTYP_SMTYP (smtyp) == XTY_LD
  /src/external/gpl3/binutils/dist/bfd/
coffcode.h 2465 if (SMTYP_SMTYP (aux->u.auxent.x_csect.x_smtyp) == XTY_LD
2505 if (SMTYP_SMTYP (aux->u.auxent.x_csect.x_smtyp) != XTY_LD)
2525 SMTYP_SMTYP (aux->u.auxent.x_csect.x_smtyp),
xcofflink.c 1601 smtyp = SMTYP_SMTYP (aux.x_csect.x_smtyp);
3700 smtyp = SMTYP_SMTYP (aux->x_csect.x_smtyp);
5261 smtyp = SMTYP_SMTYP (aux.x_csect.x_smtyp);
5611 if (SMTYP_SMTYP (aux.x_csect.x_smtyp) == XTY_LD)
6045 if (SMTYP_SMTYP (aux.x_csect.x_smtyp) == XTY_SD
  /src/external/gpl3/binutils.old/dist/bfd/
coffcode.h 2458 if (SMTYP_SMTYP (aux->u.auxent.x_csect.x_smtyp) == XTY_LD
2498 if (SMTYP_SMTYP (aux->u.auxent.x_csect.x_smtyp) != XTY_LD)
2518 SMTYP_SMTYP (aux->u.auxent.x_csect.x_smtyp),
xcofflink.c 1601 smtyp = SMTYP_SMTYP (aux.x_csect.x_smtyp);
3700 smtyp = SMTYP_SMTYP (aux->x_csect.x_smtyp);
5261 smtyp = SMTYP_SMTYP (aux.x_csect.x_smtyp);
5611 if (SMTYP_SMTYP (aux.x_csect.x_smtyp) == XTY_LD)
6045 if (SMTYP_SMTYP (aux.x_csect.x_smtyp) == XTY_SD
  /src/external/gpl3/gdb/dist/bfd/
coffcode.h 2467 if (SMTYP_SMTYP (aux->u.auxent.x_csect.x_smtyp) == XTY_LD
2507 if (SMTYP_SMTYP (aux->u.auxent.x_csect.x_smtyp) != XTY_LD)
2527 SMTYP_SMTYP (aux->u.auxent.x_csect.x_smtyp),
xcofflink.c 1558 smtyp = SMTYP_SMTYP (aux.x_csect.x_smtyp);
3657 smtyp = SMTYP_SMTYP (aux->x_csect.x_smtyp);
5214 smtyp = SMTYP_SMTYP (aux.x_csect.x_smtyp);
5564 if (SMTYP_SMTYP (aux.x_csect.x_smtyp) == XTY_LD)
5998 if (SMTYP_SMTYP (aux.x_csect.x_smtyp) == XTY_SD
  /src/external/gpl3/gdb.old/dist/bfd/
coffcode.h 2467 if (SMTYP_SMTYP (aux->u.auxent.x_csect.x_smtyp) == XTY_LD
2507 if (SMTYP_SMTYP (aux->u.auxent.x_csect.x_smtyp) != XTY_LD)
2527 SMTYP_SMTYP (aux->u.auxent.x_csect.x_smtyp),
xcofflink.c 1566 smtyp = SMTYP_SMTYP (aux.x_csect.x_smtyp);
3665 smtyp = SMTYP_SMTYP (aux->x_csect.x_smtyp);
5222 smtyp = SMTYP_SMTYP (aux.x_csect.x_smtyp);
5572 if (SMTYP_SMTYP (aux.x_csect.x_smtyp) == XTY_LD)
6006 if (SMTYP_SMTYP (aux.x_csect.x_smtyp) == XTY_SD
  /src/external/gpl3/gdb/dist/gdb/
xcoffread.c 1074 #define CSECT_SMTYP(PP) (SMTYP_SMTYP(CSECT(PP).x_smtyp))
  /src/external/gpl3/gdb.old/dist/gdb/
xcoffread.c 1074 #define CSECT_SMTYP(PP) (SMTYP_SMTYP(CSECT(PP).x_smtyp))

Completed in 87 milliseconds