Skip to content
EntityQ2276274· pop 11· linked from 157 articles

System.map

Sign in to save

In Linux, the file is a symbol table used by the kernel.

Wikidata facts

Instance of
file format
Show 1 more fact
file extension
map
Sources (1)

via Wikidata · CC0

Article · 中文

在Linux中,System.map檔案是被内核所使用的符号表。 符號表是一個在符號名稱與它們的記憶體位置間的查詢表格。符號名稱可能是變數的名稱或是函數名稱。當要查詢符號名稱的位置或是特定位置的符號名稱時,就會需要System.map。對於内核错误及内核oops的除錯特別有用。當CONFIG_KALLSYMS啟用時,核心會自行做位置到名稱的轉換,所以像是ksymoops這一類的工具並不是必要的。

Abstract from DBpedia / Wikipedia · CC BY-SA