Searched hist:ca618b22593646856638068715e62e674db2ff4b (Results 1 – 2 of 2) sorted by relevance
/haiku/headers/private/runtime_loader/ |
H A D | runtime_loader.h | ca618b22593646856638068715e62e674db2ff4b Sun Nov 02 03:16:30 UTC 2008 Ingo Weinhold <ingo_weinhold@gmx.de> * Changed the way symbols are resolved. For each root image (program, add-on) we create a breadth-first sorted image list and use that to search for symbols. * Added support for preloading libraries. The environment variable LD_PRELOAD can contain a whitespace-separated list of shared objects that will be loaded before the program. This allows to replace symbols without changing the executable or libraries. * Resolved TODO in load_program() regarding the order of remapping the images and initializing the dependencies (problem fixed in r28453).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28455 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
/haiku/src/system/runtime_loader/ |
H A D | elf.cpp | ca618b22593646856638068715e62e674db2ff4b Sun Nov 02 03:16:30 UTC 2008 Ingo Weinhold <ingo_weinhold@gmx.de> * Changed the way symbols are resolved. For each root image (program, add-on) we create a breadth-first sorted image list and use that to search for symbols. * Added support for preloading libraries. The environment variable LD_PRELOAD can contain a whitespace-separated list of shared objects that will be loaded before the program. This allows to replace symbols without changing the executable or libraries. * Resolved TODO in load_program() regarding the order of remapping the images and initializing the dependencies (problem fixed in r28453).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28455 a95241bf-73f2-0310-859d-f6bbb57e9c96
|