summaryrefslogtreecommitdiff
path: root/rtl/unix/dl.pp
Commit message (Expand)AuthorAgeFilesLines
* * Darwin support for printing line info for backtraces when using Dwarf,jonas2021-04-081-5/+1
* * dlinfo call added (bug ID 0036105)michael2019-09-291-0/+21
* * link always excplicitly against libc on linux when using the dl unit soflorian2016-08-221-4/+4
* * corrected r34366 (powerpc -> cpupowerpc)florian2016-08-221-1/+1
* * excplicitly link against libc in the unit dl, so the correct startup files ...florian2016-08-221-2/+3
* * Return a real base address for ELF executables by GetModuleByAddr() instead...yury2015-10-131-0/+2
* * Re-enable UnixGetModuleByAddrHook for Android to fix back traces for librar...yury2015-01-051-3/+4
* * first dragonfly patch (existing most). Mantis #27091marco2014-12-071-1/+1
* * correct dlopen flag values for Darwin (patch by lks, mantis #23979)jonas2013-03-101-4/+18
* * Turn off assigning UnixGetModuleByAddrHook for Android, since dladdr() func...yury2013-03-051-0/+2
* + RTL for AIXjonas2012-04-111-1/+19
* * Add dlvsym under ifdef ELF, defined ELF for the OSes I could checkmarco2012-01-211-0/+7
* * couple of small haiku fixes by Olivier Coursiereflorian2009-02-141-1/+5
* + proper handling of lineinfo retrival for dyn. libs in unixflorian2008-05-181-8/+53
* * arm-linux has to link explicitly against libcflorian2007-02-071-0/+5
* * Removed "platform" keyword from dladdr(), since it actually IS portable.chrivers2006-12-261-1/+1
* * Cleaned up keyword-case style ("FUnction" => "function", etc)chrivers2006-12-251-9/+9
* + Added dl_info recordchrivers2006-12-251-0/+16
* * made HMODULE a PtrInt on unix, this is compatible with the other platformsflorian2005-09-171-0/+3
* * Patch from Ing. Petr Kristanmichael2005-06-011-0/+1
* initial importfpc2005-05-161-0/+26