Searched refs:is_func (Results 1 – 11 of 11) sorted by relevance
169 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
177 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
207 if (!fp->is_func || extra_pass) { in bpf_int_jit_compile()
223 bool is_func; member1179 s->is_func = (ELF_ST_TYPE(sym->st_info) == STT_FUNC); in check_export_symbol()1188 s->is_func = true; in check_export_symbol()1911 sym->is_func ? "FUNC" : "DATA", sym->name, in add_exported_symbols()
1208 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()1228 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
1604 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()1616 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
1975 if (!fp->is_func || extra_pass) { in bpf_int_jit_compile()1986 if (!fp->is_func || extra_pass) { in bpf_int_jit_compile()
1641 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()1661 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
2888 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()2918 if (!image || !prog->is_func || extra_pass) { in bpf_int_jit_compile()
1502 is_func:1, /* program is a bpf function */ member
18533 func[i]->is_func = 1; in jit_subprogs()