Home
last modified time | relevance | path

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

/Linux-v4.19/tools/bpf/bpftool/
Dprog.c430 unsigned int *func_lens = NULL; in do_dump() local
520 func_lens = malloc(nr_func_lens * sizeof(__u32)); in do_dump()
521 if (!func_lens) { in do_dump()
534 info.jited_func_lens = ptr_to_u64(func_lens); in do_dump()
666 free(func_lens); in do_dump()
672 free(func_lens); in do_dump()