Home
last modified time | relevance | path

Searched refs:SF_STATICS (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/binutils/gas/config/
H A Dobj-coff.h266 #define SF_STATICS 0x00001000 /* Mark the .text & all symbols. */ macro
288 #define SF_GET_STATICS(s) (SF_GET (s) & SF_STATICS)
308 #define SF_SET_STATICS(s) (SF_GET (s) |= SF_STATICS)