-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove usage of LinuxUtil and use Verify
- Loading branch information
Showing
18 changed files
with
137 additions
and
121 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
src/LibObjectFile.Tests/Verified/ArTests.CheckCreateArLibrary.verified.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
filenames: | ||
file2.txt | ||
file3.txt | ||
file4.txt | ||
file5.txt | ||
long_file_name_large_file6.txt, | ||
filecontent: this is filethis is file3this is file4this is file5this is file6 yoyo | ||
} |
42 changes: 42 additions & 0 deletions
42
src/LibObjectFile.Tests/Verified/ElfSimpleTests.TestAlignedSection.verified.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
ELF Header: | ||
Magic: 7f 45 4c 46 02 01 01 00 00 00 00 00 00 00 00 00 | ||
Class: ELF64 | ||
Data: 2's complement, little endian | ||
Version: 1 (current) | ||
OS/ABI: UNIX - System V | ||
ABI Version: 0 | ||
Type: REL (Relocatable file) | ||
Machine: Advanced Micro Devices X86-64 | ||
Version: 0x1 | ||
Entry point address: 0x0 | ||
Start of program headers: 0 (bytes into file) | ||
Start of section headers: 4128 (bytes into file) | ||
Flags: 0x0 | ||
Size of this header: 64 (bytes) | ||
Size of program headers: 0 (bytes) | ||
Number of program headers: 0 | ||
Size of section headers: 64 (bytes) | ||
Number of section headers: 3 | ||
Section header string table index: 2 | ||
|
||
Section Headers: | ||
[Nr] Name Type Address Off Size ES Flg Lk Inf Al | ||
[ 0] NULL 0000000000000000 000000 000000 00 0 0 0 | ||
[ 1] .text PROGBITS 0000000000000000 001000 00000e 00 AX 0 0 0 | ||
[ 2] .shstrtab STRTAB 0000000000000000 00100e 000011 00 0 0 0 | ||
Key to Flags: | ||
W (write), A (alloc), X (execute), M (merge), S (strings), I (info), | ||
L (link order), O (extra OS processing required), G (group), T (TLS), | ||
C (compressed), x (unknown), o (OS specific), E (exclude), | ||
D (mbind), l (large), p (processor specific) | ||
|
||
There are no section groups in this file. | ||
|
||
There are no program headers in this file. | ||
|
||
There is no dynamic section in this file. | ||
|
||
There are no relocations in this file. | ||
No processor specific unwind information to decode | ||
|
||
No version information found in this file. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.