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

/linux-4.1.27/kernel/
H A Dmodule.c236 static void *section_addr(const struct load_info *info, const char *name) section_addr() function
2745 mod->crcs = section_addr(info, "__kcrctab"); find_module_sections()
2749 mod->gpl_crcs = section_addr(info, "__kcrctab_gpl"); find_module_sections()
2754 mod->gpl_future_crcs = section_addr(info, "__kcrctab_gpl_future"); find_module_sections()
2760 mod->unused_crcs = section_addr(info, "__kcrctab_unused"); find_module_sections()
2764 mod->unused_gpl_crcs = section_addr(info, "__kcrctab_unused_gpl"); find_module_sections()
2816 if (section_addr(info, "__obsparm")) find_module_sections()

Completed in 51 milliseconds