summaryrefslogtreecommitdiff
path: root/src/ldso/i386/dlsym.s
AgeCommit message (Collapse)AuthorFilesLines
2015-04-14use hidden visibility for call from dlsym to internal __dlsymRich Felker1-0/+1
2011-08-16RTLD_NEXT supportRich Felker1-0/+10
the asm wrapper is needed to get the return address without compiler-specific extensions.