Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/include/
H A Dhashtab.h70 typedef void *(*htab_alloc) (size_t, size_t); typedef
/netbsd-src/external/gpl3/gcc.old/dist/include/
H A Dhashtab.h70 typedef void *(*htab_alloc) (size_t, size_t); typedef
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dhashtab.h70 typedef void *(*htab_alloc) (size_t, size_t); typedef
/netbsd-src/external/gpl3/gcc/dist/include/
H A Dhashtab.h70 typedef void *(*htab_alloc) (size_t, size_t); typedef
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/
H A Dtask.c37 htab_alloc (size_t size) in htab_alloc() function
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Dtask.c38 htab_alloc (size_t size) in htab_alloc() function
H A Dtarget.c48 static inline void * htab_alloc (size_t size) { return gomp_malloc (size); } in htab_alloc() function