Home | History | Annotate | Download | only in gas

Lines Matching defs:forward_t

875 } forward_t;
902 forward_t *f_forward; /* forward tag reference */
1042 forward_t forward [ PAGE_SIZE / sizeof (forward_t) ];
1473 static forward_t *allocate_forward (void);
1968 forward_t *forward_ref = allocate_forward ();
2075 forward_t **pf;
2948 forward_t **pf;
3917 forward_t *f;
5010 static forward_t *
5013 forward_t *ptr;
5022 unallocated = PAGE_SIZE / sizeof (forward_t);
5032 ptr = XNEW (forward_t);