aboutsummaryrefslogtreecommitdiff
path: root/lib/std/coff.zig
AgeCommit message (Expand)Author
2025-10-10Coff: implement threadlocal variablesJacob Young
2025-10-03std.coff: Fix size of ImportHeader.typesRyan Liptak
2025-10-03std.coff: Set default values for ImportHeader sig1/sig2 fieldsRyan Liptak
2025-10-03std.coff: Add sizeOf function to WeakExternalDefinitionRyan Liptak
2025-10-03std.coff: Fix SectionHeader.setAlignment (off by 1)Ryan Liptak
2025-10-02Coff2: create a new linker from scratchJacob Young
2025-09-30change one million thingsmlugg
2025-08-29std.Io: delete GenericReaderAndrew Kelley
2024-08-23std.{coff,elf}: Remove the {MachineType,EM}.toTargetCpuArch() functions.Alex Rønne Petersen
2024-08-15std.coff: Capitalize MachineType.{Unknown,Thumb} for consistency.Alex Rønne Petersen
2024-08-15std.coff: Remove MachineType.fromTargetCpuArch().Alex Rønne Petersen
2024-07-24std.coff: Add missing entries to MachineType.Alex Rønne Petersen
2024-07-12std: Add loongarch support for coff. (#20583)YANG Xudong
2024-07-09std: fix typos (#20560)Jora Troosh
2024-07-07std.coff: fix setAlignmentKrzysztof Wolicki
2024-03-29lib/std/coff: add ImportNameType.NAME_EXPORTAS variantJakub Konka
2024-03-22lib/std/coff: add ImportHeader, and Relocation metadataJakub Konka
2024-03-22lib/std/coff: add undocumented machine type ARM64ECJakub Konka
2024-03-22lib/std/coff: allow for unhandled enum valuesJakub Konka
2024-03-14coff: only store PDB basenameElaine Gibson
2023-11-19lib: correct unnecessary uses of 'var'mlugg
2023-10-31std.builtin.Endian: make the tags lower caseAndrew Kelley
2023-10-31mem: fix ub in writeIntJacob Young
2023-09-02std.coff: Fixed compile error.Michal Ziulek
2023-08-15coff: handle the case of there being no PDB pathkcbanner
2023-08-15debug: support looking up debug symbols in both PDB and DWARF debug info, ins...kcbanner
2023-08-06std: remove some unused imports (#16710)Zachary Raineri
2023-07-27`std.coff`: check strtab lengths against `data` lengthRohlem
2023-07-20dwarf: fixup integer overflow in readEhPointerkcbanner
2023-07-20debug: fix reading -gdwarf generated debug sections in COFF fileskcbanner
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2023-01-08windows: rework DebugInfo to use less file operations and fix some memory man...kcbanner
2022-11-18run zig fmt on everything checked by CIStevie Hryciw
2022-11-04all: rename i386 to x86Ali Chraghi
2022-08-31coff: add import table definitionsJakub Konka
2022-08-30coff: add base relocation related typesJakub Konka
2022-08-30coff: move Symtab and Strtab out of coff.CoffJakub Konka
2022-08-30Merge pull request #12677 from ziglang/coff-linkerJakub Konka
2022-08-30coff: write headers to fileJakub Konka
2022-08-30coff: reorganize the linkerJakub Konka
2022-08-28coff: publicize and flesh out more image constantsWilliam Sengir
2022-08-28coff: fix reading COFF header offsetWilliam Sengir
2022-08-26coff: do not pull in std.log into coff.zig definitionsJakub Konka
2022-08-24fix coff.zig with const qualifier convert problemmax
2022-08-23coff: improve default COFF/PE object parserJakub Konka
2022-08-19coff: change improperly used packed struct into extern structJakub Konka
2022-04-28std.coff: parse out codebase and entrypoint from optionalheaderErik Hugne
2022-04-21debug: fix resource (de)allocation for Elf and Coff targetsJakub Konka