Searched refs:alloc_with_arg_f (Results 1 – 10 of 10) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/libiberty/ |
H A D | hashtab.c | 329 result->alloc_with_arg_f = alloc_f; in htab_create_alloc_ex() 398 htab->alloc_with_arg_f = alloc_f; in htab_set_functions_ex() 468 if (htab->alloc_with_arg_f != NULL) in htab_empty() 469 htab->entries = (PTR *) (*htab->alloc_with_arg_f) (htab->alloc_arg, nsize, in htab_empty() 554 if (htab->alloc_with_arg_f != NULL) in htab_expand() 555 nentries = (PTR *) (*htab->alloc_with_arg_f) (htab->alloc_arg, nsize, in htab_expand()
|
/dflybsd-src/contrib/gdb-7/libiberty/ |
H A D | hashtab.c | 329 result->alloc_with_arg_f = alloc_f; in htab_create_alloc_ex() 398 htab->alloc_with_arg_f = alloc_f; in htab_set_functions_ex() 468 if (htab->alloc_with_arg_f != NULL) in htab_empty() 469 htab->entries = (PTR *) (*htab->alloc_with_arg_f) (htab->alloc_arg, nsize, in htab_empty() 554 if (htab->alloc_with_arg_f != NULL) in htab_expand() 555 nentries = (PTR *) (*htab->alloc_with_arg_f) (htab->alloc_arg, nsize, in htab_expand()
|
/dflybsd-src/contrib/binutils-2.34/libiberty/ |
H A D | hashtab.c | 320 result->alloc_with_arg_f = alloc_f; in htab_create_alloc_ex() 389 htab->alloc_with_arg_f = alloc_f; in htab_set_functions_ex() 459 if (htab->alloc_with_arg_f != NULL) in htab_empty() 460 htab->entries = (PTR *) (*htab->alloc_with_arg_f) (htab->alloc_arg, nsize, in htab_empty() 545 if (htab->alloc_with_arg_f != NULL) in htab_expand() 546 nentries = (PTR *) (*htab->alloc_with_arg_f) (htab->alloc_arg, nsize, in htab_expand()
|
/dflybsd-src/contrib/binutils-2.27/libiberty/ |
H A D | hashtab.c | 321 result->alloc_with_arg_f = alloc_f; in htab_create_alloc_ex() 390 htab->alloc_with_arg_f = alloc_f; in htab_set_functions_ex() 460 if (htab->alloc_with_arg_f != NULL) in htab_empty() 461 htab->entries = (PTR *) (*htab->alloc_with_arg_f) (htab->alloc_arg, nsize, in htab_empty() 546 if (htab->alloc_with_arg_f != NULL) in htab_expand() 547 nentries = (PTR *) (*htab->alloc_with_arg_f) (htab->alloc_arg, nsize, in htab_expand()
|
/dflybsd-src/contrib/gcc-8.0/libiberty/ |
H A D | hashtab.c | 320 result->alloc_with_arg_f = alloc_f; in htab_create_alloc_ex() 389 htab->alloc_with_arg_f = alloc_f; in htab_set_functions_ex() 459 if (htab->alloc_with_arg_f != NULL) in htab_empty() 460 htab->entries = (PTR *) (*htab->alloc_with_arg_f) (htab->alloc_arg, nsize, in htab_empty() 545 if (htab->alloc_with_arg_f != NULL) in htab_expand() 546 nentries = (PTR *) (*htab->alloc_with_arg_f) (htab->alloc_arg, nsize, in htab_expand()
|
/dflybsd-src/contrib/gcc-8.0/include/ |
H A D | hashtab.h | 131 htab_alloc_with_arg alloc_with_arg_f; member
|
/dflybsd-src/contrib/binutils-2.34/include/ |
H A D | hashtab.h | 131 htab_alloc_with_arg alloc_with_arg_f; member
|
/dflybsd-src/contrib/binutils-2.27/include/ |
H A D | hashtab.h | 131 htab_alloc_with_arg alloc_with_arg_f; member
|
/dflybsd-src/contrib/gcc-4.7/include/ |
H A D | hashtab.h | 136 htab_alloc_with_arg alloc_with_arg_f; member
|
/dflybsd-src/contrib/gdb-7/include/ |
H A D | hashtab.h | 136 htab_alloc_with_arg alloc_with_arg_f; member
|