Home
last modified time | relevance | path

Searched refs:notefunc_t (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.bin/gcore/
H A Delfcore.c90 typedef void* (*notefunc_t)(void *, size_t *); typedef
117 static void elf_putnote(int, notefunc_t, void *, struct sbuf *);
438 elf_putnote(int type, notefunc_t notefunc, void *arg, struct sbuf *sb) in elf_putnote()