blob: 097e30ce9cee2ed70a463f57d63b103f5138fabb [file] [log] [blame]
Rich Felker623753a2011-08-16 00:42:13 -04001.text
2.global dlsym
Rich Felker72b25dd2015-04-14 11:39:11 -04003.hidden __dlsym
Rich Felker623753a2011-08-16 00:42:13 -04004.type dlsym,@function
5dlsym:
6 push (%esp)
7 push 12(%esp)
8 push 12(%esp)
9 call __dlsym
10 add $12,%esp
11 ret