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

/freebsd-12-stable/contrib/binutils/gas/config/
H A Dobj-coff.h275 #define SF_TAGGED 0x00040000 /* Is associated with a tag. */ macro
294 #define SF_GET_TAGGED(s) (SF_GET (s) & SF_TAGGED)
315 #define SF_SET_TAGGED(s) (SF_GET (s) |= SF_TAGGED)

Completed in 172 milliseconds