Searched defs:LITSTRCPY (Results 1 – 4 of 4) sorted by relevance
| /dflybsd-src/contrib/gdb-7/bfd/ |
| H A D | bfd-in.h | 73 #define LITSTRCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2)) macro
|
| H A D | bfd-in2.h | 80 #define LITSTRCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2)) macro
|
| /dflybsd-src/contrib/binutils-2.27/bfd/ |
| H A D | bfd-in2.h | 78 #define LITSTRCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2)) macro
|
| /dflybsd-src/contrib/binutils-2.34/bfd/ |
| H A D | bfd-in2.h | 81 #define LITSTRCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2)) macro
|