haiku/src/system/runtime_loader
Ingo Weinhold 47bc666311 The assumption that the program image is not used for relocation of
dlopen()ed objects was incorrect. This should fix problems with ports of
software with a plugin/add-on interface.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29112 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-02-01 18:40:42 +00:00
..
arch * Implemented x86 assembly version of memset(). 2008-10-10 18:43:46 +00:00
elf.cpp The assumption that the program image is not used for relocation of 2009-02-01 18:40:42 +00:00
export.c * Reworked undefined symbol resolution in the runtime loader. Got rid of 2008-11-08 22:40:56 +00:00
heap.cpp Implemented realloc(). 2008-11-02 02:59:15 +00:00
Jamfile * Implemented x86 assembly version of memset(). 2008-10-10 18:43:46 +00:00
runtime_loader_private.h * Reworked undefined symbol resolution in the runtime loader. Got rid of 2008-11-08 22:40:56 +00:00
runtime_loader.c * Reworked undefined symbol resolution in the runtime loader. Got rid of 2008-11-08 22:40:56 +00:00
runtime_loader.rdef * Changed Ld rule to allow adding resource files. 2007-10-02 15:22:13 +00:00
utility.cpp * Added a __swap_int32() function to the runtime_loader - this fixes the build, 2008-07-10 11:52:57 +00:00