summaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf/relo_core.h
Commit message (Expand)AuthorAgeFilesLines
* bpf, libbpf: Add type match supportDaniel Müller2022-07-051-0/+4
* bpf: Merge "types_are_compat" logic into relo_core.cDaniel Müller2022-06-241-0/+2
* libbpf: Permit 64bit relocation valueYonghong Song2022-06-071-2/+2
* libbpf: Fix up verifier log for unguarded failed CO-RE relosAndrii Nakryiko2022-04-261-0/+6
* libbpf: Split bpf_core_apply_relo()Mauricio Vásquez2022-02-161-6/+36
* libbpf: Reduce bpf_core_apply_relo_insn() stack usage.Alexei Starovoitov2021-12-031-1/+29
* libbpf: Cleanup struct bpf_core_cand.Andrii Nakryiko2021-12-021-2/+0
* bpf: Pass a set of bpf_core_relo-s to prog_load command.Alexei Starovoitov2021-12-021-53/+0
* bpf: Define enum bpf_core_relo_kind as uapi.Alexei Starovoitov2021-12-021-17/+1
* libbpf: Split CO-RE logic into relo_core.c.Alexei Starovoitov2021-07-261-2/+10
* libbpf: Move CO-RE types into relo_core.h.Alexei Starovoitov2021-07-261-0/+92