Home
last modified time | relevance | path

Searched refs:objalloc (Results 1 – 25 of 31) sorted by relevance

12

/dflybsd-src/contrib/binutils-2.34/include/
H A Dobjalloc.h44 struct objalloc struct
67 extern struct objalloc *objalloc_create (void);
72 extern void *_objalloc_alloc (struct objalloc *, unsigned long);
89 ({ struct objalloc *__o = (o); \
108 extern void objalloc_free (struct objalloc *);
113 extern void objalloc_free_block (struct objalloc *, void *);
/dflybsd-src/contrib/gcc-8.0/include/
H A Dobjalloc.h44 struct objalloc struct
67 extern struct objalloc *objalloc_create (void);
72 extern void *_objalloc_alloc (struct objalloc *, unsigned long);
89 ({ struct objalloc *__o = (o); \
108 extern void objalloc_free (struct objalloc *);
113 extern void objalloc_free_block (struct objalloc *, void *);
/dflybsd-src/contrib/gcc-4.7/include/
H A Dobjalloc.h44 struct objalloc struct
67 extern struct objalloc *objalloc_create (void);
72 extern void *_objalloc_alloc (struct objalloc *, unsigned long);
89 ({ struct objalloc *__o = (o); \
108 extern void objalloc_free (struct objalloc *);
113 extern void objalloc_free_block (struct objalloc *, void *);
/dflybsd-src/contrib/gdb-7/include/
H A Dobjalloc.h44 struct objalloc struct
67 extern struct objalloc *objalloc_create (void);
72 extern void *_objalloc_alloc (struct objalloc *, unsigned long);
89 ({ struct objalloc *__o = (o); \
108 extern void objalloc_free (struct objalloc *);
113 extern void objalloc_free_block (struct objalloc *, void *);
/dflybsd-src/contrib/binutils-2.27/include/
H A Dobjalloc.h44 struct objalloc struct
67 extern struct objalloc *objalloc_create (void);
72 extern void *_objalloc_alloc (struct objalloc *, unsigned long);
89 ({ struct objalloc *__o = (o); \
108 extern void objalloc_free (struct objalloc *);
113 extern void objalloc_free_block (struct objalloc *, void *);
/dflybsd-src/contrib/binutils-2.27/libiberty/
H A Dobjalloc.c85 struct objalloc *
88 struct objalloc *ret; in objalloc_create()
91 ret = (struct objalloc *) malloc (sizeof *ret); in objalloc_create()
115 _objalloc_alloc (struct objalloc *o, unsigned long original_len) in _objalloc_alloc()
177 objalloc_free (struct objalloc *o) in objalloc_free()
198 objalloc_free_block (struct objalloc *o, PTR block) in objalloc_free_block()
/dflybsd-src/contrib/binutils-2.34/libiberty/
H A Dobjalloc.c85 struct objalloc *
88 struct objalloc *ret; in objalloc_create()
91 ret = (struct objalloc *) malloc (sizeof *ret); in objalloc_create()
115 _objalloc_alloc (struct objalloc *o, unsigned long original_len) in _objalloc_alloc()
177 objalloc_free (struct objalloc *o) in objalloc_free()
198 objalloc_free_block (struct objalloc *o, PTR block) in objalloc_free_block()
/dflybsd-src/contrib/gcc-8.0/libiberty/
H A Dobjalloc.c85 struct objalloc *
88 struct objalloc *ret; in objalloc_create()
91 ret = (struct objalloc *) malloc (sizeof *ret); in objalloc_create()
115 _objalloc_alloc (struct objalloc *o, unsigned long original_len) in _objalloc_alloc()
177 objalloc_free (struct objalloc *o) in objalloc_free()
198 objalloc_free_block (struct objalloc *o, PTR block) in objalloc_free_block()
/dflybsd-src/contrib/gcc-4.7/libiberty/
H A Dobjalloc.c85 struct objalloc *
88 struct objalloc *ret; in objalloc_create()
91 ret = (struct objalloc *) malloc (sizeof *ret); in objalloc_create()
115 _objalloc_alloc (struct objalloc *o, unsigned long len) in _objalloc_alloc()
170 objalloc_free (struct objalloc *o) in objalloc_free()
191 objalloc_free_block (struct objalloc *o, PTR block) in objalloc_free_block()
/dflybsd-src/contrib/gdb-7/libiberty/
H A Dobjalloc.c85 struct objalloc *
88 struct objalloc *ret; in objalloc_create()
91 ret = (struct objalloc *) malloc (sizeof *ret); in objalloc_create()
115 _objalloc_alloc (struct objalloc *o, unsigned long original_len) in _objalloc_alloc()
177 objalloc_free (struct objalloc *o) in objalloc_free()
198 objalloc_free_block (struct objalloc *o, PTR block) in objalloc_free_block()
/dflybsd-src/contrib/binutils-2.27/bfd/
H A Dhash.c392 objalloc_alloc ((struct objalloc *) table->memory, alloc); in bfd_hash_table_init_n()
426 objalloc_free ((struct objalloc *) table->memory); in bfd_hash_table_free()
485 new_string = (char *) objalloc_alloc ((struct objalloc *) table->memory, in bfd_hash_lookup()
535 objalloc_alloc ((struct objalloc *) table->memory, alloc)); in bfd_hash_insert()
622 ret = objalloc_alloc ((struct objalloc *) table->memory, size); in bfd_hash_allocate()
H A Dopncls.c125 objalloc_free ((struct objalloc *) abfd->memory); in _bfd_delete_bfd()
142 objalloc_free ((struct objalloc *) abfd->memory); in _bfd_free_cached_info()
958 ret = objalloc_alloc ((struct objalloc *) abfd->memory, ul_size); in bfd_alloc()
1052 objalloc_free_block ((struct objalloc *) abfd->memory, block); in bfd_release()
/dflybsd-src/contrib/gdb-7/bfd/
H A Dhash.c393 objalloc_alloc ((struct objalloc *) table->memory, alloc); in bfd_hash_table_init_n()
426 objalloc_free ((struct objalloc *) table->memory); in bfd_hash_table_free()
485 new_string = (char *) objalloc_alloc ((struct objalloc *) table->memory, in bfd_hash_lookup()
535 objalloc_alloc ((struct objalloc *) table->memory, alloc)); in bfd_hash_insert()
622 ret = objalloc_alloc ((struct objalloc *) table->memory, size); in bfd_hash_allocate()
H A Dopncls.c140 objalloc_free ((struct objalloc *) abfd->memory); in _bfd_delete_bfd()
155 objalloc_free ((struct objalloc *) abfd->memory); in _bfd_free_cached_info()
930 ret = objalloc_alloc ((struct objalloc *) abfd->memory, (unsigned long) size); in bfd_alloc()
969 ret = objalloc_alloc ((struct objalloc *) abfd->memory, (unsigned long) size); in bfd_alloc2()
1037 objalloc_free_block ((struct objalloc *) abfd->memory, block); in bfd_release()
H A Delf32-i386.c919 objalloc_alloc ((struct objalloc *) htab->loc_hash_memory, in elf_i386_get_local_sym_hash()
978 objalloc_free ((struct objalloc *) htab->loc_hash_memory); in elf_i386_link_hash_table_free()
/dflybsd-src/contrib/binutils-2.34/bfd/
H A Dhash.c392 objalloc_alloc ((struct objalloc *) table->memory, alloc); in bfd_hash_table_init_n()
426 objalloc_free ((struct objalloc *) table->memory); in bfd_hash_table_free()
486 new_string = (char *) objalloc_alloc ((struct objalloc *) table->memory, in bfd_hash_lookup()
536 objalloc_alloc ((struct objalloc *) table->memory, alloc)); in bfd_hash_insert()
623 ret = objalloc_alloc ((struct objalloc *) table->memory, size); in bfd_hash_allocate()
H A Dopncls.c126 objalloc_free ((struct objalloc *) abfd->memory); in _bfd_delete_bfd()
143 objalloc_free ((struct objalloc *) abfd->memory); in _bfd_free_cached_info()
978 ret = objalloc_alloc ((struct objalloc *) abfd->memory, ul_size); in bfd_alloc()
1072 objalloc_free_block ((struct objalloc *) abfd->memory, block); in bfd_release()
H A Delfxx-x86.c635 objalloc_alloc ((struct objalloc *) htab->loc_hash_memory, in _bfd_elf_x86_get_local_sym_hash()
736 objalloc_free ((struct objalloc *) htab->loc_hash_memory); in elf_x86_link_hash_table_free()
/dflybsd-src/gnu/usr.bin/gdb/libiberty/
H A DMakefile30 ./objalloc.c \
/dflybsd-src/gnu/usr.bin/binutils227/block1/libiberty/
H A DMakefile34 objalloc.c \
/dflybsd-src/gnu/usr.bin/cc47/libiberty/
H A DMakefile37 objalloc.o \
/dflybsd-src/gnu/usr.bin/binutils234/block1/libiberty/
H A DMakefile22 objalloc.c \
/dflybsd-src/gnu/usr.bin/cc80/support-libs/libiberty/
H A DMakefile40 objalloc.o \
/dflybsd-src/contrib/binutils-2.34/ld/
H A Dldcref.c312 objalloc_free_block ((struct objalloc *) cref_table.root.memory, in handle_asneeded_cref()
/dflybsd-src/contrib/binutils-2.27/ld/
H A Dldcref.c311 objalloc_free_block ((struct objalloc *) cref_table.root.memory, in handle_asneeded_cref()

12