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

  /src/external/gpl3/binutils/dist/gas/config/
obj-coff.h 202 #define SF_TAG 0x00080000 /* Is a tag. */
221 #define SF_GET_TAG(s) (SF_GET (s) & SF_TAG)
237 #define SF_SET_TAG(s) (SF_GET (s) |= SF_TAG)
  /src/external/gpl3/binutils.old/dist/gas/config/
obj-coff.h 202 #define SF_TAG 0x00080000 /* Is a tag. */
221 #define SF_GET_TAG(s) (SF_GET (s) & SF_TAG)
237 #define SF_SET_TAG(s) (SF_GET (s) |= SF_TAG)

Completed in 24 milliseconds