Home
last modified time | relevance | path

Searched defs:btf (Results 1 – 10 of 10) sorted by relevance

/third_party/libbpf/src/
Dbtf.c35 struct btf { struct
37 void *raw_data;
39 void *raw_data_swapped;
40 __u32 raw_size;
64 * and cached again if user calls btf__raw_data(), at which point argument
81 struct btf_header *hdr; argument
101 struct btf *base_btf; argument
106 int start_id;
111 int start_str_off;
117 void *strs_data;
[all …]
Drelo_core.h10 const struct btf *btf; member
30 const struct btf *btf; member
Drelo_core.c22 skip_mods_and_typedefs(const struct btf *btf, u32 id, u32 *res_id) in skip_mods_and_typedefs()
27 static const char *btf__name_by_offset(const struct btf *btf, u32 offset) in btf__name_by_offset()
32 static s64 btf__resolve_size(const struct btf *btf, u32 type_id) in btf__resolve_size()
71 static bool is_flex_arr(const struct btf *btf, in is_flex_arr()
263 int bpf_core_parse_spec(const char *prog_name, const struct btf *btf, in bpf_core_parse_spec()
Dlinker.c58 struct btf *btf; member
147 struct btf *btf; member
917 struct btf *btf = ctx; in check_btf_type_id() local
927 struct btf *btf = ctx; in check_btf_str_off() local
2660 struct btf *btf = linker->btf; in finalize_btf() local
Dlibbpf.c601 struct btf *btf; member
684 struct btf *btf; member
952 find_member_by_name(const struct btf *btf, const struct btf_type *t, in find_member_by_name()
971 find_struct_ops_kern_types(const struct btf *btf, const char *tname, in find_struct_ops_kern_types()
1036 const struct btf *btf, in bpf_map__init_kern_struct_ops()
1194 const struct btf *btf; in init_struct_ops_maps() local
2162 skip_mods_and_typedefs(const struct btf *btf, __u32 id, __u32 *res_id)
2179 resolve_func_ptr(const struct btf *btf, __u32 id, __u32 *res_id)
2231 static bool get_map_field_int(const char *map_name, const struct btf *btf,
2296 int parse_btf_map_def(const char *map_name, struct btf *btf,
[all …]
Dbtf_dump.c80 const struct btf *btf; member
148 struct btf_dump *btf_dump__new(const struct btf *btf, in btf_dump__new()
833 static bool btf_is_struct_packed(const struct btf *btf, __u32 id, in btf_is_struct_packed()
1849 static bool ptr_is_aligned(const struct btf *btf, __u32 type_id, in ptr_is_aligned()
/third_party/ltp/include/lapi/
Dbpf.h304 aligned_uint64_t btf; member
/third_party/libbpf/include/uapi/linux/
Dbpf.h1575 __aligned_u64 btf; member
6493 __aligned_u64 btf; member
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_execute.c3557 struct vk_cmd_begin_transform_feedback_ext *btf = &cmd->u.begin_transform_feedback_ext; in handle_begin_transform_feedback() local
/third_party/FatFs/source/
Dff.c5480 UINT btf, /* Number of bytes to forward */