Searched refs:relo_idx (Results 1 – 3 of 3) sorted by relevance
/third_party/libbpf/src/ |
D | relo_core.c | 881 int relo_idx, in bpf_core_calc_relo() argument 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() argument 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_idx, insn->off, (unsigned long long)orig_val, in bpf_core_patch_insn() [all …]
|
D | relo_core.h | 83 const struct bpf_core_relo *relo, int relo_idx, 91 int relo_idx, const struct bpf_core_relo_res *res);
|
D | libbpf.c | 6144 int relo_idx, argument 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);
|