Searched refs:fsecndx (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.6/scripts/mod/ |
| D | modpost.c | 1144 unsigned int fsecndx, const char *fromsec, Elf_Addr faddr, in default_mismatch_handler() argument 1151 from = find_fromsym(elf, faddr, fsecndx); in default_mismatch_handler() 1261 unsigned int fsecndx, const char *fromsec, in check_section_mismatch() argument 1267 if (module_enabled && elf->export_symbol_secndx == fsecndx) { in check_section_mismatch() 1277 fsecndx, fromsec, faddr, in check_section_mismatch() 1489 unsigned int fsecndx = sechdr->sh_info; in section_rela() local 1490 const char *fromsec = sec_name(elf, fsecndx); in section_rela() 1521 fsecndx, fromsec, r_offset, taddr); in section_rela() 1529 unsigned int fsecndx = sechdr->sh_info; in section_rel() local 1530 const char *fromsec = sec_name(elf, fsecndx); in section_rel() [all …]
|