Searched refs:noplen (Results 1 – 1 of 1) sorted by relevance
261 unsigned int noplen = len; in add_nops() local262 if (noplen > ASM_NOP_MAX) in add_nops()263 noplen = ASM_NOP_MAX; in add_nops()264 memcpy(insns, ideal_nops[noplen], noplen); in add_nops()265 insns += noplen; in add_nops()266 len -= noplen; in add_nops()