Home
last modified time | relevance | path

Searched refs:OMF_LIDATA (Results 1 – 10 of 10) sorted by relevance

/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libardir/
H A Domf.h50 #define OMF_LIDATA 0xA2 macro
/dports/shells/ksh93/ast-93u/src/lib/libardir/
H A Domf.h50 #define OMF_LIDATA 0xA2 macro
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libardir/
H A Domf.h50 #define OMF_LIDATA 0xA2 macro
/dports/devel/radare2/radare2-5.1.1/libr/bin/format/omf/
H A Domf_specs.h25 #define OMF_LIDATA 0xA2 // Logical Iterated Data Record 16 bits macro
H A Domf.c10 OMF_LEDATA, OMF_LEDATA32, OMF_LIDATA, OMF_LIDATA32, in is_valid_omf_type()
/dports/devel/objconv/objconv-2.52/source/
H A Domf2cof.cpp554 if (Records[RecNum].Type2 == OMF_LIDATA) { in MakeSections()
608 else if (Records[LastDataRecord].Type2 == OMF_LIDATA) { in MakeSections()
819 case OMF_LEDATA: case OMF_LIDATA: case OMF_COMDEF: case OMF_VERNUM: in CheckUnsupportedRecords()
H A Domf.h71 #define OMF_LIDATA 0xA2 // (0xA3) Logical Iterated Data Record macro
H A Domf2asm.cpp559 if (Records[RecNum].Type2 == OMF_LIDATA) { in MakeSegmentList()
635 else if (Records[LastDataRecord].Type2 == OMF_LIDATA) { in MakeSegmentList()
H A Domf.cpp30 {OMF_LIDATA, "Iterated Data"},
453 if (Records[i].Type2 == OMF_LIDATA) { in DumpRelocations()
H A Dcof2omf.cpp638 ToFile.StartRecord(OMF_LIDATA); // Start new LEDATA record in MakeLEDATA()