Home
last modified time | relevance | path

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

/dports/devel/radare2/radare2-5.1.1/libr/bin/format/omf/
H A Domf.c8 OMF_LINNUM32, OMF_LNAMES, OMF_LNAMES, OMF_SEGDEF, in is_valid_omf_type()
363 if (record->type == OMF_LNAMES) { in load_omf_content()
479 while ((tmp = get_next_omf_record_type(tmp, OMF_LNAMES))) { in cpy_omf_names()
563 obj->nb_name = count_omf_multi_record_type (obj, OMF_LNAMES); in get_omf_infos()
610 if (((OMF_record *)rec)->type == OMF_LNAMES) { in free_all_omf_records()
H A Domf_specs.h17 #define OMF_LNAMES 0x96 // List of Names Record macro
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libardir/
H A Domf.h45 #define OMF_LNAMES 0x96 macro
/dports/shells/ksh93/ast-93u/src/lib/libardir/
H A Domf.h45 #define OMF_LNAMES 0x96 macro
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libardir/
H A Domf.h45 #define OMF_LNAMES 0x96 macro
/dports/devel/objconv/objconv-2.52/source/
H A Domf.cpp25 {OMF_LNAMES, "List of Names"},
131 if (rec.Type2 == OMF_LNAMES) { in ParseFile()
238 if (Records[i].Type2 == OMF_LNAMES) { in DumpNames()
701 if (rec.Type2 == OMF_LNAMES) { in PublicNames()
H A Domf.h66 #define OMF_LNAMES 0x96 // List of Names Record macro
H A Dcof2omf.cpp386 ToFile.StartRecord(OMF_LNAMES); in MakeLNAMES()
404 ToFile.StartRecord(OMF_LNAMES); // Start new LNAMES record in MakeLNAMES()
H A Domf2cof.cpp818 case OMF_LNAMES: case OMF_SEGDEF: case OMF_GRPDEF: case OMF_FIXUPP: in CheckUnsupportedRecords()