Home
last modified time | relevance | path

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

12

/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dobjalloc.h87 #define objalloc_alloc(o, l) \ macro
102 #define objalloc_alloc(o, l) _objalloc_alloc ((o), (l)) macro
H A DChangeLog-0415464 * objalloc.h (objalloc_alloc): Do not use fast path on wraparound.
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dobjalloc.h87 #define objalloc_alloc(o, l) \ macro
102 #define objalloc_alloc(o, l) _objalloc_alloc ((o), (l)) macro
H A DChangeLog-0415464 * objalloc.h (objalloc_alloc): Do not use fast path on wraparound.
/netbsd-src/external/gpl3/gcc.old/dist/include/
H A Dobjalloc.h87 #define objalloc_alloc(o, l) \ macro
102 #define objalloc_alloc(o, l) _objalloc_alloc ((o), (l)) macro
/netbsd-src/external/gpl3/gcc/dist/include/
H A Dobjalloc.h87 #define objalloc_alloc(o, l) \ macro
102 #define objalloc_alloc(o, l) _objalloc_alloc ((o), (l)) macro
H A DChangeLog1004 * objalloc.h (objalloc_alloc): Do not use fast path on wraparound.
/netbsd-src/external/gpl3/binutils.old/dist/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 Decofflink.c408 n = (struct shuffle *) objalloc_alloc (ainfo->memory, in add_file_shuffle()
441 n = (struct shuffle *) objalloc_alloc (ainfo->memory, in add_memory_shuffle()
638 rfd_out = (bfd_byte *) objalloc_alloc (ainfo->memory, sz); in bfd_ecoff_debug_accumulate()
739 fdr_out = (bfd_byte *) objalloc_alloc (ainfo->memory, sz); in bfd_ecoff_debug_accumulate()
777 sym_out = (bfd_byte *) objalloc_alloc (ainfo->memory, sz); in bfd_ecoff_debug_accumulate()
962 out = (bfd_byte *) objalloc_alloc (ainfo->memory, sz); in bfd_ecoff_debug_accumulate()
986 out = (bfd_byte *) objalloc_alloc (ainfo->memory, sz); in bfd_ecoff_debug_accumulate()
1159 external_sym = objalloc_alloc (ainfo->memory, in bfd_ecoff_debug_accumulate_other()
1180 external_fdr = objalloc_alloc (ainfo->memory, in bfd_ecoff_debug_accumulate_other()
H A Dopncls.c1032 ret = objalloc_alloc ((struct objalloc *) abfd->memory, ul_size); in bfd_alloc()
H A Delfnn-loongarch.c290 objalloc_alloc ((struct objalloc *) htab->loc_hash_memory, in elfNN_loongarch_get_local_sym_hash()
H A Delfxx-x86.c600 objalloc_alloc ((struct objalloc *) htab->loc_hash_memory, in _bfd_elf_x86_get_local_sym_hash()
H A Delfnn-ia64.c1608 objalloc_alloc ((struct objalloc *) ia64_info->loc_hash_memory, in get_local_sym_hash()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dhash.c448 objalloc_alloc ((struct objalloc *) table->memory, alloc); in bfd_hash_table_init_n()
575 new_string = (char *) objalloc_alloc ((struct objalloc *) table->memory, in bfd_hash_lookup()
637 objalloc_alloc ((struct objalloc *) table->memory, alloc)); in bfd_hash_insert()
756 ret = objalloc_alloc ((struct objalloc *) table->memory, size); in bfd_hash_allocate()
H A Decofflink.c408 n = (struct shuffle *) objalloc_alloc (ainfo->memory, in add_file_shuffle()
441 n = (struct shuffle *) objalloc_alloc (ainfo->memory, in add_memory_shuffle()
638 rfd_out = (bfd_byte *) objalloc_alloc (ainfo->memory, sz); in bfd_ecoff_debug_accumulate()
739 fdr_out = (bfd_byte *) objalloc_alloc (ainfo->memory, sz); in bfd_ecoff_debug_accumulate()
777 sym_out = (bfd_byte *) objalloc_alloc (ainfo->memory, sz); in bfd_ecoff_debug_accumulate()
962 out = (bfd_byte *) objalloc_alloc (ainfo->memory, sz); in bfd_ecoff_debug_accumulate()
986 out = (bfd_byte *) objalloc_alloc (ainfo->memory, sz); in bfd_ecoff_debug_accumulate()
1159 external_sym = objalloc_alloc (ainfo->memory, in bfd_ecoff_debug_accumulate_other()
1180 external_fdr = objalloc_alloc (ainfo->memory, in bfd_ecoff_debug_accumulate_other()
H A Dmerge.c192 newl = objalloc_alloc ((struct objalloc *) table->table.memory, alloc); in sec_merge_maybe_resize()
199 newv = objalloc_alloc ((struct objalloc *) table->table.memory, alloc); in sec_merge_maybe_resize()
445 table->key_lens = objalloc_alloc ((struct objalloc *) table->table.memory, in sec_merge_init()
448 table->values = objalloc_alloc ((struct objalloc *) table->table.memory, in sec_merge_init()
H A Dlibbfd.c452 ret = objalloc_alloc ((struct objalloc *) abfd->memory, ul_size); in bfd_alloc()
H A Delfxx-x86.c600 objalloc_alloc ((struct objalloc *) htab->loc_hash_memory, in _bfd_elf_x86_get_local_sym_hash()
H A Delfnn-ia64.c1609 objalloc_alloc ((struct objalloc *) ia64_info->loc_hash_memory, in get_local_sym_hash()
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dobjalloc.c170 return objalloc_alloc (o, len); in _objalloc_alloc()
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dobjalloc.c170 return objalloc_alloc (o, len); in _objalloc_alloc()
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dobjalloc.c170 return objalloc_alloc (o, len); in _objalloc_alloc()
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dobjalloc.c170 return objalloc_alloc (o, len); in _objalloc_alloc()
/netbsd-src/external/gpl3/gdb.old/dist/include/
H A DChangeLog-0415464 * objalloc.h (objalloc_alloc): Do not use fast path on wraparound.
/netbsd-src/external/gpl3/gdb/dist/include/
H A DChangeLog-0415464 * objalloc.h (objalloc_alloc): Do not use fast path on wraparound.

12