
In Linux, the System.map file is a symbol table used by the kernel. A symbol table is a look-up between symbol names and their addresses in memory. A symbol name may be the name of a variable or the name of a function. The System.map is required when the address of a symbol name, or the symbol name of an address, is needed. It is especially useful...
Found on
http://en.wikipedia.org/wiki/System.map

symbol table used by ksymoops to resolve numbers to function names in Oops. Also used by ps and top for WCHAN field.
Found on
https://www.encyclo.co.uk/local/22606
No exact match found.