Home
last modified time | relevance | path

Searched refs:BPF_ENUMVAL_VALUE (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dbpf_core_read.h37 BPF_ENUMVAL_VALUE = 1, /* enum value value relocation */ enumerator
188 __builtin_preserve_enum_value(*(typeof(enum_type) *)enum_value, BPF_ENUMVAL_VALUE)
H A Dlibbpf_internal.h265 BPF_ENUMVAL_VALUE = 11, /* enum value integer value */ enumerator
H A Dlibbpf.c4432 case BPF_ENUMVAL_VALUE: return "enumval_value"; in core_relo_kind_str()
4469 case BPF_ENUMVAL_VALUE: in core_relo_is_enumval_based()
5276 case BPF_ENUMVAL_VALUE: in bpf_core_calc_enumval_relo()
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dbpf_core_read.h38 BPF_ENUMVAL_VALUE = 1, /* enum value value relocation */ enumerator
227 __builtin_preserve_enum_value(*(typeof(enum_type) *)enum_value, BPF_ENUMVAL_VALUE)

Completed in 15 milliseconds