Searched refs:targ_t (Results 1 - 1 of 1) sorted by relevance
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | relo_core.c | 1441 const struct btf *targ_btf, const struct btf_type *targ_t) in bpf_core_enums_match() 1444 __u16 targ_vlen = btf_vlen(targ_t); in bpf_core_enums_match() 1447 if (local_t->size != targ_t->size) in bpf_core_enums_match() 1464 targ_n_off = btf_is_enum(targ_t) ? btf_enum(targ_t)[j].name_off : in bpf_core_enums_match() 1465 btf_enum64(targ_t)[j].name_off; in bpf_core_enums_match() 1480 const struct btf *targ_btf, const struct btf_type *targ_t, in bpf_core_composites_match() 1485 __u16 targ_vlen = btf_vlen(targ_t); in bpf_core_composites_match() 1493 const struct btf_member *targ_m = btf_members(targ_t); in bpf_core_composites_match() 1547 const struct btf_type *local_t, *targ_t; in __bpf_core_types_match() local 1440 bpf_core_enums_match(const struct btf *local_btf, const struct btf_type *local_t, const struct btf *targ_btf, const struct btf_type *targ_t) bpf_core_enums_match() argument 1479 bpf_core_composites_match(const struct btf *local_btf, const struct btf_type *local_t, const struct btf *targ_btf, const struct btf_type *targ_t, bool behind_ptr, int level) bpf_core_composites_match() argument [all...] |
Completed in 3 milliseconds