Searched refs:btf__add_str (Results 1 - 3 of 3) sorted by relevance
/third_party/libbpf/src/ |
H A D | btf.c | 1780 int btf__add_str(struct btf *btf, const char *s) function 1848 off = btf__add_str(p->dst, btf__str_by_offset(p->src, *str_off)); 2046 name_off = btf__add_str(btf, name); 2089 name_off = btf__add_str(btf, name); 2129 name_off = btf__add_str(btf, name); 2206 name_off = btf__add_str(btf, name); 2307 name_off = btf__add_str(btf, name); 2345 name_off = btf__add_str(btf, name); 2416 name_off = btf__add_str(btf, name); 2491 name_off = btf__add_str(bt [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);
|
Completed in 9 milliseconds