Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions bolt/test/X86/checkvma-large-section.test
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ProgramHeaders:
Flags: [ PF_R, PF_W ]
FirstSec: .large_sec
LastSec: .large_sec
VAddr: 0x4a0279a8
VAddr: 0x80000000
- Type: PT_GNU_RELRO
Flags: [ PF_R ]
Sections:
Expand All @@ -28,8 +28,8 @@ Sections:
Content: 00
AddressAlign: 0x1
- Name: .large_sec
Type: SHT_PROGBITS
Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
Address: 0x4a0279a8
Size: 0xdf8bb1a0
Address: 0x80000000
Size: 0x80000000
...