函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\module.c Create Date:2022-07-27 11:58:17
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:check_exported_symbol

函数原型:static bool check_exported_symbol(const struct symsearch *syms, struct module *owner, unsigned int symnum, void *data)

返回类型:bool

参数:

类型参数名称
const struct symsearch *syms
struct module *owner
unsigned intsymnum
void *data
502  fsa等于data
504  如果非gplok
505  如果licence恒等于GPL_ONLY则返回:false
507  如果licence恒等于WILL_BE_GPL_ONLYwarn
508  打印警告信息("Symbol %s is being used by a non-GPL module, which will not be allowed in the future\n", Input )
526  Output 等于owner
527  crc等于symversion(crcs, symnum)
528  sym等于start[symnum]
529  返回:true
调用者
名称描述
find_exported_symbol_in_section