Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/gas/
H A Decoff.c1381 static alloc_info_t alloc_counts[(int) alloc_type_last]; variable
1531 alloc_counts[(int) alloc_type_varray].total_alloc++; in add_varray_page()
1532 alloc_counts[(int) alloc_type_varray].total_pages++; in add_varray_page()
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()
4817 int unallocated = alloc_counts[(int) alloc_type_scope].unallocated; in allocate_scope()
4818 page_type *cur_page = alloc_counts[(int) alloc_type_scope].cur_page; in allocate_scope()
4823 alloc_counts[(int) alloc_type_scope].cur_page = cur_page = allocate_page (); in allocate_scope()
4824 alloc_counts[(int) alloc_type_scope].total_pages++; in allocate_scope()
4828 alloc_counts[(int) alloc_type_scope].unallocated = unallocated; in allocate_scope()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Decoff.c1381 static alloc_info_t alloc_counts[(int) alloc_type_last]; variable
1531 alloc_counts[(int) alloc_type_varray].total_alloc++; in add_varray_page()
1532 alloc_counts[(int) alloc_type_varray].total_pages++; in add_varray_page()
4815 ptr = alloc_counts[(int) alloc_type_scope].free_list.f_scope; in allocate_scope()
4817 alloc_counts[(int) alloc_type_scope].free_list.f_scope = ptr->free; in allocate_scope()
4820 int unallocated = alloc_counts[(int) alloc_type_scope].unallocated; in allocate_scope()
4821 page_type *cur_page = alloc_counts[(int) alloc_type_scope].cur_page; in allocate_scope()
4826 alloc_counts[(int) alloc_type_scope].cur_page = cur_page = allocate_page (); in allocate_scope()
4827 alloc_counts[(int) alloc_type_scope].total_pages++; in allocate_scope()
4831 alloc_counts[(int) alloc_type_scope].unallocated = unallocated; in allocate_scope()
[all …]