Home
last modified time | relevance | path

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

/linux/scripts/mod/
H A Dmodpost.c225 bool is_func; member
1131 s->is_func = (ELF_ST_TYPE(sym->st_info) == STT_FUNC); in check_export_symbol()
1140 s->is_func = true; in check_export_symbol()
1880 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.c2265 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
2292 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
/linux/arch/arm64/net/
H A Dbpf_jit_comp.c2154 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
2181 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
/linux/arch/x86/net/
H A Dbpf_jit_comp.c3847 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
3891 if (!image || !prog->is_func || extra_pass) { in bpf_int_jit_compile()
/linux/include/linux/
H A Dbpf.h1786 is_func:1, /* program is a bpf function */ member