Searched refs:is_func (Results 1 – 11 of 11) sorted by relevance
155 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
1108 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()1130 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
1809 if (!fp->is_func || extra_pass) { in bpf_int_jit_compile()1820 if (!fp->is_func || extra_pass) { in bpf_int_jit_compile()
1593 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()1605 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
2125 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()2142 if (!image || !prog->is_func || extra_pass) { in bpf_int_jit_compile()
1430 static inline void get_pretty_name(int is_func, const char** name, const char** name_p) in get_pretty_name() argument1432 switch (is_func) { in get_pretty_name()
548 is_func:1, /* program is a bpf function */ member
1303 if (!fp->is_func || extra_pass) { in bpf_int_jit_compile()
1799 sorted array. Function symbols are indicated with an 'is_func' flag.
11158 func[i]->is_func = 1; in jit_subprogs()