Searched refs:OMF_LIDATA (Results 1 – 10 of 10) sorted by relevance
50 #define OMF_LIDATA 0xA2 macro
25 #define OMF_LIDATA 0xA2 // Logical Iterated Data Record 16 bits macro
10 OMF_LEDATA, OMF_LEDATA32, OMF_LIDATA, OMF_LIDATA32, in is_valid_omf_type()
554 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()
71 #define OMF_LIDATA 0xA2 // (0xA3) Logical Iterated Data Record macro
559 if (Records[RecNum].Type2 == OMF_LIDATA) { in MakeSegmentList()635 else if (Records[LastDataRecord].Type2 == OMF_LIDATA) { in MakeSegmentList()
30 {OMF_LIDATA, "Iterated Data"},453 if (Records[i].Type2 == OMF_LIDATA) { in DumpRelocations()
638 ToFile.StartRecord(OMF_LIDATA); // Start new LEDATA record in MakeLEDATA()