Home
last modified time | relevance | path

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

/linux-6.1.9/tools/bpf/
Dbpf_asm.c26 extern void bpf_asm_compile(FILE *fp, bool cstyle);
31 bool cstyle = false; in main() local
36 cstyle = true; in main()
49 bpf_asm_compile(fp, cstyle); in main()
Dbpf_exp.y42 extern void bpf_asm_compile(FILE *fp, bool cstyle);
646 void bpf_asm_compile(FILE *fp, bool cstyle) in bpf_asm_compile() argument
655 if (cstyle) in bpf_asm_compile()