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

/freebsd-9.3-release/contrib/binutils/gas/
H A Decoff.c903 tag_t *f_tag; /* tag element structure */
5033 ptr = alloc_counts[(int) alloc_type_tag].free_list.f_tag;
5035 alloc_counts[(int) alloc_type_tag].free_list.f_tag = ptr->free;
5071 ptr->free = alloc_counts[(int) alloc_type_tag].free_list.f_tag;
5072 alloc_counts[(int) alloc_type_tag].free_list.f_tag = ptr;
901 tag_t *f_tag; /* tag element structure */ member in union:small_free
/freebsd-9.3-release/contrib/gcc/
H A Dmips-tfile.c1015 tag_t *f_tag; /* tag element structure */
5305 ptr = alloc_counts[ (int) alloc_type_tag ].free_list.f_tag;
5307 alloc_counts[ (int) alloc_type_tag ].free_list.f_tag = ptr->free;
5343 ptr->free = alloc_counts[ (int) alloc_type_tag ].free_list.f_tag;
5344 alloc_counts[ (int) alloc_type_tag ].free_list.f_tag = ptr;
1008 tag_t *f_tag; /* tag element structure */ member in union:small_free

Completed in 171 milliseconds