Kernel Runtime Link Editor Dcmds
-
[ address ]
::modctl -
Print the specified
modctl, or a table of the activemodctlstructures in the kernel. -
address
::modhdrs -
Given the address of a
modctlstructure, print the module's ELF executable header and section headers. -
::modinfo -
Print information about the active kernel modules, similar to the output of the
/usr/sbin/modinfocommand.