init64.d

来自「GNU binutils是GNU交叉工具链中的一个源码包」· D 代码 · 共 20 行

D
20
字号
#source: init.s#as: --abi=64#ld: -shared -mshelf64#readelf: -d#target: sh64-*-elf# Make sure that the lsb of DT_INIT and DT_FINI entries is set# when _init and _fini are SHmedia code.Dynamic section at offset 0x300 contains 8 entries:  Tag        Type                         Name/Value 0x000000000000000c \(INIT\)               0x2df 0x000000000000000d \(FINI\)               0x2ef 0x0000000000000004 \(HASH\)               0xe8 0x0000000000000005 \(STRTAB\)             0x288 0x0000000000000006 \(SYMTAB\)             0x138 0x000000000000000a \(STRSZ\)              85 \(bytes\) 0x000000000000000b \(SYMENT\)             24 \(bytes\) 0x0000000000000000 \(NULL\)               0x0

⌨️ 快捷键说明

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