Searched refs:fromsec (Results 1 - 1 of 1) sorted by last modified time

/linux-master/scripts/mod/
H A Dmodpost.c816 * @fromsec: Array of sections to be matched.
818 * @bad_tosec: Relocations applied to a section in @fromsec to a section in
821 * @good_tosec: Relocations applied to a section in @fromsec must be
827 const char *fromsec[20]; member in struct:sectioncheck
838 .fromsec = { TEXT_SECTIONS, DATA_SECTIONS, NULL },
844 .fromsec = { ALL_XXXINIT_SECTIONS, NULL },
850 .fromsec = { ALL_INIT_SECTIONS, NULL },
856 .fromsec = { ALL_EXIT_SECTIONS, NULL },
861 .fromsec = { ALL_PCI_INIT_SECTIONS, NULL },
866 .fromsec
876 section_mismatch( const char *fromsec, const char *tosec) argument
947 secref_whitelist(const char *fromsec, const char *fromsym, const char *tosec, const char *tosym) argument
1028 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) argument
1148 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) argument
1377 section_rela(struct module *mod, struct elf_info *elf, unsigned int fsecndx, const char *fromsec, const Elf_Rela *start, const Elf_Rela *stop) argument
1419 section_rel(struct module *mod, struct elf_info *elf, unsigned int fsecndx, const char *fromsec, const Elf_Rel *start, const Elf_Rel *stop) argument
[all...]

Completed in 219 milliseconds