Searched refs:xsz (Results 1 – 1 of 1) sorted by relevance
20 size_t sz, bsz, insz, xsz; in bpf_load() local22 xsz = prm->nb_xsym * sizeof(prm->xsym[0]); in bpf_load()25 sz = insz + xsz + bsz; in bpf_load()37 memcpy(buf + bsz, prm->xsym, xsz); in bpf_load()38 memcpy(buf + bsz + xsz, prm->ins, insz); in bpf_load()41 bpf->prm.ins = (void *)(buf + bsz + xsz); in bpf_load()