Home
last modified time | relevance | path

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

/linux-6.6.21/Documentation/bpf/
Dllvm_reloc.rst115 10 R_BPF_64_32 call insn 32 r_offset + 4 (S + A) / 8 - 1
137 Type ``R_BPF_64_32`` is used for call instruction. The call target section
144 Types ``R_BPF_64_64`` and ``R_BPF_64_32`` are used to resolve ``ld_imm64``
169 0000000000000010: R_BPF_64_32 gfunc
174 0000000000000030: R_BPF_64_32 sec1
/linux-6.6.21/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()