From 5ea3ba5e758bb5806639b64d02fdb3cb96ae84ee Mon Sep 17 00:00:00 2001 From: Roee Toledano Date: Tue, 5 Nov 2024 04:18:51 +0200 Subject: [PATCH] Update COFF relocation tests --- test/db/formats/coff | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/test/db/formats/coff b/test/db/formats/coff index 3e7edacdca4..43798c01084 100644 --- a/test/db/formats/coff +++ b/test/db/formats/coff @@ -63,12 +63,12 @@ nth paddr vaddr bind type size lib name 0 0x00000064 0x00000000 LOCAL SECT 4 .text 0 0x00000064 0x00000000 GLOBAL FUNC 4 main 0 0x0000008b 0x00000030 LOCAL SECT 4 .data -vaddr paddr target type name ------------------------------------------------------------ -0x00000009 0x0000006d 0x00000030 ADD_32 .data -0x00000010 0x00000074 0x00000030 ADD_32 .data + 0x0000000f -0x0000001c 0x00000080 0x00000058 ADD_32 MessageBoxA -0x00000023 0x00000087 0x00000060 ADD_32 ExitProcess +vaddr paddr target type name +-------------------------------------------------------------------------- +0x00000009 0x0000006d 0x00000030 IMAGE_REL_AMD64_REL32 .data +0x00000010 0x00000074 0x00000030 IMAGE_REL_AMD64_REL32 .data + 0x0000000f +0x0000001c 0x00000080 0x00000058 IMAGE_REL_AMD64_REL32 MessageBoxA +0x00000023 0x00000087 0x00000060 IMAGE_REL_AMD64_REL32 ExitProcess EOF RUN