Searched refs:fsecndx (Results 1 - 1 of 1) sorted by relevance
/kernel/linux/linux-6.6/scripts/mod/ |
H A D | modpost.c | 1136 unsigned int fsecndx, const char *fromsec, Elf_Addr faddr, in default_mismatch_handler() 1143 from = find_fromsym(elf, faddr, fsecndx); in default_mismatch_handler() 1253 unsigned int fsecndx, const char *fromsec, in check_section_mismatch() 1259 if (module_enabled && elf->export_symbol_secndx == fsecndx) { in check_section_mismatch() 1269 fsecndx, fromsec, faddr, in check_section_mismatch() 1481 unsigned int fsecndx = sechdr->sh_info; in section_rela() local 1482 const char *fromsec = sec_name(elf, fsecndx); in section_rela() 1515 fsecndx, fromsec, r_offset, taddr); in section_rela() 1523 unsigned int fsecndx = sechdr->sh_info; in section_rel() local 1524 const char *fromsec = sec_name(elf, fsecndx); in section_rel() 1133 default_mismatch_handler(const char *modname, struct elf_info *elf, const struct sectioncheck* const mismatch, Elf_Sym *tsym, unsigned int fsecndx, const char *fromsec, Elf_Addr faddr, const char *tosec, Elf_Addr taddr) default_mismatch_handler() argument 1251 check_section_mismatch(struct module *mod, struct elf_info *elf, Elf_Sym *sym, unsigned int fsecndx, const char *fromsec, Elf_Addr faddr, Elf_Addr taddr) check_section_mismatch() argument [all...] |
Completed in 3 milliseconds