Home
last modified time | relevance | path

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

/scripts/mod/
Dmodpost.c323 static void *sym_get_data_by_offset(const struct elf_info *info, in sym_get_data_by_offset()
334 static void *sym_get_data(const struct elf_info *info, const Elf_Sym *sym) in sym_get_data()
340 static const char *sech_name(const struct elf_info *info, Elf_Shdr *sechdr) in sech_name()
346 static const char *sec_name(const struct elf_info *info, int secindex) in sec_name()
353 static enum export export_from_secname(struct elf_info *elf, unsigned int sec) in export_from_secname()
371 static enum export export_from_sec(struct elf_info *elf, unsigned int sec) in export_from_sec()
387 static const char *namespace_from_kstrtabns(const struct elf_info *info, in namespace_from_kstrtabns()
478 static int parse_elf(struct elf_info *info, const char *filename) in parse_elf()
641 static void parse_elf_finish(struct elf_info *info) in parse_elf_finish()
646 static int ignore_undef_symbol(struct elf_info *info, const char *symname) in ignore_undef_symbol()
[all …]
Dmodpost.h136 struct elf_info { struct
174 static inline unsigned int get_secindex(const struct elf_info *info, in get_secindex() argument
194 void handle_moddevtable(struct module *mod, struct elf_info *info,
Dfile2alias.c1450 void handle_moddevtable(struct module *mod, struct elf_info *info, in handle_moddevtable()