Home
last modified time | relevance | path

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

/dports/devel/xelfviewer/XELFViewer-0.03/Formats/
H A Dxelf.h275 void setElf64_Shdr_name(quint32 nIndex,quint32 nValue);
H A Dxelf.cpp1932 void XELF::setElf64_Shdr_name(quint32 nIndex, quint32 nValue) in setElf64_Shdr_name() function in XELF
/dports/devel/xelfviewer/XELFViewer-0.03/FormatWidgets/ELF/
H A Delfsectionheaderwidget.cpp234 …case N_Elf_Shdr::sh_name: elf.setElf64_Shdr_name((quint32)nPosition,(quint32)nValue); … in _setValue()