Exception: Rubycc::ObjFile::ELFFormatError
- Defined in:
- lib/rubycc/objfile/elf_reader.rb
Overview
Raised for any input that is not a well-formed ELF64 object this reader accepts: a truncated file, a bad magic, a non-64-bit class, a non-x86_64 machine, or an internally inconsistent structure (a section or table pointing past the end of the file). The message names the specific defect so the linker (L3) can surface it to the user.