Searched refs:BTF_INT_BITS (Results 1 – 2 of 2) sorted by relevance
/third_party/libbpf/include/uapi/linux/ | ||
D | btf.h | 94 #define BTF_INT_BITS(VAL) ((VAL) & 0x000000ff) macro |
/third_party/libbpf/src/ | ||
D | btf.h | 476 return BTF_INT_BITS(*(__u32 *)(t + 1)); in btf_int_bits() |