Home
last modified time | relevance | path

Searched refs:buffer1 (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/testsuite/
Dscript_test_11.c1 static unsigned int buffer1[256] __attribute((used)); variable
/toolchain/binutils/binutils-2.25/gas/doc/
Dc-mmix.texi387 buffer1 BYTE 0,0,0,0,0
390 GREG buffer1
395 allocated for @samp{buffer1}, and the @samp{Z} field will have the value
396 5, the offset from @samp{buffer1} to @samp{buffer2}. The result is
399 buffer1 BYTE 0,0,0,0,0
402 tmpreg GREG buffer1
403 LDOU $42,tmpreg,(buffer2-buffer1)
/toolchain/binutils/binutils-2.25/bfd/
Decoff.c1068 char buffer1[1024]; in ecoff_type_to_string() local
1070 char *p1 = buffer1; in ecoff_type_to_string()
1237 p1 += strlen (buffer1); in ecoff_type_to_string()
1246 p1 += strlen (buffer1); in ecoff_type_to_string()
1342 strcpy (p2, buffer1); in ecoff_type_to_string()
DChangeLog-94954150 * ecoff.c (ecoff_type_to_string): Local variable `buffer1' doesn't