Lines Matching refs:name
176 LIBBPF_API int btf__add_int(struct btf *btf, const char *name, size_t byte_sz, int encoding);
177 LIBBPF_API int btf__add_float(struct btf *btf, const char *name, size_t byte_sz);
182 LIBBPF_API int btf__add_struct(struct btf *btf, const char *name, __u32 sz);
183 LIBBPF_API int btf__add_union(struct btf *btf, const char *name, __u32 sz);
184 LIBBPF_API int btf__add_field(struct btf *btf, const char *name, int field_type_id,
188 LIBBPF_API int btf__add_enum(struct btf *btf, const char *name, __u32 bytes_sz);
189 LIBBPF_API int btf__add_enum_value(struct btf *btf, const char *name, __s64 value);
190 LIBBPF_API int btf__add_enum64(struct btf *btf, const char *name, __u32 bytes_sz, bool is_signed);
191 LIBBPF_API int btf__add_enum64_value(struct btf *btf, const char *name, __u64 value);
199 LIBBPF_API int btf__add_fwd(struct btf *btf, const char *name, enum btf_fwd_kind fwd_kind);
200 LIBBPF_API int btf__add_typedef(struct btf *btf, const char *name, int ref_type_id);
207 LIBBPF_API int btf__add_func(struct btf *btf, const char *name,
210 LIBBPF_API int btf__add_func_param(struct btf *btf, const char *name, int type_id);
213 LIBBPF_API int btf__add_var(struct btf *btf, const char *name, int linkage, int type_id);
214 LIBBPF_API int btf__add_datasec(struct btf *btf, const char *name, __u32 byte_sz);
255 /* optional field name for type declaration, e.g.: