Structure Member
Use the alignment attribute to specify how to align a member in a structure.
Typedef Declaration
Use the alignment attribute to specify how objects of a specific type should be aligned.
Bitfields
If your program's structure has bitfields and the Power Architecture alignment does not give you as small a structure as you desire, double-check that you are specifying the smallest integer size for your bitfields.