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

/freebsd-12-stable/contrib/gcc/
H A Dmips-tfile.c1584 STATIC page_t *allocate_cluster (Size_t);
5010 allocate_cluster (Size_t npages)
5023 allocate_cluster (Size_t npages)
5031 pfatal_with_name ("allocate_cluster");
5037 pfatal_with_name ("allocate_cluster");
5064 cluster_ptr = allocate_cluster (MAX_CLUSTER_PAGES);
5075 return allocate_cluster (npages);
5122 cluster_ptr = allocate_cluster (MAX_CLUSTER_PAGES);
4966 allocate_cluster (Size_t npages) function
4979 allocate_cluster (Size_t npages) function
/freebsd-12-stable/contrib/binutils/gas/
H A Decoff.c1466 static page_type *allocate_cluster (unsigned long npages);
4815 allocate_cluster (unsigned long npages)
4844 cluster_ptr = allocate_cluster (pages_left);
4782 allocate_cluster (unsigned long npages) function

Completed in 399 milliseconds