Home
last modified time | relevance | path

Searched refs:relo_idx (Results 1 - 3 of 3) sorted by relevance

/third_party/libbpf/src/
H A Drelo_core.c881 int relo_idx, in bpf_core_calc_relo()
958 prog_name, relo_idx, core_relo_kind_str(relo->kind), in bpf_core_calc_relo()
969 static void bpf_core_poison_insn(const char *prog_name, int relo_idx, in bpf_core_poison_insn() argument
973 prog_name, relo_idx, insn_idx); in bpf_core_poison_insn()
1026 int relo_idx, const struct bpf_core_relo_res *res) in bpf_core_patch_insn()
1039 bpf_core_poison_insn(prog_name, relo_idx, insn_idx + 1, insn + 1); in bpf_core_patch_insn()
1040 bpf_core_poison_insn(prog_name, relo_idx, insn_idx, insn); in bpf_core_patch_insn()
1054 prog_name, relo_idx, in bpf_core_patch_insn()
1062 prog_name, relo_idx, insn_idx, in bpf_core_patch_insn()
1070 prog_name, relo_idx, insn_id in bpf_core_patch_insn()
879 bpf_core_calc_relo(const char *prog_name, const struct bpf_core_relo *relo, int relo_idx, const struct bpf_core_spec *local_spec, const struct bpf_core_spec *targ_spec, struct bpf_core_relo_res *res) bpf_core_calc_relo() argument
1024 bpf_core_patch_insn(const char *prog_name, struct bpf_insn *insn, int insn_idx, const struct bpf_core_relo *relo, int relo_idx, const struct bpf_core_relo_res *res) bpf_core_patch_insn() 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) bpf_core_calc_relo_insn() argument
[all...]
H A Drelo_core.h83 const struct bpf_core_relo *relo, int relo_idx,
91 int relo_idx, const struct bpf_core_relo_res *res);
H A Dlibbpf.c6144 int relo_idx,
6170 prog_name, relo_idx, local_id, btf_kind_str(local_type),
6181 return bpf_core_calc_relo_insn(prog_name, relo, relo_idx, local_btf, cands, specs_scratch,
6310 static void poison_map_ldimm64(struct bpf_program *prog, int relo_idx, argument
6317 prog->name, relo_idx, insn_idx, map_idx, map->name);
6340 static void poison_kfunc_call(struct bpf_program *prog, int relo_idx, argument
6345 prog->name, relo_idx, insn_idx, ext->name);
6142 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) global() argument

Completed in 19 milliseconds