Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dfinal.c612 struct label_alignment struct
620 static struct label_alignment *label_align; argument
947 label_align = (struct label_alignment *) in compute_alignments()
948 xcalloc (max_labelno - min_labelno + 1, sizeof (struct label_alignment)); in compute_alignments()
1067 label_align = (struct label_alignment *) xrealloc
1068 (label_align, n_labels * sizeof (struct label_alignment));
1076 (n_labels - n_old_labels) * sizeof (struct label_alignment));
DChangeLog.03035 (label_align): Change type to struct label_alignment pointer.
/openbsd/src/gnu/gcc/gcc/
Dfinal.c346 struct label_alignment struct
354 static struct label_alignment *label_align; argument
696 label_align = XCNEWVEC (struct label_alignment, max_labelno - min_labelno + 1); in compute_alignments()
834 n_labels * sizeof (struct label_alignment)); in shorten_branches()
841 (n_labels - n_old_labels) * sizeof (struct label_alignment)); in shorten_branches()