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

/macosx-10.9.5/cctools-845/as/
H A Darm.c158 #define ARM_FLAG_INTERWORK (1 << 1) /* The symbol is attached to code that supports interworking. */ macro
166 #define ARM_IS_INTERWORK(s) (ARM_GET_FLAG (s) & ARM_FLAG_INTERWORK)
170 #define ARM_SET_INTERWORK(s,t) ((t) ? ARM_SET_FLAG (s, ARM_FLAG_INTERWORK) : ARM_RESET_FLAG (s, ARM_FLAG_INTERWORK))

Completed in 220 milliseconds