Home
last modified time | relevance | path

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

/linux-5.19.10/Documentation/bpf/
Dllvm_reloc.rst113 10 R_BPF_64_32 call insn 32 r_offset + 4 (S + A) / 8 - 1
135 Type ``R_BPF_64_32`` is used for call instruction. The call target section
142 Types ``R_BPF_64_64`` and ``R_BPF_64_32`` are used to resolve ``ld_imm64``
167 0000000000000010: R_BPF_64_32 gfunc
172 0000000000000030: R_BPF_64_32 sec1
/linux-5.19.10/tools/lib/bpf/
Dlibbpf_internal.h43 #ifndef R_BPF_64_32
44 #define R_BPF_64_32 10 macro
Dlinker.c890 if (sym_type != R_BPF_64_64 && sym_type != R_BPF_64_32 && in linker_sanity_check_elf_relos()