shared-2.d

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

D
21
字号
#source: textrel1.s#source: textrel2.s#as: -little#ld: -shared -EL#readelf: -d#target: sh*-*-elf sh*-*-linux* sh*-*-netbsd*# Make sure that there is no unnecessary DT_TEXTREL entry.Dynamic section at offset 0x[0-9a-f]+ contains 9 entries:  Tag        Type                         Name/Value 0x00000004 \(HASH\)                       0x[0-9a-f]+ 0x00000005 \(STRTAB\)                     0x[0-9a-f]+ 0x00000006 \(SYMTAB\)                     0x[0-9a-f]+ 0x0000000a \(STRSZ\)                      [0-9]+ \(bytes\) 0x0000000b \(SYMENT\)                     16 \(bytes\) 0x00000007 \(RELA\)                       0x[0-9a-f]+ 0x00000008 \(RELASZ\)                     12 \(bytes\) 0x00000009 \(RELAENT\)                    12 \(bytes\) 0x00000000 \(NULL\)                       0x0

⌨️ 快捷键说明

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