resolve.s
来自「linux下用PCMCIA无线网卡虚拟无线AP的程序源码」· S 代码 · 共 22 行
S
22 行
/* * These are various helper routines that are needed to run an ELF image. */.text.even.globl _dl_linux_resolve .type _dl_linux_resolve,@function_dl_linux_resolve: moveml %a0/%a1,%sp@-#ifdef __PIC__ bsrl _dl_linux_resolver@PLTPC#else jbsr _dl_linux_resolver#endif moveml %sp@+,%a0/%a1 addql #8,%sp jmp @(%d0).LFE2: .size _dl_linux_resolve,.LFE2-_dl_linux_resolve
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?