Searched refs:_obstack_memcpy (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.25/include/ |
D | obstack.h | 148 # define _obstack_memcpy(To, From, N) memcpy ((To), (From), (N)) macro 151 # define _obstack_memcpy(To, From, N) memcpy ((To), (char *)(From), (N)) 153 # define _obstack_memcpy(To, From, N) bcopy ((char *)(From), (To), (N)) 337 _obstack_memcpy (__o->next_free, (where), __len); \ 347 _obstack_memcpy (__o->next_free, (where), __len); \ 471 _obstack_memcpy ((h)->next_free, (where), (h)->temp), \ 478 _obstack_memcpy ((h)->next_free, (where), (h)->temp), \
|
D | ChangeLog-9103 | 1162 in calls to `_obstack_memcpy' from here ... 1164 (_obstack_memcpy): ... to here, except in the __STDC__ case which
|