Home | History | Annotate | Download | only in gas

Lines Matching defs:thead_t

895 } thead_t;
900 thead_t *f_thead; /* tag head structure */
1043 thead_t thead [ PAGE_SIZE / sizeof (thead_t) ];
1394 static thead_t *top_tag_head = 0; /* top level tag head */
1395 static thead_t *cur_tag_head = 0; /* current tag head */
1474 static thead_t *allocate_thead (void);
1475 static void free_thead (thead_t *ptr);
1613 thead_t *ptag_head;
5041 static thead_t *
5044 thead_t *ptr;
5058 unallocated = PAGE_SIZE / sizeof (thead_t);
5069 ptr = XNEW (thead_t);
5081 free_thead (thead_t *ptr)