Searched refs:bpf_core_relo (Results 1 – 9 of 9) sorted by relevance
/tools/lib/bpf/ |
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,
|
D | bpf_gen_internal.h | 44 struct bpf_core_relo *core_relos; 71 void bpf_gen__record_relo_core(struct bpf_gen *gen, const struct bpf_core_relo *core_relo);
|
D | relo_core.c | 264 const struct bpf_core_relo *relo, in bpf_core_parse_spec() 679 const struct bpf_core_relo *relo, in bpf_core_calc_field_relo() 803 static int bpf_core_calc_type_relo(const struct bpf_core_relo *relo, in bpf_core_calc_type_relo() 847 static int bpf_core_calc_enumval_relo(const struct bpf_core_relo *relo, in bpf_core_calc_enumval_relo() 880 const struct bpf_core_relo *relo, in bpf_core_calc_relo() 1025 int insn_idx, const struct bpf_core_relo *relo, in bpf_core_patch_insn() 1281 const struct bpf_core_relo *relo, in bpf_core_calc_relo_insn()
|
D | gen_loader.c | 852 const struct bpf_core_relo *core_relo) in bpf_gen__record_relo_core() 854 struct bpf_core_relo *relos; in bpf_gen__record_relo_core() 969 attr.core_relo_rec_size = sizeof(struct bpf_core_relo); in bpf_gen__prog_load()
|
D | btf.c | 2777 .min_rec_size = sizeof(struct bpf_core_relo), in btf_ext_setup_core_relos() 4966 struct bpf_core_relo *rec; in btf_ext_visit_type_ids() 5011 struct bpf_core_relo *rec; in btf_ext_visit_str_offs()
|
D | libbpf.c | 341 const struct bpf_core_relo *core_relo; /* used when type == RELO_CORE */ 5706 const struct bpf_core_relo *core_relo, int insn_idx) in record_relo_core() 5723 static const struct bpf_core_relo *find_relo_core(struct bpf_program *prog, int insn_idx) in find_relo_core() 5740 const struct bpf_core_relo *relo, in bpf_core_resolve_relo() 5787 const struct bpf_core_relo *rec; in bpf_object__relocate_core() 7118 const struct bpf_core_relo *relo; in fixup_log_failed_core_relo() 7285 struct bpf_core_relo cr = { in bpf_program_record_relos()
|
D | linker.c | 2523 struct bpf_core_relo *src_rec, *dst_rec; in linker_append_btf_ext()
|
/tools/include/uapi/linux/ |
D | bpf.h | 7322 struct bpf_core_relo { struct
|
/tools/bpf/bpftool/ |
D | gen.c | 2044 const struct bpf_core_relo *relo; in btfgen_record_obj()
|