Searched refs:is_func (Results 1 – 8 of 8) sorted by relevance
155 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()168 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
231 bool is_func; member1139 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()
341 if (!fp->is_func || extra_pass) { in bpf_int_jit_compile()350 if (!fp->is_func || extra_pass) { in bpf_int_jit_compile()
2288 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()2315 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
2313 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()2340 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
4093 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()4137 if (!image || !prog->is_func || extra_pass) { in bpf_int_jit_compile()
1140 func[i]->is_func = 1; in jit_subprogs()
1874 is_func:1, /* program is a bpf function */ member