Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
H A Drelo_core.h83 const struct bpf_core_relo *relo, int relo_idx,
90 int insn_idx, const struct bpf_core_relo *relo,
94 const struct bpf_core_relo *relo,
H A Dbtf.c3020 .min_rec_size = sizeof(struct bpf_core_relo), in btf_ext_parse_info()
5281 struct bpf_core_relo *rec; in btf_ext_visit_type_ids()
5326 struct bpf_core_relo *rec; in btf_ext_visit_str_offs()
H A Dlibbpf.c379 const struct bpf_core_relo *core_relo; /* used when type == RELO_CORE */
5833 const struct bpf_core_relo *core_relo, int insn_idx) in record_relo_core()
5850 static const struct bpf_core_relo *find_relo_core(struct bpf_program *prog, int insn_idx) in find_relo_core()
5867 const struct bpf_core_relo *relo, in bpf_core_resolve_relo()
5914 const struct bpf_core_relo *rec; in bpf_object__relocate_core()
7707 const struct bpf_core_relo *relo; in fixup_log_failed_core_relo()
7874 struct bpf_core_relo cr = { in bpf_program_record_relos()
H A Dlinker.c2712 struct bpf_core_relo *src_rec, *dst_rec; in linker_append_btf_ext()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcore_reloc_raw.c62 struct bpf_core_relo relos[] = { in test_bad_local_id()
/linux/Documentation/bpf/
H A Dbtf.rst830 ``core_relo_rec_size`` specifies the size of ``bpf_core_relo``
831 structure when .BTF.ext is generated. All ``bpf_core_relo`` structures
H A Dllvm_reloc.rst354 struct bpf_core_relo {
/linux/include/uapi/linux/
H A Dbpf.h7500 struct bpf_core_relo { struct
/linux/tools/include/uapi/linux/
H A Dbpf.h7500 struct bpf_core_relo { struct
/linux/tools/bpf/bpftool/
H A Dgen.c2347 const struct bpf_core_relo *relo; in btfgen_record_obj()
/linux/include/linux/
H A Dbpf.h2726 int bpf_core_apply(struct bpf_core_ctx *ctx, const struct bpf_core_relo *relo,
/linux/kernel/bpf/
H A Dverifier.c17549 #define MIN_CORE_RELO_SIZE sizeof(struct bpf_core_relo)
17557 struct bpf_core_relo core_relo = {}; in check_core_relo()
17570 if (nr_core_relo > INT_MAX / sizeof(struct bpf_core_relo)) in check_core_relo()
17580 expected_size = sizeof(struct bpf_core_relo); in check_core_relo()
H A Dbtf.c9098 int bpf_core_apply(struct bpf_core_ctx *ctx, const struct bpf_core_relo *relo, in bpf_core_apply()