dlsym.s raw

   1  .text
   2  .global dlsym
   3  .hidden __dlsym
   4  .type dlsym,@function
   5  dlsym:
   6  	push (%esp)
   7  	push 12(%esp)
   8  	push 12(%esp)
   9  	call __dlsym
  10  	add $12,%esp
  11  	ret
  12