/netbsd-src/external/gpl3/binutils.old/dist/include/ |
H A D | objalloc.h | 87 #define objalloc_alloc(o, l) \ macro 102 #define objalloc_alloc(o, l) _objalloc_alloc ((o), (l)) macro
|
H A D | ChangeLog-0415 | 464 * objalloc.h (objalloc_alloc): Do not use fast path on wraparound.
|
/netbsd-src/external/gpl3/binutils/dist/include/ |
H A D | objalloc.h | 87 #define objalloc_alloc(o, l) \ macro 102 #define objalloc_alloc(o, l) _objalloc_alloc ((o), (l)) macro
|
H A D | ChangeLog-0415 | 464 * objalloc.h (objalloc_alloc): Do not use fast path on wraparound.
|
/netbsd-src/external/gpl3/gcc.old/dist/include/ |
H A D | objalloc.h | 87 #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 D | objalloc.h | 87 #define objalloc_alloc(o, l) \ macro 102 #define objalloc_alloc(o, l) _objalloc_alloc ((o), (l)) macro
|
H A D | ChangeLog | 1004 * objalloc.h (objalloc_alloc): Do not use fast path on wraparound.
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | hash.c | 392 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 D | ecofflink.c | 408 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 D | opncls.c | 1032 ret = objalloc_alloc ((struct objalloc *) abfd->memory, ul_size); in bfd_alloc()
|
H A D | elfnn-loongarch.c | 290 objalloc_alloc ((struct objalloc *) htab->loc_hash_memory, in elfNN_loongarch_get_local_sym_hash()
|
H A D | elfxx-x86.c | 600 objalloc_alloc ((struct objalloc *) htab->loc_hash_memory, in _bfd_elf_x86_get_local_sym_hash()
|
H A D | elfnn-ia64.c | 1608 objalloc_alloc ((struct objalloc *) ia64_info->loc_hash_memory, in get_local_sym_hash()
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | hash.c | 448 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 D | ecofflink.c | 408 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 D | merge.c | 192 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 D | libbfd.c | 452 ret = objalloc_alloc ((struct objalloc *) abfd->memory, ul_size); in bfd_alloc()
|
H A D | elfxx-x86.c | 600 objalloc_alloc ((struct objalloc *) htab->loc_hash_memory, in _bfd_elf_x86_get_local_sym_hash()
|
H A D | elfnn-ia64.c | 1609 objalloc_alloc ((struct objalloc *) ia64_info->loc_hash_memory, in get_local_sym_hash()
|
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
H A D | objalloc.c | 170 return objalloc_alloc (o, len); in _objalloc_alloc()
|
/netbsd-src/external/gpl3/gcc/dist/libiberty/ |
H A D | objalloc.c | 170 return objalloc_alloc (o, len); in _objalloc_alloc()
|
/netbsd-src/external/gpl3/binutils/dist/libiberty/ |
H A D | objalloc.c | 170 return objalloc_alloc (o, len); in _objalloc_alloc()
|
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
H A D | objalloc.c | 170 return objalloc_alloc (o, len); in _objalloc_alloc()
|
/netbsd-src/external/gpl3/gdb.old/dist/include/ |
H A D | ChangeLog-0415 | 464 * objalloc.h (objalloc_alloc): Do not use fast path on wraparound.
|
/netbsd-src/external/gpl3/gdb/dist/include/ |
H A D | ChangeLog-0415 | 464 * objalloc.h (objalloc_alloc): Do not use fast path on wraparound.
|