Searched refs:tosec (Results 1 - 1 of 1) sorted by path

/linux-master/scripts/mod/
H A Dmodpost.c877 const char *fromsec, const char *tosec)
887 if (*tosec == '\0')
894 if (check->bad_tosec[0] && match(tosec, check->bad_tosec))
896 if (check->good_tosec[0] && !match(tosec, check->good_tosec))
912 * tosec = .init.data
919 * tosec = .init.text
942 * tosec = init section
948 const char *tosec, const char *tosym)
951 if (match(tosec, PATTERNS(ALL_INIT_DATA_SECTIONS)) &&
957 if (strcmp(tosec, "
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
1153 const char *tosec = sec_name(elf, get_secindex(elf, sym)); local
[all...]

Completed in 180 milliseconds