Home
last modified time | relevance | path

Searched refs:var_type_id (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/tools/bpf/bpftool/
H A Dgen.c130 __u32 var_type_id = var->type; in codegen_datasec_def() local
175 err = btf_dump__emit_type_decl(d, var_type_id, &opts); in codegen_datasec_def()
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H A Dgen.c152 __u32 var_type_id = var->type; in codegen_datasec_def() local
201 err = btf_dump__emit_type_decl(d, var_type_id, &opts); in codegen_datasec_def()
305 __u32 var_type_id; in codegen_subskel_datasecs() local
339 var_type_id = var->type; in codegen_subskel_datasecs()
361 err = btf_dump__emit_type_decl(d, var_type_id, &opts); in codegen_subskel_datasecs()
/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dbtf.h123 LIBBPF_API int btf__add_datasec_var_info(struct btf *btf, int var_type_id,
H A Dbtf.c2292 * - *var_type_id* - type ID, describing type of the variable;
2300 int btf__add_datasec_var_info(struct btf *btf, int var_type_id, __u32 offset, __u32 byte_sz) in btf__add_datasec_var_info() argument
2313 if (validate_type_id(var_type_id)) in btf__add_datasec_var_info()
2325 v->type = var_type_id; in btf__add_datasec_var_info()
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dbtf.h215 LIBBPF_API int btf__add_datasec_var_info(struct btf *btf, int var_type_id,
H A Dbtf.c2559 * - *var_type_id* - type ID, describing type of the variable;
2567 int btf__add_datasec_var_info(struct btf *btf, int var_type_id, __u32 offset, __u32 byte_sz) in btf__add_datasec_var_info() argument
2580 if (validate_type_id(var_type_id)) in btf__add_datasec_var_info()
2592 v->type = var_type_id; in btf__add_datasec_var_info()
/kernel/linux/linux-5.10/kernel/bpf/
H A Dbtf.c3542 u32 var_type_id = vsi->type, type_id, type_size = 0; in btf_datasec_resolve() local
3544 var_type_id); in btf_datasec_resolve()
3552 !env_type_is_resolved(env, var_type_id)) { in btf_datasec_resolve()
3554 return env_stack_push(env, var_type, var_type_id); in btf_datasec_resolve()
/kernel/linux/linux-6.6/kernel/bpf/
H A Dbtf.c4551 u32 var_type_id = vsi->type, type_id, type_size = 0; in btf_datasec_resolve() local
4553 var_type_id); in btf_datasec_resolve()
4561 !env_type_is_resolved(env, var_type_id)) { in btf_datasec_resolve()
4563 return env_stack_push(env, var_type, var_type_id); in btf_datasec_resolve()

Completed in 33 milliseconds