Home
last modified time | relevance | path

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

/tools/lib/bpf/
Dlibbpf.c6061 void *copy_start = NULL, *copy_end = NULL; in adjust_prog_btf_ext_info() local
6085 copy_end = rec + ext_info->rec_size; in adjust_prog_btf_ext_info()
6095 new_sz = old_sz + (copy_end - copy_start); in adjust_prog_btf_ext_info()
6101 memcpy(new_prog_info + old_sz, copy_start, copy_end - copy_start); in adjust_prog_btf_ext_info()