Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:each_symbol_in_section

Proto:static bool each_symbol_in_section(const struct symsearch *arr, unsigned int arrsize, struct module *owner, bool (*fn)(const struct symsearch *syms, struct module *owner, void *data), void *data)

Type:bool

Parameter:

TypeParameterName
const struct symsearch *arr
unsigned intarrsize
struct module *owner
bool (*fn
void *data
413  When j < arrsize cycle
414  If fn( & arr[j], owner, data) Then Return true
418  Return false
Caller
NameDescribe
each_symbol_sectionReturns true as soon as fn returns true, otherwise false.