Home
last modified time | relevance | path

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

/linux-6.6.21/Documentation/bpf/
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
60 0000000000000058 0000000400000001 R_BPF_64_64 0000000000000000 sec
65 of ``R_BPF_64_64`` (type 1) and the entry in the symbol table (entry 6).
82 has a type of ``R_BPF_64_64`` and refers to entry 7 in the symbol table.
[all …]
/linux-6.6.21/tools/lib/bpf/
Dlibbpf_internal.h34 #ifndef R_BPF_64_64
35 #define R_BPF_64_64 1 macro
Dlinker.c890 if (sym_type != R_BPF_64_64 && sym_type != R_BPF_64_32 && in linker_sanity_check_elf_relos()