Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Find a module section, or NULL. Fill in number of "objects" in section.

Proto:static void *section_objs(const struct load_info *info, const char *name, size_t object_size, unsigned int *num)

Type:void

Parameter:

TypeParameterName
const struct load_info *info
const char *name
size_tobject_size
unsigned int *num
371  sec = Find a module section: 0 means not found.
374  num = sh_size / object_size
375  Return sh_addr
Caller
NameDescribe
find_module_sections