Lines Matching refs:size
44 * @param size number of bytes passed in `data`
54 LIBBPF_API struct btf *btf__new(const void *data, __u32 size);
62 * @param size length of raw bytes
76 LIBBPF_API struct btf *btf__new_split(const void *data, __u32 size, struct btf *base_btf);
141 LIBBPF_API const void *btf__raw_data(const struct btf *btf, __u32 *size);
145 LIBBPF_API struct btf_ext *btf_ext__new(const __u8 *data, __u32 size);
147 LIBBPF_API const void *btf_ext__raw_data(const struct btf_ext *btf_ext, __u32 *size);
253 /* size of this struct, for forward/backward compatiblity */
279 /* size of this struct, for forward/backward compatibility */
537 * Get bitfield size of a member, assuming t is BTF_KIND_STRUCT or