about summary refs log tree commit diff
path: root/src/ldso/i386/dlsym.s
Commit message (Collapse)AuthorAgeFilesLines
* use hidden visibility for call from dlsym to internal __dlsymRich Felker2015-04-141-0/+1
|
* RTLD_NEXT supportRich Felker2011-08-161-0/+10
the asm wrapper is needed to get the return address without compiler-specific extensions.