Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/
Dobjalloc.h87 #define objalloc_alloc(o, l) \ macro
102 #define objalloc_alloc(o, l) _objalloc_alloc ((o), (l)) macro
DChangeLog-0415464 * objalloc.h (objalloc_alloc): Do not use fast path on wraparound.
/toolchain/binutils/binutils-2.27/bfd/
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()
Decofflink.c407 n = (struct shuffle *) objalloc_alloc (ainfo->memory, in add_file_shuffle()
440 n = (struct shuffle *) objalloc_alloc (ainfo->memory, in add_memory_shuffle()
637 rfd_out = (bfd_byte *) objalloc_alloc (ainfo->memory, sz); in bfd_ecoff_debug_accumulate()
738 fdr_out = (bfd_byte *) objalloc_alloc (ainfo->memory, sz); in bfd_ecoff_debug_accumulate()
776 sym_out = (bfd_byte *) objalloc_alloc (ainfo->memory, sz); in bfd_ecoff_debug_accumulate()
961 out = (bfd_byte *) objalloc_alloc (ainfo->memory, sz); in bfd_ecoff_debug_accumulate()
985 out = (bfd_byte *) objalloc_alloc (ainfo->memory, sz); in bfd_ecoff_debug_accumulate()
1158 external_sym = objalloc_alloc (ainfo->memory, in bfd_ecoff_debug_accumulate_other()
1179 external_fdr = objalloc_alloc (ainfo->memory, in bfd_ecoff_debug_accumulate_other()
Dopncls.c958 ret = objalloc_alloc ((struct objalloc *) abfd->memory, ul_size); in bfd_alloc()
Delfnn-ia64.c1594 objalloc_alloc ((struct objalloc *) ia64_info->loc_hash_memory, in get_local_sym_hash()
Delf64-ia64-vms.c1362 objalloc_alloc ((struct objalloc *) ia64_info->loc_hash_memory, in get_local_sym_hash()
Delfxx-sparc.c1090 objalloc_alloc ((struct objalloc *) htab->loc_hash_memory, in elf_sparc_get_local_sym_hash()
Delf32-i386.c993 objalloc_alloc ((struct objalloc *) htab->loc_hash_memory, in elf_i386_get_local_sym_hash()
Delf64-x86-64.c1018 objalloc_alloc ((struct objalloc *) htab->loc_hash_memory, in elf_x86_64_get_local_sym_hash()
Delfnn-aarch64.c2481 objalloc_alloc ((struct objalloc *) htab->loc_hash_memory, in elfNN_aarch64_get_local_sym_hash()
/toolchain/binutils/binutils-2.27/libiberty/
Dobjalloc.c170 return objalloc_alloc (o, len); in _objalloc_alloc()