Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/lib/bpf/
Dbpf_core_read.h37 BPF_ENUMVAL_VALUE = 1, /* enum value value relocation */ enumerator
187 __builtin_preserve_enum_value(*(typeof(enum_type) *)enum_value, BPF_ENUMVAL_VALUE)
Dlibbpf_internal.h265 BPF_ENUMVAL_VALUE = 11, /* enum value integer value */ enumerator
Dlibbpf.c4427 case BPF_ENUMVAL_VALUE: return "enumval_value"; in core_relo_kind_str()
4464 case BPF_ENUMVAL_VALUE: in core_relo_is_enumval_based()
5271 case BPF_ENUMVAL_VALUE: in bpf_core_calc_enumval_relo()