Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.34/gas/
H A Decoff.c1390 static thead_t *top_tag_head = (thead_t *) 0; /* top level tag head */ variable
1479 top_tag_head = allocate_thead (); in ecoff_read_begin_hook()
1480 top_tag_head->first_tag = (tag_t *) NULL; in ecoff_read_begin_hook()
1481 top_tag_head->free = (thead_t *) NULL; in ecoff_read_begin_hook()
1482 top_tag_head->prev = cur_tag_head; in ecoff_read_begin_hook()
1483 cur_tag_head = top_tag_head; in ecoff_read_begin_hook()
4636 for (ptag = top_tag_head->first_tag; in ecoff_build_debug()
4648 free_thead (top_tag_head); in ecoff_build_debug()
/dragonfly/contrib/binutils-2.27/gas/
H A Decoff.c1390 static thead_t *top_tag_head = (thead_t *) 0; /* top level tag head */ variable
1479 top_tag_head = allocate_thead (); in ecoff_read_begin_hook()
1480 top_tag_head->first_tag = (tag_t *) NULL; in ecoff_read_begin_hook()
1481 top_tag_head->free = (thead_t *) NULL; in ecoff_read_begin_hook()
1482 top_tag_head->prev = cur_tag_head; in ecoff_read_begin_hook()
1483 cur_tag_head = top_tag_head; in ecoff_read_begin_hook()
4631 for (ptag = top_tag_head->first_tag; in ecoff_build_debug()
4643 free_thead (top_tag_head); in ecoff_build_debug()