Skip to content
This repository was archived by the owner on Nov 23, 2025. It is now read-only.

Commit 365857a

Browse files
committed
Remove old table.
1 parent 4f10bbf commit 365857a

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

src/arch/riscv/test.rs

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -45,24 +45,6 @@ fn load_pie_elf() {
4545
);
4646

4747
// View relocation actions with readelf -r [binary]
48-
// Relocation section '.rela.dyn' at offset 0x480 contains 8 entries:
49-
// Offset Info Type Symbol's Value Symbol's Name + Addend
50-
// 0000000000010d90 0000000000000403 R_AARCH64_RELATIVE 750
51-
// 0000000000010d98 0000000000000403 R_AARCH64_RELATIVE 700
52-
// 0000000000010ff0 0000000000000403 R_AARCH64_RELATIVE 754
53-
// 0000000000011008 0000000000000403 R_AARCH64_RELATIVE 11008
54-
// 0000000000010fd8 0000000400000401 R_AARCH64_GLOB_DAT 0000000000000000 _ITM_deregisterTMCloneTable + 0
55-
// 0000000000010fe0 0000000500000401 R_AARCH64_GLOB_DAT 0000000000000000 __cxa_finalize@GLIBC_2.17 + 0
56-
// 0000000000010fe8 0000000600000401 R_AARCH64_GLOB_DAT 0000000000000000 __gmon_start__ + 0
57-
// 0000000000010ff8 0000000800000401 R_AARCH64_GLOB_DAT 0000000000000000 _ITM_registerTMCloneTable + 0
58-
//
59-
// Relocation section '.rela.plt' at offset 0x540 contains 5 entries:
60-
// Offset Info Type Symbol's Value Symbol's Name + Addend
61-
// 0000000000010fa8 0000000300000402 R_AARCH64_JUMP_SLOT 0000000000000000 __libc_start_main@GLIBC_2.34 + 0
62-
// 0000000000010fb0 0000000500000402 R_AARCH64_JUMP_SLOT 0000000000000000 __cxa_finalize@GLIBC_2.17 + 0
63-
// 0000000000010fb8 0000000600000402 R_AARCH64_JUMP_SLOT 0000000000000000 __gmon_start__ + 0
64-
// 0000000000010fc0 0000000700000402 R_AARCH64_JUMP_SLOT 0000000000000000 abort@GLIBC_2.17 + 0
65-
// 0000000000010fc8 0000000900000402 R_AARCH64_JUMP_SLOT 0000000000000000 printf@GLIBC_2.17 + 0
6648
//
6749
// Relocation section '.rela.dyn' at offset 0x420 contains 11 entries:
6850
// Offset Info Type Sym. Value Sym. Name + Addend

0 commit comments

Comments
 (0)