/toolchain/binutils/binutils-2.25/ld/testsuite/ld-cdtest/ |
D | cdtest-foo.cc | 33 strncpy (message, "default-foo", len); in Foo() 44 strncpy( message, msg, len); in Foo() 46 printf ( "Constructing Foo(%d) \"%s\" at %08x\n", i, message, this); in Foo() 48 printf ( "Constructing Foo(%d) \"%s\"\n", i, message); in Foo() 58 i, foo.message, this, foo.i, &foo); in Foo() 60 printf ("Initializing Foo(%d) \"%s\" with Foo(%d)\n",i, foo.message, foo.i); in Foo() 62 for ( int k = 0; k < FOO_MSG_LEN; k++) message[k] = foo.message[k]; in Foo() 70 foo.i, foo.message, &foo, i, this); in operator =() 72 printf ("Copying Foo(%d) \"%s\" to Foo(%d)\n", foo.i, foo.message, i); in operator =() 74 for ( int k = 0; k < FOO_MSG_LEN; k++) message[k] = foo.message[k]; in operator =() [all …]
|
D | cdtest-foo.h | 15 char message[len]; variable 20 Foo(const char* message);
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-srec/ |
D | sr3.cc | 9 char message[len]; member in Foo 14 Foo(const char* message); 105 message[k] = foo.message[k]; in Foo() 111 message[k] = foo.message[k]; in operator =()
|
/toolchain/binutils/binutils-2.25/gold/testsuite/ |
D | plugin_test.c | 61 static ld_plugin_message message = NULL; variable 131 message = entry->tv_u.tv_message; in onload() 162 if (message == NULL) in onload() 186 (*message)(LDPL_INFO, "API version: %d", api_version); in onload() 187 (*message)(LDPL_INFO, "gold version: %d", gold_version); in onload() 190 (*message)(LDPL_INFO, "option: %s", opts[i]); in onload() 194 (*message)(LDPL_ERROR, "error registering claim file hook"); in onload() 200 (*message)(LDPL_ERROR, "error registering all symbols read hook"); in onload() 206 (*message)(LDPL_ERROR, "error registering cleanup hook"); in onload() 269 (*message)(LDPL_INFO, in claim_file_hook() [all …]
|
D | test.h | 64 error(const char* message); 96 error(const char* message) in error() argument 97 { this->tf_->error(message); } in error()
|
D | test.cc | 76 Test_framework::error(const char* message) in error() argument 78 printf("ERROR: %s: %s\n", this->testname_, message); in error()
|
/toolchain/binutils/binutils-2.25/gas/ |
D | listing.h | 45 void listing_error (const char *message); 56 void listing_warning (const char *message);
|
D | listing.c | 145 char *message; member 232 listing_message (const char *name, const char *message) in listing_message() argument 236 unsigned int l = strlen (name) + strlen (message) + 1; in listing_message() 240 strcat (n, message); in listing_message() 241 lm->message = n; in listing_message() 253 listing_warning (const char *message) in listing_warning() argument 255 listing_message (_("Warning: "), message); in listing_warning() 259 listing_error (const char *message) in listing_error() argument 261 listing_message (_("Error: "), message); in listing_error() 892 emit_line (list, "**** %s\n", msg->message); in print_lines()
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | mcparse.y | 74 | message 175 message: 270 h->message = $3; 271 if (mcset_max_message_length != 0 && unichar_len (h->message) > mcset_max_message_length)
|
D | elfcomm.c | 34 error (const char *message, ...) in error() argument 41 va_start (args, message); in error() 43 vfprintf (stderr, message, args); in error() 48 warn (const char *message, ...) in warn() argument 55 va_start (args, message); in warn() 57 vfprintf (stderr, message, args); in warn()
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | simple-object.txh | 67 @code{0}, sets @code{*@var{errmsg}} to an error message, and sets 91 error message, and sets @code{*@var{err}} to an errno value or 102 error message and set @code{*@var{err}} to an errno value or @code{0} 129 @code{*@var{ERRMSG}} to an error message, and sets @code{*@var{err}} 148 error message, and sets @code{*@var{err}} to an errno value or 165 message, and sets @code{*@var{err}} to an errno value or 0 if there is 179 message and sets @code{*@var{err}} to an errno value or @code{0} if
|
D | strsignal.c | 554 psignal (int signo, char *message) in psignal() argument 562 fprintf (stderr, "%s: unknown signal\n", message); in psignal() 566 fprintf (stderr, "%s: %s\n", message, sys_siglist[signo]); in psignal()
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | c-m32r.texi | 157 This option tells the assembler to produce a warning message if a 304 This message is only produced if warnings for explicit parallel 313 This message is only produced if warnings for explicit parallel 322 This message is produced when the assembler encounters an instruction 328 This message is produced when the assembler encounters an instruction 332 This message is produced when the assembler encounters a parallel 338 This message is produced when the assembler encounters a parallel 343 This message is produced when the assembler encounters a parallel 347 This message is produced when the assembler encounters a parallel 349 For example these code fragments will produce this message:
|
/toolchain/binutils/binutils-2.25/gold/ |
D | script.h | 401 Script_assertion(Expression* check, const char* message, in Script_assertion() argument 403 : check_(check), message_(message, messagelen) in Script_assertion() 451 add_assertion(Expression* check, const char* message, size_t messagelen);
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mt/ |
D | badinsn1.s | 1 ; Extra operand should generate and error message.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/ |
D | mulbug-err-1.s | 1 ; Test error message for mul insns at locations likely to trig
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/ |
D | warn-1.s | 4 .warning a warning message ;# { dg-error "Error: .warning argument must be a string" }
|
D | err-1.s | 4 .error an error message ;# { dg-error "Error: .error argument must be a string" }
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/ |
D | bpo-13.d | 8 # Check that we get an error message if we see a BPO against a register
|
D | bpo-12m.d | 8 # Check that we get an error message if we see a BPO against a register
|
D | bpo-12.d | 8 # Check that we get an error message if we see a BPO against a register
|
D | bpo-13m.d | 8 # Check that we get an error message if we see a BPO against a register
|
D | pr12815-1.d | 5 # Check that we emit a meaningful error message rather than SEGV when
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/ |
D | section6.d | 3 # The h8300 port issues a warning message for
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | bfd.c | 542 bfd_perror (const char *message) in bfd_perror() argument 545 if (message == NULL || *message == '\0') in bfd_perror() 548 fprintf (stderr, "%s: %s\n", message, bfd_errmsg (bfd_get_error ())); in bfd_perror()
|