Home
last modified time | relevance | path

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

/linux/arch/riscv/net/
H A Dbpf_jit_core.c155 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
168 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
/linux/scripts/mod/
H A Dmodpost.c231 bool is_func; member
1139 s->is_func = (ELF_ST_TYPE(sym->st_info) == STT_FUNC); in check_export_symbol()
1148 s->is_func = true; in check_export_symbol()
1905 sym->is_func ? "FUNC" : "DATA", sym->name, in add_exported_symbols()
/linux/arch/powerpc/net/
H A Dbpf_jit_comp.c341 if (!fp->is_func || extra_pass) { in bpf_int_jit_compile()
350 if (!fp->is_func || extra_pass) { in bpf_int_jit_compile()
/linux/arch/loongarch/net/
H A Dbpf_jit.c2288 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
2315 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
/linux/arch/arm64/net/
H A Dbpf_jit_comp.c2313 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
2340 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
/linux/arch/x86/net/
H A Dbpf_jit_comp.c4093 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
4137 if (!image || !prog->is_func || extra_pass) { in bpf_int_jit_compile()
/linux/kernel/bpf/
H A Dfixups.c1140 func[i]->is_func = 1; in jit_subprogs()
/linux/include/linux/
H A Dbpf.h1874 is_func:1, /* program is a bpf function */ member