Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Di386-gen.c880 remove_leading_whitespaces (char *str) in remove_leading_whitespaces() function
916 p = remove_leading_whitespaces (str); in next_field()
1372 str = remove_leading_whitespaces (str); in output_i386_opcode()
1375 str = remove_leading_whitespaces (str + 1); in output_i386_opcode()
1510 buf = remove_leading_whitespaces (buf + 1); in parse_template()
1525 buf = remove_leading_whitespaces (end); in parse_template()
1546 buf = remove_leading_whitespaces (end); in parse_template()
1580 buf = remove_leading_whitespaces (end); in parse_template()
1650 ptr1 = remove_leading_whitespaces (ptr1 + 1); in expand_templates()
1769 p = remove_leading_whitespaces (buf); in process_i386_opcodes()
[all …]
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Di386-gen.c635 remove_leading_whitespaces (char *str) in remove_leading_whitespaces() function
671 p = remove_leading_whitespaces (str); in next_field()
1403 str = remove_leading_whitespaces (str); in output_i386_opcode()
1406 str = remove_leading_whitespaces (str + 1); in output_i386_opcode()
1548 buf = remove_leading_whitespaces (buf + 1); in parse_template()
1557 if (*remove_leading_whitespaces (end + 1)) in parse_template()
1585 buf = remove_leading_whitespaces (end); in parse_template()
1606 buf = remove_leading_whitespaces (end); in parse_template()
1640 buf = remove_leading_whitespaces (end); in parse_template()
1710 ptr1 = remove_leading_whitespaces (ptr1 + 1); in expand_templates()
[all …]