Home
last modified time | relevance | path

Searched refs:xmemdup (Results 1 – 9 of 9) sorted by relevance

/toolchain/binutils/binutils-2.25/include/
Dlibiberty.h327 extern void *xmemdup (const void *, size_t, size_t) ATTRIBUTE_MALLOC ATTRIBUTE_RETURNS_NONNULL;
347 #define XDUP(T, P) ((T *) xmemdup ((P), sizeof (T), sizeof (T)))
355 #define XDUPVEC(T, P, N) ((T *) xmemdup ((P), sizeof (T) * (N), sizeof (T) * (N)))
364 #define XDUPVAR(T, P, S1, S2) ((T *) xmemdup ((P), (S1), (S2)))
DChangeLog-91031097 make_temp_file, xmalloc, xcalloc, xstrdup, xmemdup): Add
1153 * libiberty.h (xmemdup): Add prototype for new function.
DChangeLog132 xmalloc, xrealloc, xcalloc, xstrdup, xstrndup, xmemdup, pex_init):
/toolchain/binutils/binutils-2.25/libiberty/
Dxmemdup.c35 xmemdup (const PTR input, size_t copy_size, size_t alloc_size) in xmemdup() function
Dmakefile.vms14 xmemdup.obj,xstrdup.obj,xatexit.obj,choose-temp.obj,fnmatch.obj,\
DMakefile.in160 xatexit.c xexit.c xmalloc.c xmemdup.c xstrdup.c xstrerror.c \
193 ./xmemdup.$(objext) ./xstrdup.$(objext) ./xstrerror.$(objext) \
1640 ./xmemdup.$(objext): $(srcdir)/xmemdup.c config.h $(INCDIR)/ansidecl.h \
1643 $(COMPILE.c) $(PICFLAG) $(srcdir)/xmemdup.c -o pic/$@; \
1646 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/xmemdup.c -o noasan/$@; \
1648 $(COMPILE.c) $(srcdir)/xmemdup.c $(OUTPUT_OPTION)
DChangeLog817 strtol.c, vasprintf.c, vprintf.c, vsnprintf.c, xmemdup.c:
2591 * xmemdup.c (xmemdup): Likewise.
2762 * xmemdup.c, xstrdup.c: Expose the tail call.
4489 xmalloc.c, xmemdup.c, xstrdup.c, xstrerror.c: Add or update
5420 * hashtab.c, partition.c, sort.c, xmemdup.c: Include string.h
5751 * xmemdup.c: Include sys/types.h.
5755 * xmemdup.c: New xmemdup function.
5756 * Makefile.in, makefile.vms, vmsbuild.com: Use xmemdup.[co].
Dfunctions.texi1982 @c xmemdup.c:7
1983 @deftypefn Replacement void* xmemdup (void *@var{input}, @
/toolchain/binutils/binutils-2.25/ld/
Dlexsup.c1474 input_flags.pushed = xmemdup (&input_flags, in parse_args()