Searched refs:noplen (Results 1 – 1 of 1) sorted by relevance
248 unsigned int noplen = len; in add_nops() local249 if (noplen > ASM_NOP_MAX) in add_nops()250 noplen = ASM_NOP_MAX; in add_nops()251 memcpy(insns, ideal_nops[noplen], noplen); in add_nops()252 insns += noplen; in add_nops()253 len -= noplen; in add_nops()