dlsym.s raw

   1  .global dlsym
   2  .hidden __dlsym
   3  .type   dlsym,@function
   4  dlsym:
   5  	l.j	__dlsym
   6  	 l.ori	r5, r9, 0
   7