Searched defs:bit_offset (Results 1 – 4 of 4) sorted by relevance
/tools/bpf/bpftool/ |
D | btf_dumper.c | 128 __u8 bit_offset, const void *data) in btf_dumper_modifier() 317 static void btf_dumper_bitfield(__u32 nr_bits, __u8 bit_offset, in btf_dumper_bitfield() 344 static void btf_dumper_int_bits(__u32 int_type, __u8 bit_offset, in btf_dumper_int_bits() 361 static int btf_dumper_int(const struct btf_type *t, __u8 bit_offset, in btf_dumper_int() 451 __u32 bit_offset = m[i].offset; in btf_dumper_struct() local 480 __u8 bit_offset, const void *data) in btf_dumper_var() 522 __u8 bit_offset, const void *data) in btf_dumper_do_type()
|
/tools/lib/bpf/ |
D | relo_core.c | 40 __u32 bit_offset; member 233 __u32 bit_offset; in bpf_core_parse_spec() local 398 __u32 bit_offset; in bpf_core_match_member() local
|
D | btf.c | 1969 __u32 bit_offset, __u32 bit_size) in btf__add_field()
|
D | libbpf.c | 758 find_member_by_offset(const struct btf_type *t, __u32 bit_offset) in find_member_by_offset()
|