Searched refs:fromsec (Results 1 - 1 of 1) sorted by relevance

/linux-master/scripts/mod/
H A Dmodpost.c821 * @fromsec: Array of sections to be matched.
823 * @bad_tosec: Relocations applied to a section in @fromsec to a section in
826 * @good_tosec: Relocations applied to a section in @fromsec must be
832 const char *fromsec[20]; member in struct:sectioncheck
843 .fromsec = { TEXT_SECTIONS, DATA_SECTIONS, NULL },
849 .fromsec = { ALL_XXXINIT_SECTIONS, NULL },
855 .fromsec = { ALL_INIT_SECTIONS, NULL },
861 .fromsec = { ALL_EXIT_SECTIONS, NULL },
866 .fromsec = { ALL_PCI_INIT_SECTIONS, NULL },
871 .fromsec
881 section_mismatch( const char *fromsec, const char *tosec) argument
952 secref_whitelist(const char *fromsec, const char *fromsym, const char *tosec, const char *tosym) argument
1033 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
1153 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
1382 section_rela(struct module *mod, struct elf_info *elf, unsigned int fsecndx, const char *fromsec, const Elf_Rela *start, const Elf_Rela *stop) argument
1424 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 130 milliseconds