Search notes:

System.map

System.map documents the addresses of all kernel symbols and is used by module-init tools and some debugging tools to retrieve the actual addresses of symbols in the kernel.
System.map is generated by calling scripts/mksysmap (called from scripts/link-vmlinux.sh, function mksysmap) when the kernel is made.

See also

scripts/mksysmap
/boot/System.map
Linux kernel source tree

Index