Initial commit
This commit is contained in:
28
p2-load/tests/valgrind/B_all_flags.txt
Normal file
28
p2-load/tests/valgrind/B_all_flags.txt
Normal file
@@ -0,0 +1,28 @@
|
||||
==2765100== Memcheck, a memory error detector
|
||||
==2765100== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al.
|
||||
==2765100== Using Valgrind-3.22.0 and LibVEX; rerun with -h for copyright info
|
||||
==2765100== Command: ../y86 -Hsma inputs/simple.o
|
||||
==2765100==
|
||||
01 00 00 01 10 00 02 00 58 00 70 00 45 4c 46 00
|
||||
Mini-ELF version 1
|
||||
Entry point 0x100
|
||||
There are 2 program headers, starting at offset 16 (0x10)
|
||||
There is a symbol table starting at offset 88 (0x58)
|
||||
There is a string table starting at offset 112 (0x70)
|
||||
Segment Offset Size VirtAddr Type Flags
|
||||
00 0x0038 0x0015 0x0100 CODE R X
|
||||
01 0x004d 0x000b 0x0200 DATA RW
|
||||
Contents of memory from 0100 to 0115:
|
||||
0100 30 f3 0f 00 00 00 20 31 40 13 fd ff ff ff 60 31
|
||||
0110 70 08 01 00 00
|
||||
Contents of memory from 0200 to 020b:
|
||||
0200 aa bb cc dd 00 00 00 dd 00 00 00
|
||||
==2765100==
|
||||
==2765100== HEAP SUMMARY:
|
||||
==2765100== in use at exit: 0 bytes in 0 blocks
|
||||
==2765100== total heap usage: 3 allocs, 3 frees, 16,856 bytes allocated
|
||||
==2765100==
|
||||
==2765100== All heap blocks were freed -- no leaks are possible
|
||||
==2765100==
|
||||
==2765100== For lists of detected and suppressed errors, rerun with: -s
|
||||
==2765100== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
|
||||
Reference in New Issue
Block a user