Searched refs:objalloc_alloc (Results 1 – 12 of 12) sorted by relevance
/toolchain/binutils/binutils-2.27/include/ |
D | objalloc.h | 87 #define objalloc_alloc(o, l) \ macro 102 #define objalloc_alloc(o, l) _objalloc_alloc ((o), (l)) macro
|
D | ChangeLog-0415 | 464 * objalloc.h (objalloc_alloc): Do not use fast path on wraparound.
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | hash.c | 392 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()
|
D | ecofflink.c | 407 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()
|
D | opncls.c | 958 ret = objalloc_alloc ((struct objalloc *) abfd->memory, ul_size); in bfd_alloc()
|
D | elfnn-ia64.c | 1594 objalloc_alloc ((struct objalloc *) ia64_info->loc_hash_memory, in get_local_sym_hash()
|
D | elf64-ia64-vms.c | 1362 objalloc_alloc ((struct objalloc *) ia64_info->loc_hash_memory, in get_local_sym_hash()
|
D | elfxx-sparc.c | 1090 objalloc_alloc ((struct objalloc *) htab->loc_hash_memory, in elf_sparc_get_local_sym_hash()
|
D | elf32-i386.c | 993 objalloc_alloc ((struct objalloc *) htab->loc_hash_memory, in elf_i386_get_local_sym_hash()
|
D | elf64-x86-64.c | 1018 objalloc_alloc ((struct objalloc *) htab->loc_hash_memory, in elf_x86_64_get_local_sym_hash()
|
D | elfnn-aarch64.c | 2481 objalloc_alloc ((struct objalloc *) htab->loc_hash_memory, in elfNN_aarch64_get_local_sym_hash()
|
/toolchain/binutils/binutils-2.27/libiberty/ |
D | objalloc.c | 170 return objalloc_alloc (o, len); in _objalloc_alloc()
|