Home
last modified time | relevance | path

Searched refs:alloc_f (Results 1 – 25 of 169) sorted by relevance

1234567

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/libiberty/
H A Dhashtab.c168 htab_create_alloc (size, hash_f, eq_f, del_f, alloc_f, free_f) in htab_create_alloc() argument
173 htab_alloc alloc_f;
179 result = (htab_t) (*alloc_f) (1, sizeof (struct htab));
182 result->entries = (PTR *) (*alloc_f) (size, sizeof (PTR));
193 result->alloc_f = alloc_f;
202 htab_create_alloc_ex (size, hash_f, eq_f, del_f, alloc_arg, alloc_f, in htab_create_alloc_ex() argument
209 htab_alloc_with_arg alloc_f;
230 result->alloc_with_arg_f = alloc_f;
244 htab_alloc_with_arg alloc_f;
251 htab->alloc_with_arg_f = alloc_f;
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libiberty/
H A Dhashtab.c168 htab_create_alloc (size, hash_f, eq_f, del_f, alloc_f, free_f) in htab_create_alloc() argument
173 htab_alloc alloc_f;
179 result = (htab_t) (*alloc_f) (1, sizeof (struct htab));
182 result->entries = (PTR *) (*alloc_f) (size, sizeof (PTR));
193 result->alloc_f = alloc_f;
202 htab_create_alloc_ex (size, hash_f, eq_f, del_f, alloc_arg, alloc_f, in htab_create_alloc_ex() argument
209 htab_alloc_with_arg alloc_f;
230 result->alloc_with_arg_f = alloc_f;
244 htab_alloc_with_arg alloc_f;
251 htab->alloc_with_arg_f = alloc_f;
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/libiberty/
H A Dhashtab.c168 htab_create_alloc (size, hash_f, eq_f, del_f, alloc_f, free_f) in htab_create_alloc() argument
173 htab_alloc alloc_f;
179 result = (htab_t) (*alloc_f) (1, sizeof (struct htab));
182 result->entries = (PTR *) (*alloc_f) (size, sizeof (PTR));
193 result->alloc_f = alloc_f;
202 htab_create_alloc_ex (size, hash_f, eq_f, del_f, alloc_arg, alloc_f, in htab_create_alloc_ex() argument
209 htab_alloc_with_arg alloc_f;
230 result->alloc_with_arg_f = alloc_f;
244 htab_alloc_with_arg alloc_f;
251 htab->alloc_with_arg_f = alloc_f;
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libiberty/
H A Dhashtab.c168 htab_create_alloc (size, hash_f, eq_f, del_f, alloc_f, free_f) in htab_create_alloc() argument
173 htab_alloc alloc_f;
179 result = (htab_t) (*alloc_f) (1, sizeof (struct htab));
182 result->entries = (PTR *) (*alloc_f) (size, sizeof (PTR));
193 result->alloc_f = alloc_f;
202 htab_create_alloc_ex (size, hash_f, eq_f, del_f, alloc_arg, alloc_f, in htab_create_alloc_ex() argument
209 htab_alloc_with_arg alloc_f;
230 result->alloc_with_arg_f = alloc_f;
244 htab_alloc_with_arg alloc_f;
251 htab->alloc_with_arg_f = alloc_f;
[all …]
/dports/lang/gcc48/gcc-4.8.5/libiberty/
H A Dhashtab.c294 return htab_create_typed_alloc (size, hash_f, eq_f, del_f, alloc_f, alloc_f, in htab_create_alloc()
304 htab_alloc_with_arg alloc_f, in htab_create_alloc_ex() argument
313 result = (htab_t) (*alloc_f) (alloc_arg, 1, sizeof (struct htab)); in htab_create_alloc_ex()
316 result->entries = (PTR *) (*alloc_f) (alloc_arg, size, sizeof (PTR)); in htab_create_alloc_ex()
329 result->alloc_with_arg_f = alloc_f; in htab_create_alloc_ex()
358 htab_alloc alloc_f, htab_free free_f) in htab_create_typed_alloc() argument
369 result->entries = (PTR *) (*alloc_f) (size, sizeof (PTR)); in htab_create_typed_alloc()
381 result->alloc_f = alloc_f; in htab_create_typed_alloc()
398 htab->alloc_with_arg_f = alloc_f; in htab_set_functions_ex()
472 htab->entries = (PTR *) (*htab->alloc_f) (nsize, sizeof (PTR *)); in htab_empty()
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/libiberty/
H A Dhashtab.c294 return htab_create_typed_alloc (size, hash_f, eq_f, del_f, alloc_f, alloc_f, in htab_create_alloc()
304 htab_alloc_with_arg alloc_f, in htab_create_alloc_ex() argument
313 result = (htab_t) (*alloc_f) (alloc_arg, 1, sizeof (struct htab)); in htab_create_alloc_ex()
316 result->entries = (PTR *) (*alloc_f) (alloc_arg, size, sizeof (PTR)); in htab_create_alloc_ex()
329 result->alloc_with_arg_f = alloc_f; in htab_create_alloc_ex()
358 htab_alloc alloc_f, htab_free free_f) in htab_create_typed_alloc() argument
369 result->entries = (PTR *) (*alloc_f) (size, sizeof (PTR)); in htab_create_typed_alloc()
381 result->alloc_f = alloc_f; in htab_create_typed_alloc()
398 htab->alloc_with_arg_f = alloc_f; in htab_set_functions_ex()
472 htab->entries = (PTR *) (*htab->alloc_f) (nsize, sizeof (PTR *)); in htab_empty()
[all …]
/dports/devel/gdb761/gdb-7.6.1/libiberty/
H A Dhashtab.c294 return htab_create_typed_alloc (size, hash_f, eq_f, del_f, alloc_f, alloc_f, in htab_create_alloc()
304 htab_alloc_with_arg alloc_f, in htab_create_alloc_ex() argument
313 result = (htab_t) (*alloc_f) (alloc_arg, 1, sizeof (struct htab)); in htab_create_alloc_ex()
316 result->entries = (PTR *) (*alloc_f) (alloc_arg, size, sizeof (PTR)); in htab_create_alloc_ex()
329 result->alloc_with_arg_f = alloc_f; in htab_create_alloc_ex()
358 htab_alloc alloc_f, htab_free free_f) in htab_create_typed_alloc() argument
369 result->entries = (PTR *) (*alloc_f) (size, sizeof (PTR)); in htab_create_typed_alloc()
381 result->alloc_f = alloc_f; in htab_create_typed_alloc()
398 htab->alloc_with_arg_f = alloc_f; in htab_set_functions_ex()
472 htab->entries = (PTR *) (*htab->alloc_f) (nsize, sizeof (PTR *)); in htab_empty()
[all …]
/dports/devel/tig/tig-2.5.4/compat/
H A Dhashtab.c286 return htab_create_typed_alloc (size, hash_f, eq_f, del_f, alloc_f, alloc_f, in htab_create_alloc()
296 htab_alloc_with_arg alloc_f, in htab_create_alloc_ex() argument
305 result = (htab_t) (*alloc_f) (alloc_arg, 1, sizeof (struct htab)); in htab_create_alloc_ex()
308 result->entries = (PTR *) (*alloc_f) (alloc_arg, size, sizeof (PTR)); in htab_create_alloc_ex()
321 result->alloc_with_arg_f = alloc_f; in htab_create_alloc_ex()
350 htab_alloc alloc_f, htab_free free_f) in htab_create_typed_alloc() argument
361 result->entries = (PTR *) (*alloc_f) (size, sizeof (PTR)); in htab_create_typed_alloc()
373 result->alloc_f = alloc_f; in htab_create_typed_alloc()
390 htab->alloc_with_arg_f = alloc_f; in htab_set_functions_ex()
466 htab->entries = (PTR *) (*htab->alloc_f) (nsize, sizeof (PTR *)); in htab_empty()
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/libiberty/
H A Dhashtab.c299 htab_create_alloc (size, hash_f, eq_f, del_f, alloc_f, free_f) in htab_create_alloc() argument
304 htab_alloc alloc_f;
313 result = (htab_t) (*alloc_f) (1, sizeof (struct htab));
316 result->entries = (PTR *) (*alloc_f) (size, sizeof (PTR));
328 result->alloc_f = alloc_f;
337 htab_create_alloc_ex (size, hash_f, eq_f, del_f, alloc_arg, alloc_f, in htab_create_alloc_ex() argument
344 htab_alloc_with_arg alloc_f;
369 result->alloc_with_arg_f = alloc_f;
383 htab_alloc_with_arg alloc_f;
390 htab->alloc_with_arg_f = alloc_f;
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libiberty/
H A Dhashtab.c294 return htab_create_typed_alloc (size, hash_f, eq_f, del_f, alloc_f, alloc_f, in htab_create_alloc()
304 htab_alloc_with_arg alloc_f, in htab_create_alloc_ex() argument
313 result = (htab_t) (*alloc_f) (alloc_arg, 1, sizeof (struct htab)); in htab_create_alloc_ex()
316 result->entries = (PTR *) (*alloc_f) (alloc_arg, size, sizeof (PTR)); in htab_create_alloc_ex()
329 result->alloc_with_arg_f = alloc_f; in htab_create_alloc_ex()
358 htab_alloc alloc_f, htab_free free_f) in htab_create_typed_alloc() argument
369 result->entries = (PTR *) (*alloc_f) (size, sizeof (PTR)); in htab_create_typed_alloc()
381 result->alloc_f = alloc_f; in htab_create_typed_alloc()
398 htab->alloc_with_arg_f = alloc_f; in htab_set_functions_ex()
472 htab->entries = (PTR *) (*htab->alloc_f) (nsize, sizeof (PTR *)); in htab_empty()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libiberty/
H A Dhashtab.c285 return htab_create_typed_alloc (size, hash_f, eq_f, del_f, alloc_f, alloc_f, in htab_create_alloc()
295 htab_alloc_with_arg alloc_f, in htab_create_alloc_ex() argument
304 result = (htab_t) (*alloc_f) (alloc_arg, 1, sizeof (struct htab)); in htab_create_alloc_ex()
307 result->entries = (PTR *) (*alloc_f) (alloc_arg, size, sizeof (PTR)); in htab_create_alloc_ex()
320 result->alloc_with_arg_f = alloc_f; in htab_create_alloc_ex()
349 htab_alloc alloc_f, htab_free free_f) in htab_create_typed_alloc() argument
360 result->entries = (PTR *) (*alloc_f) (size, sizeof (PTR)); in htab_create_typed_alloc()
372 result->alloc_f = alloc_f; in htab_create_typed_alloc()
389 htab->alloc_with_arg_f = alloc_f; in htab_set_functions_ex()
463 htab->entries = (PTR *) (*htab->alloc_f) (nsize, sizeof (PTR *)); in htab_empty()
[all …]
/dports/lang/gcc8/gcc-8.5.0/libiberty/
H A Dhashtab.c285 return htab_create_typed_alloc (size, hash_f, eq_f, del_f, alloc_f, alloc_f, in htab_create_alloc()
295 htab_alloc_with_arg alloc_f, in htab_create_alloc_ex() argument
304 result = (htab_t) (*alloc_f) (alloc_arg, 1, sizeof (struct htab)); in htab_create_alloc_ex()
307 result->entries = (PTR *) (*alloc_f) (alloc_arg, size, sizeof (PTR)); in htab_create_alloc_ex()
320 result->alloc_with_arg_f = alloc_f; in htab_create_alloc_ex()
349 htab_alloc alloc_f, htab_free free_f) in htab_create_typed_alloc() argument
360 result->entries = (PTR *) (*alloc_f) (size, sizeof (PTR)); in htab_create_typed_alloc()
372 result->alloc_f = alloc_f; in htab_create_typed_alloc()
389 htab->alloc_with_arg_f = alloc_f; in htab_set_functions_ex()
463 htab->entries = (PTR *) (*htab->alloc_f) (nsize, sizeof (PTR *)); in htab_empty()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libiberty/
H A Dhashtab.c286 return htab_create_typed_alloc (size, hash_f, eq_f, del_f, alloc_f, alloc_f, in htab_create_alloc()
296 htab_alloc_with_arg alloc_f, in htab_create_alloc_ex() argument
305 result = (htab_t) (*alloc_f) (alloc_arg, 1, sizeof (struct htab)); in htab_create_alloc_ex()
308 result->entries = (PTR *) (*alloc_f) (alloc_arg, size, sizeof (PTR)); in htab_create_alloc_ex()
321 result->alloc_with_arg_f = alloc_f; in htab_create_alloc_ex()
350 htab_alloc alloc_f, htab_free free_f) in htab_create_typed_alloc() argument
361 result->entries = (PTR *) (*alloc_f) (size, sizeof (PTR)); in htab_create_typed_alloc()
373 result->alloc_f = alloc_f; in htab_create_typed_alloc()
390 htab->alloc_with_arg_f = alloc_f; in htab_set_functions_ex()
464 htab->entries = (PTR *) (*htab->alloc_f) (nsize, sizeof (PTR *)); in htab_empty()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libiberty/
H A Dhashtab.c285 return htab_create_typed_alloc (size, hash_f, eq_f, del_f, alloc_f, alloc_f, in htab_create_alloc()
295 htab_alloc_with_arg alloc_f, in htab_create_alloc_ex() argument
304 result = (htab_t) (*alloc_f) (alloc_arg, 1, sizeof (struct htab)); in htab_create_alloc_ex()
307 result->entries = (PTR *) (*alloc_f) (alloc_arg, size, sizeof (PTR)); in htab_create_alloc_ex()
320 result->alloc_with_arg_f = alloc_f; in htab_create_alloc_ex()
349 htab_alloc alloc_f, htab_free free_f) in htab_create_typed_alloc() argument
360 result->entries = (PTR *) (*alloc_f) (size, sizeof (PTR)); in htab_create_typed_alloc()
372 result->alloc_f = alloc_f; in htab_create_typed_alloc()
389 htab->alloc_with_arg_f = alloc_f; in htab_set_functions_ex()
463 htab->entries = (PTR *) (*htab->alloc_f) (nsize, sizeof (PTR *)); in htab_empty()
[all …]
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/libiberty/
H A Dhashtab.c286 return htab_create_typed_alloc (size, hash_f, eq_f, del_f, alloc_f, alloc_f, in htab_create_alloc()
296 htab_alloc_with_arg alloc_f, in htab_create_alloc_ex() argument
305 result = (htab_t) (*alloc_f) (alloc_arg, 1, sizeof (struct htab)); in htab_create_alloc_ex()
308 result->entries = (PTR *) (*alloc_f) (alloc_arg, size, sizeof (PTR)); in htab_create_alloc_ex()
321 result->alloc_with_arg_f = alloc_f; in htab_create_alloc_ex()
350 htab_alloc alloc_f, htab_free free_f) in htab_create_typed_alloc() argument
361 result->entries = (PTR *) (*alloc_f) (size, sizeof (PTR)); in htab_create_typed_alloc()
373 result->alloc_f = alloc_f; in htab_create_typed_alloc()
390 htab->alloc_with_arg_f = alloc_f; in htab_set_functions_ex()
464 htab->entries = (PTR *) (*htab->alloc_f) (nsize, sizeof (PTR *)); in htab_empty()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libiberty/
H A Dhashtab.c285 return htab_create_typed_alloc (size, hash_f, eq_f, del_f, alloc_f, alloc_f, in htab_create_alloc()
295 htab_alloc_with_arg alloc_f, in htab_create_alloc_ex() argument
304 result = (htab_t) (*alloc_f) (alloc_arg, 1, sizeof (struct htab)); in htab_create_alloc_ex()
307 result->entries = (PTR *) (*alloc_f) (alloc_arg, size, sizeof (PTR)); in htab_create_alloc_ex()
320 result->alloc_with_arg_f = alloc_f; in htab_create_alloc_ex()
349 htab_alloc alloc_f, htab_free free_f) in htab_create_typed_alloc() argument
360 result->entries = (PTR *) (*alloc_f) (size, sizeof (PTR)); in htab_create_typed_alloc()
372 result->alloc_f = alloc_f; in htab_create_typed_alloc()
389 htab->alloc_with_arg_f = alloc_f; in htab_set_functions_ex()
463 htab->entries = (PTR *) (*htab->alloc_f) (nsize, sizeof (PTR *)); in htab_empty()
[all …]
/dports/lang/gcc11/gcc-11.2.0/libiberty/
H A Dhashtab.c285 return htab_create_typed_alloc (size, hash_f, eq_f, del_f, alloc_f, alloc_f, in htab_create_alloc()
295 htab_alloc_with_arg alloc_f, in htab_create_alloc_ex() argument
304 result = (htab_t) (*alloc_f) (alloc_arg, 1, sizeof (struct htab)); in htab_create_alloc_ex()
307 result->entries = (PTR *) (*alloc_f) (alloc_arg, size, sizeof (PTR)); in htab_create_alloc_ex()
320 result->alloc_with_arg_f = alloc_f; in htab_create_alloc_ex()
349 htab_alloc alloc_f, htab_free free_f) in htab_create_typed_alloc() argument
360 result->entries = (PTR *) (*alloc_f) (size, sizeof (PTR)); in htab_create_typed_alloc()
372 result->alloc_f = alloc_f; in htab_create_typed_alloc()
389 htab->alloc_with_arg_f = alloc_f; in htab_set_functions_ex()
463 htab->entries = (PTR *) (*htab->alloc_f) (nsize, sizeof (PTR *)); in htab_empty()
[all …]
/dports/lang/gcc10/gcc-10.3.0/libiberty/
H A Dhashtab.c285 return htab_create_typed_alloc (size, hash_f, eq_f, del_f, alloc_f, alloc_f, in htab_create_alloc()
295 htab_alloc_with_arg alloc_f, in htab_create_alloc_ex() argument
304 result = (htab_t) (*alloc_f) (alloc_arg, 1, sizeof (struct htab)); in htab_create_alloc_ex()
307 result->entries = (PTR *) (*alloc_f) (alloc_arg, size, sizeof (PTR)); in htab_create_alloc_ex()
320 result->alloc_with_arg_f = alloc_f; in htab_create_alloc_ex()
349 htab_alloc alloc_f, htab_free free_f) in htab_create_typed_alloc() argument
360 result->entries = (PTR *) (*alloc_f) (size, sizeof (PTR)); in htab_create_typed_alloc()
372 result->alloc_f = alloc_f; in htab_create_typed_alloc()
389 htab->alloc_with_arg_f = alloc_f; in htab_set_functions_ex()
463 htab->entries = (PTR *) (*htab->alloc_f) (nsize, sizeof (PTR *)); in htab_empty()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libiberty/
H A Dhashtab.c285 return htab_create_typed_alloc (size, hash_f, eq_f, del_f, alloc_f, alloc_f, in htab_create_alloc()
295 htab_alloc_with_arg alloc_f, in htab_create_alloc_ex() argument
304 result = (htab_t) (*alloc_f) (alloc_arg, 1, sizeof (struct htab)); in htab_create_alloc_ex()
307 result->entries = (PTR *) (*alloc_f) (alloc_arg, size, sizeof (PTR)); in htab_create_alloc_ex()
320 result->alloc_with_arg_f = alloc_f; in htab_create_alloc_ex()
349 htab_alloc alloc_f, htab_free free_f) in htab_create_typed_alloc() argument
360 result->entries = (PTR *) (*alloc_f) (size, sizeof (PTR)); in htab_create_typed_alloc()
372 result->alloc_f = alloc_f; in htab_create_typed_alloc()
389 htab->alloc_with_arg_f = alloc_f; in htab_set_functions_ex()
463 htab->entries = (PTR *) (*htab->alloc_f) (nsize, sizeof (PTR *)); in htab_empty()
[all …]
/dports/devel/arm-elf-binutils/binutils-2.37/libiberty/
H A Dhashtab.c285 return htab_create_typed_alloc (size, hash_f, eq_f, del_f, alloc_f, alloc_f, in htab_create_alloc()
295 htab_alloc_with_arg alloc_f, in htab_create_alloc_ex() argument
304 result = (htab_t) (*alloc_f) (alloc_arg, 1, sizeof (struct htab)); in htab_create_alloc_ex()
307 result->entries = (PTR *) (*alloc_f) (alloc_arg, size, sizeof (PTR)); in htab_create_alloc_ex()
320 result->alloc_with_arg_f = alloc_f; in htab_create_alloc_ex()
349 htab_alloc alloc_f, htab_free free_f) in htab_create_typed_alloc() argument
360 result->entries = (PTR *) (*alloc_f) (size, sizeof (PTR)); in htab_create_typed_alloc()
372 result->alloc_f = alloc_f; in htab_create_typed_alloc()
389 htab->alloc_with_arg_f = alloc_f; in htab_set_functions_ex()
463 htab->entries = (PTR *) (*htab->alloc_f) (nsize, sizeof (PTR *)); in htab_empty()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libiberty/
H A Dhashtab.c285 return htab_create_typed_alloc (size, hash_f, eq_f, del_f, alloc_f, alloc_f, in htab_create_alloc()
295 htab_alloc_with_arg alloc_f, in htab_create_alloc_ex() argument
304 result = (htab_t) (*alloc_f) (alloc_arg, 1, sizeof (struct htab)); in htab_create_alloc_ex()
307 result->entries = (PTR *) (*alloc_f) (alloc_arg, size, sizeof (PTR)); in htab_create_alloc_ex()
320 result->alloc_with_arg_f = alloc_f; in htab_create_alloc_ex()
349 htab_alloc alloc_f, htab_free free_f) in htab_create_typed_alloc() argument
360 result->entries = (PTR *) (*alloc_f) (size, sizeof (PTR)); in htab_create_typed_alloc()
372 result->alloc_f = alloc_f; in htab_create_typed_alloc()
389 htab->alloc_with_arg_f = alloc_f; in htab_set_functions_ex()
463 htab->entries = (PTR *) (*htab->alloc_f) (nsize, sizeof (PTR *)); in htab_empty()
[all …]
/dports/lang/gnatdroid-binutils/binutils-2.27/libiberty/
H A Dhashtab.c286 return htab_create_typed_alloc (size, hash_f, eq_f, del_f, alloc_f, alloc_f, in htab_create_alloc()
296 htab_alloc_with_arg alloc_f, in htab_create_alloc_ex() argument
305 result = (htab_t) (*alloc_f) (alloc_arg, 1, sizeof (struct htab)); in htab_create_alloc_ex()
308 result->entries = (PTR *) (*alloc_f) (alloc_arg, size, sizeof (PTR)); in htab_create_alloc_ex()
321 result->alloc_with_arg_f = alloc_f; in htab_create_alloc_ex()
350 htab_alloc alloc_f, htab_free free_f) in htab_create_typed_alloc() argument
361 result->entries = (PTR *) (*alloc_f) (size, sizeof (PTR)); in htab_create_typed_alloc()
373 result->alloc_f = alloc_f; in htab_create_typed_alloc()
390 htab->alloc_with_arg_f = alloc_f; in htab_set_functions_ex()
464 htab->entries = (PTR *) (*htab->alloc_f) (nsize, sizeof (PTR *)); in htab_empty()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libiberty/
H A Dhashtab.c285 return htab_create_typed_alloc (size, hash_f, eq_f, del_f, alloc_f, alloc_f, in htab_create_alloc()
295 htab_alloc_with_arg alloc_f, in htab_create_alloc_ex() argument
304 result = (htab_t) (*alloc_f) (alloc_arg, 1, sizeof (struct htab)); in htab_create_alloc_ex()
307 result->entries = (PTR *) (*alloc_f) (alloc_arg, size, sizeof (PTR)); in htab_create_alloc_ex()
320 result->alloc_with_arg_f = alloc_f; in htab_create_alloc_ex()
349 htab_alloc alloc_f, htab_free free_f) in htab_create_typed_alloc() argument
360 result->entries = (PTR *) (*alloc_f) (size, sizeof (PTR)); in htab_create_typed_alloc()
372 result->alloc_f = alloc_f; in htab_create_typed_alloc()
389 htab->alloc_with_arg_f = alloc_f; in htab_set_functions_ex()
463 htab->entries = (PTR *) (*htab->alloc_f) (nsize, sizeof (PTR *)); in htab_empty()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libiberty/
H A Dhashtab.c285 return htab_create_typed_alloc (size, hash_f, eq_f, del_f, alloc_f, alloc_f, in htab_create_alloc()
295 htab_alloc_with_arg alloc_f, in htab_create_alloc_ex() argument
304 result = (htab_t) (*alloc_f) (alloc_arg, 1, sizeof (struct htab)); in htab_create_alloc_ex()
307 result->entries = (PTR *) (*alloc_f) (alloc_arg, size, sizeof (PTR)); in htab_create_alloc_ex()
320 result->alloc_with_arg_f = alloc_f; in htab_create_alloc_ex()
349 htab_alloc alloc_f, htab_free free_f) in htab_create_typed_alloc() argument
360 result->entries = (PTR *) (*alloc_f) (size, sizeof (PTR)); in htab_create_typed_alloc()
372 result->alloc_f = alloc_f; in htab_create_typed_alloc()
389 htab->alloc_with_arg_f = alloc_f; in htab_set_functions_ex()
463 htab->entries = (PTR *) (*htab->alloc_f) (nsize, sizeof (PTR *)); in htab_empty()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libiberty/
H A Dhashtab.c286 return htab_create_typed_alloc (size, hash_f, eq_f, del_f, alloc_f, alloc_f, in htab_create_alloc()
296 htab_alloc_with_arg alloc_f, in htab_create_alloc_ex() argument
305 result = (htab_t) (*alloc_f) (alloc_arg, 1, sizeof (struct htab)); in htab_create_alloc_ex()
308 result->entries = (PTR *) (*alloc_f) (alloc_arg, size, sizeof (PTR)); in htab_create_alloc_ex()
321 result->alloc_with_arg_f = alloc_f; in htab_create_alloc_ex()
350 htab_alloc alloc_f, htab_free free_f) in htab_create_typed_alloc() argument
361 result->entries = (PTR *) (*alloc_f) (size, sizeof (PTR)); in htab_create_typed_alloc()
373 result->alloc_f = alloc_f; in htab_create_typed_alloc()
390 htab->alloc_with_arg_f = alloc_f; in htab_set_functions_ex()
464 htab->entries = (PTR *) (*htab->alloc_f) (nsize, sizeof (PTR *)); in htab_empty()
[all …]

1234567