Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A 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)
H A Dlibbpf_internal.h265 BPF_ENUMVAL_VALUE = 11, /* enum value integer value */ enumerator
H A Dlibbpf.c4429 case BPF_ENUMVAL_VALUE: return "enumval_value"; in core_relo_kind_str()
4466 case BPF_ENUMVAL_VALUE: in core_relo_is_enumval_based()
5273 case BPF_ENUMVAL_VALUE: in bpf_core_calc_enumval_relo()