Home
last modified time | relevance | path

Searched defs:unallocated (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gas/
H A Decoff.c1051 int unallocated; /* number of elements unallocated on page */ member
4844 register int unallocated = alloc_counts[(int) alloc_type_scope].unallocated; in allocate_scope() local
4894 register int unallocated = alloc_counts[(int) alloc_type_vlinks].unallocated; in allocate_vlinks() local
4928 register int unallocated = alloc_counts[(int) alloc_type_shash].unallocated; in allocate_shash() local
4962 register int unallocated = alloc_counts[(int) alloc_type_thash].unallocated; in allocate_thash() local
5001 register int unallocated = alloc_counts[(int) alloc_type_tag].unallocated; in allocate_tag() local
5051 register int unallocated = alloc_counts[(int) alloc_type_forward].unallocated; in allocate_forward() local
5090 register int unallocated = alloc_counts[(int) alloc_type_thead].unallocated; in allocate_thead() local
5138 register int unallocated = alloc_counts[(int) alloc_type_lineno].unallocated; in allocate_lineno_list() local
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A Decoff.c1052 int unallocated; /* number of elements unallocated on page */ member
4843 register int unallocated = alloc_counts[(int) alloc_type_scope].unallocated; in allocate_scope() local
4893 register int unallocated = alloc_counts[(int) alloc_type_vlinks].unallocated; in allocate_vlinks() local
4927 register int unallocated = alloc_counts[(int) alloc_type_shash].unallocated; in allocate_shash() local
4961 register int unallocated = alloc_counts[(int) alloc_type_thash].unallocated; in allocate_thash() local
5000 register int unallocated = alloc_counts[(int) alloc_type_tag].unallocated; in allocate_tag() local
5050 register int unallocated = alloc_counts[(int) alloc_type_forward].unallocated; in allocate_forward() local
5089 register int unallocated = alloc_counts[(int) alloc_type_thead].unallocated; in allocate_thead() local
5137 register int unallocated = alloc_counts[(int) alloc_type_lineno].unallocated; in allocate_lineno_list() local
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dmips-tfile.c1182 int unallocated; /* number of elements unallocated on page */ member
5240 int unallocated = alloc_counts[ (int) alloc_type_scope ].unallocated; in allocate_scope() local
5292 int unallocated = alloc_counts[ (int) alloc_type_vlinks ].unallocated; in allocate_vlinks() local
5325 int unallocated = alloc_counts[ (int) alloc_type_shash ].unallocated; in allocate_shash() local
5358 int unallocated = alloc_counts[ (int) alloc_type_thash ].unallocated; in allocate_thash() local
5397 int unallocated = alloc_counts[ (int) alloc_type_tag ].unallocated; in allocate_tag() local
5455 int unallocated = alloc_counts[ (int) alloc_type_forward ].unallocated; in allocate_forward() local
5513 int unallocated = alloc_counts[ (int) alloc_type_thead ].unallocated; in allocate_thead() local
/openbsd/gnu/gcc/gcc/
H A Dmips-tfile.c1107 int unallocated; /* number of elements unallocated on page */ member
5106 int unallocated = alloc_counts[ (int) alloc_type_scope ].unallocated; in allocate_scope() local
5157 int unallocated = alloc_counts[ (int) alloc_type_vlinks ].unallocated; in allocate_vlinks() local
5190 int unallocated = alloc_counts[ (int) alloc_type_shash ].unallocated; in allocate_shash() local
5223 int unallocated = alloc_counts[ (int) alloc_type_thash ].unallocated; in allocate_thash() local
5262 int unallocated = alloc_counts[ (int) alloc_type_tag ].unallocated; in allocate_tag() local
5319 int unallocated = alloc_counts[ (int) alloc_type_forward ].unallocated; in allocate_forward() local
5376 int unallocated = alloc_counts[ (int) alloc_type_thead ].unallocated; in allocate_thead() local
/openbsd/sbin/fsck_ffs/
H A Dutilities.c125 static struct inostat unallocated = { USTATE, 0, 0 }; in inoinfo() local