Home
last modified time | relevance | path

Searched refs:kmod_elf_new (Results 1 – 4 of 4) sorted by relevance

/external/kmod/testsuite/
Dinit_module.c249 elf = kmod_elf_new(mem, len); in init_module()
/external/kmod/libkmod/
Dlibkmod-file.c280 file->elf = kmod_elf_new(file->memory, file->size); in kmod_file_get_elf()
Dlibkmod-internal.h166 struct kmod_elf *kmod_elf_new(const void *memory, off_t size) _must_check_ __attribute__((nonnull(1…
Dlibkmod-elf.c272 struct kmod_elf *kmod_elf_new(const void *memory, off_t size) in kmod_elf_new() function