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