Home
last modified time | relevance | path

Searched defs:elf (Results 1 – 1 of 1) sorted by relevance

/scripts/mod/
Dmodpost.c268 static enum export export_from_secname(struct elf_info *elf, unsigned int sec) in export_from_secname()
286 static enum export export_from_sec(struct elf_info *elf, unsigned int sec) in export_from_sec()
754 static const char *sym_name(struct elf_info *elf, Elf_Sym *sym) in sym_name()
762 static const char *sec_name(struct elf_info *elf, int secindex) in sec_name()
770 static const char *sech_name(struct elf_info *elf, Elf_Shdr *sechdr) in sech_name()
849 static void check_section(const char *modname, struct elf_info *elf, in check_section()
1227 static inline int is_valid_name(struct elf_info *elf, Elf_Sym *sym) in is_valid_name()
1243 static Elf_Sym *find_elf_symbol(struct elf_info *elf, Elf64_Sword addr, in find_elf_symbol()
1287 static Elf_Sym *find_elf_symbol2(struct elf_info *elf, Elf_Addr addr, in find_elf_symbol2()
1529 static void default_mismatch_handler(const char *modname, struct elf_info *elf, in default_mismatch_handler()
[all …]