Searched refs:is_func (Results 1 – 6 of 6) sorted by relevance
225 bool is_func; member1131 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()
341 if (!fp->is_func || extra_pass) { in bpf_int_jit_compile()350 if (!fp->is_func || extra_pass) { in bpf_int_jit_compile()
2265 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()2292 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
2154 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()2181 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
3847 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()3891 if (!image || !prog->is_func || extra_pass) { in bpf_int_jit_compile()
1786 is_func:1, /* program is a bpf function */ member