Lines Matching defs:ac
679 def_file_aligncomm *ac = pe_def_file->aligncomms;680 while (ac)684 ac->symbol_name, FALSE, FALSE, FALSE);686 && sym_hash->root.u.c.p->alignment_power < (unsigned) ac->alignment)688 sym_hash->root.u.c.p->alignment_power = (unsigned) ac->alignment;690 ac = ac->next;