HomeSort by relevance Sort by last modified time
    Searched full:kmod_elf (Results 1 - 5 of 5) sorted by null

  /external/kmod/libkmod/
libkmod-internal.h 151 struct kmod_elf *kmod_file_get_elf(struct kmod_file *file) __attribute__((nonnull(1)));
159 struct kmod_elf;
166 struct kmod_elf *kmod_elf_new(const void *memory, off_t size) _must_check_ __attribute__((nonnull(1)));
167 void kmod_elf_unref(struct kmod_elf *elf) __attribute__((nonnull(1)));
168 const void *kmod_elf_get_memory(const struct kmod_elf *elf) _must_check_ __attribute__((nonnull(1)));
169 int kmod_elf_get_strings(const struct kmod_elf *elf, const char *section, char ***array) _must_check_ __attribute__((nonnull(1,2,3)));
170 int kmod_elf_get_modversions(const struct kmod_elf *elf, struct kmod_modversion **array) _must_check_ __attribute__((nonnull(1,2)));
171 int kmod_elf_get_symbols(const struct kmod_elf *elf, struct kmod_modversion **array) _must_check_ __attribute__((nonnull(1,2)));
172 int kmod_elf_get_dependency_symbols(const struct kmod_elf *elf, struct kmod_modversion **array) _must_check_ __attribute__((nonnull(1,2)));
173 int kmod_elf_strip_section(struct kmod_elf *elf, const char *section) _must_check_ __attribute__((nonnull(1,2)))
    [all...]
libkmod-elf.c 49 struct kmod_elf { struct
76 static inline void _elf_dbg(const struct kmod_elf *elf, const char *fname, unsigned line, const char *func, const char *fmt, ...)
130 static inline uint64_t elf_get_uint(const struct kmod_elf *elf, uint64_t offset, uint16_t size)
159 static inline int elf_set_uint(struct kmod_elf *elf, uint64_t offset, uint64_t size, uint64_t value)
200 static inline const void *elf_get_mem(const struct kmod_elf *elf, uint64_t offset)
211 static inline const void *elf_get_section_header(const struct kmod_elf *elf, uint16_t idx)
224 static inline int elf_get_section_info(const struct kmod_elf *elf, uint16_t idx, uint64_t *offset, uint64_t *size, uint32_t *nameoff)
266 static const char *elf_get_strings_section(const struct kmod_elf *elf, uint64_t *size)
272 struct kmod_elf *kmod_elf_new(const void *memory, off_t size)
274 struct kmod_elf *elf
    [all...]
libkmod-file.c 60 struct kmod_elf *elf;
275 struct kmod_elf *kmod_file_get_elf(struct kmod_file *file)
libkmod-module.c 823 struct kmod_elf *elf;
    [all...]
  /external/kmod/testsuite/
init_module.c 239 struct kmod_elf *elf;

Completed in 156 milliseconds