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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Darc-ext.c220 char * aux_name = (char *) xmalloc ( ((int)*p-6) * sizeof(char)); local
222 strcpy (aux_name, (char *) (p+6));
223 newAuxRegister->name = aux_name;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Darc-ext.c220 char * aux_name = (char *) xmalloc ( ((int)*p-6) * sizeof(char)); local
222 strcpy (aux_name, (char *) (p+6));
223 newAuxRegister->name = aux_name;

Completed in 202 milliseconds