Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/opcodes/
Dip2k-asm.c61 char *afteroffset; in parse_fr() local
68 afteroffset = NULL; in parse_fr()
94 afteroffset = strstr (*strp, "(IP)"); in parse_fr()
96 if (afteroffset == NULL) in parse_fr()
98 afteroffset = strstr (*strp, "(ip)"); in parse_fr()
100 if (afteroffset != NULL) in parse_fr()
102 if (afteroffset != *strp) in parse_fr()
121 afteroffset = strstr (*strp, "(DP)"); in parse_fr()
123 if (afteroffset == NULL) in parse_fr()
125 afteroffset = strstr (*strp, "(dp)"); in parse_fr()
[all …]