aboutsummaryrefslogtreecommitdiff
path: root/src/ldso/x86_64/dlsym.s (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix RTLD_NEXT on x86_64•••the return address was being truncated to 32 bits, preventing the dlsym code from determining which module contains the calling code. Rich Felker2011-09-031-1/+1
* RTLD_NEXT support•••the asm wrapper is needed to get the return address without compiler-specific extensions. Rich Felker2011-08-161-0/+6