You've already forked linux-packaging-mono
acceptance-tests
data
debian
docs
external
Newtonsoft.Json
api-doc-tools
api-snapshot
aspnetwebstack
bdwgc
binary-reference-assemblies
bockbuild
boringssl
cecil
cecil-legacy
corefx
corert
helix-binaries
ikdasm
ikvm
illinker-test-assets
linker
llvm-project
clang
clang-tools-extra
compiler-rt
eng
libcxx
libcxxabi
libunwind
lld
lldb
llvm
bindings
cmake
docs
examples
include
lib
projects
resources
runtimes
scripts
test
Analysis
Assembler
Bindings
Bitcode
BugPoint
CodeGen
DebugInfo
Examples
ExecutionEngine
Feature
FileCheck
Instrumentation
Integer
JitListener
LTO
Linker
MC
Object
ObjectYAML
Other
SafepointIRVerifier
SymbolRewriter
TableGen
ThinLTO
Transforms
Unit
Verifier
YAMLParser
tools
dsymutil
gold
llvm-ar
llvm-cfi-verify
llvm-config
llvm-cov
llvm-cvtres
llvm-cxxdump
llvm-cxxfilt
llvm-dlltool
llvm-dwarfdump
llvm-dwp
llvm-extract
llvm-isel-fuzzer
llvm-lib
llvm-lit
llvm-lto
llvm-lto2
llvm-mc
llvm-modextract
llvm-mt
llvm-nm
llvm-objcopy
Inputs
abs-symbol.test
add-section-remove.test
add-section.test
adjacent-segments.test
basic-align-copy.test
basic-binary-copy.test
basic-copy.test
basic-keep.test
basic-only-keep.test
basic-relocations.test
binary-first-seg-offset-zero.test
binary-remove-all-but-one.test
binary-remove-end.test
binary-remove-middle.test
cannot-delete-dest.test
check-addr-offset-align-binary.test
check-addr-offset-align.test
common-symbol.test
drawf-fission.test
dump-section.test
dynamic-relocations.test
dynamic.test
dynstr.test
dynsym-error-remove-strtab.test
dynsym.test
elf32be.test
elf32le.test
elf64be.test
empty-section.test
explicit-keep-remove.test
explicit-only-keep-remove.test
fail-no-output-directory.test
hexagon-unsupported-on-x86.test
identical-segments.test
keep-many.test
keep-only-keep.test
no-symbol-relocation.test
only-keep-many.test
only-keep-remove-strtab.test
only-keep-strip-non-alloc.test
overlap-chain.test
parent-loop-check.test
program-headers.test
pt-phdr.test
reloc-error-remove-symtab.test
remove-multiple-sections.test
remove-section-with-symbol.test
remove-section.test
remove-shstrtab-error.test
remove-symtab.test
section-index-unsupported.test
sectionless-segment.test
segment-shift-section-remove.test
segment-shift.test
segment-test-remove-section.test
strip-all-gnu.test
strip-all.test
strip-debug.test
strip-non-alloc.test
strip-sections-keep.test
strip-sections-only-keep.test
strip-sections.test
symbol-copy.test
symtab-error-on-remove-strtab.test
triple-overlap.test
two-seg-remove-end.test
two-seg-remove-first.test
two-seg-remove-third-sec.test
llvm-objdump
llvm-opt-fuzzer
llvm-opt-report
llvm-pdbdump
llvm-profdata
llvm-rc
llvm-readobj
llvm-size
llvm-split
llvm-strings
llvm-symbolizer
llvm-xray
lto
obj2yaml
opt-viewer
sancov
sanstats
yaml2obj
.clang-format
CMakeLists.txt
TestRunner.sh
lit.cfg.py
lit.site.cfg.py.in
tools
unittests
utils
.arcconfig
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT
LLVMBuild.txt
README.txt
RELEASE_TESTERS.TXT
configure
llvm.spec.in
version.txt.in
nuget
openmp
polly
Directory.Build.props
Directory.Build.targets
NuGet.config
azure-pipelines.yml
build.cmd
build.sh
dir.common.props
global.json
llvm.proj
mxe-Win64.cmake.in
nuget-buildtasks
nunit-lite
roslyn-binaries
rx
xunit-binaries
how-to-bump-roslyn-binaries.md
ikvm-native
llvm
m4
man
mcs
mono
msvc
netcore
po
runtime
samples
scripts
support
tools
COPYING.LIB
LICENSE
Makefile.am
Makefile.in
NEWS
README.md
acinclude.m4
aclocal.m4
autogen.sh
code_of_conduct.md
compile
config.guess
config.h.in
config.rpath
config.sub
configure.REMOVED.git-id
configure.ac.REMOVED.git-id
depcomp
install-sh
ltmain.sh.REMOVED.git-id
missing
mkinstalldirs
mono-uninstalled.pc.in
test-driver
winconfig.h
41 lines
979 B
Plaintext
41 lines
979 B
Plaintext
![]() |
# RUN: yaml2obj %s -o %t
|
||
|
# RUN: llvm-objcopy -O binary %t %t2
|
||
|
# RUN: od -t x1 %t2 | FileCheck %s
|
||
|
|
||
|
!ELF
|
||
|
FileHeader:
|
||
|
Class: ELFCLASS64
|
||
|
Data: ELFDATA2LSB
|
||
|
Type: ET_EXEC
|
||
|
Machine: EM_X86_64
|
||
|
Sections:
|
||
|
- Name: .text
|
||
|
Type: SHT_PROGBITS
|
||
|
Flags: [ SHF_ALLOC, SHF_EXECINSTR ]
|
||
|
Address: 0x1000
|
||
|
AddressAlign: 0x0000000000001000
|
||
|
Content: "c3c3c3c3"
|
||
|
- Name: .data
|
||
|
Type: SHT_PROGBITS
|
||
|
Flags: [ SHF_ALLOC ]
|
||
|
Address: 0x1008
|
||
|
AddressAlign: 0x0000000000000008
|
||
|
Content: "3232"
|
||
|
ProgramHeaders:
|
||
|
- Type: PT_LOAD
|
||
|
Flags: [ PF_X, PF_R ]
|
||
|
VAddr: 0x1000
|
||
|
PAddr: 0x1000
|
||
|
Align: 0x1000
|
||
|
Sections:
|
||
|
- Section: .text
|
||
|
- Type: PT_LOAD
|
||
|
Flags: [ PF_R, PF_W ]
|
||
|
VAddr: 0x1008
|
||
|
PAddr: 0x1008
|
||
|
Align: 0x1000
|
||
|
Sections:
|
||
|
- Section: .data
|
||
|
|
||
|
# CHECK: 0000000 c3 c3 c3 c3 00 00 00 00 32 32
|