| /third_party/libbpf/src/ |
| D | btf.c | 46 struct btf { struct 48 void *raw_data; 50 void *raw_data_swapped; 51 __u32 raw_size; 75 * and cached again if user calls btf__raw_data(), at which point argument 92 struct btf_header *hdr; argument 112 struct btf *base_btf; argument 117 int start_id; 122 int start_str_off; 128 void *strs_data; [all …]
|
| D | relo_core.h | 10 const struct btf *btf; member 30 const struct btf *btf; member
|
| D | relo_core.c | 22 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()
|
| D | libbpf.c | 595 struct btf *btf; member 676 struct btf *btf; member 978 find_member_by_name(const struct btf *btf, const struct btf_type *t, in find_member_by_name() 997 find_struct_ops_kern_types(const struct btf *btf, const char *tname, in find_struct_ops_kern_types() 1062 const struct btf *btf, in bpf_map__init_kern_struct_ops() 1219 const struct btf *btf; in bpf_object__init_struct_ops_maps() local 2149 skip_mods_and_typedefs(const struct btf *btf, __u32 id, __u32 *res_id) 2166 resolve_func_ptr(const struct btf *btf, __u32 id, __u32 *res_id) 2218 static bool get_map_field_int(const char *map_name, const struct btf *btf, 2283 int parse_btf_map_def(const char *map_name, struct btf *btf, [all …]
|
| D | linker.c | 58 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 2655 struct btf *btf = linker->btf; in finalize_btf() local
|
| D | btf_dump.c | 80 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/ |
| D | bpf.h | 297 aligned_uint64_t btf; member
|
| /third_party/libbpf/include/uapi/linux/ |
| D | bpf.h | 1481 __aligned_u64 btf; member 6288 __aligned_u64 btf; member
|
| /third_party/FatFs/source/ |
| D | ff.c | 5480 UINT btf, /* Number of bytes to forward */
|
| /third_party/mesa3d/src/gallium/frontends/lavapipe/ |
| D | lvp_execute.c | 3557 struct vk_cmd_begin_transform_feedback_ext *btf = &cmd->u.begin_transform_feedback_ext; in handle_begin_transform_feedback() local
|
| /third_party/libbpf/.github/actions/build-selftests/ |
| D | vmlinux.h | 25293 struct btf *btf; member 25477 __u64 btf; member 25828 struct btf { struct 25830 struct btf_type **types; argument 25835 struct btf_header hdr; argument 25842 struct btf_kfunc_set_tab *kfunc_set_tab; argument 25843 struct btf *base_btf; argument 25847 bool kernel_btf; argument 25937 struct btf *btf; member 26088 struct btf *btf; member [all …]
|