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