Searched refs:top_tag_head (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/binutils/gas/
H A Decoff.c1396 static thead_t *top_tag_head = (thead_t *) 0; /* top level tag head */
1487 top_tag_head = allocate_thead ();
1488 top_tag_head->first_tag = (tag_t *) NULL;
1489 top_tag_head->free = (thead_t *) NULL;
1490 top_tag_head->prev = cur_tag_head;
1491 cur_tag_head = top_tag_head;
4669 for (ptag = top_tag_head->first_tag;
4681 free_thead (top_tag_head);
1393 static thead_t *top_tag_head = (thead_t *) 0; /* top level tag head */ variable

Completed in 160 milliseconds