Home
last modified time | relevance | path

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

/linux/Documentation/bpf/
A Dllvm_reloc.rst35 0000000000000000: R_BPF_64_64 g1
38 0000000000000018: R_BPF_64_64 g2
42 0000000000000038: R_BPF_64_64 sec
46 0000000000000058: R_BPF_64_64 sec
57 0000000000000000 0000000600000001 R_BPF_64_64 0000000000000000 g1
58 0000000000000018 0000000700000001 R_BPF_64_64 0000000000000004 g2
59 0000000000000038 0000000400000001 R_BPF_64_64 0000000000000000 sec
65 of ``R_BPF_64_64`` (type 1) and the entry in the symbol table (entry 6).
109 1 R_BPF_64_64 ld_imm64 insn 32 r_offset + 4 S + A
142 Types ``R_BPF_64_64`` and ``R_BPF_64_32`` are used to resolve ``ld_imm64``
[all …]
/linux/tools/lib/bpf/
A Dlibbpf_internal.h34 #ifndef R_BPF_64_64
35 #define R_BPF_64_64 1 macro
A Dlinker.c894 if (sym_type != R_BPF_64_64 && sym_type != R_BPF_64_32 && in linker_sanity_check_elf_relos()

Completed in 11 milliseconds