Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:get_ksymbol_arch

Proto:static int get_ksymbol_arch(struct kallsym_iter *iter)

Type:int

Parameter:

TypeParameterName
struct kallsym_iter *iter
458  ret = arch_get_kallsym(pos - Tell the compiler that the count isn't in the small data section if the arch* has one (eg: FRV)., & value, & type, name)
462  If ret < 0 Then
463  pos_arch_end = pos
464  Return 0
467  Return 1
Caller
NameDescribe
update_iter_modThe end position (last + 1) of each additional kallsyms section is recorded* in iter->pos_..._end as each section is added, and so can be used to* determine which get_ksymbol_...() function to call next.