Home
last modified time | relevance | path

Searched refs:OMF (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/file/magic/Magdir/
H A Dmsvc30 # http://fileformats.archiveteam.org/wiki/OMF
44 # display information about Microsoft Visual C/OMF library
49 >0 byte 0xF0 Microsoft Visual C/OMF library
50 #>0 byte 0xF0 relocatable Object Module Format (OMF) libray
132 # comment class like: 0~Translator A0~OMF extensions A3~LIBMOD A1~New OMF extensions AA~UNKNOWN
141 # OMF extensions comment record (A0); first byte of commentary string identifies subtype
142 >>>>>&1 ubyte =0xA0 OMF extensions
162 # "New OMF" extensions comment (A1); indicate version of symbolic debug information
164 >>>>>&1 ubyte =0xA1 New OMF extensions
H A Dxenix16 # http://fileformats.archiveteam.org/wiki/OMF
H A Ddatabase454 # skip some Microsoft Visual C, OMF library like: BZ2.LIB WATTCPWL.LIB ZLIB.LIB
H A Dconsole721 # 8 character OMF-86 object file headers.
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCVDebugRecord.h15 namespace OMF {
46 struct OMF::Signature Signature;
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp1579 ObjCMethodFamily OMF = MethodDecl->getMethodFamily(); in AddCFAnnotations() local
1580 switch (OMF) { in AddCFAnnotations()
/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp1646 buildId->Signature.CVSignature = OMF::Signature::PDB70; in initialize()
H A DWriter.cpp2221 buildId->buildId->PDB70.CVSignature = OMF::Signature::PDB70; in writeBuildId()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp796 if (DebugInfo->Signature.CVSignature == OMF::Signature::PDB70) { in printCOFFDebugDirectory()