1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
|
.\" Copyright (C) 1996 Free Software Foundation, Inc.
.\" This file is distributed accroding to the GNU General Public License.
.\" See the file COPYING in the top level source directory for details.
.\"
.\" Japanese Version Copyright (c) 1997,1999 HANATAKA Shinya and FUJIWARA Teruyoshi
.\" all rights reserved.
.\" Translated Sat Aug 30 13:20:06 JST 1997
.\" by HANATAKA Shinya <hanataka@abyss.rim.or.jp>
.\" Merged with another translation Sun Aug 15 10:33:03 JST 1999
.\" by FUJIWARA Teruyoshi <fujiwara@linux.or.jp>
.\"
.\"WORD: export ݡ
.\"
.TH GET_KERNEL_SYMS 2 "26 Dec 1996" Linux "Linux Module Support"
.SH ̾
get_kernel_syms \- ݡȤƤ륫ͥȥ⥸塼Υܥ
.SH
.nf
.B #include <linux/module.h>
.sp
.BI "int get_kernel_syms(struct kernel_sym *" table );
.fi
.SH
\fItable\fP \fBNULL\fP ʤС\fBget_kernel_syms\fP 䤤碌
륷ܥο֤\fBNULL\fP ǤʤСʲι¤Τͤ
֤:
.PP
.RS
.nf
struct kernel_sym
{
unsigned long value;
char name[60];
};
.fi
.RE
.PP
ܥˤ
.BI # ⥸塼̾
ȤΡͥ뤬̾äƤޥåܥ뤬ߤ
롣
ηΥܥбͤϡ⥸塼뤬ɤ줿֤Υɥ
Ǥ롣
.PP
줾Υ⥸塼뤫饨ݡȤ줿ܥϡޥå⥸塼
θ֤롣ޤ⥸塼ϥɤ줿֤ȵս֤롣
.SH ֤
֤֤ͤ륷ܥǤ롣顼뤳ȤϤʤ
.SH Ϣ
.BR create_module "(2), " init_module "(2), " delete_module "(2), "
.BR query_module "(2)"
.SH Х
\fItable\fP Τ˳ݤХåե礭ˡʤ
ץबܥơ֥礭䤤碌˥ͥ
ܥ뤬ɲäȡƤ˲롣
.PP
ݡȤ륷ܥ̾Ĺ 59 ʸ¤롣
.PP
ʾ¤ˤꡢΥƥॳ \fBquery_module\fP Ȥ
˾ޤ
|