comparison dynload/dynload.3 @ 223:7076f551faf5

- dynload mach-o handling fixes for 64bit platforms - dynload test code improvements - dynload(3) clarification
author Tassilo Philipp
date Sat, 15 Apr 2017 15:21:37 +0200
parents 28bf0b231bce
children f8a6e60598cc
comparison
equal deleted inserted replaced
222:700c67984c08 223:7076f551faf5
51 .Fn dlFindSymbol 51 .Fn dlFindSymbol
52 returns a pointer to a symbol with name 52 returns a pointer to a symbol with name
53 .Ar pSymbolName 53 .Ar pSymbolName
54 in the library with handle 54 in the library with handle
55 .Ar pLib , 55 .Ar pLib ,
56 or returns a null pointer if the symbol cannot be found. 56 or returns a null pointer if the symbol cannot be found. The name is specified as it would appear in C source code (mangled if C++, etc.).
57 .Sh SEE ALSO 57 .Sh SEE ALSO
58 .Xr dyncall 3 , 58 .Xr dyncall 3 ,
59 .Xr dyncallback 3 59 .Xr dyncallback 3
60 and the dyncall manual (available in HTML and PDF format) for more information. 60 and the dyncall manual (available in HTML and PDF format) for more information.
61 .Sh AUTHORS 61 .Sh AUTHORS