/dev/dynld
/dev/dynsyms
The control file dynld can only be opened by the host owner (see eve(10.2)). It accepts the following commands:
When read, dynld returns a list of the currently-loaded drivers, one per line, most recent first. Each line contain: the module's device type #x used in bind(1); its kernel address; its total text and data size in bytes; its name when loaded; the name of the file from which it was loaded; and its tag.
Dynsyms is a read-only text file that lists, one per line, the symbols exported by the running kernel for use by modules it loads. Each line contains: the symbol's kernel address, its type signature, and its name.
DYNLD(3 ) | Rev: Thu Feb 15 14:43:36 GMT 2007 |