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

/freebsd-10-stable/contrib/binutils/gas/config/
H A Dtc-arm.h121 #define ARM_FLAG_INTERWORK (1 << 1) /* The symbol is attached to code that supports interworking. */ macro
125 #define ARM_IS_INTERWORK(s) (ARM_GET_FLAG (s) & ARM_FLAG_INTERWORK)
141 #define ARM_SET_INTERWORK(s,t) ((t) ? ARM_SET_FLAG (s, ARM_FLAG_INTERWORK) : ARM_RESET_FLAG (s, ARM_FLAG_INTERWORK))

Completed in 83 milliseconds