Searched refs:fsecndx (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/scripts/mod/ |
H A D | modpost.c | 1054 unsigned int fsecndx, const char *fromsec, Elf_Addr faddr, in default_mismatch_handler() argument 1061 from = find_fromsym(elf, faddr, fsecndx); in default_mismatch_handler() 1173 unsigned int fsecndx, const char *fromsec, in check_section_mismatch() argument 1179 if (module_enabled && elf->export_symbol_secndx == fsecndx) { in check_section_mismatch() 1189 fsecndx, fromsec, faddr, in check_section_mismatch() 1401 unsigned int fsecndx = sechdr->sh_info; in section_rela() local 1402 const char *fromsec = sec_name(elf, fsecndx); in section_rela() 1435 fsecndx, fromsec, r_offset, taddr); in section_rela() 1443 unsigned int fsecndx = sechdr->sh_info; in section_rel() local 1444 const char *fromsec = sec_name(elf, fsecndx); in section_rel() [all …]
|