Searched refs:R_BPF_64_ABS64 (Results 1 – 4 of 4) sorted by relevance
110 2 R_BPF_64_ABS64 normal data 64 r_offset S + A123 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 global216 ``R_BPF_64_ABS32`` and ``R_BPF_64_ABS64`` relocations::225 000000000000001e 0000000200000002 R_BPF_64_ABS64 0000000000000000 .text227 0000000000000037 0000000800000002 R_BPF_64_ABS64 0000000000000000 gbl
35 #ifndef R_BPF_64_ABS6436 #define R_BPF_64_ABS64 2 macro
896 sym_type != R_BPF_64_ABS64 && sym_type != R_BPF_64_ABS32) { in linker_sanity_check_elf_relos()
225 Here, ``type 2`` refers to new relocation type ``R_BPF_64_ABS64``.