expdyn2.d
来自「GNU binutils是GNU交叉工具链中的一个源码包」· D 代码 · 共 17 行
D
17 行
#source: expdyn1.s#source: expdref1.s --pic#as: --no-underscore --em=criself#ld: -m crislinux --export-dynamic tmpdir/libdso-1.so#objdump: -R# Programs linked with --export-dynamic threw away .rela.got for exported# symbols, but since got reference counter wasn't reset, there was a SEGV# trying to generate the .rela.got relocations. In this test, we have an# object in the program that has pic-relocations to an exported symbol,# but those relocations can be resolved at link-time. We link to a DSO to# get dynamic linking..*: file format elf32-crisDYNAMIC RELOCATION RECORDS \(none\)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?