Home
last modified time | relevance | path

Searched refs:R_BPF_64_ABS64 (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/Documentation/bpf/
Dllvm_reloc.rst110 2 R_BPF_64_ABS64 normal data 64 r_offset S + A
123 In another case, ``R_BPF_64_ABS64`` relocation type is used for normal 64-bit data.
199 The following is an example to show how R_BPF_64_ABS64 could be generated::
210 0000000000000000 0000000700000002 R_BPF_64_ABS64 0000000000000000 global
216 ``R_BPF_64_ABS32`` and ``R_BPF_64_ABS64`` relocations::
225 000000000000001e 0000000200000002 R_BPF_64_ABS64 0000000000000000 .text
227 0000000000000037 0000000800000002 R_BPF_64_ABS64 0000000000000000 gbl
/Linux-v5.15/tools/lib/bpf/
Dlibbpf_internal.h35 #ifndef R_BPF_64_ABS64
36 #define R_BPF_64_ABS64 2 macro
Dlinker.c896 sym_type != R_BPF_64_ABS64 && sym_type != R_BPF_64_ABS32) { in linker_sanity_check_elf_relos()
/Linux-v5.15/tools/testing/selftests/bpf/
DREADME.rst225 Here, ``type 2`` refers to new relocation type ``R_BPF_64_ABS64``.