⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 resolve.s

📁 linux下用PCMCIA无线网卡虚拟无线AP的程序源码
💻 S
字号:
/* * These are various helper routines that are needed to run an ELF image. */#define COMPILE_ASM#include "sysdep.h".text	.align 16.globl _dl_linux_resolve_dl_linux_resolve:	/* 	 * Call the resolver - pass the address of the PLT so that we can	 * figure out which module we are in.	 */	mov %o7,%o1	call  _dl_linux_resolver	mov %g1,%o0	jmpl %o0,%o7	restore.LFE2:	.type	_dl_linux_resolve,#function	.size _dl_linux_resolve,.LFE2-_dl_linux_resolve

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -