sec-9.d

来自「工具链BINUTIS-2.16的源代码」· D 代码 · 共 20 行

D
20
字号
#source: start.s#ld: -m mmo -T $srcdir/$subdir/mmosec2.ld#objdump: -sh# This is based on sec-5.d which used to link .text at an unexpected# address to check that a special section was created in objdump when# reading in contents at an unusual location without a proper section# descriptor.  As .text (like .data) now gets a section descriptor when# linked to an unexpected location, the old test is transformed into a# specific check that the section description for .text works..*:     file format mmoSections:Idx Name          Size      VMA               LMA               File off  Algn  0 \.text         0+4  1000000000000000  1000000000000000  0+  2\*\*2                  CONTENTS, ALLOC, LOAD, READONLY, CODEContents of section \.text: 1000000000000000 e3fd0001                             .*

⌨️ 快捷键说明

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