]> www.infradead.org Git - nvme.git/commit
kallsyms: unify seq and start_pos fields of struct sym_entry
authorMasahiro Yamada <masahiroy@kernel.org>
Sat, 20 Jul 2024 16:21:13 +0000 (01:21 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Sun, 21 Jul 2024 16:24:22 +0000 (01:24 +0900)
commit1d48f8feb86ee773e65c6d54856bbfb7702bd35d
tree19166043e1f8c661f734556242ff4df200ff2228
parentf9c3d671dd816ea4d5604dd04ef98d42921656a7
kallsyms: unify seq and start_pos fields of struct sym_entry

The struct sym_entry uses the 'seq' and 'start_pos' fields to remember
the index in the symbol table. They serve the same purpose and are not
used simultaneously. Unify them.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/kallsyms.c