Home
last modified time | relevance | path

Searched refs:TYPE_Elf_Shdr (Results 1 – 5 of 5) sorted by relevance

/dports/devel/xelfviewer/XELFViewer-0.03/FormatWidgets/ELF/
H A Delfsectionheaderwidget.cpp43 if(nType==SELF::TYPE_Elf_Shdr) in ELFSectionHeaderWidget()
170 case SELF::TYPE_Elf_Shdr: in _setValue()
229 case SELF::TYPE_Elf_Shdr: in _setValue()
406 case SELF::TYPE_Elf_Shdr: in adjustHeaderTable()
459 if(nType==SELF::TYPE_Elf_Shdr) in reloadData()
461 …createHeaderTable(SELF::TYPE_Elf_Shdr,ui->tableWidget,bIs64?(N_Elf_Shdr::records64):(N_Elf_Shdr::r… in reloadData()
462 …B_TYPE]=createComboBox(ui->tableWidget,XELF::getSectionTypesS(),SELF::TYPE_Elf_Shdr,N_Elf_Shdr::sh… in reloadData()
463 …_FLAGS]=createComboBox(ui->tableWidget,XELF::getSectionFlagsS(),SELF::TYPE_Elf_Shdr,N_Elf_Shdr::sh… in reloadData()
718 case SELF::TYPE_Elf_Shdr: in widgetValueChanged()
H A Delfwidget.cpp118 QTreeWidgetItem *pItemSections=createNewItem(SELF::TYPE_Elf_Shdr,"Sections"); in reload()
492 else if(nType==SELF::TYPE_Elf_Shdr) in reloadData()
496 …ELFProcessData elfProcessData(SELF::TYPE_Elf_Shdr,&g_tvModel[SELF::TYPE_Elf_Shdr],&elf,nDataOffset… in reloadData()
498 …ajustTableView(&elfProcessData,&g_tvModel[SELF::TYPE_Elf_Shdr],ui->tableView_Elf_Shdr,nullptr,fals… in reloadData()
502 if(g_tvModel[SELF::TYPE_Elf_Shdr]->rowCount()) in reloadData()
762 … loadHexSubdevice(nOffset,nSize,nAddress,&g_subDevice[SELF::TYPE_Elf_Shdr],ui->widgetHex_Elf_Shdr); in loadShdr()
806 showSectionHeader(SELF::TYPE_Elf_Shdr,ui->tableView_Elf_Shdr); in editSectionHeader()
908 … case SELF::TYPE_Elf_Shdr: sResult=QString("Section %1").arg(tr("Header")); break; in typeIdToString()
990 …TableView(current.row(),SELF::TYPE_Elf_Shdr,ui->widgetHex_Elf_Shdr,ui->tableView_Elf_Shdr,&g_subDe… in onTableView_Elf_Shdr_currentRowChanged()
H A Delf_defs.h40 TYPE_Elf_Shdr, enumerator
H A Delfprocessdata.cpp36 if(g_nType==SELF::TYPE_Elf_Shdr) in _process()
693 else if(g_nType==SELF::TYPE_Elf_Shdr) in ajustTableView()
/dports/devel/xelfviewer/XELFViewer-0.03/FormatWidgets/
H A Dformatswidget.cpp696 showELF(SELF::TYPE_Elf_Shdr); in on_pushButtonELFSections_clicked()