Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/libiberty/
Dxmalloc.c117 xmalloc_failed (size_t size) in xmalloc_failed() function
149 xmalloc_failed (size); in xmalloc()
164 xmalloc_failed (nelem * elsize); in xcalloc()
181 xmalloc_failed (size); in xrealloc()
Dfunctions.texi1966 @deftypefn Replacement void xmalloc_failed (size_t)
1978 @code{xmalloc_failed} when printing a failure message.
DChangeLog2101 * argv.c (expandargv): Do not use xmalloc_failed.
2589 * xmalloc.c (xmalloc_set_program_name, xmalloc_failed, xmalloc,
4886 * xmalloc.c (xmalloc_failed): New function, does error
/toolchain/binutils/binutils-2.25/include/
Dlibiberty.h298 extern void xmalloc_failed (size_t) ATTRIBUTE_NORETURN;
DChangeLog-9103788 * libiberty.h: Move #includes to top. Prototype xmalloc_failed.