This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
0ee25a6973
llvm-project
/
llvm
/
test
/
Object
/
Inputs
/
ELF
/
LE32.yaml
7 lines
103 B
YAML
Raw
Normal View
History
Unescape
Escape
[yaml2obj] Initial ELF support. Currently, only emitting the ELF header is supported (no sections or segments). The ELFYAML code organization is broadly similar to the COFFYAML code. llvm-svn: 183711
2013-06-11 07:44:15 +08:00
!
ELF
Fix dubious type name similar to member name. Should bring bots back to life. llvm-svn: 183715
2013-06-11 08:13:52 +08:00
FileHeader
:
!
FileHeader
[yaml2obj] Initial ELF support. Currently, only emitting the ELF header is supported (no sections or segments). The ELFYAML code organization is broadly similar to the COFFYAML code. llvm-svn: 183711
2013-06-11 07:44:15 +08:00
Class
:
ELFCLASS32
Data
:
ELFDATA2LSB
Type
:
ET_EXEC
Machine
:
EM_386