Searched refs:libiberty_len (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.27/include/ |
D | libiberty.h | 715 const unsigned long libiberty_len = strlen (libiberty_optr) + 1; \ 716 char *const libiberty_nptr = (char *const) alloca (libiberty_len); \ 717 (char *) memcpy (libiberty_nptr, libiberty_optr, libiberty_len); })) 726 extern unsigned long libiberty_len; 729 libiberty_len = strlen (libiberty_optr) + 1, \ 730 libiberty_nptr = (char *) alloca (libiberty_len), \ 731 (char *) memcpy (libiberty_nptr, libiberty_optr, libiberty_len))
|
D | ChangeLog-9103 | 572 libiberty_optr, libiberty_nptr, libiberty_len): Declare.
|
/toolchain/binutils/binutils-2.27/libiberty/ |
D | alloca.c | 65 unsigned long libiberty_len; variable
|
D | ChangeLog | 4820 * alloca.c (libiberty_optr, libiberty_nptr, libiberty_len):
|