Searched refs:free_with_arg_f (Results 1 - 9 of 9) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/include/
H A Dhashtab.h137 htab_free_with_arg free_with_arg_f; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/include/
H A Dhashtab.h137 htab_free_with_arg free_with_arg_f; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/include/
H A Dhashtab.h137 htab_free_with_arg free_with_arg_f; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/lib/gcc/arm-brcm-linux-uclibcgnueabi/4.5.3/plugin/include/
H A Dhashtab.h137 htab_free_with_arg free_with_arg_f; variable
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/lib/gcc/arm-none-eabi/4.8.1/plugin/include/
H A Dhashtab.h137 htab_free_with_arg free_with_arg_f; variable
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/lib/gcc/arm-none-eabi/4.6.1/plugin/include/
H A Dhashtab.h137 htab_free_with_arg free_with_arg_f; variable
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/libiberty/
H A Dhashtab.c349 result->free_with_arg_f = free_f;
365 htab->free_with_arg_f = free_f;
403 else if (htab->free_with_arg_f != NULL)
405 (*htab->free_with_arg_f) (htab->alloc_arg, entries);
406 (*htab->free_with_arg_f) (htab->alloc_arg, htab);
432 else if (htab->free_with_arg_f != NULL)
433 (*htab->free_with_arg_f) (htab->alloc_arg, htab->entries);
551 else if (htab->free_with_arg_f != NULL)
552 (*htab->free_with_arg_f) (htab->alloc_arg, oentries);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/libiberty/
H A Dhashtab.c349 result->free_with_arg_f = free_f;
365 htab->free_with_arg_f = free_f;
403 else if (htab->free_with_arg_f != NULL)
405 (*htab->free_with_arg_f) (htab->alloc_arg, entries);
406 (*htab->free_with_arg_f) (htab->alloc_arg, htab);
432 else if (htab->free_with_arg_f != NULL)
433 (*htab->free_with_arg_f) (htab->alloc_arg, htab->entries);
551 else if (htab->free_with_arg_f != NULL)
552 (*htab->free_with_arg_f) (htab->alloc_arg, oentries);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/libiberty/
H A Dhashtab.c349 result->free_with_arg_f = free_f;
365 htab->free_with_arg_f = free_f;
403 else if (htab->free_with_arg_f != NULL)
405 (*htab->free_with_arg_f) (htab->alloc_arg, entries);
406 (*htab->free_with_arg_f) (htab->alloc_arg, htab);
432 else if (htab->free_with_arg_f != NULL)
433 (*htab->free_with_arg_f) (htab->alloc_arg, htab->entries);
551 else if (htab->free_with_arg_f != NULL)
552 (*htab->free_with_arg_f) (htab->alloc_arg, oentries);

Completed in 143 milliseconds