Home
last modified time | relevance | path

Searched refs:func_lens (Results 1 – 1 of 1) sorted by relevance

/linux/tools/testing/selftests/bpf/
H A Djit_disasm_helpers.c173 __u32 *func_lens = NULL; in get_jited_program_text() local
204 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()