init-media.d

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

D
20
字号
#source: init.s#as: --abi=32 --isa=SHmedia#ld: -shared -mshelf32#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 0x238 contains 8 entries:  Tag        Type                         Name/Value 0x0000000c \(INIT\)                       0x217 0x0000000d \(FINI\)                       0x227 0x00000004 \(HASH\)                       0x94 0x00000005 \(STRTAB\)                     0x1c0 0x00000006 \(SYMTAB\)                     0xe0 0x0000000a \(STRSZ\)                      85 \(bytes\) 0x0000000b \(SYMENT\)                     16 \(bytes\) 0x00000000 \(NULL\)                       0x0

⌨️ 快捷键说明

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