repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "[LoongArch] Eliminate the redundant sign extension of division (#107971)"
[llvm-project.git]
/
lldb
/
test
/
API
/
functionalities
/
gdb_remote_client
/
a.yaml
blob
d62ebaac847c65e6df0262903747f6d7c74238dd
1
--- !ELF
2
FileHeader:
3
Class: ELFCLASS64
4
Data: ELFDATA2LSB
5
Type: ET_EXEC
6
Machine: EM_X86_64
7
Sections:
8
- Name: .text
9
Type: SHT_PROGBITS
10
Flags: [ SHF_ALLOC, SHF_EXECINSTR ]
11
Address: 0x1000
12
AddressAlign: 0x4
13
Content: "c3c3c3c3"
14
- Name: .data
15
Type: SHT_PROGBITS
16
Flags: [ SHF_ALLOC ]
17
Address: 0x2000
18
AddressAlign: 0x4
19
Content: "3232"
20
ProgramHeaders:
21
- Type: PT_LOAD
22
Flags: [ PF_X, PF_R ]
23
VAddr: 0x1000
24
PAddr: 0x1000
25
Align: 0x4
26
FirstSec: .text
27
LastSec: .text
28
- Type: PT_LOAD
29
Flags: [ PF_R, PF_W ]
30
VAddr: 0x2000
31
PAddr: 0x1004
32
Align: 0x4
33
FirstSec: .data
34
LastSec: .data
35