Searched refs:func_lens (Results 1 – 1 of 1) sorted by relevance
173 __u32 *func_lens = NULL; in get_jited_program_text() local204 func_lens = malloc(jited_funcs * sizeof(__u32)); in get_jited_program_text()205 if (!ASSERT_OK_PTR(func_lens, "malloc(info.nr_jited_func_lens)")) { in get_jited_program_text()213 info.jited_func_lens = (__u64)func_lens; in get_jited_program_text()221 disasm_one_func(text_out, image + pc, func_lens[i]); in get_jited_program_text()223 pc += func_lens[i]; in get_jited_program_text()231 if (func_lens) in get_jited_program_text()232 free(func_lens); in get_jited_program_text()