Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:btf_modifier_resolve

Proto:static int btf_modifier_resolve(struct btf_verifier_env *env, const struct resolve_vertex *v)

Type:int

Parameter:

TypeParameterName
struct btf_verifier_env *env
const struct resolve_vertex *v
1682  t = t
1684  next_type_id = type
1685  btf = btf
1687  next_type = btf_type_by_id(btf, next_type_id)
1688  If Not next_type || Types that act only as a source, not sink or intermediate* type when resolving. Then
1689  btf_verifier_log_type(env, t, "Invalid type_id")
1690  Return -EINVAL
1693  If Not env_type_is_resolve_sink(env, next_type) && Not env_type_is_resolved(env, next_type_id) Then Return env_stack_push(env, next_type, next_type_id)
1703  If Not btf_type_id_size(btf, & next_type_id, NULL) Then
1704  If env_type_is_resolved(env, next_type_id) Then next_type = The input param "type_id" must point to a needs_resolve type
1711  btf_verifier_log_type(env, t, "Invalid type_id")
1712  Return -EINVAL
1716  env_stack_pop_resolved(env, next_type_id, 0)
1718  Return 0