Home
last modified time | relevance | path

Searched refs:getMachinesS (Results 1 – 3 of 3) sorted by relevance

/dports/devel/xelfviewer/XELFViewer-0.03/Formats/
H A Dxelf.h191 static QMap<quint64,QString> getMachinesS();
H A Dxelf.cpp625 QMap<quint64, QString> XELF::getMachinesS() in getMachinesS() function in XELF
3949 return getMachinesS().value(getHdr32_machine(),QString("UNKNOWN")); in getArch()
/dports/devel/xelfviewer/XELFViewer-0.03/FormatWidgets/ELF/
H A Delfwidget.cpp400 …ox[CB_Elf_Ehdr_machine]=createComboBox(ui->tableWidget_Elf_Ehdr,XELF::getMachinesS(),SELF::TYPE_El… in reloadData()