dl-machine.h
来自「Glibc 2.3.2源代码(解压后有100多M)」· C头文件 代码 · 共 8 行
H
8 行
/* Dynamic linker magic for Hurd/i386. This file just gets us a call to _dl_first_init inserted into the asm in sysdeps/i386/dl-machine.h that contains the initializer code. */#define RTLD_START_SPECIAL_INIT "call _dl_init_first@PLT; movl (%esp), %edx"#include_next "dl-machine.h"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?