Searched refs:xsz (Results 1 – 1 of 1) sorted by relevance
28 size_t sz, bsz, insz, xsz; in bpf_load() local30 xsz = prm->nb_xsym * sizeof(prm->xsym[0]); in bpf_load()33 sz = insz + xsz + bsz; in bpf_load()45 memcpy(buf + bsz, prm->xsym, xsz); in bpf_load()46 memcpy(buf + bsz + xsz, prm->ins, insz); in bpf_load()49 bpf->prm.ins = (void *)(buf + bsz + xsz); in bpf_load()