Searched refs:THUMB_FLAG_FUNC (Results 1 – 1 of 1) sorted by relevance
122 #define THUMB_FLAG_FUNC (1 << 2) /* The symbol is attached to the start of a Thumb function. */ macro134 || (ARM_GET_FLAG (s) & THUMB_FLAG_FUNC))137 #define THUMB_IS_FUNC(s) (ARM_GET_FLAG (s) & THUMB_FLAG_FUNC)142 …THUMB_SET_FUNC(s,t) ((t) ? ARM_SET_FLAG (s, THUMB_FLAG_FUNC) : ARM_RESET_FLAG (s, THUMB_FLA…