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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Dip2k-asm.c63 char *afteroffset;
70 afteroffset = NULL;
96 afteroffset = strstr (*strp, "(IP)");
98 if (afteroffset == NULL)
100 afteroffset = strstr (*strp, "(ip)");
102 if (afteroffset != NULL)
104 if (afteroffset != *strp)
123 afteroffset = strstr (*strp, "(DP)");
125 if (afteroffset == NULL)
127 afteroffset
62 char *afteroffset; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Dip2k-asm.c63 char *afteroffset;
70 afteroffset = NULL;
96 afteroffset = strstr (*strp, "(IP)");
98 if (afteroffset == NULL)
100 afteroffset = strstr (*strp, "(ip)");
102 if (afteroffset != NULL)
104 if (afteroffset != *strp)
123 afteroffset = strstr (*strp, "(DP)");
125 if (afteroffset == NULL)
127 afteroffset
62 char *afteroffset; local
[all...]

Completed in 113 milliseconds