Home
last modified time | relevance | path

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

/linux-6.6.21/tools/bpf/
Dbpf_asm.c26 extern void bpf_asm_compile(FILE *fp, bool cstyle);
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() function