<dec f='src/src/sys/ddb/db_sym.h' l='86' type='unsigned int'/>
<doc f='src/src/sys/ddb/db_sym.h' l='86'>/* like gdb&apos;s &quot;max-symbolic-offset&quot; */</doc>
<use f='src/src/sys/ddb/db_print.c' l='62' u='r' c='db_show_regs'/>
<def f='src/src/sys/ddb/db_sym.c' l='304' type='unsigned int'/>
<use f='src/src/sys/ddb/db_sym.c' l='350' u='r' c='db_symstr'/>
<use f='src/src/sys/ddb/db_sym.c' l='422' u='r' c='db_printsym'/>
<doc f='src/src/sys/ddb/db_sym.c' l='289'>/*
 * Print a the closest symbol to value
 *
 * After matching the symbol according to the given strategy
 * we print it in the name+offset format, provided the symbol&apos;s
 * value is close enough (eg smaller than db_maxoff).
 * We also attempt to print [filename:linenum] when applicable
 * (eg for procedure names).
 *
 * If we could not find a reasonable name+offset representation,
 * then we just print the value in hex.  Small values might get
 * bogus symbol associations, e.g. 3 might get some absolute
 * value like _INCLUDE_VERSION or something, therefore we do
 * not accept symbols whose value is zero (and use plain hex).
 */</doc>
<use f='src/src/sys/ddb/db_variables.c' l='77' u='a'/>
<use f='src/src/sys/ddb/db_variables.c' l='77' u='a'/>
<use f='src/src/sys/ddb/db_variables.c' l='77' u='a'/>
<use f='src/src/sys/ddb/db_variables.c' l='77' u='a'/>
<use f='src/src/sys/ddb/db_variables.c' l='118' u='a' c='sysctl_ddb_setup'/>
