Lines Matching refs:thead_t
892 } thead_t; typedef
897 thead_t *f_thead; /* tag head structure */
1040 thead_t thead [ PAGE_SIZE / sizeof (thead_t) ];
1390 static thead_t *top_tag_head = (thead_t *) 0; /* top level tag head */
1391 static thead_t *cur_tag_head = (thead_t *) 0; /* current tag head */
1469 static thead_t *allocate_thead (void);
1470 static void free_thead (thead_t *ptr);
1481 top_tag_head->free = (thead_t *) NULL; in ecoff_read_begin_hook()
1608 thead_t *ptag_head; in add_ecoff_symbol()
5083 static thead_t *
5086 thead_t *ptr; in allocate_thead()
5087 static thead_t initial_thead; in allocate_thead()
5092 if (ptr != (thead_t *) NULL) in allocate_thead()
5101 unallocated = PAGE_SIZE / sizeof (thead_t); in allocate_thead()
5112 ptr = (thead_t *) xmalloc (sizeof (thead_t)); in allocate_thead()
5124 free_thead (thead_t *ptr) in free_thead()
5129 ptr->free = (thead_t *) alloc_counts[(int) alloc_type_thead].free_list.f_thead; in free_thead()