Home
last modified time | relevance | path

Searched refs:bpf_core_relo (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc/
H A D0001-Vendor-just-enough-extra-headers-to-allow-libbpf-to-.patch67 + * "struct bpf_core_relo" is used to pass relocation data form LLVM to libbpf
114 +struct bpf_core_relo {
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dlibbpf_internal.h314 struct bpf_core_relo { struct
H A Dlibbpf.c5103 const struct bpf_core_relo *relo, in bpf_core_calc_field_relo()
5228 static int bpf_core_calc_type_relo(const struct bpf_core_relo *relo, in bpf_core_calc_type_relo()
5262 static int bpf_core_calc_enumval_relo(const struct bpf_core_relo *relo, in bpf_core_calc_enumval_relo()
5319 const struct bpf_core_relo *relo, in bpf_core_calc_relo()
5469 const struct bpf_core_relo *relo, in bpf_core_patch_insn()
5723 const struct bpf_core_relo *relo, in bpf_core_apply_relo()
5894 const struct bpf_core_relo *rec; in bpf_object__relocate_core()
H A Dbtf.c2453 .min_rec_size = sizeof(struct bpf_core_relo), in btf_ext_setup_core_relos()