Searched refs:varray (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/gnu/usr.bin/cc/cc_int/
H A DMakefile58 varasm.o varray.o vec.o version.o vmsdbgout.o xcoffout.o alloc-pool.o \
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_pool.c2903 nvlist_t **varray = NULL, *zc_props = NULL; local
2942 varray = zfs_alloc(hdl, children * sizeof (nvlist_t *));
2979 varray[vcount++] = vdev;
3007 if (nvlist_dup(vdev, &varray[vcount++], 0) != 0)
3032 if (nvlist_add_nvlist_array(*newroot, ZPOOL_CONFIG_CHILDREN, varray,
3078 if (varray != NULL) {
3082 nvlist_free(varray[v]);
3083 free(varray);
/freebsd-9.3-release/gnu/usr.bin/cc/cc_tools/
H A DMakefile97 $(srcdir)/real.h $(srcdir)/varray.h $(srcdir)/insn-addr.h $(srcdir)/hwint.h \
/freebsd-9.3-release/contrib/binutils/gas/
H A Decoff.c739 alloc_type_vlinks, /* glue linking pages in varray */
745 alloc_type_varray, /* general varray allocation */
786 #define PAGE_SIZE (8*1024) /* size of varray pages */
804 typedef struct varray {
819 #define INIT_VARRAY(type) { /* macro to initialize a varray */ \
995 INIT_VARRAY (char), /* strings: local string varray */
996 INIT_VARRAY (localsym_t), /* symbols: local symbols varray */
997 INIT_VARRAY (proc_t), /* procs: procedure varray */
998 INIT_VARRAY (aux_t), /* aux_syms: auxiliary symbols varray */
1516 /* Add a page to a varray objec
802 typedef struct varray { struct
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dmips-tfile.c885 alloc_type_vlinks, /* glue linking pages in varray */
891 alloc_type_varray, /* general varray allocation */
909 #define PAGE_SIZE 32768 /* size of varray pages */
934 typedef struct varray {
949 #define INIT_VARRAY(type) { /* macro to initialize a varray */ \
1642 /* Add a page to a varray object. */
2480 /* Add a stream of random bytes to a varray. */
4006 /* Write out a varray at a given location. */
4010 off_t offset, /* offset to write varray to */
4752 alloc_counts[ alloc_type_varray ].alloc_name = "varray";
927 typedef struct varray { struct
[all...]

Completed in 126 milliseconds