Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dprintcmd.c178 static struct format_data decode_format (char **, int, int);
194 decode_format (char **string_ptr, int oformat, int osize) in decode_format() function
880 fmt = decode_format (&exp, last_format, 0); in print_command_1()
971 fmt = decode_format (&exp, 0, 0); in output_command()
1282 fmt = decode_format (&exp, last_format, last_size); in x_command()
1370 fmt = decode_format (&exp, 0, 0); in display_command()
H A DChangeLog-19943050 * printcmd.c (decode_format): Allow TARGET_PTR_BIT to be non-constant.
4837 * printcmd.c (decode_format): Don't blithely set the size for
4859 * printcmd.c (decode_format): Remove code which would sometimes
H A DChangeLog-19925718 * printcmd.c (decode_format): Make static, change args oformat and
H A DChangeLog-20018753 * printcmd.c (decode_format, print_scalar_formatted): Likewise.
H A DChangeLog-19931858 * printcmd.c (decode_format) [CC_HAS_LONG_LONG]: Remove 'l' as