]> git.ipfire.org Git - thirdparty/kmod.git/commit
libkmod: Inline elf_get_strings_section
authorTobias Stoeckmann <tobias@stoeckmann.org>
Sun, 20 Oct 2024 10:23:42 +0000 (12:23 +0200)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Tue, 22 Oct 2024 17:02:56 +0000 (12:02 -0500)
commite4d7593818a9f347978620cae2629e223bd75a9e
tree896e1aab1622815c994580e736745d6412572fd8
parente0e068143ab1f200609cd4db9127a0aa540dfb23
libkmod: Inline elf_get_strings_section

Its only caller can do the processing directly (kmod_elf_new).

Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/196
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
libkmod/libkmod-elf.c