Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/bpf/
H A 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
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf_internal.h54 #ifndef R_BPF_64_ABS32
55 #define R_BPF_64_ABS32 3 macro
H A Dlinker.c887 sym_type != R_BPF_64_ABS64 && sym_type != R_BPF_64_ABS32) { in linker_sanity_check_elf_relos()