Commit Graph
26 Commits
Author SHA1 Message Date
Philip CraigandGitHub 6175e88103 wasm: add object file (#24) 2025-04-22 16:32:17 +10:00
hevandGitHub 8c90b1475c Add LoongArch32 test cases (#23) 2025-04-19 14:33:43 +10:00
Timo von HartzandGitHub b79486a334 add elf file with debug information only (#21) 2025-02-21 23:10:12 +10:00
Philip CraigandGitHub 35924ae16e elf: add files with SHT_RELR section (#20) 2024-11-29 15:18:01 +10:00
Philip CraigandGitHub e0c21cf79e elf: add files with annobin sections (#19) 2024-10-10 16:01:42 +10:00
Philip CraigandGitHub 5c597e6e55 dwarf: files compiled with both -g1 and -g2 (#18) 2024-10-03 15:24:39 +10:00
Philip CraigandGitHub c51252fb9b dwarf: function with multiple ranges (#17)
foo is split into foo and foo.cold, and thus has multiple symbols
and multiple address ranges.
2024-10-03 14:34:10 +10:00
Philip CraigandGitHub 76d453e88c dwarf: add tombstone variations (#16)
Different linkers use different values for the tombstones.
2024-09-11 11:58:24 +10:00
Philip CraigandGitHub 7651ef6c5b elf: shared library (#15)
Contains default symbol versions.
2024-07-19 16:07:36 +10:00
ajwernerandGitHub cebc896743 macho: add go binaries (#14) 2024-06-20 11:43:00 +10:00
Philip CraigandGitHub 14d806678c archive: base files (#13) 2024-03-31 15:37:01 +10:00
Guillaume GirolandGitHub 0949c20133 elf: add corrupted files (#12)
The files were obtained from YARA source repository. One of them has a symbol table with a very large section size that causes OOM in `object::read::ReadCache`.
2024-02-11 13:42:51 +10:00
Philip CraigandGitHub 298af7d2d7 Fix nostd-mipsel filenames (#11)
The tests in the object crate already use these names.
2024-01-31 16:52:18 +10:00
Philip Craig 591b2536d8 macho: relocations 2023-10-23 16:31:06 +10:00
Philip Craig 1fd5fb4b4e macho: base files 2023-10-23 16:31:06 +10:00
Chris DentonandGitHub 86bf162a75 coff: Add coff import files (#9)
Created using msvc's `lib.exe` version 14.35.32217.1
2023-06-22 13:15:17 +10:00
Philip CraigandGitHub 0bd0f08374 wasm: globals and wasm64 (#8) 2023-05-09 11:43:05 +10:00
Philip CraigandGitHub 7794059d3a elf: GNU properties (#7) 2023-05-04 15:36:33 +10:00
Philip CraigandGitHub f48e59ccb4 elf: compressed debug sections (#6) 2023-04-06 16:43:56 +10:00
Philip CraigandGitHub 46e8c9afc1 pe: add COFF bigobj files (#5) 2023-03-31 14:06:25 +10:00
EsmeandGitHub 1f989e6bb9 xcoff: add resource test files (#4) 2022-10-19 12:39:02 +10:00
Philip Craig e61733eec1 pe: add resource test file 2022-08-27 13:01:20 +10:00
Ayrton MuñozandGitHub 894282b32a elf: Add test cases for 32-bit MIPS ABI (#3) 2022-05-02 15:13:13 +10:00
zhaixiaojuan@loongson.cnandGitHub ca5d89a8e2 Add Loongarch64 test cases (#2) 2022-04-21 11:47:24 +10:00
Piotr OsiewiczandGitHub 8392ac7ffa coff: add relocs_overflow test case file (#1) 2021-11-19 13:00:59 +10:00