Home
last modified time | relevance | path

Searched refs:COFF_ENCODE_ALIGNMENT (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/include/coff/
Dz80.h38 #define COFF_ENCODE_ALIGNMENT(S,X) ((S).s_flags |= (((unsigned)(X)&0xF)<<8)) macro
Dpe.h106 #define COFF_ENCODE_ALIGNMENT(SECTION, ALIGNMENT_POWER) \ macro
Dti.h91 #define COFF_ENCODE_ALIGNMENT(S,X) ((S).s_flags |= (((unsigned)(X)&0xF)<<8)) macro
DChangeLog267 * pe.h (COFF_ENCODE_ALIGNMENT) Define.
/toolchain/binutils/binutils-2.25/bfd/
Dcoffcode.h3826 #ifdef COFF_ENCODE_ALIGNMENT in coff_write_object_contents()
3827 COFF_ENCODE_ALIGNMENT(section, current->alignment_power); in coff_write_object_contents()