Home
last modified time | relevance | path

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

/freebsd/contrib/libexecinfo/
H A Dsymtab.h38 symtab_t * symtab_create(int, int, int);
H A Dbacktrace.c186 st = symtab_create(fd, -1, STT_FUNC); in backtrace_symbols_fmt()
H A Dsymtab.c85 symtab_create(int fd, int bind, int type) in symtab_create() function