Lines Matching refs:strchr
62 name = strchr(endptr, '<'); in call__parse()
68 tok = strchr(name, '>'); in call__parse()
79 tok = strchr(endptr, '('); in call__parse()
85 tok = strchr(endptr, '*'); in call__parse()
117 const char *s = strchr(ops->raw, '+'); in jump__parse()
153 name = strchr(endptr, '<'); in comment__symbol()
159 t = strchr(name, '>'); in comment__symbol()
236 char *s = strchr(ops->raw, ','), *target, *comment, prev; in mov__parse()
249 comment = strchr(s, '#'); in mov__parse()
254 s = strchr(s, '\0') - 1; in mov__parse()
314 comment = strchr(s, '#'); in dec__parse()
975 c = strchr(line, '\n'); in symbol__parse_objdump_line()