Lines Matching refs:frag
1 /* frags.h - Header file for the frag concept.
26 /* A code fragment (frag) is some known number of chars, followed by some
30 much room at the end of the frag.
33 of the 1st char of a frag is generally not known until after relax().
35 of a particular frag}+offset.
38 notes for different frag kinds. See how code pans. */
40 struct frag {
43 /* When relaxing multiple times, remember the address the frag had
50 The generic frag handling code no longer makes any use of fr_var. */
60 struct frag *fr_next;
62 /* Where the frag was created, or where it became a variant frag. */
71 or org frag, and that at the tail of the sequence. */
88 /* Don't include this unless using CGEN to keep frag size down. */
114 /* Current frag we are building. This frag is incomplete. It is,