Search notes:

.tmp_vmlinux.kallsyms1.S, .tmp_vmlinux.kallsyms2.S

tmp_vmlinux.kallsyms1.S, .tmp_vmlinux.kallsyms2.S (and sometimes also .tmp_vmlinux.kallsyms3.S) contain the values for the following symbols in compressed form:
.tmp_vmlinux.kallsyms*.S are created from the function kallsyms in scripts/link-vmlinux.sh by calling
scripts/kallsyms ${kallsymsopt} .tmp_vmlinux.kallsyms1.syms > .tmp_vmlinux.kallsyms1.S
scripts/kallsyms ${kallsymsopt} .tmp_vmlinux.kallsyms2.syms > .tmp_vmlinux.kallsyms2.S

See also

kernel/kallsyms_internal.h contains the (external) declaration for the symboles defined in .tmp_vmlinux.kallsyms*.S`.

Index