Searched refs:aux_name (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/binutils/opcodes/
H A Darc-ext.c219 char * aux_name = (char *) xmalloc ( ((int)*p-6) * sizeof(char)); local
221 strcpy (aux_name, (char *) (p+6));
222 newAuxRegister->name = aux_name;

Completed in 94 milliseconds