Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/binutils/gas/
Decoff.c900 thead_t *f_thead; /* tag head structure */ member
5084 ptr = alloc_counts[(int) alloc_type_thead].free_list.f_thead; in allocate_thead()
5086 alloc_counts[(int) alloc_type_thead].free_list.f_thead = ptr->free; in allocate_thead()
5122 ptr->free = (thead_t *) alloc_counts[(int) alloc_type_thead].free_list.f_thead; in free_thead()
5123 alloc_counts[(int) alloc_type_thead].free_list.f_thead = ptr; in free_thead()
/freebsd-12-stable/contrib/gcc/
Dmips-tfile.c1007 thead_t *f_thead; /* tag head structure */ member
5370 ptr = alloc_counts[ (int) alloc_type_thead ].free_list.f_thead; in allocate_thead()
5372 alloc_counts[ (int) alloc_type_thead ].free_list.f_thead = ptr->free; in allocate_thead()
5408 ptr->free = (thead_t *) alloc_counts[ (int) alloc_type_thead ].free_list.f_thead; in free_thead()
5409 alloc_counts[ (int) alloc_type_thead ].free_list.f_thead = ptr; in free_thead()