Home
last modified time | relevance | path

Searched refs:unallocated (Results 1 – 25 of 45) sorted by relevance

12

/netbsd/src/external/gpl3/binutils/dist/gas/
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
4820 if (unallocated == 0) in allocate_scope()
4822 unallocated = PAGE_SIZE / sizeof (scope_t); in allocate_scope()
4827 ptr = &cur_page->scope[--unallocated]; in allocate_scope()
4828 alloc_counts[(int) alloc_type_scope].unallocated = unallocated; in allocate_scope()
4866 int unallocated = alloc_counts[(int) alloc_type_vlinks].unallocated; in allocate_vlinks() local
4869 if (unallocated == 0) in allocate_vlinks()
4871 unallocated = PAGE_SIZE / sizeof (vlinks_t); in allocate_vlinks()
4876 ptr = &cur_page->vlinks[--unallocated]; in allocate_vlinks()
[all …]
DChangeLog-20183386 * testsuite/gas/aarch64/illegal-3.s: Test if unallocated FMOV encodings
/netbsd/src/sys/fs/udf/
Dudf.h281 struct unalloc_sp_desc *unallocated; /* free UDF space */ member
Dudf_vfsops.c247 MPFREE(ump->unallocated, M_UDFVOLD); in free_udf_mountinfo()
Dudf_subr.c1029 UDF_UPDATE_DSCR(ump->unallocated, &dscr->usd); in udf_process_vds_descriptor()
/netbsd/src/sbin/fsck_ffs/
Dutilities.c591 static struct inostat unallocated = { USTATE, 0, 0 }; in inoinfo() local
601 return (&unallocated); in inoinfo()
/netbsd/src/external/bsd/top/dist/machine/
Dm_sunos5.man43 The amount of unallocated physical memory.
/netbsd/src/sbin/newfs_udf/
Dudf_core.h194 struct unalloc_sp_desc *unallocated; /* free UDF space */ member
Dudf_core.c1168 context.unallocated = usd; in udf_create_unalloc_spaced()
4878 dscr = (union dscrptr *) context.unallocated; in udf_do_newfs_prefix()
/netbsd/src/crypto/dist/ipsec-tools/
DChangeLog.old205 * src/racoon/admin.c: Do not use an unallocated pointer (Coverity)
425 initialize NAT-T VID to avoid freeing unallocated stuff.
1582 * src/racoon/isakmp_frag.c: fix unallocated memory access
/netbsd/src/external/gpl2/xcvs/dist/src/
DChangeLog-972237 above change was necessary to avoid writing to unallocated memory.
3106 * logmsg.c (do_verify): Fix reading unallocated memory (found by
/netbsd/src/external/gpl2/lvm2/dist/
DWHATS_NEW482 Fix reporting of LV fields alongside unallocated PV segments.
/netbsd/src/external/gpl3/binutils/dist/bfd/
DChangeLog-96971821 relocs in unallocated sections.
1823 R_SPARC_RELATIVE relocs in unallocated sections.
/netbsd/src/external/gpl3/gdb/dist/bfd/
DChangeLog-96971821 relocs in unallocated sections.
1823 R_SPARC_RELATIVE relocs in unallocated sections.
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
DChangeLog-2002860 Reverse order of two tests to avoid accessing unallocated
/netbsd/src/external/gpl2/lvm2/dist/po/
Dlvm2.po5487 msgid "release_pv_segment with unallocated segment: %s PE %u"
/netbsd/src/external/gpl3/gdb/dist/gdb/
DChangeLog-19954832 unallocated before freeing it.
/netbsd/src/external/gpl3/binutils/dist/ld/
Dld.texi7389 @cindex unallocated address, next
7390 Return the next unallocated address that is a multiple of @var{exp}.
Dld.info6136 Return the next unallocated address that is a multiple of EXP.
9666 * unallocated address, next: Builtin Functions. (line 161)
/netbsd/src/external/gpl3/binutils/dist/bfd/po/
Duk.po9768 #~ msgid "%pB:%pA: error: attempting to write into an unallocated compressed section"
Dru.po9590 #~ msgid "%pB:%pA: error: attempting to write into an unallocated compressed section"
/netbsd/src/external/gpl3/gdb/dist/bfd/po/
Duk.po9768 #~ msgid "%pB:%pA: error: attempting to write into an unallocated compressed section"
Dsr.po9765 #~ msgid "%pB:%pA: error: attempting to write into an unallocated compressed section"
Dru.po9590 #~ msgid "%pB:%pA: error: attempting to write into an unallocated compressed section"
/netbsd/src/external/gpl3/binutils/dist/gold/
DChangeLog-081511620 unallocated sections and EXIDX sections.
14136 an unallocated section.

12