37 lines
1.5 KiB
Plaintext
37 lines
1.5 KiB
Plaintext
==2061697== Memcheck, a memory error detector
|
|
==2061697== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al.
|
|
==2061697== Using Valgrind-3.22.0 and LibVEX; rerun with -h for copyright info
|
|
==2061697== Command: ../y86 -d -D inputs/interleaved.o
|
|
==2061697==
|
|
Disassembly of executable contents:
|
|
0x100: | .pos 0x100 code
|
|
0x100: | _start:
|
|
0x100: 00 | halt
|
|
|
|
0x400: | .pos 0x400 code
|
|
0x400: 10 | nop
|
|
0x401: 00 | halt
|
|
|
|
Disassembly of data contents:
|
|
0x200: | .pos 0x200 data
|
|
0x200: 10 00 00 00 00 00 00 00 | .quad 0x10
|
|
|
|
0x300: | .pos 0x300 rodata
|
|
0x300: 74 65 73 74 00 | .string "test"
|
|
|
|
0x500: | .pos 0x500 data
|
|
0x500: 78 56 34 12 00 00 00 00 | .quad 0x12345678
|
|
|
|
0x600: | .pos 0x600 rodata
|
|
0x600: 61 67 61 69 6e 00 | .string "again"
|
|
|
|
==2061697==
|
|
==2061697== HEAP SUMMARY:
|
|
==2061697== in use at exit: 0 bytes in 0 blocks
|
|
==2061697== total heap usage: 3 allocs, 3 frees, 16,856 bytes allocated
|
|
==2061697==
|
|
==2061697== All heap blocks were freed -- no leaks are possible
|
|
==2061697==
|
|
==2061697== For lists of detected and suppressed errors, rerun with: -s
|
|
==2061697== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
|