freebsd-dev/usr.sbin/kvm_mkdb
Peter Wemm 046e06a57c Initial support for dealing with an elf /kernel. This is a loose hybrid
of OpenBSD's elf nlist code for this, and our a.out version.  The OpenBSD
version was mainly a seek/read system with a mmap of the string table,
this one simply mmap's the lot (like the a.out version).

Obtained from:  a fair chunk from OpenBSD
1997-08-30 23:35:00 +00:00
..
extern.h
kvm_mkdb.8
kvm_mkdb.c
Makefile Initial support for dealing with an elf /kernel. This is a loose hybrid 1997-08-30 23:35:00 +00:00
nlist.c Initial support for dealing with an elf /kernel. This is a loose hybrid 1997-08-30 23:35:00 +00:00
testdb.c