Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-arm.h140 #define ARM_FLAG_INTERWORK (1 << 1) /* The symbol is attached to code that supports interworking. … macro
144 #define ARM_IS_INTERWORK(s) (ARM_GET_FLAG (s) & ARM_FLAG_INTERWORK)
173 …RM_SET_INTERWORK(s,t) ((t) ? ARM_SET_FLAG (s, ARM_FLAG_INTERWORK) : ARM_RESET_FLAG (s, ARM_FLAG_I…