Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/binutils/bfd/
Dbfd-in.h67 #define LITSTRCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2)) macro
Dbfd-in2.h74 #define LITSTRCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2)) macro
DChangeLog-2006797 (LITSTRCPY) : New.
/freebsd-12-stable/contrib/binutils/binutils/
DChangeLog-200679 * prdbg.c (tg_class_static_member) : Use LITSTRCPY.
Dprdbg.c727 LITSTRCPY (s, "(|) ("); in pr_function_type()
/freebsd-12-stable/gnu/usr.bin/binutils/libbfd/
Dbfd.h76 #define LITSTRCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2)) macro