Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/coff/
Dz80.h40 #define COFF_DECODE_ALIGNMENT(X) (((X)>>8)&0xF) macro
Dti.h93 #define COFF_DECODE_ALIGNMENT(X) (((X)>>8)&0xF) macro
/toolchain/binutils/binutils-2.27/bfd/
Dcoffcode.h1848 #ifdef COFF_DECODE_ALIGNMENT in coff_set_alignment_hook()
1849 i = COFF_DECODE_ALIGNMENT(hdr->s_flags); in coff_set_alignment_hook()