/dflybsd-src/contrib/binutils-2.34/include/ |
H A D | objalloc.h | 44 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 D | objalloc.h | 44 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 D | objalloc.h | 44 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 D | objalloc.h | 44 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 D | objalloc.h | 44 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 D | objalloc.c | 85 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 D | objalloc.c | 85 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 D | objalloc.c | 85 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 D | objalloc.c | 85 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 D | objalloc.c | 85 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 D | hash.c | 392 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 D | opncls.c | 125 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 D | hash.c | 393 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 D | opncls.c | 140 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 D | elf32-i386.c | 919 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 D | hash.c | 392 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 D | opncls.c | 126 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 D | elfxx-x86.c | 635 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 D | Makefile | 30 ./objalloc.c \
|
/dflybsd-src/gnu/usr.bin/binutils227/block1/libiberty/ |
H A D | Makefile | 34 objalloc.c \
|
/dflybsd-src/gnu/usr.bin/cc47/libiberty/ |
H A D | Makefile | 37 objalloc.o \
|
/dflybsd-src/gnu/usr.bin/binutils234/block1/libiberty/ |
H A D | Makefile | 22 objalloc.c \
|
/dflybsd-src/gnu/usr.bin/cc80/support-libs/libiberty/ |
H A D | Makefile | 40 objalloc.o \
|
/dflybsd-src/contrib/binutils-2.34/ld/ |
H A D | ldcref.c | 312 objalloc_free_block ((struct objalloc *) cref_table.root.memory, in handle_asneeded_cref()
|
/dflybsd-src/contrib/binutils-2.27/ld/ |
H A D | ldcref.c | 311 objalloc_free_block ((struct objalloc *) cref_table.root.memory, in handle_asneeded_cref()
|