]> git.ipfire.org Git - thirdparty/systemd.git/commit
pe-binary: split pe_read_section_data() into two
authorLennart Poettering <lennart@poettering.net>
Fri, 5 Jul 2024 08:15:56 +0000 (10:15 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 12 Sep 2024 08:02:15 +0000 (10:02 +0200)
commitf3c1d7fea124c5a68534ffe14bab2996ffe84732
tree69c6b488a1d09bd4cd2d5004c6cf6135520dc15e
parenta8e912f01ba85bcb6e42e395d39301f81671b845
pe-binary: split pe_read_section_data() into two

This renames pe_read_section_data() to pe_read_section_data_by_name()
and makes pe_read_section_data() a bit more low-level: it takes a header
table entry directly, instead of searching it first by name.
src/shared/bootspec.c
src/shared/kernel-image.c
src/shared/pe-binary.c
src/shared/pe-binary.h