<dec f='src/src/sys/sys/ksyms.h' l='141' type='void ksyms_addsyms_explicit(void * , void * , size_t , void * , size_t )'/>
<def f='src/src/sys/kern/kern_ksyms.c' l='540' ll='550' type='void ksyms_addsyms_explicit(void * ehdr, void * symstart, size_t symsize, void * strstart, size_t strsize)'/>
<doc f='src/src/sys/kern/kern_ksyms.c' l='532'>/*
 * Setup the kernel symbol table stuff.
 * Use this when the address of the symbol and string tables are known;
 * otherwise use ksyms_init with an ELF image.
 * We need to pass a minimal ELF header which will later be completed by
 * ksyms_hdr_init and handed off to userland through /dev/ksyms.  We use
 * a void *rather than a pointer to avoid exposing the Elf_Ehdr type.
 */</doc>
