.\" Copyright (c) 1996 Free Software Foundation, Inc. .\" This program is distributed according to the Gnu General Public License. .\" See the file COPYING in the kernel source directory .\" $Id: ksyms.1,v 1.1.1.1 1998/01/06 20:51:07 ewt Exp $ .\" .TH KSYMS 1 "26 Dec 1996" Linux "Linux Module Support" .SH NAME ksyms \- display exported kernel symbols. .SH SYNOPSIS .B ksyms [ \-a ] [ \-h ] [ \-m ] .SH DESCRIPTION .B Ksyms shows information about exported kernel symbols. The format is address, name, and defining module. .SS OPTIONS .TP .I \-a Display all symbols. By default, symbols from the kernel proper are suppressed. .TP .I \-h Suppress the column header. .TP .I \-m Display module information. Includes each module's kernel load address and size in the listing. .SH SEE ALSO insmod(1), modprobe(1), depmod(1), rmmod(1), lsmod(1), modules(2) .SH HISTORY The .B ksyms command was first concieved by Bjorn Ekwall .br The '-m' option was inspired by David Hinds .br Updated for 2.1.17 by Richard Henderson