Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dbtf.c4926 #define BPF_LINE_INFO_ENC(insn_off, file_off, line_off, line_num, line_col) \ argument
4927 (insn_off), (file_off), (line_off), ((line_num) << 10 | ((line_col) & 0x3ff))