Searched defs:local_btf (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dcore_reloc.c426 struct btf *local_btf = btf__parse(test->bpf_obj_file, NULL); local
[all...]
/linux-master/tools/lib/bpf/
H A Drelo_core.c146 int __bpf_core_types_are_compat(const struct btf *local_btf, __u32 local_id, argument
412 static int bpf_core_fields_are_compat(const struct btf *local_btf, argument
481 static int bpf_core_match_member(const struct btf *local_btf, argument
1280 bpf_core_calc_relo_insn(const char *prog_name, const struct bpf_core_relo *relo, int relo_idx, const struct btf *local_btf, struct bpf_core_cand_list *cands, struct bpf_core_spec *specs_scratch, struct bpf_core_relo_res *targ_res) argument
1422 bpf_core_names_match(const struct btf *local_btf, size_t local_name_off, const struct btf *targ_btf, size_t targ_name_off) argument
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) 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) argument
1544 __bpf_core_types_match(const struct btf *local_btf, __u32 local_id, const struct btf *targ_btf, __u32 targ_id, bool behind_ptr, int level) argument
[all...]
H A Dlibbpf.c5589 bpf_core_find_cands(struct bpf_object *obj, const struct btf *local_btf, __u32 local_type_id) argument
5668 int bpf_core_types_are_compat(const struct btf *local_btf, __u32 local_id, argument
5674 int bpf_core_types_match(const struct btf *local_btf, __u32 local_id, argument
5724 bpf_core_resolve_relo(struct bpf_program *prog, const struct bpf_core_relo *relo, int relo_idx, const struct btf *local_btf, struct hashmap *cand_cache, struct bpf_core_relo_res *targ_res) argument
[all...]
/linux-master/tools/bpf/bpftool/
H A Dgen.c2253 btfgen_find_cands(const struct btf *local_btf, const struct btf *targ_btf, __u32 local_id) argument
/linux-master/kernel/bpf/
H A Dbtf.c8370 int bpf_core_types_are_compat(const struct btf *local_btf, __u32 local_id, argument
8379 int bpf_core_types_match(const struct btf *local_btf, u32 local_id, argument
8602 const struct btf *local_btf = ctx->btf; local

Completed in 324 milliseconds