Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/bfd/
H A Dcoffcode.h1637 #define ELIFALIGN_SET(field, x, y) \ macro
1652 ELIFALIGN_SET (hdr->s_flags, IMAGE_SCN_ALIGN_32BYTES, 5) in coff_set_alignment_hook()
1653 ELIFALIGN_SET (hdr->s_flags, IMAGE_SCN_ALIGN_16BYTES, 4) in coff_set_alignment_hook()
1654 ELIFALIGN_SET (hdr->s_flags, IMAGE_SCN_ALIGN_8BYTES, 3) in coff_set_alignment_hook()
1655 ELIFALIGN_SET (hdr->s_flags, IMAGE_SCN_ALIGN_4BYTES, 2) in coff_set_alignment_hook()
1656 ELIFALIGN_SET (hdr->s_flags, IMAGE_SCN_ALIGN_2BYTES, 1) in coff_set_alignment_hook()
1657 ELIFALIGN_SET (hdr->s_flags, IMAGE_SCN_ALIGN_1BYTES, 0) in coff_set_alignment_hook()
1708 #undef ELIFALIGN_SET