The symbol table for the kernel.
More...
#include <symbols.h>
This table contains the address and the name of every symbol defined inside our kernel's code.
- Note
- To reduce the size of this table, we only keep function symbols. Static variables and other variables are ignored. This may change in the future.
The documentation for this struct was generated from the following file: