Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/mod/
H A Dmodpost.c259 static const char *sec_name(struct elf_info *elf, int secindex);
263 static enum export export_from_secname(struct elf_info *elf, unsigned int sec) in export_from_secname()
281 static enum export export_from_sec(struct elf_info *elf, unsigned int sec) in export_from_sec()
395 static int parse_elf(struct elf_info *info, const char *filename) in parse_elf()
554 static void parse_elf_finish(struct elf_info *info) in parse_elf_finish()
559 static int ignore_undef_symbol(struct elf_info *info, const char *symname) in ignore_undef_symbol()
586 static void handle_modversions(struct module *mod, struct elf_info *info, in handle_modversions()
730 static const char *sym_name(struct elf_info *elf, Elf_Sym *sym) in sym_name()
738 static const char *sec_name(struct elf_info *elf, int secindex) in sec_name()
746 static const char *sech_name(struct elf_info *elf, Elf_Shdr *sechdr) in sech_name()
[all …]
H A Dmodpost.h119 struct elf_info { struct
157 static inline unsigned int get_secindex(const struct elf_info *info, in get_secindex() argument
169 void handle_moddevtable(struct module *mod, struct elf_info *info,
H A Dfile2alias.c898 void handle_moddevtable(struct module *mod, struct elf_info *info, in handle_moddevtable()