modulestat

更新时间:
2024-01-09
下载文档

modulestat

查看一个内核模块或动态链接库文件信息。

格式

modulestat program file

说明

[root@sylixos:/root]# help modulestat     
show a module file information.
modulestat [program file]
[root@sylixos:/root]# 

此命令用来查看一个内核模块或动态链接库文件的信息。

样例

[root@sylixos:/lib/modules]# modulestat /lib/modules/xinput.ko
File Type: ELF
Machine:   ARM family
Type:      ET_REL
Entry:     0
Section Headers:
TYPE      ADDRESS   OFFSET    SIZE      FLAGS     
NULL      00000000         0         0  
PROGBITS  00000000        34      1478  [ALLOC][EXEC]
REL       00000000      2568       860  
PROGBITS  00000000      14ac        4b  [ALLOC]
PROGBITS  00000000      14f8       20b  [ALLOC]
PROGBITS  00000000      1708        8e  [ALLOC][WRITE]
REL       00000000      2dc8        18  
NOBITS    00000000      1798        dc  [ALLOC][WRITE]
PROGBITS  00000000      1798        ed  
NONE      00000000      1885        2a  
PROGBITS  000000dc      18af         0  [WRITE]
SYMTAB    00000000      18b0       7e0  
STRTAB    00000000      2090       4d8  
STRTAB    00000000      2de0        6c  
[root@sylixos:/lib/modules]# 
文档内容是否对您有所帮助?
有帮助
没帮助