find_sec          459 kernel/module.c 	return find_sec(hdr, sechdrs, secstrings, ".data.percpu");
find_sec         1894 kernel/module.c 	modindex = find_sec(hdr, sechdrs, secstrings,
find_sec         1911 kernel/module.c 	exportindex = find_sec(hdr, sechdrs, secstrings, "__ksymtab");
find_sec         1912 kernel/module.c 	gplindex = find_sec(hdr, sechdrs, secstrings, "__ksymtab_gpl");
find_sec         1913 kernel/module.c 	gplfutureindex = find_sec(hdr, sechdrs, secstrings, "__ksymtab_gpl_future");
find_sec         1914 kernel/module.c 	crcindex = find_sec(hdr, sechdrs, secstrings, "__kcrctab");
find_sec         1915 kernel/module.c 	gplcrcindex = find_sec(hdr, sechdrs, secstrings, "__kcrctab_gpl");
find_sec         1916 kernel/module.c 	gplfuturecrcindex = find_sec(hdr, sechdrs, secstrings, "__kcrctab_gpl_future");
find_sec         1918 kernel/module.c 	unusedindex = find_sec(hdr, sechdrs, secstrings, "__ksymtab_unused");
find_sec         1919 kernel/module.c 	unusedgplindex = find_sec(hdr, sechdrs, secstrings, "__ksymtab_unused_gpl");
find_sec         1920 kernel/module.c 	unusedcrcindex = find_sec(hdr, sechdrs, secstrings, "__kcrctab_unused");
find_sec         1921 kernel/module.c 	unusedgplcrcindex = find_sec(hdr, sechdrs, secstrings, "__kcrctab_unused_gpl");
find_sec         1923 kernel/module.c 	setupindex = find_sec(hdr, sechdrs, secstrings, "__param");
find_sec         1924 kernel/module.c 	exindex = find_sec(hdr, sechdrs, secstrings, "__ex_table");
find_sec         1925 kernel/module.c 	obsparmindex = find_sec(hdr, sechdrs, secstrings, "__obsparm");
find_sec         1926 kernel/module.c 	versindex = find_sec(hdr, sechdrs, secstrings, "__versions");
find_sec         1927 kernel/module.c 	infoindex = find_sec(hdr, sechdrs, secstrings, ".modinfo");
find_sec         1930 kernel/module.c 	unwindex = find_sec(hdr, sechdrs, secstrings, ARCH_UNWIND_SECTION_NAME);
find_sec         2117 kernel/module.c 	markersindex = find_sec(hdr, sechdrs, secstrings, "__markers");
find_sec         2118 kernel/module.c  	markersstringsindex = find_sec(hdr, sechdrs, secstrings,