Home
last modified time | relevance | path

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

/linux/scripts/mod/
H A Dmodpost.c868 const char *fromsec, const char *tosec) in section_mismatch() argument
878 if (*tosec == '\0') in section_mismatch()
885 if (check->bad_tosec[0] && match(tosec, check->bad_tosec)) in section_mismatch()
887 if (check->good_tosec[0] && !match(tosec, check->good_tosec)) in section_mismatch()
903 * tosec = .init.data
910 * tosec = .init.text
933 * tosec = init section
939 const char *tosec, const char *tosym) in secref_whitelist() argument
942 if (match(tosec, PATTERNS(ALL_INIT_DATA_SECTIONS)) && in secref_whitelist()
948 if (strcmp(tosec, " in secref_whitelist()
1012 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
1141 const char *tosec = sec_name(elf, get_secindex(elf, sym)); check_section_mismatch() local
[all...]