Home
last modified time | relevance | path

Searched refs:bpf_core_format_spec (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/lib/bpf/
H A Drelo_core.h97 int bpf_core_format_spec(char *buf, size_t buf_sz, const struct bpf_core_spec *spec);
H A Drelo_core.c1156 int bpf_core_format_spec(char *buf, size_t buf_sz, const struct bpf_core_spec *spec) in bpf_core_format_spec() function
1316 bpf_core_format_spec(spec_buf, sizeof(spec_buf), local_spec); in bpf_core_calc_relo_insn()
1341 bpf_core_format_spec(spec_buf, sizeof(spec_buf), cand_spec); in bpf_core_calc_relo_insn()
1347 bpf_core_format_spec(spec_buf, sizeof(spec_buf), cand_spec); in bpf_core_calc_relo_insn()
H A Dlibbpf.c7138 spec_len = bpf_core_format_spec(spec_buf, sizeof(spec_buf), &spec); in fixup_log_failed_core_relo()