Searched refs:SF_TAG (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/binutils/gas/config/
H A Dobj-coff.h276 #define SF_TAG 0x00080000 /* Is a tag. */ macro
295 #define SF_GET_TAG(s) (SF_GET (s) & SF_TAG)
316 #define SF_SET_TAG(s) (SF_GET (s) |= SF_TAG)

Completed in 103 milliseconds