Home
last modified time | relevance | path

Searched refs:pListSectionHeaders (Results 1 – 4 of 4) sorted by relevance

/dports/devel/xelfviewer/XELFViewer-0.03/Formats/
H A Dxelf.cpp2066 if(nIndex<(quint32)pListSectionHeaders->count()) in getElf_Shdr_name()
2078 if(nIndex<(quint32)pListSectionHeaders->count()) in getElf_Shdr_type()
2090 if(nIndex<(quint32)pListSectionHeaders->count()) in getElf_Shdr_flags()
2102 if(nIndex<(quint32)pListSectionHeaders->count()) in getElf_Shdr_addr()
2114 if(nIndex<(quint32)pListSectionHeaders->count()) in getElf_Shdr_offset()
2126 if(nIndex<(quint32)pListSectionHeaders->count()) in getElf_Shdr_size()
2138 if(nIndex<(quint32)pListSectionHeaders->count()) in getElf_Shdr_link()
2150 if(nIndex<(quint32)pListSectionHeaders->count()) in getElf_Shdr_info()
2162 if(nIndex<(quint32)pListSectionHeaders->count()) in getElf_Shdr_addralign()
2174 if(nIndex<(quint32)pListSectionHeaders->count()) in getElf_Shdr_entsize()
[all …]
H A Dxelf.h286 quint32 getElf_Shdr_name(quint32 nIndex,QList<XELF_DEF::Elf_Shdr> *pListSectionHeaders);
287 quint32 getElf_Shdr_type(quint32 nIndex,QList<XELF_DEF::Elf_Shdr> *pListSectionHeaders);
288 quint64 getElf_Shdr_flags(quint32 nIndex,QList<XELF_DEF::Elf_Shdr> *pListSectionHeaders);
289 quint64 getElf_Shdr_addr(quint32 nIndex,QList<XELF_DEF::Elf_Shdr> *pListSectionHeaders);
290 quint64 getElf_Shdr_offset(quint32 nIndex,QList<XELF_DEF::Elf_Shdr> *pListSectionHeaders);
291 quint64 getElf_Shdr_size(quint32 nIndex,QList<XELF_DEF::Elf_Shdr> *pListSectionHeaders);
292 quint32 getElf_Shdr_link(quint32 nIndex,QList<XELF_DEF::Elf_Shdr> *pListSectionHeaders);
293 quint32 getElf_Shdr_info(quint32 nIndex,QList<XELF_DEF::Elf_Shdr> *pListSectionHeaders);
294 quint64 getElf_Shdr_addralign(quint32 nIndex,QList<XELF_DEF::Elf_Shdr> *pListSectionHeaders);
295 quint64 getElf_Shdr_entsize(quint32 nIndex,QList<XELF_DEF::Elf_Shdr> *pListSectionHeaders);
[all …]
H A Dxpe.h498 … getSection_VirtualSize(quint32 nNumber,QList<XPE_DEF::IMAGE_SECTION_HEADER> *pListSectionHeaders);
499 …tSection_VirtualAddress(quint32 nNumber,QList<XPE_DEF::IMAGE_SECTION_HEADER> *pListSectionHeaders);
500 …etSection_SizeOfRawData(quint32 nNumber,QList<XPE_DEF::IMAGE_SECTION_HEADER> *pListSectionHeaders);
501 …ection_PointerToRawData(quint32 nNumber,QList<XPE_DEF::IMAGE_SECTION_HEADER> *pListSectionHeaders);
502 …on_PointerToRelocations(quint32 nNumber,QList<XPE_DEF::IMAGE_SECTION_HEADER> *pListSectionHeaders);
503 …on_PointerToLinenumbers(quint32 nNumber,QList<XPE_DEF::IMAGE_SECTION_HEADER> *pListSectionHeaders);
504 …ion_NumberOfRelocations(quint32 nNumber,QList<XPE_DEF::IMAGE_SECTION_HEADER> *pListSectionHeaders);
505 …ion_NumberOfLinenumbers(quint32 nNumber,QList<XPE_DEF::IMAGE_SECTION_HEADER> *pListSectionHeaders);
506 …Section_Characteristics(quint32 nNumber,QList<XPE_DEF::IMAGE_SECTION_HEADER> *pListSectionHeaders);
509 …SectionNamePresent(QString sSectionName,QList<XPE_DEF::IMAGE_SECTION_HEADER> *pListSectionHeaders);
[all …]
H A Dxpe.cpp1185 int nNumberOfSections=pListSectionHeaders->count(); in getSectionRecords()
1510 if(nNumber<(quint32)pListSectionHeaders->count()) in getSection_VirtualSize()
1522 if(nNumber<(quint32)pListSectionHeaders->count()) in getSection_VirtualAddress()
1534 if(nNumber<(quint32)pListSectionHeaders->count()) in getSection_SizeOfRawData()
1546 if(nNumber<(quint32)pListSectionHeaders->count()) in getSection_PointerToRawData()
1558 if(nNumber<(quint32)pListSectionHeaders->count()) in getSection_PointerToRelocations()
1570 if(nNumber<(quint32)pListSectionHeaders->count()) in getSection_PointerToLinenumbers()
1582 if(nNumber<(quint32)pListSectionHeaders->count()) in getSection_NumberOfRelocations()
1594 if(nNumber<(quint32)pListSectionHeaders->count()) in getSection_NumberOfLinenumbers()
1606 if(nNumber<(quint32)pListSectionHeaders->count()) in getSection_Characteristics()
[all …]