#include <config.h>
#include <isc/backtrace.h>
Go to the source code of this file.
Variables | |
const int | isc__backtrace_nsymbols = 0 |
const isc_backtrace_symmap_t | isc__backtrace_symtable [] = { { NULL, "" } } |
Definition in file backtrace-emptytbl.c.
const int isc__backtrace_nsymbols = 0 |
Definition at line 33 of file backtrace-emptytbl.c.
Referenced by dump_symboltable(), isc_backtrace_getsymbol(), isc_backtrace_getsymbolfromindex(), and symtbl_compare().
const isc_backtrace_symmap_t isc__backtrace_symtable[] = { { NULL, "" } } |
Definition at line 34 of file backtrace-emptytbl.c.
Referenced by isc_backtrace_getsymbol(), isc_backtrace_getsymbolfromindex(), and symtbl_compare().