Searched refs:fsecndx (Results 1 – 1 of 1) sorted by relevance
/linux/scripts/mod/ |
H A D | modpost.c | 990 unsigned int fsecndx, const char *fromsec, Elf_Addr faddr, in default_mismatch_handler() argument 998 from = find_fromsym(elf, faddr, fsecndx); in default_mismatch_handler() 1117 unsigned int fsecndx, const char *fromsec, in check_section_mismatch() argument 1123 if (module_enabled && elf->export_symbol_secndx == fsecndx) { in check_section_mismatch() 1133 fsecndx, fromsec, faddr, in check_section_mismatch() 1311 unsigned int fsecndx, const char *fromsec, in section_rela() argument 1348 fsecndx, fromsec, r_offset, taddr); in section_rela() 1353 unsigned int fsecndx, const char *fromsec, in section_rel() argument 1367 loc = sym_get_data_by_offset(elf, fsecndx, r_offset); in section_rel() 1385 fsecndx, fromsec, r_offset, taddr); in section_rel()
|