Skip to main content

write

Function write 

Source
pub fn write(text: &Text, target: &TargetInfo) -> Result<Vec<u8>, Error>
Expand description

One text section as a relocatable ELF object.

ยงErrors

Error::Format for a machine or a platform this does not write, and Error::Refused for anything the writer underneath objected to, which would be a bug here. See Error.