Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/include/coff/
Dti.h89 #define COFF_ENCODE_ALIGNMENT(S,X) ((S).s_flags |= (((unsigned)(X)&0xF)<<8)) macro
/mirbsd/src/gnu/usr.bin/binutils/bfd/
Dcoffcode.h3545 #ifdef COFF_ENCODE_ALIGNMENT in coff_write_object_contents()
3546 COFF_ENCODE_ALIGNMENT(section, current->alignment_power); in coff_write_object_contents()