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

/freebsd-10-stable/contrib/binutils/gas/config/
H A Dtc-arm.h122 #define THUMB_FLAG_FUNC (1 << 2) /* The symbol is attached to the start of a Thumb function. */ macro
134 || (ARM_GET_FLAG (s) & THUMB_FLAG_FUNC))
137 #define THUMB_IS_FUNC(s) (ARM_GET_FLAG (s) & THUMB_FLAG_FUNC)
142 #define THUMB_SET_FUNC(s,t) ((t) ? ARM_SET_FLAG (s, THUMB_FLAG_FUNC) : ARM_RESET_FLAG (s, THUMB_FLAG_FUNC))

Completed in 331 milliseconds