Home
last modified time | relevance | path

Searched defs:htab_free (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/include/
H A Dhashtab.h73 typedef void (*htab_free) (void *); typedef
/netbsd-src/external/gpl3/gcc.old/dist/include/
H A Dhashtab.h73 typedef void (*htab_free) (void *); typedef
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dhashtab.h73 typedef void (*htab_free) (void *); typedef
/netbsd-src/external/gpl3/gcc/dist/include/
H A Dhashtab.h73 typedef void (*htab_free) (void *); typedef
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/
H A Dtask.c43 htab_free (void *ptr) in htab_free() function
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Dtask.c44 htab_free (void *ptr) in htab_free() function
H A Dtarget.c49 static inline void htab_free (void *ptr) { free (ptr); } in htab_free() function