Home
last modified time | relevance | path

Searched refs:fsecndx (Results 1 – 1 of 1) sorted by relevance

/linux/scripts/mod/
H A Dmodpost.c1025 unsigned int fsecndx, const char *fromsec, Elf_Addr faddr, in default_mismatch_handler()
1033 from = find_fromsym(elf, faddr, fsecndx); in default_mismatch_handler()
1152 unsigned int fsecndx, const char *fromsec, in check_section_mismatch()
1158 if (module_enabled && elf->export_symbol_secndx == fsecndx) { in check_section_mismatch()
1168 fsecndx, fromsec, faddr, in addend_386_rel()
1346 unsigned int fsecndx, const char *fromsec, in section_rela()
1383 fsecndx, fromsec, r_offset, taddr); in section_rel() argument
1388 unsigned int fsecndx, const char *fromsec, in section_rel()
1402 loc = sym_get_data_by_offset(elf, fsecndx, r_offset); in section_rel()
1420 fsecndx, fromse
1020 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
1147 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
1341 section_rela(struct module * mod,struct elf_info * elf,unsigned int fsecndx,const char * fromsec,const Elf_Rela * start,const Elf_Rela * stop) section_rela() argument
[all...]