函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:Returns space to next name.

函数原型:static unsigned long get_ksymbol_core(struct kallsym_iter *iter)

返回类型:unsigned long

参数:

类型参数名称
struct kallsym_iter *iter
510  off等于If iterating in core kernel symbols.
512  module_name[0]等于'\0'
513  value等于kallsyms_sym_address(pos)
515  type等于Get symbol type information. This is encoded as a single char at the* beginning of the symbol name.
517  off等于Expand a compressed symbol data into the resulting uncompressed string,* if uncompressed string is too long (>= maxlen), it will be truncated,* given the offset to where the symbol is in the compressed stream.
519  返回:offIf iterating in core kernel symbols.
调用者
名称描述
update_iterReturns false if pos at or past end of file.