Home
last modified time | relevance | path

Searched refs:BTF_INT_BITS (Results 1 – 4 of 4) sorted by relevance

/tools/bpf/bpftool/
A Dbtf_dumper.c382 int nr_bits = BTF_INT_BITS(int_type); in btf_dumper_int_bits()
403 nr_bits = BTF_INT_BITS(*int_type); in btf_dumper_int()
419 if (BTF_INT_BITS(*int_type) == 64) in btf_dumper_int()
421 else if (BTF_INT_BITS(*int_type) == 32) in btf_dumper_int()
423 else if (BTF_INT_BITS(*int_type) == 16) in btf_dumper_int()
425 else if (BTF_INT_BITS(*int_type) == 8) in btf_dumper_int()
432 if (BTF_INT_BITS(*int_type) == 64) in btf_dumper_int()
434 else if (BTF_INT_BITS(*int_type) == 32) in btf_dumper_int()
436 else if (BTF_INT_BITS(*int_type) == 16) in btf_dumper_int()
438 else if (BTF_INT_BITS(*int_type) == 8) in btf_dumper_int()
A Dbtf.c145 jsonw_uint_field(w, "nr_bits", BTF_INT_BITS(v)); in dump_btf_type()
149 t->size, BTF_INT_OFFSET(v), BTF_INT_BITS(v), in dump_btf_type()
/tools/include/uapi/linux/
A Dbtf.h95 #define BTF_INT_BITS(VAL) ((VAL) & 0x000000ff) macro
/tools/lib/bpf/
A Dbtf.h519 return BTF_INT_BITS(*(__u32 *)(t + 1)); in btf_int_bits()

Completed in 12 milliseconds