Home
last modified time | relevance | path

Searched refs:kmod_elf_strip_section (Results 1 – 3 of 3) sorted by relevance

/external/kmod/libkmod/
Dlibkmod-internal.h185 int kmod_elf_strip_section(struct kmod_elf *elf, const char *section) _must_check_ __attribute__((n…
Dlibkmod-elf.c576 int kmod_elf_strip_section(struct kmod_elf *elf, const char *section) in kmod_elf_strip_section() function
Dlibkmod-module.c916 err = kmod_elf_strip_section(elf, "__versions"); in do_init_module()