Home
last modified time | relevance | path

Searched refs:sectionHeaderCount (Results 1 – 6 of 6) sorted by relevance

/dports/devel/elf-dissector/elf-dissector-942274185cc89fabf74f5f1efb886ecf210ab2fb/tests/auto/
H A Delffiletest.cpp53 QVERIFY(f.header()->sectionHeaderCount() > 0); in testLoad()
58 QCOMPARE((uint16_t)f.sectionHeaders().size(), f.header()->sectionHeaderCount()); in testLoad()
59 QCOMPARE((uint16_t)f.sectionCount(), f.header()->sectionHeaderCount()); in testLoad()
86 for (int i = 0; i < f.header()->sectionHeaderCount(); ++i) { in testLoad()
/dports/devel/elf-dissector/elf-dissector-942274185cc89fabf74f5f1efb886ecf210ab2fb/src/lib/elf/
H A Delffile.cpp154 …for (int i = 0; header() && i < header()->sectionHeaderCount(); ++i) { // don't delete sections me… in close()
194 m_sectionHeaders.reserve(m_header->sectionHeaderCount()); in parseSections()
195 m_sections.resize(m_header->sectionHeaderCount()); in parseSections()
198 for (int i = 0; i < m_header->sectionHeaderCount(); ++i) { in parseSections()
215 if (m_header->sectionHeaderCount() > 0) { in parseSections()
217 for (int i = 0; i < m_header->sectionHeaderCount(); ++i) { in parseSections()
H A Delfheader.h44 virtual uint16_t sectionHeaderCount() const = 0;
63 inline uint16_t sectionHeaderCount() const override { return m_hdr->e_shnum; } in sectionHeaderCount() function
H A Delfsymboltableentry.cpp99 if (index >= symbolTable()->file()->header()->sectionHeaderCount()) in hasValidSection()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/play/src/
H A DCoffObjectFile.cpp51 unsigned int sectionHeaderCount = 2; in Write() local
54 …uint32 textSectionDataOffset = offsetKeeper.Advance(sizeof(Coff::HEADER) + (sectionHeaderCount * s… in Write()
97 header.numberOfSections = sectionHeaderCount; in Write()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/CodeGen/src/
H A DCoffObjectFile.cpp51 unsigned int sectionHeaderCount = 2; in Write() local
54 …uint32 textSectionDataOffset = offsetKeeper.Advance(sizeof(Coff::HEADER) + (sectionHeaderCount * s… in Write()
97 header.numberOfSections = sectionHeaderCount; in Write()