Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\kallsyms.c Create Date:2022-07-28 11:00:22
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Returns space to next name.

Proto:static unsigned long get_ksymbol_core(struct kallsym_iter *iter)

Type:unsigned long

Parameter:

TypeParameterName
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  Return off - If iterating in core kernel symbols.
Caller
NameDescribe
update_iterReturns false if pos at or past end of file.