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