ucLinux is a very good embeded sytem. Most of company use this as their development OS.

源代码在线查看: resolve.s

软件大小: 3456 K
上传用户: bandagemaster
关键词: development ucLinux embeded company
下载地址: 免注册下载 普通下载 VIP

相关代码

				/*				 * These are various helper routines that are needed to run an ELF image.				 */								.text				.align 16								.globl _dl_linux_resolve				.type  _dl_linux_resolve,#function				_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:					.size _dl_linux_resolve,.LFE2-_dl_linux_resolve							

相关资源