Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/gas/
H A Decoff.c1049 int unallocated; /* number of elements unallocated on page */ member
4817 int unallocated = alloc_counts[(int) alloc_type_scope].unallocated; in allocate_scope() local
4866 int unallocated = alloc_counts[(int) alloc_type_vlinks].unallocated; in allocate_vlinks() local
4899 int unallocated = alloc_counts[(int) alloc_type_shash].unallocated; in allocate_shash() local
4932 int unallocated = alloc_counts[(int) alloc_type_thash].unallocated; in allocate_thash() local
4970 int unallocated = alloc_counts[(int) alloc_type_tag].unallocated; in allocate_tag() local
5019 int unallocated = alloc_counts[(int) alloc_type_forward].unallocated; in allocate_forward() local
5057 int unallocated = alloc_counts[(int) alloc_type_thead].unallocated; in allocate_thead() local
5104 int unallocated = alloc_counts[(int) alloc_type_lineno].unallocated; in allocate_lineno_list() local
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Decoff.c1049 int unallocated; /* number of elements unallocated on page */ member
4820 int unallocated = alloc_counts[(int) alloc_type_scope].unallocated; in allocate_scope() local
4870 int unallocated = alloc_counts[(int) alloc_type_vlinks].unallocated; in allocate_vlinks() local
4904 int unallocated = alloc_counts[(int) alloc_type_shash].unallocated; in allocate_shash() local
4938 int unallocated = alloc_counts[(int) alloc_type_thash].unallocated; in allocate_thash() local
4977 int unallocated = alloc_counts[(int) alloc_type_tag].unallocated; in allocate_tag() local
5027 int unallocated = alloc_counts[(int) alloc_type_forward].unallocated; in allocate_forward() local
5066 int unallocated = alloc_counts[(int) alloc_type_thead].unallocated; in allocate_thead() local
5114 int unallocated = alloc_counts[(int) alloc_type_lineno].unallocated; in allocate_lineno_list() local
/netbsd-src/sbin/fsck_ffs/
H A Dutilities.c591 static struct inostat unallocated = { USTATE, 0, 0 }; in inoinfo() local
/netbsd-src/sbin/newfs_udf/
H A Dudf_core.h194 struct unalloc_sp_desc *unallocated; /* free UDF space */ member
/netbsd-src/sys/fs/udf/
H A Dudf.h281 struct unalloc_sp_desc *unallocated; /* free UDF space */ member