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

/haiku-buildtools/legacy/binutils/gas/
H A Decoff.c902 thead_t *f_thead; /* tag head structure */
5124 ptr = alloc_counts[(int) alloc_type_thead].free_list.f_thead;
5126 alloc_counts[(int) alloc_type_thead].free_list.f_thead = ptr->free;
5162 ptr->free = (thead_t *) alloc_counts[(int) alloc_type_thead].free_list.f_thead;
5163 alloc_counts[(int) alloc_type_thead].free_list.f_thead = ptr;
900 thead_t *f_thead; /* tag head structure */ member in union:small_free
/haiku-buildtools/legacy/gcc/gcc/
H A Dmips-tfile.c1020 thead_t *f_thead; /* tag head structure */
5580 ptr = alloc_counts[ (int)alloc_type_thead ].free_list.f_thead;
5582 alloc_counts[ (int)alloc_type_thead ].free_list.f_thead = ptr->free;
5619 ptr->free = (thead_t *) alloc_counts[ (int)alloc_type_thead ].free_list.f_thead;
5620 alloc_counts[ (int)alloc_type_thead ].free_list.f_thead = ptr;
1013 thead_t *f_thead; /* tag head structure */ member in union:small_free
/haiku-buildtools/binutils/gas/
H A Decoff.c899 thead_t *f_thead; /* tag head structure */
5118 ptr = alloc_counts[(int) alloc_type_thead].free_list.f_thead;
5120 alloc_counts[(int) alloc_type_thead].free_list.f_thead = ptr->free;
5156 ptr->free = (thead_t *) alloc_counts[(int) alloc_type_thead].free_list.f_thead;
5157 alloc_counts[(int) alloc_type_thead].free_list.f_thead = ptr;
897 thead_t *f_thead; /* tag head structure */ member in union:small_free

Completed in 125 milliseconds