Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/gas/
Decoff.c896 scope_t *f_scope; /* scope structure */ member
4812 ptr = alloc_counts[(int) alloc_type_scope].free_list.f_scope; in allocate_scope()
4814 alloc_counts[(int) alloc_type_scope].free_list.f_scope = ptr->free; in allocate_scope()
4850 ptr->free = alloc_counts[(int) alloc_type_scope].free_list.f_scope; in free_scope()
4851 alloc_counts[(int) alloc_type_scope].free_list.f_scope = ptr; in free_scope()