The Common Object File Format (COFF) is a specification of a format for executable, object code, and shared library computer files used on Unix systems. It was introduced in Unix System V, and formed the basis for extended specifications such as XCOFF and ECOFF, before being largely replaced by ELF, introduced with SVR4. COFF and its variants continue to be used on some Unix-like systems and on Microsoft Windows.
The original Unix object file for...
more
Read article at Wikipedia
COFF
File Format
Extension:
- .o
Similar topics in Freebase
-
Executable and Linkable Format
In computing, the Executable and Linking Format (ELF, formerly called Extensible Linking Format) is a common standard file format for executables, object code, shared libraries, and core dumps. First published in the System V Application Binary Interface specification, and later in the Tool... -
New Executable
The NE, abbreviation for New Executable, is a 16-bit executable file format that was introduced in Windows 3.x , and was also used at a later time in OS/2 and 16-bit Windows. While it was "new" at the time of invention, it is now rare and obsolete, though its usage can still be found by a few... -
XCOFF
XCOFF, for "eXtended COFF", is an improved and expanded version of the COFF object file format defined by IBM and used in AIX. Early versions of the PowerPC Macintosh also supported XCOFF, as did BeOS. XCOFF additions include the use of csects to provide subsection granularity of cross-references,... -
Portable Executable
The Portable Executable (PE) format is a file format for executables, object code, and DLLs, used in 32-bit and 64-bit versions of Windows operating systems. The term "portable" refers to the format's versatility in numerous environments of operating system software architecture. The PE format is a... -
A.out
a.out is a file format used in older versions of Unix-like computer operating systems for executables, object code, and, in later systems, shared libraries. The name stands for assembler output. a.out remains the default output file name for executables created by certain compilers/linkers when no... -
NetWare Loadable Module
A NetWare Loadable Module (NLM) is a binary code module that can be loaded into Novell's NetWare operating system for execution. NLMs were supported beginning with the Intel 80386-based NetWare version 3.x. Prior versions of NetWare had a monolithic kernel, and significant hardware or functionality...
You can help improve this topic by adding more facts here