Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:kallsyms_on_each_symbol

Proto:int kallsyms_on_each_symbol(int (*fn)(void *, const char *, struct module *, unsigned long ), void *data)

Type:int

Parameter:

TypeParameterName
int (*fn
void *data
188  When i < Tell the compiler that the count isn't in the small data section if the arch* has one (eg: FRV). cycle
189  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.
190  ret = fn(data, namebuf, NULL, kallsyms_sym_address(i))
191  If ret != 0 Then Return ret
194  Return module_kallsyms_on_each_symbol(fn, data)