Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/
Decoff.c892 } 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 *
[all …]