Home
last modified time | relevance | path

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

/linux/scripts/mod/
H A Dmodpost.c854 const char *fromsec, const char *tosec) in section_mismatch() argument
864 if (*tosec == '\0') in section_mismatch()
871 if (check->bad_tosec[0] && match(tosec, check->bad_tosec)) in section_mismatch()
873 if (check->good_tosec[0] && !match(tosec, check->good_tosec)) in section_mismatch()
889 * tosec = .init.data
896 * tosec = .init.text
919 * tosec = init section
925 const char *tosec, const char *tosym) in secref_whitelist() argument
928 if (match(tosec, PATTERNS(ALL_INIT_DATA_SECTIONS)) && in secref_whitelist()
934 if (strcmp(tosec, " in secref_whitelist()
998 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
1127 const char *tosec = sec_name(elf, get_secindex(elf, sym)); check_section_mismatch() local
[all...]