opnsense-src/libexec/rtld-elf/i386
Roman Divacky 1dfdc15bb0 Only use the cache after the early stage of loading. This is
because calling mmap() etc. may use GOT which is not set up
yet. Use calloc() instead of mmap() in cases where this
was the case before (sparc64, powerpc, arm).

Submitted by:	Dimitry Andric (dimitry andric com)
Reviewed by:	kan
Approved by:	ed (mentor)
2010-05-18 08:55:23 +00:00
..
elf_rtld.x
Makefile.inc
reloc.c Only use the cache after the early stage of loading. This is 2010-05-18 08:55:23 +00:00
rtld_machdep.h Now that the kernel defines CACHE_LINE_SIZE in machine/param.h, use 2009-04-19 23:02:50 +00:00
rtld_start.S Align the stack to a 16 byte boundary before calling _rtld so that we can 2005-05-19 07:32:42 +00:00
Symbol.map Use C comments since we now preprocess these files with CPP. 2007-04-29 14:05:22 +00:00