Searched refs:btf__add_str (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | btf.c | 1518 int btf__add_str(struct btf *btf, const char *s) in btf__add_str() function 1586 off = btf__add_str(p->dst, btf__str_by_offset(p->src, *str_off)); in btf_rewrite_str() 1784 name_off = btf__add_str(btf, name); in btf__add_int() 1827 name_off = btf__add_str(btf, name); in btf__add_float() 1867 name_off = btf__add_str(btf, name); in btf_add_ref_kind() 1944 name_off = btf__add_str(btf, name); in btf_add_composite() 2045 name_off = btf__add_str(btf, name); in btf__add_field() 2083 name_off = btf__add_str(btf, name); in btf_add_enum_common() 2154 name_off = btf__add_str(btf, name); in btf__add_enum_value() 2229 name_off = btf__add_str(bt in btf__add_enum64_value() [all...] |
H A D | linker.c | 1784 off = btf__add_str(dst_btf, s); in complete_extern_btf_info() 2499 str_off = btf__add_str(linker->btf, s); in linker_append_btf_ext() 2505 str_off = btf__add_str(linker->btf, s); in linker_append_btf_ext() 2542 str_off = btf__add_str(linker->btf, s); in linker_append_btf_ext() 2741 str_off = btf__add_str(linker->btf, sec_name); in emit_btf_ext_data()
|
H A D | btf.h | 150 LIBBPF_API int btf__add_str(struct btf *btf, const char *s);
|
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | btf.c | 1497 /* see btf__add_str() for why we do this */ in btf__find_str() 1517 int btf__add_str(struct btf *btf, const char *s) in btf__add_str() function 1609 name_off = btf__add_str(btf, name); in btf__add_int() 1658 name_off = btf__add_str(btf, name); in btf_add_ref_kind() 1749 name_off = btf__add_str(btf, name); in btf_add_composite() 1852 name_off = btf__add_str(btf, name); in btf__add_field() 1902 name_off = btf__add_str(btf, name); in btf__add_enum() 1958 name_off = btf__add_str(btf, name); in btf__add_enum_value() 2170 name_off = btf__add_str(btf, name); in btf__add_func_param() 2221 name_off = btf__add_str(bt in btf__add_var() [all...] |
H A D | btf.h | 86 LIBBPF_API int btf__add_str(struct btf *btf, const char *s);
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | btf_write.c | 24 str_off = btf__add_str(btf, "int"); in test_btf_write()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | btf_write.c | 20 str_off = btf__add_str(btf, "int"); in gen_btf()
|
Completed in 14 milliseconds