Home
last modified time | relevance | path

Searched refs:btf_ext__new (Results 1 – 5 of 5) sorted by relevance

/third_party/libbpf/src/
Dlibbpf.map79 btf_ext__new;
Dbtf.h145 LIBBPF_API struct btf_ext *btf_ext__new(const __u8 *data, __u32 size);
Dlinker.c666 obj->btf_ext = btf_ext__new(data->d_buf, shdr->sh_size); in linker_load_obj_file()
2894 linker->btf_ext = btf_ext__new(data, total_sz); in finalize_btf_ext()
Dbtf.c1282 *btf_ext = btf_ext__new(btf_ext_data->d_buf, btf_ext_data->d_size);
3094 struct btf_ext *btf_ext__new(const __u8 *data, __u32 size) function
Dlibbpf.c2957 obj->btf_ext = btf_ext__new(btf_ext_data->d_buf, btf_ext_data->d_size);