about summary refs log tree commit diff
path: root/src/ldso/x86_64/dlsym.s
Commit message (Collapse)AuthorAgeFilesLines
* use hidden visibility for call from dlsym to internal __dlsymRich Felker2015-04-141-0/+1
|
* fix RTLD_NEXT on x86_64Rich Felker2011-09-031-1/+1
| | | | | the return address was being truncated to 32 bits, preventing the dlsym code from determining which module contains the calling code.
* RTLD_NEXT supportRich Felker2011-08-161-0/+6
the asm wrapper is needed to get the return address without compiler-specific extensions.