Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/binutils/include/coff/
HDti.h89 #define COFF_ENCODE_ALIGNMENT(S,X) ((S).s_flags |= (((unsigned)(X)&0xF)<<8)) macro
/freebsd-11-stable/contrib/binutils/bfd/
HDcoffcode.h3584 #ifdef COFF_ENCODE_ALIGNMENT in coff_write_object_contents()
3585 COFF_ENCODE_ALIGNMENT(section, current->alignment_power); in coff_write_object_contents()