Lines Matching refs:alignment
174 my $alignment; # The .align value to use for $mcount_section
175 my $section_type; # Section header plus possible alignment command
234 $alignment = 8;
244 $alignment = 4;
261 $alignment = 8;
267 $alignment = 2;
304 $alignment = 2;
310 $alignment = 3;
336 $alignment = 8;
400 $alignment = 2;
403 $alignment = 2;
406 $alignment = 2;
493 print FILE "\t.align $alignment\n" if (defined($alignment));