opnsense-src/libexec/rtld-elf/powerpc64
Konstantin Belousov 758ffbfa3b Use xmalloc() instead of malloc() in the places where malloc() calls
are assumed to not fail.

Make the xcalloc() calling conventions follow the calloc(3) calling
conventions and replace unchecked calls to calloc() with calls to
xcalloc().

Remove redundand declarations from xmalloc.c, which are already
present in rtld.h.

Reviewed by:	kan
Discussed with:	bde
MFC after:	2 weeks
2012-03-22 14:20:51 +00:00
..
Makefile.inc RTLD support for powerpc64. A few small modifications to the Makefile 2010-07-10 17:43:24 +00:00
reloc.c Use xmalloc() instead of malloc() in the places where malloc() calls 2012-03-22 14:20:51 +00:00
rtld_machdep.h Add support for preinit, init and fini arrays. Some ABIs, in 2012-03-11 20:03:09 +00:00
rtld_start.S Turn off default generation of userland dot symbols on powerpc64 now that 2011-02-18 21:44:53 +00:00