Home
last modified time | relevance | path

Searched refs:objalloc_alloc (Results 1 – 21 of 21) sorted by relevance

/dflybsd-src/contrib/binutils-2.34/include/
H A Dobjalloc.h87 #define objalloc_alloc(o, l) \ macro
102 #define objalloc_alloc(o, l) _objalloc_alloc ((o), (l)) macro
/dflybsd-src/contrib/gcc-8.0/include/
H A Dobjalloc.h87 #define objalloc_alloc(o, l) \ macro
102 #define objalloc_alloc(o, l) _objalloc_alloc ((o), (l)) macro
/dflybsd-src/contrib/gcc-4.7/include/
H A Dobjalloc.h87 #define objalloc_alloc(o, l) \ macro
102 #define objalloc_alloc(o, l) _objalloc_alloc ((o), (l)) macro
/dflybsd-src/contrib/gdb-7/include/
H A Dobjalloc.h87 #define objalloc_alloc(o, l) \ macro
102 #define objalloc_alloc(o, l) _objalloc_alloc ((o), (l)) macro
/dflybsd-src/contrib/binutils-2.27/include/
H A Dobjalloc.h87 #define objalloc_alloc(o, l) \ macro
102 #define objalloc_alloc(o, l) _objalloc_alloc ((o), (l)) macro
/dflybsd-src/contrib/binutils-2.27/bfd/
H A Dhash.c392 objalloc_alloc ((struct objalloc *) table->memory, alloc); in bfd_hash_table_init_n()
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.c958 ret = objalloc_alloc ((struct objalloc *) abfd->memory, ul_size); in bfd_alloc()
H A Delf32-i386.c993 objalloc_alloc ((struct objalloc *) htab->loc_hash_memory, in elf_i386_get_local_sym_hash()
H A Delf64-x86-64.c1018 objalloc_alloc ((struct objalloc *) htab->loc_hash_memory, in elf_x86_64_get_local_sym_hash()
/dflybsd-src/contrib/gdb-7/bfd/
H A Dhash.c393 objalloc_alloc ((struct objalloc *) table->memory, alloc); in bfd_hash_table_init_n()
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.c930 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()
H A Delf32-i386.c919 objalloc_alloc ((struct objalloc *) htab->loc_hash_memory, in elf_i386_get_local_sym_hash()
H A Delf64-x86-64.c870 objalloc_alloc ((struct objalloc *) htab->loc_hash_memory, in elf_x86_64_get_local_sym_hash()
/dflybsd-src/contrib/binutils-2.34/bfd/
H A Dhash.c392 objalloc_alloc ((struct objalloc *) table->memory, alloc); in bfd_hash_table_init_n()
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.c978 ret = objalloc_alloc ((struct objalloc *) abfd->memory, ul_size); in bfd_alloc()
H A Delfxx-x86.c635 objalloc_alloc ((struct objalloc *) htab->loc_hash_memory, in _bfd_elf_x86_get_local_sym_hash()
/dflybsd-src/contrib/binutils-2.27/libiberty/
H A Dobjalloc.c170 return objalloc_alloc (o, len); in _objalloc_alloc()
/dflybsd-src/contrib/binutils-2.34/libiberty/
H A Dobjalloc.c170 return objalloc_alloc (o, len); in _objalloc_alloc()
/dflybsd-src/contrib/gcc-8.0/libiberty/
H A Dobjalloc.c170 return objalloc_alloc (o, len); in _objalloc_alloc()
/dflybsd-src/contrib/gcc-4.7/libiberty/
H A Dobjalloc.c163 return objalloc_alloc (o, len); in _objalloc_alloc()
/dflybsd-src/contrib/gdb-7/libiberty/
H A Dobjalloc.c170 return objalloc_alloc (o, len); in _objalloc_alloc()