resolve.s
来自「ucLinux is a very good embeded sytem. Mo」· S 代码 · 共 23 行
S
23 行
/* * 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
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?