Home
last modified time | relevance | path

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

/tools/lib/bpf/
Dbtf_dump.c829 int ptr_bits = sizeof(void *) * 8; in btf_dump_emit_bit_padding() local
842 if (ptr_bits > 32 && off_diff > 32) { in btf_dump_emit_bit_padding()
844 pad_bits = chip_away_bits(off_diff, ptr_bits); in btf_dump_emit_bit_padding()