Searched refs:btf__add_datasec_var_info (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/tools/lib/bpf/ |
H A D | libbpf.map | 215 btf__add_datasec_var_info;
|
H A D | btf.h | 215 LIBBPF_API int btf__add_datasec_var_info(struct btf *btf, int var_type_id,
|
H A D | linker.c | 2688 if (btf__add_datasec_var_info(btf, vi->type, vi->offset, vi->size)) in finalize_btf()
|
H A D | btf.c | 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() function
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | btf_write.c | 265 err = btf__add_datasec_var_info(btf, 1, 4, 8); in gen_btf()
|