Home
last modified time | relevance | path

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

/linux/Documentation/bpf/
A 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/tools/lib/bpf/
A Dlibbpf_internal.h37 #ifndef R_BPF_64_ABS64
38 #define R_BPF_64_ABS64 2 macro
A Dlinker.c895 sym_type != R_BPF_64_ABS64 && sym_type != R_BPF_64_ABS32) { in linker_sanity_check_elf_relos()
/linux/tools/testing/selftests/bpf/
A DREADME.rst239 Here, ``type 2`` refers to new relocation type ``R_BPF_64_ABS64``.

Completed in 11 milliseconds