Searched refs:LA_PRINT_STRING (Results 1 – 9 of 9) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | language.h | 360 #define LA_PRINT_STRING(stream, string, length, width, force_ellipses) \ macro
|
H A D | expprint.c | 180 LA_PRINT_STRING (stream, &exp->elts[pc + 2].string, nargs, 1, 0); in print_subexp_standard() 194 LA_PRINT_STRING (stream, &exp->elts[pc + 2].string, nargs, 1, 0); in print_subexp_standard() 273 LA_PRINT_STRING (stream, tempstr, nargs - 1, 1, 0); in print_subexp_standard()
|
H A D | p-valprint.c | 106 LA_PRINT_STRING (stream, valaddr + embedded_offset, len, 1, 0); in pascal_val_print() 329 LA_PRINT_STRING (stream, valaddr + embedded_offset + string_pos, len, char_size, 0); in pascal_val_print()
|
H A D | c-valprint.c | 117 LA_PRINT_STRING (stream, valaddr + embedded_offset, len, eltlen, 0); in c_val_print()
|
H A D | f-valprint.c | 378 LA_PRINT_STRING (stream, valaddr, TYPE_LENGTH (type), 1, 0); in f_val_print()
|
H A D | valprint.c | 1030 LA_PRINT_STRING (stream, buffer, (bufptr - buffer) / width, width, force_ellipsis); in val_print_string()
|
H A D | ChangeLog-1998 | 4511 language_defn LA_PRINT_STRING LA_EMIT_CHAR) m2-lang.c (m2_printstr 4518 Supply width argument to LA_PRINT_STRING and val_print_string.
|
H A D | ChangeLog-1992 | 326 LA_PRINT_STRING. 346 to LA_PRINT_CHAR and local_printstr to LA_PRINT_STRING.
|
H A D | ChangeLog-1995 | 4270 LA_PRINT_STRING, and not val_print_string (which reads from inferior).
|