函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:btf_parse_str_sec

函数原型:static int btf_parse_str_sec(struct btf_verifier_env *env)

返回类型:int

参数:

类型参数名称
struct btf_verifier_env *env
3202  btf等于btf
3205  hdr等于hdr
3206  start等于nohdr_data offset of string section
3207  end等于start length of string section
3209  如果end不等于datadata_size
3210  btf_verifier_log(env, "String section is not at the end")
3211  返回:负EINVAL
3214  如果非 length of string section length of string section 减1大于Max offset into the string section start[0]或end[ - 1]则
3216  btf_verifier_log(env, "Invalid string section")
3217  返回:负EINVAL
3220  strings等于start
3222  返回:0
调用者
名称描述
btf_parse
btf_parse_vmlinux