函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\kallsyms.c Create Date:2022-07-27 12:01:02
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:get_ksymbol_arch

函数原型:static int get_ksymbol_arch(struct kallsym_iter *iter)

返回类型:int

参数:

类型参数名称
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  如果ret小于0则
463  pos_arch_end等于pos
464  返回:0
467  返回:1
调用者
名称描述
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.