Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dbfd-in.h71 #define LITSTRCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2)) macro
Dbfd-in2.h78 #define LITSTRCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2)) macro
DChangeLog-2006797 (LITSTRCPY) : New.
/toolchain/binutils/binutils-2.25/binutils/
DChangeLog-200679 * prdbg.c (tg_class_static_member) : Use LITSTRCPY.
Dprdbg.c752 LITSTRCPY (s, "(|) ("); in pr_function_type()