Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDCVDebugRecord.h15 namespace OMF {
46 struct OMF::Signature Signature;
/freebsd-13-stable/contrib/file/magic/Magdir/
HDmsvc30 # 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
HDxenix16 # http://fileformats.archiveteam.org/wiki/OMF
HDdatabase454 # skip some Microsoft Visual C, OMF library like: BZ2.LIB WATTCPWL.LIB ZLIB.LIB
HDconsole721 # 8 character OMF-86 object file headers.
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
HDObjCMT.cpp1579 ObjCMethodFamily OMF = MethodDecl->getMethodFamily(); in AddCFAnnotations() local
1580 switch (OMF) { in AddCFAnnotations()
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
HDPDB.cpp1646 buildId->Signature.CVSignature = OMF::Signature::PDB70; in initialize()
HDWriter.cpp2221 buildId->buildId->PDB70.CVSignature = OMF::Signature::PDB70; in writeBuildId()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDCOFFDumper.cpp796 if (DebugInfo->Signature.CVSignature == OMF::Signature::PDB70) { in printCOFFDebugDirectory()