comparison test/resolve_self/README.txt @ 0:3e629dc19168

initial from svn dyncall-1745
author Daniel Adler
date Thu, 19 Mar 2015 22:24:28 +0100
parents
children 318a9ffc2b85
comparison
equal deleted inserted replaced
-1:000000000000 0:3e629dc19168
1 test for dynload library to resolve symbols from application image itself.
2 by Daniel Adler in 2010
3
4 Description
5 A test function is specified in the main application, that will be
6 dynamically resolved on main entry of the test program.
7
8 The library path argument to dlLoadLibrary is set to NULL to
9 specify the application image.
10
11 Background
12 self referencing is important on configurations where there is no
13 shared library but everything is statically linked.
14
15
16
17
18
19