Home
last modified time | relevance | path

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

/linux-6.6.21/Documentation/bpf/
Dllvm_reloc.rst113 3 R_BPF_64_ABS32 normal data 32 r_offset S + A
130 Both ``R_BPF_64_ABS32`` and ``R_BPF_64_NODYLD32`` types are for 32-bit data.
218 ``R_BPF_64_ABS32`` and ``R_BPF_64_ABS64`` relocations::
222 0000000000000006 0000000300000003 R_BPF_64_ABS32 0000000000000000 .debug_abbrev
223 000000000000000c 0000000400000003 R_BPF_64_ABS32 0000000000000000 .debug_str
224 0000000000000012 0000000400000003 R_BPF_64_ABS32 0000000000000000 .debug_str
225 0000000000000016 0000000600000003 R_BPF_64_ABS32 0000000000000000 .debug_line
226 000000000000001a 0000000400000003 R_BPF_64_ABS32 0000000000000000 .debug_str
228 000000000000002b 0000000400000003 R_BPF_64_ABS32 0000000000000000 .debug_str
230 0000000000000040 0000000400000003 R_BPF_64_ABS32 0000000000000000 .debug_str
/linux-6.6.21/tools/lib/bpf/
Dlibbpf_internal.h40 #ifndef R_BPF_64_ABS32
41 #define R_BPF_64_ABS32 3 macro
Dlinker.c891 sym_type != R_BPF_64_ABS64 && sym_type != R_BPF_64_ABS32) { in linker_sanity_check_elf_relos()