Searched refs:objalloc (Results 1 - 19 of 19) sorted by relevance

/freebsd-10.2-release/contrib/gcclibs/include/
H A Dobjalloc.h0 /* objalloc.h -- routines to allocate memory for objects
37 /* This is what an objalloc structure looks like. Callers should not
44 struct objalloc struct
65 /* Create an objalloc structure. Returns NULL if malloc fails. */
67 extern struct objalloc *objalloc_create (void);
69 /* Allocate space from an objalloc structure. Returns NULL if malloc
72 extern void *_objalloc_alloc (struct objalloc *, unsigned long);
89 ({ struct objalloc *__o = (o); \
106 /* Free an entire objalloc structure. */
108 extern void objalloc_free (struct objalloc *);
[all...]
/freebsd-10.2-release/contrib/binutils/include/
H A Dobjalloc.h0 /* objalloc.h -- routines to allocate memory for objects
37 /* This is what an objalloc structure looks like. Callers should not
44 struct objalloc struct
65 /* Create an objalloc structure. Returns NULL if malloc fails. */
67 extern struct objalloc *objalloc_create (void);
69 /* Allocate space from an objalloc structure. Returns NULL if malloc
72 extern void *_objalloc_alloc (struct objalloc *, unsigned long);
89 ({ struct objalloc *__o = (o); \
106 /* Free an entire objalloc structure. */
108 extern void objalloc_free (struct objalloc *);
[all...]
/freebsd-10.2-release/contrib/gdb/include/
H A Dobjalloc.h0 /* objalloc.h -- routines to allocate memory for objects
37 /* This is what an objalloc structure looks like. Callers should not
44 struct objalloc struct
65 /* Create an objalloc structure. Returns NULL if malloc fails. */
67 extern struct objalloc *objalloc_create PARAMS ((void));
69 /* Allocate space from an objalloc structure. Returns NULL if malloc
72 extern PTR _objalloc_alloc PARAMS ((struct objalloc *, unsigned long));
89 ({ struct objalloc *__o = (o); \
106 /* Free an entire objalloc structure. */
108 extern void objalloc_free PARAMS ((struct objalloc *));
[all...]
/freebsd-10.2-release/contrib/gcclibs/libiberty/
H A Dobjalloc.c0 /* objalloc.c -- routines to allocate memory for objects
23 #include "objalloc.h"
54 /* The objalloc structure is defined in objalloc.h. */
83 /* Create an objalloc structure. */
85 struct objalloc *
88 struct objalloc *ret;
91 ret = (struct objalloc *) malloc (sizeof *ret);
112 /* Allocate space from an objalloc structure. */
115 _objalloc_alloc (struct objalloc *
[all...]
H A Dmakefile.vms13 xmemdup.obj,xstrdup.obj,xatexit.obj,choose-temp.obj,fnmatch.obj,objalloc.obj
H A DMakefile.in145 objalloc.c obstack.c \
174 ./objalloc.o ./obstack.o \
218 $(INCDIR)/objalloc.h \
812 ./objalloc.o: $(srcdir)/objalloc.c config.h $(INCDIR)/ansidecl.h \
813 $(INCDIR)/objalloc.h
815 $(COMPILE.c) $(PICFLAG) $(srcdir)/objalloc.c -o pic/$@; \
817 $(COMPILE.c) $(srcdir)/objalloc.c $(OUTPUT_OPTION)
/freebsd-10.2-release/contrib/binutils/libiberty/
H A Dobjalloc.c0 /* objalloc.c -- routines to allocate memory for objects
23 #include "objalloc.h"
54 /* The objalloc structure is defined in objalloc.h. */
83 /* Create an objalloc structure. */
85 struct objalloc *
88 struct objalloc *ret;
91 ret = (struct objalloc *) malloc (sizeof *ret);
112 /* Allocate space from an objalloc structure. */
115 _objalloc_alloc (struct objalloc *
[all...]
H A DMakefile.in145 objalloc.c obstack.c \
174 ./objalloc.o ./obstack.o \
218 $(INCDIR)/objalloc.h \
836 ./objalloc.o: $(srcdir)/objalloc.c config.h $(INCDIR)/ansidecl.h \
837 $(INCDIR)/objalloc.h
839 $(COMPILE.c) $(PICFLAG) $(srcdir)/objalloc.c -o pic/$@; \
841 $(COMPILE.c) $(srcdir)/objalloc.c $(OUTPUT_OPTION)
/freebsd-10.2-release/gnu/usr.bin/binutils/libiberty/
H A DMakefile25 objalloc.c \
/freebsd-10.2-release/contrib/binutils/bfd/
H A Dhash.c25 #include "objalloc.h"
82 <<bfd_hash_table_init>> will create an objalloc which will be
84 objalloc using <<bfd_hash_allocate>>.
120 copy the string onto the hash table objalloc or not. If
376 table->table = objalloc_alloc ((struct objalloc *) table->memory, alloc);
460 new = objalloc_alloc ((struct objalloc *) table->memory, len + 1);
491 objalloc_alloc ((struct objalloc *) table->memory, alloc));
549 ret = objalloc_alloc ((struct objalloc *) table->memory, size);
H A Dopncls.c26 #include "objalloc.h"
121 objalloc_free ((struct objalloc *) abfd->memory);
126 /* Free objalloc memory. */
134 objalloc_free ((struct objalloc *) abfd->memory);
1004 objalloc_free_block ((struct objalloc *) abfd->memory, block);
H A DMakefile.am1020 opncls.lo: opncls.c $(INCDIR)/filenames.h $(INCDIR)/objalloc.h \
1032 $(INCDIR)/objalloc.h $(INCDIR)/libiberty.h
1290 $(INCDIR)/hashtab.h $(INCDIR)/objalloc.h $(INCDIR)/aout/stab_gnu.h \
1564 $(INCDIR)/libiberty.h $(INCDIR)/objalloc.h
1935 $(INCDIR)/elf/ia64.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/objalloc.h \
1940 $(INCDIR)/elf/ia64.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/objalloc.h \
H A DMakefile.in1599 opncls.lo: opncls.c $(INCDIR)/filenames.h $(INCDIR)/objalloc.h \
1611 $(INCDIR)/objalloc.h $(INCDIR)/libiberty.h
1869 $(INCDIR)/hashtab.h $(INCDIR)/objalloc.h $(INCDIR)/aout/stab_gnu.h \
2143 $(INCDIR)/libiberty.h $(INCDIR)/objalloc.h
2514 $(INCDIR)/elf/ia64.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/objalloc.h \
2519 $(INCDIR)/elf/ia64.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/objalloc.h \
H A Decofflink.c26 #include "objalloc.h"
401 /* An objalloc for debugging information. */
402 struct objalloc *memory;
H A Delfxx-ia64.c28 #include "objalloc.h"
2060 objalloc_free ((struct objalloc *) ia64_info->loc_hash_memory);
2212 objalloc_alloc ((struct objalloc *) ia64_info->loc_hash_memory,
H A Delflink.c29 #include "objalloc.h"
423 an ELF string table read from a file, or to objalloc memory. */
3726 /* Remember the current objalloc pointer, so that all mem for
4476 objalloc_free_block ((struct objalloc *) htab->root.table.memory,
/freebsd-10.2-release/contrib/binutils/ld/
H A Dldcref.c31 #include "objalloc.h"
307 objalloc_free_block ((struct objalloc *) cref_table.root.memory,
H A DMakefile.am2022 $(INCDIR)/demangle.h $(INCDIR)/libiberty.h $(INCDIR)/objalloc.h \
H A DMakefile.in2815 $(INCDIR)/demangle.h $(INCDIR)/libiberty.h $(INCDIR)/objalloc.h \

Completed in 272 milliseconds