Home
last modified time | relevance | path

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

/Linux-v5.10/tools/lib/bpf/
Dbpf_core_read.h37 BPF_ENUMVAL_VALUE = 1, /* enum value value relocation */ enumerator
179 __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.c4370 case BPF_ENUMVAL_VALUE: return "enumval_value"; in core_relo_kind_str()
4407 case BPF_ENUMVAL_VALUE: in core_relo_is_enumval_based()
5214 case BPF_ENUMVAL_VALUE: in bpf_core_calc_enumval_relo()