Searched refs:btf_ext__new (Results 1 – 5 of 5) sorted by relevance
147 btf_ext__new;
160 LIBBPF_API struct btf_ext *btf_ext__new(__u8 *data, __u32 size);
665 obj->btf_ext = btf_ext__new(data->d_buf, shdr->sh_size); in linker_load_obj_file()2886 linker->btf_ext = btf_ext__new(data, total_sz); in finalize_btf_ext()
989 *btf_ext = btf_ext__new(btf_ext_data->d_buf, btf_ext_data->d_size); in btf_parse_elf()2714 struct btf_ext *btf_ext__new(__u8 *data, __u32 size) in btf_ext__new() function
2699 obj->btf_ext = btf_ext__new(btf_ext_data->d_buf, btf_ext_data->d_size); in bpf_object__init_btf()
Completed in 35 milliseconds