Searched refs:bpf_core_relo (Results 1 – 13 of 13) sorted by relevance
/linux/tools/lib/bpf/ |
H A D | relo_core.h | 83 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 D | btf.c | 3020 .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 D | libbpf.c | 379 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 D | linker.c | 2712 struct bpf_core_relo *src_rec, *dst_rec; in linker_append_btf_ext()
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | core_reloc_raw.c | 62 struct bpf_core_relo relos[] = { in test_bad_local_id()
|
/linux/Documentation/bpf/ |
H A D | btf.rst | 830 ``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 D | llvm_reloc.rst | 354 struct bpf_core_relo {
|
/linux/include/uapi/linux/ |
H A D | bpf.h | 7500 struct bpf_core_relo { struct
|
/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 7500 struct bpf_core_relo { struct
|
/linux/tools/bpf/bpftool/ |
H A D | gen.c | 2347 const struct bpf_core_relo *relo; in btfgen_record_obj()
|
/linux/include/linux/ |
H A D | bpf.h | 2726 int bpf_core_apply(struct bpf_core_ctx *ctx, const struct bpf_core_relo *relo,
|
/linux/kernel/bpf/ |
H A D | verifier.c | 17549 #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 D | btf.c | 9098 int bpf_core_apply(struct bpf_core_ctx *ctx, const struct bpf_core_relo *relo, in bpf_core_apply()
|