Searched refs:btf__new (Results 1 – 6 of 6) sorted by relevance
58 btf__new;
54 LIBBPF_API struct btf *btf__new(const void *data, __u32 size);
656 obj->btf = btf__new(data->d_buf, shdr->sh_size); in linker_load_obj_file()
932 struct btf *btf__new(const void *data, __u32 size) in btf__new() function
2924 obj->btf = btf__new(btf_data->d_buf, btf_data->d_size);3261 kern_btf = btf__new(raw_data, sz);
158 * @brief **btf__new()** creates a new instance of a BTF object from the raw