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

/openbsd-current/gnu/usr.bin/binutils/include/coff/
H A Dti.h89 #define COFF_ENCODE_ALIGNMENT(S,X) ((S).s_flags |= (((unsigned)(X)&0xF)<<8)) macro
/openbsd-current/gnu/usr.bin/binutils-2.17/include/coff/
H A Dti.h89 #define COFF_ENCODE_ALIGNMENT(S,X) ((S).s_flags |= (((unsigned)(X)&0xF)<<8)) macro
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dcoffcode.h3716 #ifdef COFF_ENCODE_ALIGNMENT
3717 COFF_ENCODE_ALIGNMENT(section, current->alignment_power);
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dcoffcode.h3577 #ifdef COFF_ENCODE_ALIGNMENT
3578 COFF_ENCODE_ALIGNMENT(section, current->alignment_power);

Completed in 148 milliseconds