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

/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-arm.h124 #define ARM_FLAG_INTERWORK (1 << 1) /* The symbol is attached to code that supports interworking. */ macro
128 #define ARM_IS_INTERWORK(s) (ARM_GET_FLAG (s) & ARM_FLAG_INTERWORK)
157 #define ARM_SET_INTERWORK(s,t) ((t) ? ARM_SET_FLAG (s, ARM_FLAG_INTERWORK) : ARM_RESET_FLAG (s, ARM_FLAG_INTERWORK))
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-arm.h124 #define ARM_FLAG_INTERWORK (1 << 1) /* The symbol is attached to code that supports interworking. */ macro
128 #define ARM_IS_INTERWORK(s) (ARM_GET_FLAG (s) & ARM_FLAG_INTERWORK)
157 #define ARM_SET_INTERWORK(s,t) ((t) ? ARM_SET_FLAG (s, ARM_FLAG_INTERWORK) : ARM_RESET_FLAG (s, ARM_FLAG_INTERWORK))
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-arm.h123 #define ARM_FLAG_INTERWORK (1 << 1) /* The symbol is attached to code that supports interworking. */ macro
127 #define ARM_IS_INTERWORK(s) (ARM_GET_FLAG (s) & ARM_FLAG_INTERWORK)
156 #define ARM_SET_INTERWORK(s,t) ((t) ? ARM_SET_FLAG (s, ARM_FLAG_INTERWORK) : ARM_RESET_FLAG (s, ARM_FLAG_INTERWORK))

Completed in 126 milliseconds