Home | History | Annotate | Download | only in gas

Lines Matching defs:frag

1 /* frags.h - Header file for the frag concept.
24 /* A code fragment (frag) is some known number of chars, followed by some
28 much room at the end of the frag.
31 of the 1st char of a frag is generally not known until after relax().
33 of a particular frag}+offset.
36 notes for different frag kinds. See how code pans. */
38 struct frag {
41 /* When relaxing multiple times, remember the address the frag had
57 struct frag *fr_next;
59 /* Where the frag was created, or where it became a variant frag. */
68 or org frag, and that at the tail of the sequence. */
85 /* Don't include this unless using CGEN to keep frag size down. */
111 /* Current frag we are building. This frag is incomplete. It is,