Searched refs:SMTYP_ALIGN (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/binutils/include/coff/
H A Dxcoff.h96 #define SMTYP_ALIGN(x) ((x) >> 3) /* log2 of alignment */ macro
H A Dinternal.h596 #define SMTYP_ALIGN(x) ((x) >> 3) /* log2 of alignment */ macro
/freebsd-12-stable/contrib/gdb/gdb/
H A Dxcoffread.c1062 #define CSECT_ALIGN(PP) (SMTYP_ALIGN(CSECT(PP).x_smtyp))
/freebsd-12-stable/contrib/binutils/bfd/
H A Dxcofflink.c1433 csect->alignment_power = SMTYP_ALIGN (aux.x_csect.x_smtyp);
1570 csect->alignment_power = SMTYP_ALIGN (aux.x_csect.x_smtyp);
H A Dcoffcode.h2391 SMTYP_ALIGN (aux->u.auxent.x_csect.x_smtyp),

Completed in 208 milliseconds