Searched refs:bpf_core_format_spec (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/tools/lib/bpf/ |
H A D | relo_core.h | 97 int bpf_core_format_spec(char *buf, size_t buf_sz, const struct bpf_core_spec *spec);
|
H A D | relo_core.c | 1156 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 D | libbpf.c | 7138 spec_len = bpf_core_format_spec(spec_buf, sizeof(spec_buf), &spec); in fixup_log_failed_core_relo()
|