Searched defs:COFF_DECODE_ALIGNMENT (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.27/include/coff/ | ||
D | z80.h | 40 #define COFF_DECODE_ALIGNMENT(X) (((X)>>8)&0xF) macro |
D | ti.h | 93 #define COFF_DECODE_ALIGNMENT(X) (((X)>>8)&0xF) macro |