HomeSort by: relevance | last modified time | path
    Searched refs:alloc_with_arg_f (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/binutils/dist/include/
hashtab.h 131 htab_alloc_with_arg alloc_with_arg_f; member in struct:htab
  /src/external/gpl3/binutils.old/dist/include/
hashtab.h 131 htab_alloc_with_arg alloc_with_arg_f; member in struct:htab
  /src/external/gpl3/gcc.old/dist/include/
hashtab.h 131 htab_alloc_with_arg alloc_with_arg_f; member in struct:htab
  /src/external/gpl3/gcc/dist/include/
hashtab.h 131 htab_alloc_with_arg alloc_with_arg_f; member in struct:htab
  /src/external/gpl3/gdb/dist/include/
hashtab.h 131 htab_alloc_with_arg alloc_with_arg_f; member in struct:htab
  /src/external/gpl3/gdb.old/dist/include/
hashtab.h 131 htab_alloc_with_arg alloc_with_arg_f; member in struct:htab
  /src/external/gpl3/binutils/dist/libiberty/
hashtab.c 320 result->alloc_with_arg_f = alloc_f;
389 htab->alloc_with_arg_f = alloc_f;
459 if (htab->alloc_with_arg_f != NULL)
460 htab->entries = (void **) (*htab->alloc_with_arg_f) (htab->alloc_arg, nsize,
545 if (htab->alloc_with_arg_f != NULL)
546 nentries = (void **) (*htab->alloc_with_arg_f) (htab->alloc_arg, nsize,
  /src/external/gpl3/binutils.old/dist/libiberty/
hashtab.c 320 result->alloc_with_arg_f = alloc_f;
389 htab->alloc_with_arg_f = alloc_f;
459 if (htab->alloc_with_arg_f != NULL)
460 htab->entries = (void **) (*htab->alloc_with_arg_f) (htab->alloc_arg, nsize,
545 if (htab->alloc_with_arg_f != NULL)
546 nentries = (void **) (*htab->alloc_with_arg_f) (htab->alloc_arg, nsize,
  /src/external/gpl3/gcc.old/dist/libiberty/
hashtab.c 320 result->alloc_with_arg_f = alloc_f;
389 htab->alloc_with_arg_f = alloc_f;
459 if (htab->alloc_with_arg_f != NULL)
460 htab->entries = (PTR *) (*htab->alloc_with_arg_f) (htab->alloc_arg, nsize,
545 if (htab->alloc_with_arg_f != NULL)
546 nentries = (PTR *) (*htab->alloc_with_arg_f) (htab->alloc_arg, nsize,
  /src/external/gpl3/gcc/dist/libiberty/
hashtab.c 320 result->alloc_with_arg_f = alloc_f;
389 htab->alloc_with_arg_f = alloc_f;
459 if (htab->alloc_with_arg_f != NULL)
460 htab->entries = (void **) (*htab->alloc_with_arg_f) (htab->alloc_arg, nsize,
545 if (htab->alloc_with_arg_f != NULL)
546 nentries = (void **) (*htab->alloc_with_arg_f) (htab->alloc_arg, nsize,
  /src/external/gpl3/gdb/dist/libiberty/
hashtab.c 320 result->alloc_with_arg_f = alloc_f;
389 htab->alloc_with_arg_f = alloc_f;
459 if (htab->alloc_with_arg_f != NULL)
460 htab->entries = (void **) (*htab->alloc_with_arg_f) (htab->alloc_arg, nsize,
545 if (htab->alloc_with_arg_f != NULL)
546 nentries = (void **) (*htab->alloc_with_arg_f) (htab->alloc_arg, nsize,
  /src/external/gpl3/gdb.old/dist/libiberty/
hashtab.c 320 result->alloc_with_arg_f = alloc_f;
389 htab->alloc_with_arg_f = alloc_f;
459 if (htab->alloc_with_arg_f != NULL)
460 htab->entries = (void **) (*htab->alloc_with_arg_f) (htab->alloc_arg, nsize,
545 if (htab->alloc_with_arg_f != NULL)
546 nentries = (void **) (*htab->alloc_with_arg_f) (htab->alloc_arg, nsize,

Completed in 113 milliseconds