coff |
|
|
elf |
|
|
macho.rs |
|
41753 |
mod.rs |
Interface for writing object files.
This module provides a unified write API for relocatable object files
using [`Object`]. This does not support writing executable files.
This supports the following file formats: COFF, ELF, Mach-O, and XCOFF.
The submodules define helpers for writing the raw structs. These support
writing both relocatable and executable files. There are writers for
the following file formats: [COFF](coff::Writer), [ELF](elf::Writer),
and [PE](pe::Writer). |
34451 |
pe.rs |
Helper for writing PE files. |
30623 |
string.rs |
|
5542 |
util.rs |
|
6991 |
xcoff.rs |
|
24193 |