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

/openbsd-current/gnu/usr.bin/binutils/include/coff/
H A Dti.h91 #define COFF_DECODE_ALIGNMENT(X) (((X)>>8)&0xF) macro
/openbsd-current/gnu/usr.bin/binutils-2.17/include/coff/
H A Dti.h91 #define COFF_DECODE_ALIGNMENT(X) (((X)>>8)&0xF) macro
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dcoffcode.h1622 #ifdef COFF_DECODE_ALIGNMENT
1623 i = COFF_DECODE_ALIGNMENT(hdr->s_flags);
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dcoffcode.h1614 #ifdef COFF_DECODE_ALIGNMENT
1615 i = COFF_DECODE_ALIGNMENT(hdr->s_flags);

Completed in 199 milliseconds