From: Jonathan Carter Date: Tue, 10 Jan 2017 16:49:36 +0000 (+0000) Subject: Import kpmcore_3.0.2-2.debian.tar.xz X-Git-Tag: archive/raspbian/20.12.3-1+rpi1~1^2^2^2^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c0d052eede2e206a45be30c49ae78aef23f2ed87;p=kpmcore.git Import kpmcore_3.0.2-2.debian.tar.xz [dgit import tarball kpmcore 3.0.2-2 kpmcore_3.0.2-2.debian.tar.xz] --- c0d052eede2e206a45be30c49ae78aef23f2ed87 diff --git a/changelog b/changelog new file mode 100644 index 0000000..d1dec58 --- /dev/null +++ b/changelog @@ -0,0 +1,42 @@ +kpmcore (3.0.2-2) unstable; urgency=medium + + * Update symbols files (Fix FTBFS on 32 bit architectures) + + -- Jonathan Carter Tue, 10 Jan 2017 18:49:36 +0200 + +kpmcore (3.0.2-1) unstable; urgency=medium + + * New upstream release (Closes: #850788) + + -- Jonathan Carter Tue, 10 Jan 2017 09:50:02 +0200 + +kpmcore (3.0.0-1) unstable; urgency=medium + + [ Jonathan Carter ] + * New upstream release + * Remove unneeded dependency: libkf5kdelibs4support-dev + * Update watch file to use download.kde.org + * Make libkpmcore4-dev depend on libkpmcore4 (Closes: #847565) + + [ Andrius Å tikonas ] + * Update dependencies to match CMakeLists.txt + + [ Scott Kitterman ] + * Update debian/copyright + + -- Jonathan Carter Sun, 25 Dec 2016 02:25:43 -0500 + +kpmcore (2.2.1-2) unstable; urgency=medium + + * Upgrade compat to 10 + * Update architectures to any + * Remove unneeded Replaces field + * Add copyright entry + + -- Jonathan Carter Fri, 11 Nov 2016 16:18:58 +0200 + +kpmcore (2.2.1-1) unstable; urgency=low + + * Initial release (Closes: 810063) + + -- Jonathan Carter Sat, 10 Sep 2016 19:46:04 +0200 diff --git a/compat b/compat new file mode 100644 index 0000000..f599e28 --- /dev/null +++ b/compat @@ -0,0 +1 @@ +10 diff --git a/control b/control new file mode 100644 index 0000000..bf7abfb --- /dev/null +++ b/control @@ -0,0 +1,48 @@ +Source: kpmcore +Section: kde +Priority: optional +Maintainer: Jonathan Carter +Build-Depends: cmake, + debhelper (>= 10), + extra-cmake-modules, + libatasmart-dev, + libblkid-dev, + libkf5i18n-dev, + libkf5iconthemes-dev, + libkf5kio-dev, + libkf5service-dev, + libkf5widgetsaddons-dev, + libparted-dev, + pkg-config, + pkg-kde-tools +Standards-Version: 3.9.8 +Homepage: https://github.com/KDE/kpmcore +Vcs-Git: https://gitlab.com/highvoltage/kpmcore-packaging.git +Vcs-Browser: https://gitlab.com/highvoltage/kpmcore-packaging/tree/master + +Package: libkpmcore4 +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends} +Replaces: libkpmcore3 +Description: KDE Partition Manager Core + KDE Parition Partition Manager Core (KPM core) allows + software to re-use common partitioning GUI tasks. + . + It is used in the generic system installer called Calamares + and may be used in more interfaces in the future. Right now it + is unlikely to be useful installed on its own. + +Package: libkpmcore4-dev +Section: libdevel +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends}, libkpmcore4 (= ${binary:Version}) +Replaces: libkpmcore3-dev +Description: KDE Partition Manager Core development files + KDE Parition Partition Manager Core (KPM core) allows + software to re-use common partitioning GUI tasks. + . + It is used in the generic system installer called Calamares + and may be used in more interfaces in the future. Right now it + is unlikely to be useful installed on its own. + . + This package contains development files for kpmcore. diff --git a/copyright b/copyright new file mode 100644 index 0000000..91023b6 --- /dev/null +++ b/copyright @@ -0,0 +1,69 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: kpmcore +Source: https://github.com/KDE/kpmcore + +Files: * +Copyright: 2016 Andrius Å tikonas + 2008-2011 Volker Lanz + 2016 Teo Mrnjavac + 2016 Chantara Tith +License: GPL-3+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems the full text of the GNU General Public License + version 3 can be found in the file + `/usr/share/common-licenses/GPL-3'. + +Files: cmake/modules/FindLIBPARTED.cmake +Copyright: 2008,2010,2011 by Volker Lanz +License: BSD-2-clause + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + . + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + . + THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR + IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, + INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF + THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +Files: debian/* +Copyright: 2016 Jonathan Carter +License: GPL-2+ + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + . + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see + . + On Debian systems, the complete text of the GNU General + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". diff --git a/libkpmcore4-dev.install b/libkpmcore4-dev.install new file mode 100644 index 0000000..51faa85 --- /dev/null +++ b/libkpmcore4-dev.install @@ -0,0 +1,3 @@ +usr/lib/*/libkpmcore.so +usr/include/kpmcore +usr/lib/*/cmake/KPMcore diff --git a/libkpmcore4.install b/libkpmcore4.install new file mode 100644 index 0000000..9d18b53 --- /dev/null +++ b/libkpmcore4.install @@ -0,0 +1,4 @@ +usr/lib/*/qt5/plugins/ +usr/share/kservices5/ +usr/share/kservicetypes5/ +usr/lib/*/libkpmcore.so.* diff --git a/libkpmcore4.symbols b/libkpmcore4.symbols new file mode 100644 index 0000000..76f5e68 --- /dev/null +++ b/libkpmcore4.symbols @@ -0,0 +1,1338 @@ +# SymbolsHelper-Confirmed: 3.0.2 amd64 armel armhf hppa i386 m68k powerpc +libkpmcore.so.4 libkpmcore4 #MINVER# + _Z12aboutKPMcorev@Base 3.0.0 + _Z17registerMetaTypesv@Base 3.0.0 + _Z22showColumnsContextMenuRK6QPointR11QTreeWidget@Base 3.0.0 + _Z23caseInsensitiveLessThanRK7QStringS1_@Base 3.0.0 + _Z9isMountedRK7QString@Base 3.0.0 + _ZN10DiskDeviceC1ERK7QStringS2_iiiiS2_@Base 3.0.0 + _ZN10DiskDeviceC2ERK7QStringS2_iiiiS2_@Base 3.0.0 + _ZN10FileSystem10writeLabelER6ReportRK7QStringS4_@Base 3.0.0 + _ZN10FileSystem11nameForTypeENS_4TypeE@Base 3.0.0 + _ZN10FileSystem11typeForNameERK7QString@Base 3.0.0 + _ZN10FileSystem12findExternalERK7QStringRK11QStringListi@Base 3.0.0 + _ZN10FileSystem16defaultColorCodeE@Base 3.0.0 + _ZN10FileSystem16detectFileSystemERK7QString@Base 3.0.0 + _ZN10FileSystem16detectMountPointEPS_RK7QString@Base 3.0.0 + _ZN10FileSystem17detectMountStatusEPS_RK7QString@Base 3.0.0 + _ZN10FileSystem4moveEx@Base 3.0.0 + _ZN10FileSystem4scanERK7QString@Base 3.0.0 + _ZN10FileSystem5mountER6ReportRK7QStringS4_@Base 3.0.0 + _ZN10FileSystem5typesEv@Base 3.0.0 + _ZN10FileSystem6createER6ReportRK7QString@Base 3.0.0 + _ZN10FileSystem7unmountER6ReportRK7QString@Base 3.0.0 + _ZN10FileSystemC1ExxxRK7QStringNS_4TypeE@Base 3.0.0 + _ZN10FileSystemC2ExxxRK7QStringNS_4TypeE@Base 3.0.0 + _ZN10HtmlReport6footerEv@Base 3.0.0 + _ZN10HtmlReport6headerEv@Base 3.0.0 + _ZN10HtmlReport9tableLineERK7QStringS0_@Base 3.0.0 + _ZN10MountEntryC1EP6mntentNS_12IdentifyTypeE@Base 3.0.0 + _ZN10MountEntryC1ERK7QStringS2_S2_RK11QStringListiiNS_12IdentifyTypeE@Base 3.0.0 + _ZN10MountEntryC2EP6mntentNS_12IdentifyTypeE@Base 3.0.0 + _ZN10MountEntryC2ERK7QStringS2_S2_RK11QStringListiiNS_12IdentifyTypeE@Base 3.0.0 + _ZN10PartWidget10paintEventEP11QPaintEvent@Base 3.0.0 + _ZN10PartWidget11qt_metacallEN11QMetaObject4CallEiPPv@Base 3.0.0 + _ZN10PartWidget11qt_metacastEPKc@Base 3.0.0 + _ZN10PartWidget11resizeEventEP12QResizeEvent@Base 3.0.0 + _ZN10PartWidget14updateChildrenEv@Base 3.0.0 + _ZN10PartWidget16staticMetaObjectE@Base 3.0.0 + (subst)_ZN10PartWidget22setFileSystemColorCodeERKSt5arrayI6QColorL{size_t}26EE@Base 3.0.0 + _ZN10PartWidget4initEPK9Partition@Base 3.0.0 + _ZN10PartWidgetC1EP7QWidgetPK9Partition@Base 3.0.0 + _ZN10PartWidgetC2EP7QWidgetPK9Partition@Base 3.0.0 + _ZN11CoreBackend11qt_metacallEN11QMetaObject4CallEiPPv@Base 3.0.0 + _ZN11CoreBackend11qt_metacastEPKc@Base 3.0.0 + _ZN11CoreBackend12emitProgressEi@Base 3.0.0 + _ZN11CoreBackend12scanProgressERK7QStringi@Base 3.0.0 + _ZN11CoreBackend16emitScanProgressERK7QStringi@Base 3.0.0 + _ZN11CoreBackend16staticMetaObjectE@Base 3.0.0 + _ZN11CoreBackend26setPartitionTableForDeviceER6DeviceP14PartitionTable@Base 3.0.0 + _ZN11CoreBackend29setPartitionTableMaxPrimariesER14PartitionTablei@Base 3.0.0 + _ZN11CoreBackend8progressEi@Base 3.0.0 + _ZN11CoreBackendC1Ev@Base 3.0.0 + _ZN11CoreBackendC2Ev@Base 3.0.0 + _ZN11CoreBackendD0Ev@Base 3.0.0 + _ZN11CoreBackendD1Ev@Base 3.0.0 + _ZN11CoreBackendD2Ev@Base 3.0.0 + _ZN11SmartStatus12tempToStringEx@Base 3.0.0 + _ZN11SmartStatus22selfTestStatusToStringENS_14SelfTestStatusE@Base 3.0.0 + _ZN11SmartStatus25overallAssessmentToStringENS_7OverallE@Base 3.0.0 + _ZN11SmartStatus6updateEv@Base 3.0.0 + _ZN11SmartStatus8callbackEP6SkDiskPK26SkSmartAttributeParsedDataPv@Base 3.0.0 + _ZN11SmartStatusC1ERK7QString@Base 3.0.0 + _ZN11SmartStatusC2ERK7QString@Base 3.0.0 + _ZN12NewOperation12canCreateNewEPK9Partition@Base 3.0.0 + _ZN12NewOperation4undoEv@Base 3.0.0 + _ZN12NewOperation7previewEv@Base 3.0.0 + _ZN12NewOperation9createNewERK9PartitionN10FileSystem4TypeE@Base 3.0.0 + _ZN12NewOperationC1ER6DeviceP9Partition@Base 3.0.0 + _ZN12NewOperationC2ER6DeviceP9Partition@Base 3.0.0 + _ZN12NewOperationD0Ev@Base 3.0.0 + _ZN12NewOperationD1Ev@Base 3.0.0 + _ZN12NewOperationD2Ev@Base 3.0.0 + _ZN13CopyOperation10createCopyERK9PartitionS2_@Base 3.0.0 + _ZN13CopyOperation23setOverwrittenPartitionEP9Partition@Base 3.0.0 + _ZN13CopyOperation27cleanupOverwrittenPartitionEv@Base 3.0.0 + _ZN13CopyOperation4undoEv@Base 3.0.0 + _ZN13CopyOperation7canCopyEPK9Partition@Base 3.0.0 + _ZN13CopyOperation7executeER6Report@Base 3.0.0 + _ZN13CopyOperation7previewEv@Base 3.0.0 + _ZN13CopyOperation8canPasteEPK9PartitionS2_@Base 3.0.0 + _ZN13CopyOperationC1ER6DeviceP9PartitionS1_S3_@Base 3.0.0 + _ZN13CopyOperationC2ER6DeviceP9PartitionS1_S3_@Base 3.0.0 + _ZN13CopyOperationD0Ev@Base 3.0.0 + _ZN13CopyOperationD1Ev@Base 3.0.0 + _ZN13CopyOperationD2Ev@Base 3.0.0 + _ZN13DeviceScanner11qt_metacallEN11QMetaObject4CallEiPPv@Base 3.0.0 + _ZN13DeviceScanner11qt_metacastEPKc@Base 3.0.0 + _ZN13DeviceScanner16setupConnectionsEv@Base 3.0.0 + _ZN13DeviceScanner16staticMetaObjectE@Base 3.0.0 + _ZN13DeviceScanner3runEv@Base 3.0.0 + _ZN13DeviceScanner4scanEv@Base 3.0.0 + _ZN13DeviceScanner5clearEv@Base 3.0.0 + _ZN13DeviceScanner8progressERK7QStringi@Base 3.0.0 + _ZN13DeviceScannerC1EP7QObjectR14OperationStack@Base 3.0.0 + _ZN13DeviceScannerC2EP7QObjectR14OperationStack@Base 3.0.0 + _ZN13PartitionNode11predecessorER9Partition@Base 3.0.0 + _ZN13PartitionNode13clearChildrenEv@Base 3.0.0 + _ZN13PartitionNode21findPartitionBySectorExRK13PartitionRole@Base 3.0.0 + _ZN13PartitionNode6insertEP9Partition@Base 3.0.0 + _ZN13PartitionNode6removeEP9Partition@Base 3.0.0 + _ZN13PartitionNode8reparentER9Partition@Base 3.0.0 + _ZN13PartitionNode9successorER9Partition@Base 3.0.0 + _ZN14CheckOperation8canCheckEPK9Partition@Base 3.0.0 + _ZN14CheckOperationC1ER6DeviceR9Partition@Base 3.0.0 + _ZN14CheckOperationC2ER6DeviceR9Partition@Base 3.0.0 + _ZN14OperationStack11qt_metacallEN11QMetaObject4CallEiPPv@Base 3.0.0 + _ZN14OperationStack11qt_metacastEPKc@Base 3.0.0 + _ZN14OperationStack11sortDevicesEv@Base 3.0.0 + _ZN14OperationStack12clearDevicesEv@Base 3.0.0 + _ZN14OperationStack14devicesChangedEv@Base 3.0.0 + _ZN14OperationStack15clearOperationsEv@Base 3.0.0 + _ZN14OperationStack16staticMetaObjectE@Base 3.0.0 + _ZN14OperationStack17mergeNewOperationERP9OperationS2_@Base 3.0.0 + _ZN14OperationStack17operationsChangedEv@Base 3.0.0 + _ZN14OperationStack18mergeCopyOperationERP9OperationS2_@Base 3.0.0 + _ZN14OperationStack21mergeRestoreOperationERP9OperationS2_@Base 3.0.0 + _ZN14OperationStack22findDeviceForPartitionEPK9Partition@Base 3.0.0 + _ZN14OperationStack23mergePartFlagsOperationERP9OperationS2_@Base 3.0.0 + _ZN14OperationStack23mergePartLabelOperationERP9OperationS2_@Base 3.0.0 + _ZN14OperationStack34mergeCreatePartitionTableOperationERP9OperationS2_@Base 3.0.0 + _ZN14OperationStack37mergeResizeVolumeGroupResizeOperationERP9Operation@Base 3.0.0 + _ZN14OperationStack3popEv@Base 3.0.0 + _ZN14OperationStack4pushEP9Operation@Base 3.0.0 + _ZN14OperationStack9addDeviceEP6Device@Base 3.0.0 + _ZN14OperationStackC1EP7QObject@Base 3.0.0 + _ZN14OperationStackC2EP7QObject@Base 3.0.0 + _ZN14OperationStackD0Ev@Base 3.0.0 + _ZN14OperationStackD1Ev@Base 3.0.0 + _ZN14OperationStackD2Ev@Base 3.0.0 + _ZN14PartWidgetBase10m_MinWidthE@Base 3.0.0 + _ZN14PartWidgetBase13m_BorderWidthE@Base 3.0.0 + _ZN14PartWidgetBase14m_BorderHeightE@Base 3.0.0 + _ZN14PartWidgetBase9m_SpacingE@Base 3.0.0 + _ZN14PartitionTable15nameToTableTypeERK7QString@Base 3.0.0 + _ZN14PartitionTable15tableTypeToNameENS_9TableTypeE@Base 3.0.0 + _ZN14PartitionTable17defaultLastUsableERK6DeviceNS_9TableTypeE@Base 3.0.0 + _ZN14PartitionTable17insertUnallocatedERK6DeviceP13PartitionNodex@Base 3.0.0 + _ZN14PartitionTable17removeUnallocatedEP13PartitionNode@Base 3.0.0 + _ZN14PartitionTable17removeUnallocatedEv@Base 3.0.0 + _ZN14PartitionTable17updateUnallocatedERK6Device@Base 3.0.0 + _ZN14PartitionTable18defaultFirstUsableERK6DeviceNS_9TableTypeE@Base 3.0.0 + _ZN14PartitionTable19getUnallocatedRangeERK6DeviceR13PartitionNodeRxS5_@Base 3.0.0 + _ZN14PartitionTable19tableTypeIsReadOnlyENS_9TableTypeE@Base 3.0.0 + _ZN14PartitionTable24maxPrimariesForTableTypeENS_9TableTypeE@Base 3.0.0 + _ZN14PartitionTable25tableTypeSupportsExtendedENS_9TableTypeE@Base 3.0.0 + _ZN14PartitionTable6appendEP9Partition@Base 3.0.0 + _ZN14PartitionTable7setTypeERK6DeviceNS_9TableTypeE@Base 3.0.0 + _ZN14PartitionTable8flagListEv@Base 3.0.0 + _ZN14PartitionTable8flagNameENS_4FlagE@Base 3.0.0 + _ZN14PartitionTable9flagNamesE6QFlagsINS_4FlagEE@Base 3.0.0 + _ZN14PartitionTableC1ENS_9TableTypeExx@Base 3.0.0 + _ZN14PartitionTableC1ERKS_@Base 3.0.0 + _ZN14PartitionTableC2ENS_9TableTypeExx@Base 3.0.0 + _ZN14PartitionTableC2ERKS_@Base 3.0.0 + _ZN14PartitionTableD0Ev@Base 3.0.0 + _ZN14PartitionTableD1Ev@Base 3.0.0 + _ZN14PartitionTableD2Ev@Base 3.0.0 + _ZN14SmartAttribute18assessmentToStringENS_10AssessmentE@Base 3.0.0 + _ZN14SmartAttributeC1EPK26SkSmartAttributeParsedData@Base 3.0.0 + _ZN14SmartAttributeC2EPK26SkSmartAttributeParsedData@Base 3.0.0 + _ZN15BackupOperation9canBackupEPK9Partition@Base 3.0.0 + _ZN15BackupOperationC1ER6DeviceR9PartitionRK7QString@Base 3.0.0 + _ZN15BackupOperationC2ER6DeviceR9PartitionRK7QString@Base 3.0.0 + _ZN15DeleteOperation25checkAdjustLogicalNumbersER9Partitionb@Base 3.0.0 + _ZN15DeleteOperation4undoEv@Base 3.0.0 + _ZN15DeleteOperation7previewEv@Base 3.0.0 + _ZN15DeleteOperation9canDeleteEPK9Partition@Base 3.0.0 + _ZN15DeleteOperationC1ER6DeviceP9PartitionNS_11ShredActionE@Base 3.0.0 + _ZN15DeleteOperationC2ER6DeviceP9PartitionNS_11ShredActionE@Base 3.0.0 + _ZN15DeleteOperationD0Ev@Base 3.0.0 + _ZN15DeleteOperationD1Ev@Base 3.0.0 + _ZN15DeleteOperationD2Ev@Base 3.0.0 + _ZN15ExternalCommand10onFinishedEiN8QProcess10ExitStatusE@Base 3.0.0 + _ZN15ExternalCommand12onReadOutputEv@Base 3.0.0 + _ZN15ExternalCommand3runEi@Base 3.0.0 + _ZN15ExternalCommand5setupEv@Base 3.0.0 + _ZN15ExternalCommand5startEi@Base 3.0.0 + _ZN15ExternalCommand7waitForEi@Base 3.0.0 + _ZN15ExternalCommandC1ER6ReportRK7QStringRK11QStringList@Base 3.0.0 + _ZN15ExternalCommandC1ERK7QStringRK11QStringList@Base 3.0.0 + _ZN15ExternalCommandC2ER6ReportRK7QStringRK11QStringList@Base 3.0.0 + _ZN15ExternalCommandC2ERK7QStringRK11QStringList@Base 3.0.0 + _ZN15OperationRunner10opFinishedEiP9Operation@Base 3.0.0 + _ZN15OperationRunner11progressSubEi@Base 3.0.0 + _ZN15OperationRunner11qt_metacallEN11QMetaObject4CallEiPPv@Base 3.0.0 + _ZN15OperationRunner11qt_metacastEPKc@Base 3.0.0 + _ZN15OperationRunner16staticMetaObjectE@Base 3.0.0 + _ZN15OperationRunner3runEv@Base 3.0.0 + _ZN15OperationRunner5errorEv@Base 3.0.0 + _ZN15OperationRunner8finishedEv@Base 3.0.0 + _ZN15OperationRunner9cancelledEv@Base 3.0.0 + _ZN15OperationRunner9opStartedEiP9Operation@Base 3.0.0 + _ZN15OperationRunnerC1EP7QObjectR14OperationStack@Base 3.0.0 + _ZN15OperationRunnerC2EP7QObjectR14OperationStack@Base 3.0.0 + _ZN15ResizeOperation4growER6Report@Base 3.0.0 + _ZN15ResizeOperation4moveER6Report@Base 3.0.0 + _ZN15ResizeOperation4undoEv@Base 3.0.0 + _ZN15ResizeOperation6shrinkER6Report@Base 3.0.0 + _ZN15ResizeOperation7canGrowEPK9Partition@Base 3.0.0 + _ZN15ResizeOperation7canMoveEPK9Partition@Base 3.0.0 + _ZN15ResizeOperation7executeER6Report@Base 3.0.0 + _ZN15ResizeOperation7previewEv@Base 3.0.0 + _ZN15ResizeOperation9canShrinkEPK9Partition@Base 3.0.0 + _ZN15ResizeOperationC1ER6DeviceR9Partitionxx@Base 3.0.0 + _ZN15ResizeOperationC2ER6DeviceR9Partitionxx@Base 3.0.0 + _ZN16CopySourceDevice11readSectorsEPvxx@Base 3.0.0 + _ZN16CopySourceDevice4openEv@Base 3.0.0 + _ZN16CopySourceDeviceC1ER6Devicexx@Base 3.0.0 + _ZN16CopySourceDeviceC2ER6Devicexx@Base 3.0.0 + _ZN16CopySourceDeviceD0Ev@Base 3.0.0 + _ZN16CopySourceDeviceD1Ev@Base 3.0.0 + _ZN16CopySourceDeviceD2Ev@Base 3.0.0 + _ZN16CopyTargetDevice12writeSectorsEPvxx@Base 3.0.0 + _ZN16CopyTargetDevice4openEv@Base 3.0.0 + _ZN16CopyTargetDeviceC1ER6Devicexx@Base 3.0.0 + _ZN16CopyTargetDeviceC2ER6Devicexx@Base 3.0.0 + _ZN16CopyTargetDeviceD0Ev@Base 3.0.0 + _ZN16CopyTargetDeviceD1Ev@Base 3.0.0 + _ZN16CopyTargetDeviceD2Ev@Base 3.0.0 + _ZN16RestoreOperation10canRestoreEPK9Partition@Base 3.0.0 + _ZN16RestoreOperation22createRestorePartitionERK6DeviceR13PartitionNodexRK7QString@Base 3.0.0 + _ZN16RestoreOperation23setOverwrittenPartitionEP9Partition@Base 3.0.0 + _ZN16RestoreOperation27cleanupOverwrittenPartitionEv@Base 3.0.0 + _ZN16RestoreOperation4undoEv@Base 3.0.0 + _ZN16RestoreOperation7executeER6Report@Base 3.0.0 + _ZN16RestoreOperation7previewEv@Base 3.0.0 + _ZN16RestoreOperationC1ER6DeviceP9PartitionRK7QString@Base 3.0.0 + _ZN16RestoreOperationC2ER6DeviceP9PartitionRK7QString@Base 3.0.0 + _ZN16RestoreOperationD0Ev@Base 3.0.0 + _ZN16RestoreOperationD1Ev@Base 3.0.0 + _ZN16RestoreOperationD2Ev@Base 3.0.0 + _ZN17CoreBackendDeviceC1ERK7QString@Base 3.0.0 + _ZN17CoreBackendDeviceC2ERK7QString@Base 3.0.0 + _ZN17FileSystemFactory13m_FileSystemsE@Base 3.0.0 + _ZN17FileSystemFactory16cloneWithNewTypeEN10FileSystem4TypeERKS0_@Base 3.0.0 + _ZN17FileSystemFactory3mapEv@Base 3.0.0 + _ZN17FileSystemFactory4initEv@Base 3.0.0 + _ZN17FileSystemFactory6createEN10FileSystem4TypeExxxRK7QStringS4_@Base 3.0.0 + _ZN17FileSystemFactory6createERK10FileSystem@Base 3.0.0 + _ZN17PartResizerWidget10paintEventEP11QPaintEvent@Base 3.0.0 + _ZN17PartResizerWidget11qt_metacallEN11QMetaObject4CallEiPPv@Base 3.0.0 + _ZN17PartResizerWidget11qt_metacastEPKc@Base 3.0.0 + _ZN17PartResizerWidget11resizeEventEP12QResizeEvent@Base 3.0.0 + _ZN17PartResizerWidget13movePartitionEx@Base 3.0.0 + _ZN17PartResizerWidget14m_HandleHeightE@Base 3.0.0 + _ZN17PartResizerWidget14mouseMoveEventEP11QMouseEvent@Base 3.0.0 + _ZN17PartResizerWidget14resizeLogicalsExxb@Base 3.0.0 + _ZN17PartResizerWidget14setMoveAllowedEb@Base 3.0.0 + _ZN17PartResizerWidget15mousePressEventEP11QMouseEvent@Base 3.0.0 + _ZN17PartResizerWidget15updatePositionsEv@Base 3.0.0 + _ZN17PartResizerWidget16setMaximumLengthEx@Base 3.0.0 + _ZN17PartResizerWidget16setMinimumLengthEx@Base 3.0.0 + _ZN17PartResizerWidget16staticMetaObjectE@Base 3.0.0 + _ZN17PartResizerWidget16updateLastSectorEx@Base 3.0.0 + _ZN17PartResizerWidget17lastSectorChangedEx@Base 3.0.0 + _ZN17PartResizerWidget17mouseReleaseEventEP11QMouseEvent@Base 3.0.0 + _ZN17PartResizerWidget17updateFirstSectorEx@Base 3.0.0 + _ZN17PartResizerWidget18firstSectorChangedEx@Base 3.0.0 + _ZN17PartResizerWidget4initER6DeviceR9Partitionxxbb@Base 3.0.0 + _ZN17PartResizerWidgetC1EP7QWidget@Base 3.0.0 + _ZN17PartResizerWidgetC2EP7QWidget@Base 3.0.0 + _ZN18CoreBackendManager4loadERK7QString@Base 3.0.0 + _ZN18CoreBackendManager4selfEv@Base 3.0.0 + _ZN18CoreBackendManager6unloadEv@Base 3.0.0 + _ZN18CoreBackendManagerC1Ev@Base 3.0.0 + _ZN18CoreBackendManagerC2Ev@Base 3.0.0 + _ZN18PartitionAlignment10firstDeltaERK6DeviceRK9Partitionx@Base 3.0.0 + _ZN18PartitionAlignment15isLengthAlignedERK6DeviceRK9Partition@Base 3.0.0 + _ZN18PartitionAlignment15sectorAlignmentERK6Device@Base 3.0.0 + _ZN18PartitionAlignment17alignedLastSectorERK6DeviceRK9Partitionxxxxxxb@Base 3.0.0 + _ZN18PartitionAlignment17s_sectorAlignmentE@Base 3.0.0 + _ZN18PartitionAlignment18alignedFirstSectorERK6DeviceRK9Partitionxxxxx@Base 3.0.0 + _ZN18PartitionAlignment18setSectorAlignmentEi@Base 3.0.0 + _ZN18PartitionAlignment9isAlignedERK6DeviceRK9Partitionb@Base 3.0.0 + _ZN18PartitionAlignment9isAlignedERK6DeviceRK9Partitionxxb@Base 3.0.0 + _ZN18PartitionAlignment9lastDeltaERK6DeviceRK9Partitionx@Base 3.0.0 + _ZN19VolumeManagerDeviceC1ERK7QStringS2_ixS2_N6Device4TypeE@Base 3.0.0 + _ZN19VolumeManagerDeviceC2ERK7QStringS2_ixS2_N6Device4TypeE@Base 3.0.0 + _ZN20CoreBackendPartitionC1Ev@Base 3.0.0 + _ZN20CoreBackendPartitionC2Ev@Base 3.0.0 + _ZN21SetPartFlagsOperation4undoEv@Base 3.0.0 + _ZN21SetPartFlagsOperation7previewEv@Base 3.0.0 + _ZN21SetPartFlagsOperationC1ER6DeviceR9PartitionRK6QFlagsIN14PartitionTable4FlagEE@Base 3.0.0 + _ZN21SetPartFlagsOperationC2ER6DeviceR9PartitionRK6QFlagsIN14PartitionTable4FlagEE@Base 3.0.0 + _ZN25CreateFileSystemOperation4undoEv@Base 3.0.0 + _ZN25CreateFileSystemOperation7executeER6Report@Base 3.0.0 + _ZN25CreateFileSystemOperation7previewEv@Base 3.0.0 + _ZN25CreateFileSystemOperationC1ER6DeviceR9PartitionN10FileSystem4TypeE@Base 3.0.0 + _ZN25CreateFileSystemOperationC2ER6DeviceR9PartitionN10FileSystem4TypeE@Base 3.0.0 + _ZN25CreateFileSystemOperationD0Ev@Base 3.0.0 + _ZN25CreateFileSystemOperationD1Ev@Base 3.0.0 + _ZN25CreateFileSystemOperationD2Ev@Base 3.0.0 + _ZN26CreateVolumeGroupOperation4undoEv@Base 3.0.0 + _ZN26CreateVolumeGroupOperation7previewEv@Base 3.0.0 + _ZN26CreateVolumeGroupOperation9canCreateEv@Base 3.0.0 + _ZN26CreateVolumeGroupOperationC1ERK7QStringRK5QListIPK9PartitionEi@Base 3.0.0 + _ZN26CreateVolumeGroupOperationC2ERK7QStringRK5QListIPK9PartitionEi@Base 3.0.0 + _ZN26RemoveVolumeGroupOperation11isRemovableEPK19VolumeManagerDevice@Base 3.0.0 + _ZN26RemoveVolumeGroupOperation4undoEv@Base 3.0.0 + _ZN26RemoveVolumeGroupOperation7previewEv@Base 3.0.0 + _ZN26RemoveVolumeGroupOperationC1ER19VolumeManagerDevice@Base 3.0.0 + _ZN26RemoveVolumeGroupOperationC2ER19VolumeManagerDevice@Base 3.0.0 + _ZN26ResizeVolumeGroupOperation4undoEv@Base 3.0.0 + _ZN26ResizeVolumeGroupOperation7previewEv@Base 3.0.0 + _ZN26ResizeVolumeGroupOperationC1ER9LvmDeviceRK5QListIPK9PartitionE@Base 3.0.0 + _ZN26ResizeVolumeGroupOperationC2ER9LvmDeviceRK5QListIPK9PartitionE@Base 3.0.0 + _ZN27SetFileSystemLabelOperation4undoEv@Base 3.0.0 + _ZN27SetFileSystemLabelOperation7previewEv@Base 3.0.0 + _ZN27SetFileSystemLabelOperationC1ER9PartitionRK7QString@Base 3.0.0 + _ZN27SetFileSystemLabelOperationC2ER9PartitionRK7QString@Base 3.0.0 + _ZN29CreatePartitionTableOperation4undoEv@Base 3.0.0 + _ZN29CreatePartitionTableOperation7executeER6Report@Base 3.0.0 + _ZN29CreatePartitionTableOperation7previewEv@Base 3.0.0 + _ZN29CreatePartitionTableOperation9canCreateEPK6Device@Base 3.0.0 + _ZN29CreatePartitionTableOperationC1ER6DeviceN14PartitionTable9TableTypeE@Base 3.0.0 + _ZN29CreatePartitionTableOperationC1ER6DeviceP14PartitionTable@Base 3.0.0 + _ZN29CreatePartitionTableOperationC2ER6DeviceN14PartitionTable9TableTypeE@Base 3.0.0 + _ZN29CreatePartitionTableOperationC2ER6DeviceP14PartitionTable@Base 3.0.0 + _ZN29CreatePartitionTableOperationD0Ev@Base 3.0.0 + _ZN29CreatePartitionTableOperationD1Ev@Base 3.0.0 + _ZN29CreatePartitionTableOperationD2Ev@Base 3.0.0 + _ZN2FS11unformatted6createER6ReportRK7QString@Base 3.0.0 + _ZN2FS11unformatted8m_CreateE@Base 3.0.0 + _ZN2FS11unformattedC1ExxxRK7QString@Base 3.0.0 + _ZN2FS11unformattedC2ExxxRK7QString@Base 3.0.0 + _ZN2FS3hfs10m_GetLabelE@Base 3.0.0 + _ZN2FS3hfs4initEv@Base 3.0.0 + _ZN2FS3hfs6createER6ReportRK7QString@Base 3.0.0 + _ZN2FS3hfs6m_CopyE@Base 3.0.0 + _ZN2FS3hfs6m_MoveE@Base 3.0.0 + _ZN2FS3hfs7m_CheckE@Base 3.0.0 + _ZN2FS3hfs8m_BackupE@Base 3.0.0 + _ZN2FS3hfs8m_CreateE@Base 3.0.0 + _ZN2FS3hfs8m_ShrinkE@Base 3.0.0 + _ZN2FS3hfs9m_GetUsedE@Base 3.0.0 + _ZN2FS3hfsC1ExxxRK7QString@Base 3.0.0 + _ZN2FS3hfsC2ExxxRK7QString@Base 3.0.0 + _ZN2FS3jfs10m_GetLabelE@Base 3.0.0 + _ZN2FS3jfs10m_SetLabelE@Base 3.0.0 + _ZN2FS3jfs10writeLabelER6ReportRK7QStringS5_@Base 3.0.0 + _ZN2FS3jfs4initEv@Base 3.0.0 + _ZN2FS3jfs6createER6ReportRK7QString@Base 3.0.0 + _ZN2FS3jfs6m_CopyE@Base 3.0.0 + _ZN2FS3jfs6m_GrowE@Base 3.0.0 + _ZN2FS3jfs6m_MoveE@Base 3.0.0 + _ZN2FS3jfs7m_CheckE@Base 3.0.0 + _ZN2FS3jfs8m_BackupE@Base 3.0.0 + _ZN2FS3jfs8m_CreateE@Base 3.0.0 + _ZN2FS3jfs9m_GetUsedE@Base 3.0.0 + _ZN2FS3jfsC1ExxxRK7QString@Base 3.0.0 + _ZN2FS3jfsC2ExxxRK7QString@Base 3.0.0 + _ZN2FS3ufs6m_CopyE@Base 3.0.0 + _ZN2FS3ufs6m_MoveE@Base 3.0.0 + _ZN2FS3ufs8m_BackupE@Base 3.0.0 + _ZN2FS3ufsC1ExxxRK7QString@Base 3.0.0 + _ZN2FS3ufsC2ExxxRK7QString@Base 3.0.0 + _ZN2FS3xfs10m_GetLabelE@Base 3.0.0 + _ZN2FS3xfs10m_SetLabelE@Base 3.0.0 + _ZN2FS3xfs10writeLabelER6ReportRK7QStringS5_@Base 3.0.0 + _ZN2FS3xfs4initEv@Base 3.0.0 + _ZN2FS3xfs6createER6ReportRK7QString@Base 3.0.0 + _ZN2FS3xfs6m_CopyE@Base 3.0.0 + _ZN2FS3xfs6m_GrowE@Base 3.0.0 + _ZN2FS3xfs6m_MoveE@Base 3.0.0 + _ZN2FS3xfs7m_CheckE@Base 3.0.0 + _ZN2FS3xfs8m_BackupE@Base 3.0.0 + _ZN2FS3xfs8m_CreateE@Base 3.0.0 + _ZN2FS3xfs9m_GetUsedE@Base 3.0.0 + _ZN2FS3xfsC1ExxxRK7QString@Base 3.0.0 + _ZN2FS3xfsC2ExxxRK7QString@Base 3.0.0 + _ZN2FS3zfs10m_GetLabelE@Base 3.0.0 + _ZN2FS3zfs10m_SetLabelE@Base 3.0.0 + _ZN2FS3zfs10writeLabelER6ReportRK7QStringS5_@Base 3.0.0 + _ZN2FS3zfs12m_UpdateUUIDE@Base 3.0.0 + _ZN2FS3zfs4initEv@Base 3.0.0 + _ZN2FS3zfs6m_CopyE@Base 3.0.0 + _ZN2FS3zfs6m_GrowE@Base 3.0.0 + _ZN2FS3zfs6m_MoveE@Base 3.0.0 + _ZN2FS3zfs7m_CheckE@Base 3.0.0 + _ZN2FS3zfs8m_BackupE@Base 3.0.0 + _ZN2FS3zfs8m_CreateE@Base 3.0.0 + _ZN2FS3zfs8m_ShrinkE@Base 3.0.0 + _ZN2FS3zfs9m_GetUUIDE@Base 3.0.0 + _ZN2FS3zfs9m_GetUsedE@Base 3.0.0 + _ZN2FS3zfsC1ExxxRK7QString@Base 3.0.0 + _ZN2FS3zfsC2ExxxRK7QString@Base 3.0.0 + _ZN2FS4ext210m_GetLabelE@Base 3.0.0 + _ZN2FS4ext210m_SetLabelE@Base 3.0.0 + _ZN2FS4ext210writeLabelER6ReportRK7QStringS5_@Base 3.0.0 + _ZN2FS4ext212m_UpdateUUIDE@Base 3.0.0 + _ZN2FS4ext24initEv@Base 3.0.0 + _ZN2FS4ext26createER6ReportRK7QString@Base 3.0.0 + _ZN2FS4ext26m_CopyE@Base 3.0.0 + _ZN2FS4ext26m_GrowE@Base 3.0.0 + _ZN2FS4ext26m_MoveE@Base 3.0.0 + _ZN2FS4ext27m_CheckE@Base 3.0.0 + _ZN2FS4ext28m_BackupE@Base 3.0.0 + _ZN2FS4ext28m_CreateE@Base 3.0.0 + _ZN2FS4ext28m_ShrinkE@Base 3.0.0 + _ZN2FS4ext29m_GetUUIDE@Base 3.0.0 + _ZN2FS4ext29m_GetUsedE@Base 3.0.0 + _ZN2FS4ext2C1ExxxRK7QStringN10FileSystem4TypeE@Base 3.0.0 + _ZN2FS4ext2C2ExxxRK7QStringN10FileSystem4TypeE@Base 3.0.0 + _ZN2FS4ext36createER6ReportRK7QString@Base 3.0.0 + _ZN2FS4ext3C1ExxxRK7QString@Base 3.0.0 + _ZN2FS4ext3C2ExxxRK7QString@Base 3.0.0 + _ZN2FS4ext46createER6ReportRK7QString@Base 3.0.0 + _ZN2FS4ext4C1ExxxRK7QString@Base 3.0.0 + _ZN2FS4ext4C2ExxxRK7QString@Base 3.0.0 + _ZN2FS4f2fs10m_GetLabelE@Base 3.0.0 + _ZN2FS4f2fs10m_SetLabelE@Base 3.0.0 + _ZN2FS4f2fs12m_UpdateUUIDE@Base 3.0.0 + _ZN2FS4f2fs4initEv@Base 3.0.0 + _ZN2FS4f2fs6createER6ReportRK7QString@Base 3.0.0 + _ZN2FS4f2fs6m_CopyE@Base 3.0.0 + _ZN2FS4f2fs6m_GrowE@Base 3.0.0 + _ZN2FS4f2fs6m_MoveE@Base 3.0.0 + _ZN2FS4f2fs7m_CheckE@Base 3.0.0 + _ZN2FS4f2fs8m_BackupE@Base 3.0.0 + _ZN2FS4f2fs8m_CreateE@Base 3.0.0 + _ZN2FS4f2fs8m_ShrinkE@Base 3.0.0 + _ZN2FS4f2fs9m_GetUUIDE@Base 3.0.0 + _ZN2FS4f2fs9m_GetUsedE@Base 3.0.0 + _ZN2FS4f2fsC1ExxxRK7QString@Base 3.0.0 + _ZN2FS4f2fsC2ExxxRK7QString@Base 3.0.0 + _ZN2FS4hpfs10m_GetLabelE@Base 3.0.0 + _ZN2FS4hpfs10m_SetLabelE@Base 3.0.0 + _ZN2FS4hpfs12m_UpdateUUIDE@Base 3.0.0 + _ZN2FS4hpfs6m_CopyE@Base 3.0.0 + _ZN2FS4hpfs6m_GrowE@Base 3.0.0 + _ZN2FS4hpfs6m_MoveE@Base 3.0.0 + _ZN2FS4hpfs7m_CheckE@Base 3.0.0 + _ZN2FS4hpfs8m_BackupE@Base 3.0.0 + _ZN2FS4hpfs8m_CreateE@Base 3.0.0 + _ZN2FS4hpfs8m_ShrinkE@Base 3.0.0 + _ZN2FS4hpfs9m_GetUUIDE@Base 3.0.0 + _ZN2FS4hpfs9m_GetUsedE@Base 3.0.0 + _ZN2FS4hpfsC1ExxxRK7QString@Base 3.0.0 + _ZN2FS4hpfsC2ExxxRK7QString@Base 3.0.0 + _ZN2FS4luks10cryptCloseERK7QString@Base 3.0.0 + _ZN2FS4luks10m_GetLabelE@Base 3.0.0 + _ZN2FS4luks10m_SetLabelE@Base 3.0.0 + _ZN2FS4luks10setMountedEb@Base 3.0.0 + _ZN2FS4luks10writeLabelER6ReportRK7QStringS5_@Base 3.0.0 + _ZN2FS4luks11getLuksInfoERK7QString@Base 3.0.0 + _ZN2FS4luks12m_UpdateUUIDE@Base 3.0.0 + _ZN2FS4luks12setCryptOpenEb@Base 3.0.0 + _ZN2FS4luks13getMapperNameERK7QString@Base 3.0.0 + _ZN2FS4luks13setPassphraseERK7QString@Base 3.0.0 + _ZN2FS4luks14canEncryptTypeEN10FileSystem4TypeE@Base 3.0.0 + _ZN2FS4luks19loadInnerFileSystemERK7QString@Base 3.0.0 + _ZN2FS4luks21createInnerFileSystemEN10FileSystem4TypeE@Base 3.0.0 + _ZN2FS4luks4initEv@Base 3.0.0 + _ZN2FS4luks4scanERK7QString@Base 3.0.0 + _ZN2FS4luks5mountER6ReportRK7QStringS5_@Base 3.0.0 + _ZN2FS4luks6createER6ReportRK7QString@Base 3.0.0 + _ZN2FS4luks6m_CopyE@Base 3.0.0 + _ZN2FS4luks6m_GrowE@Base 3.0.0 + _ZN2FS4luks6m_MoveE@Base 3.0.0 + _ZN2FS4luks7m_CheckE@Base 3.0.0 + _ZN2FS4luks7unmountER6ReportRK7QString@Base 3.0.0 + _ZN2FS4luks8initLUKSEv@Base 3.0.0 + _ZN2FS4luks8m_BackupE@Base 3.0.0 + _ZN2FS4luks8m_CreateE@Base 3.0.0 + _ZN2FS4luks8m_ShrinkE@Base 3.0.0 + _ZN2FS4luks9cryptOpenEP7QWidgetRK7QString@Base 3.0.0 + _ZN2FS4luks9m_GetUUIDE@Base 3.0.0 + _ZN2FS4luks9m_GetUsedE@Base 3.0.0 + _ZN2FS4luksC1ExxxRK7QString@Base 3.0.0 + _ZN2FS4luksC2ExxxRK7QString@Base 3.0.0 + _ZN2FS4luksD0Ev@Base 3.0.0 + _ZN2FS4luksD1Ev@Base 3.0.0 + _ZN2FS4luksD2Ev@Base 3.0.0 + _ZN2FS4ntfs10m_GetLabelE@Base 3.0.0 + _ZN2FS4ntfs10m_SetLabelE@Base 3.0.0 + _ZN2FS4ntfs10writeLabelER6ReportRK7QStringS5_@Base 3.0.0 + _ZN2FS4ntfs12m_UpdateUUIDE@Base 3.0.0 + _ZN2FS4ntfs4initEv@Base 3.0.0 + _ZN2FS4ntfs6createER6ReportRK7QString@Base 3.0.0 + _ZN2FS4ntfs6m_CopyE@Base 3.0.0 + _ZN2FS4ntfs6m_GrowE@Base 3.0.0 + _ZN2FS4ntfs6m_MoveE@Base 3.0.0 + _ZN2FS4ntfs7m_CheckE@Base 3.0.0 + _ZN2FS4ntfs8m_BackupE@Base 3.0.0 + _ZN2FS4ntfs8m_CreateE@Base 3.0.0 + _ZN2FS4ntfs8m_ShrinkE@Base 3.0.0 + _ZN2FS4ntfs9m_GetUUIDE@Base 3.0.0 + _ZN2FS4ntfs9m_GetUsedE@Base 3.0.0 + _ZN2FS4ntfsC1ExxxRK7QString@Base 3.0.0 + _ZN2FS4ntfsC2ExxxRK7QString@Base 3.0.0 + _ZN2FS5btrfs10m_GetLabelE@Base 3.0.0 + _ZN2FS5btrfs10m_SetLabelE@Base 3.0.0 + _ZN2FS5btrfs10writeLabelER6ReportRK7QStringS5_@Base 3.0.0 + _ZN2FS5btrfs12m_UpdateUUIDE@Base 3.0.0 + _ZN2FS5btrfs4initEv@Base 3.0.0 + _ZN2FS5btrfs6createER6ReportRK7QString@Base 3.0.0 + _ZN2FS5btrfs6m_CopyE@Base 3.0.0 + _ZN2FS5btrfs6m_GrowE@Base 3.0.0 + _ZN2FS5btrfs6m_MoveE@Base 3.0.0 + _ZN2FS5btrfs7m_CheckE@Base 3.0.0 + _ZN2FS5btrfs8m_BackupE@Base 3.0.0 + _ZN2FS5btrfs8m_CreateE@Base 3.0.0 + _ZN2FS5btrfs8m_ShrinkE@Base 3.0.0 + _ZN2FS5btrfs9m_GetUUIDE@Base 3.0.0 + _ZN2FS5btrfs9m_GetUsedE@Base 3.0.0 + _ZN2FS5btrfsC1ExxxRK7QString@Base 3.0.0 + _ZN2FS5btrfsC2ExxxRK7QString@Base 3.0.0 + _ZN2FS5exfat10m_GetLabelE@Base 3.0.0 + _ZN2FS5exfat10m_SetLabelE@Base 3.0.0 + _ZN2FS5exfat10writeLabelER6ReportRK7QStringS5_@Base 3.0.0 + _ZN2FS5exfat12m_UpdateUUIDE@Base 3.0.0 + _ZN2FS5exfat4initEv@Base 3.0.0 + _ZN2FS5exfat6createER6ReportRK7QString@Base 3.0.0 + _ZN2FS5exfat6m_CopyE@Base 3.0.0 + _ZN2FS5exfat6m_GrowE@Base 3.0.0 + _ZN2FS5exfat6m_MoveE@Base 3.0.0 + _ZN2FS5exfat7m_CheckE@Base 3.0.0 + _ZN2FS5exfat8m_BackupE@Base 3.0.0 + _ZN2FS5exfat8m_CreateE@Base 3.0.0 + _ZN2FS5exfat8m_ShrinkE@Base 3.0.0 + _ZN2FS5exfat9m_GetUUIDE@Base 3.0.0 + _ZN2FS5exfat9m_GetUsedE@Base 3.0.0 + _ZN2FS5exfatC1ExxxRK7QString@Base 3.0.0 + _ZN2FS5exfatC2ExxxRK7QString@Base 3.0.0 + _ZN2FS5fat1610m_GetLabelE@Base 3.0.0 + _ZN2FS5fat1610m_SetLabelE@Base 3.0.0 + _ZN2FS5fat1610writeLabelER6ReportRK7QStringS5_@Base 3.0.0 + _ZN2FS5fat1612m_UpdateUUIDE@Base 3.0.0 + _ZN2FS5fat164initEv@Base 3.0.0 + _ZN2FS5fat166createER6ReportRK7QString@Base 3.0.0 + _ZN2FS5fat166m_CopyE@Base 3.0.0 + _ZN2FS5fat166m_GrowE@Base 3.0.0 + _ZN2FS5fat166m_MoveE@Base 3.0.0 + _ZN2FS5fat167m_CheckE@Base 3.0.0 + _ZN2FS5fat168m_BackupE@Base 3.0.0 + _ZN2FS5fat168m_CreateE@Base 3.0.0 + _ZN2FS5fat168m_ShrinkE@Base 3.0.0 + _ZN2FS5fat169m_GetUUIDE@Base 3.0.0 + _ZN2FS5fat169m_GetUsedE@Base 3.0.0 + _ZN2FS5fat16C1ExxxRK7QStringN10FileSystem4TypeE@Base 3.0.0 + _ZN2FS5fat16C2ExxxRK7QStringN10FileSystem4TypeE@Base 3.0.0 + _ZN2FS5fat326createER6ReportRK7QString@Base 3.0.0 + _ZN2FS5fat32C1ExxxRK7QString@Base 3.0.0 + _ZN2FS5fat32C2ExxxRK7QString@Base 3.0.0 + _ZN2FS5ocfs210m_GetLabelE@Base 3.0.0 + _ZN2FS5ocfs210m_SetLabelE@Base 3.0.0 + _ZN2FS5ocfs210writeLabelER6ReportRK7QStringS5_@Base 3.0.0 + _ZN2FS5ocfs212m_UpdateUUIDE@Base 3.0.0 + _ZN2FS5ocfs24initEv@Base 3.0.0 + _ZN2FS5ocfs26createER6ReportRK7QString@Base 3.0.0 + _ZN2FS5ocfs26m_CopyE@Base 3.0.0 + _ZN2FS5ocfs26m_GrowE@Base 3.0.0 + _ZN2FS5ocfs26m_MoveE@Base 3.0.0 + _ZN2FS5ocfs27m_CheckE@Base 3.0.0 + _ZN2FS5ocfs28m_BackupE@Base 3.0.0 + _ZN2FS5ocfs28m_CreateE@Base 3.0.0 + _ZN2FS5ocfs28m_ShrinkE@Base 3.0.0 + _ZN2FS5ocfs29m_GetUUIDE@Base 3.0.0 + _ZN2FS5ocfs29m_GetUsedE@Base 3.0.0 + _ZN2FS5ocfs2C1ExxxRK7QString@Base 3.0.0 + _ZN2FS5ocfs2C2ExxxRK7QString@Base 3.0.0 + _ZN2FS6nilfs210m_GetLabelE@Base 3.0.0 + _ZN2FS6nilfs210m_SetLabelE@Base 3.0.0 + _ZN2FS6nilfs210writeLabelER6ReportRK7QStringS5_@Base 3.0.0 + _ZN2FS6nilfs212m_UpdateUUIDE@Base 3.0.0 + _ZN2FS6nilfs24initEv@Base 3.0.0 + _ZN2FS6nilfs26createER6ReportRK7QString@Base 3.0.0 + _ZN2FS6nilfs26m_CopyE@Base 3.0.0 + _ZN2FS6nilfs26m_GrowE@Base 3.0.0 + _ZN2FS6nilfs26m_MoveE@Base 3.0.0 + _ZN2FS6nilfs27m_CheckE@Base 3.0.0 + _ZN2FS6nilfs28m_BackupE@Base 3.0.0 + _ZN2FS6nilfs28m_CreateE@Base 3.0.0 + _ZN2FS6nilfs28m_ShrinkE@Base 3.0.0 + _ZN2FS6nilfs29m_GetUUIDE@Base 3.0.0 + _ZN2FS6nilfs29m_GetUsedE@Base 3.0.0 + _ZN2FS6nilfs2C1ExxxRK7QString@Base 3.0.0 + _ZN2FS6nilfs2C2ExxxRK7QString@Base 3.0.0 + _ZN2FS7hfsplus10m_GetLabelE@Base 3.0.0 + _ZN2FS7hfsplus4initEv@Base 3.0.0 + _ZN2FS7hfsplus6createER6ReportRK7QString@Base 3.0.0 + _ZN2FS7hfsplus6m_CopyE@Base 3.0.0 + _ZN2FS7hfsplus6m_MoveE@Base 3.0.0 + _ZN2FS7hfsplus7m_CheckE@Base 3.0.0 + _ZN2FS7hfsplus8m_BackupE@Base 3.0.0 + _ZN2FS7hfsplus8m_CreateE@Base 3.0.0 + _ZN2FS7hfsplus8m_ShrinkE@Base 3.0.0 + _ZN2FS7hfsplus9m_GetUsedE@Base 3.0.0 + _ZN2FS7hfsplusC1ExxxRK7QString@Base 3.0.0 + _ZN2FS7hfsplusC2ExxxRK7QString@Base 3.0.0 + _ZN2FS7lvm2_pv10getTotalPEERK7QString@Base 3.0.0 + _ZN2FS7lvm2_pv10getpvFieldERK7QStringS3_@Base 3.0.0 + _ZN2FS7lvm2_pv10m_GetLabelE@Base 3.0.0 + _ZN2FS7lvm2_pv10m_SetLabelE@Base 3.0.0 + _ZN2FS7lvm2_pv11getPVinNodeEPK13PartitionNode@Base 3.0.0 + _ZN2FS7lvm2_pv12m_UpdateUUIDE@Base 3.0.0 + _ZN2FS7lvm2_pv14getAllocatedPEERK7QString@Base 3.0.0 + _ZN2FS7lvm2_pv4initEv@Base 3.0.0 + _ZN2FS7lvm2_pv4scanERK7QString@Base 3.0.0 + _ZN2FS7lvm2_pv5mountER6ReportRK7QStringS5_@Base 3.0.0 + _ZN2FS7lvm2_pv6createER6ReportRK7QString@Base 3.0.0 + _ZN2FS7lvm2_pv6getPVsERK5QListIP6DeviceE@Base 3.0.0 + _ZN2FS7lvm2_pv6m_CopyE@Base 3.0.0 + _ZN2FS7lvm2_pv6m_GrowE@Base 3.0.0 + _ZN2FS7lvm2_pv6m_MoveE@Base 3.0.0 + _ZN2FS7lvm2_pv7m_CheckE@Base 3.0.0 + _ZN2FS7lvm2_pv7unmountER6ReportRK7QString@Base 3.0.0 + _ZN2FS7lvm2_pv8m_BackupE@Base 3.0.0 + _ZN2FS7lvm2_pv8m_CreateE@Base 3.0.0 + _ZN2FS7lvm2_pv8m_ShrinkE@Base 3.0.0 + _ZN2FS7lvm2_pv9getPESizeERK7QString@Base 3.0.0 + _ZN2FS7lvm2_pv9getVGNameERK7QString@Base 3.0.0 + _ZN2FS7lvm2_pv9m_GetUUIDE@Base 3.0.0 + _ZN2FS7lvm2_pv9m_GetUsedE@Base 3.0.0 + _ZN2FS7lvm2_pvC1ExxxRK7QString@Base 3.0.0 + _ZN2FS7lvm2_pvC2ExxxRK7QString@Base 3.0.0 + _ZN2FS7reiser410m_GetLabelE@Base 3.0.0 + _ZN2FS7reiser44initEv@Base 3.0.0 + _ZN2FS7reiser46createER6ReportRK7QString@Base 3.0.0 + _ZN2FS7reiser46m_CopyE@Base 3.0.0 + _ZN2FS7reiser46m_MoveE@Base 3.0.0 + _ZN2FS7reiser47m_CheckE@Base 3.0.0 + _ZN2FS7reiser48m_BackupE@Base 3.0.0 + _ZN2FS7reiser48m_CreateE@Base 3.0.0 + _ZN2FS7reiser49m_GetUsedE@Base 3.0.0 + _ZN2FS7reiser4C1ExxxRK7QString@Base 3.0.0 + _ZN2FS7reiser4C2ExxxRK7QString@Base 3.0.0 + _ZN2FS7unknownC1ExxxRK7QString@Base 3.0.0 + _ZN2FS7unknownC2ExxxRK7QString@Base 3.0.0 + _ZN2FS8extended6createER6ReportRK7QString@Base 3.0.0 + _ZN2FS8extended6m_GrowE@Base 3.0.0 + _ZN2FS8extended6m_MoveE@Base 3.0.0 + _ZN2FS8extended8m_CreateE@Base 3.0.0 + _ZN2FS8extended8m_ShrinkE@Base 3.0.0 + _ZN2FS8extendedC1ExxxRK7QString@Base 3.0.0 + _ZN2FS8extendedC2ExxxRK7QString@Base 3.0.0 + _ZN2FS8reiserfs10m_GetLabelE@Base 3.0.0 + _ZN2FS8reiserfs10m_SetLabelE@Base 3.0.0 + _ZN2FS8reiserfs10writeLabelER6ReportRK7QStringS5_@Base 3.0.0 + _ZN2FS8reiserfs12m_UpdateUUIDE@Base 3.0.0 + _ZN2FS8reiserfs4initEv@Base 3.0.0 + _ZN2FS8reiserfs6createER6ReportRK7QString@Base 3.0.0 + _ZN2FS8reiserfs6m_CopyE@Base 3.0.0 + _ZN2FS8reiserfs6m_GrowE@Base 3.0.0 + _ZN2FS8reiserfs6m_MoveE@Base 3.0.0 + _ZN2FS8reiserfs7m_CheckE@Base 3.0.0 + _ZN2FS8reiserfs8m_BackupE@Base 3.0.0 + _ZN2FS8reiserfs8m_CreateE@Base 3.0.0 + _ZN2FS8reiserfs8m_ShrinkE@Base 3.0.0 + _ZN2FS8reiserfs9m_GetUUIDE@Base 3.0.0 + _ZN2FS8reiserfs9m_GetUsedE@Base 3.0.0 + _ZN2FS8reiserfsC1ExxxRK7QString@Base 3.0.0 + _ZN2FS8reiserfsC2ExxxRK7QString@Base 3.0.0 + _ZN2FS9linuxswap10m_GetLabelE@Base 3.0.0 + _ZN2FS9linuxswap10m_SetLabelE@Base 3.0.0 + _ZN2FS9linuxswap10writeLabelER6ReportRK7QStringS5_@Base 3.0.0 + _ZN2FS9linuxswap12m_UpdateUUIDE@Base 3.0.0 + _ZN2FS9linuxswap4initEv@Base 3.0.0 + _ZN2FS9linuxswap5mountER6ReportRK7QStringS5_@Base 3.0.0 + _ZN2FS9linuxswap6createER6ReportRK7QString@Base 3.0.0 + _ZN2FS9linuxswap6m_CopyE@Base 3.0.0 + _ZN2FS9linuxswap6m_GrowE@Base 3.0.0 + _ZN2FS9linuxswap6m_MoveE@Base 3.0.0 + _ZN2FS9linuxswap7unmountER6ReportRK7QString@Base 3.0.0 + _ZN2FS9linuxswap8m_CreateE@Base 3.0.0 + _ZN2FS9linuxswap8m_ShrinkE@Base 3.0.0 + _ZN2FS9linuxswap9m_GetUUIDE@Base 3.0.0 + _ZN2FS9linuxswap9m_GetUsedE@Base 3.0.0 + _ZN2FS9linuxswapC1ExxxRK7QString@Base 3.0.0 + _ZN2FS9linuxswapC2ExxxRK7QString@Base 3.0.0 + _ZN30DeactivateVolumeGroupOperation15isDeactivatableEPK19VolumeManagerDevice@Base 3.0.0 + _ZN30DeactivateVolumeGroupOperation4undoEv@Base 3.0.0 + _ZN30DeactivateVolumeGroupOperation7previewEv@Base 3.0.0 + _ZN30DeactivateVolumeGroupOperationC1ER19VolumeManagerDevice@Base 3.0.0 + _ZN30DeactivateVolumeGroupOperationC2ER19VolumeManagerDevice@Base 3.0.0 + _ZN3Job10copyBlocksER6ReportR10CopyTargetR10CopySource@Base 3.0.0 + _ZN3Job10jobStartedER6Report@Base 3.0.0 + _ZN3Job11jobFinishedER6Reportb@Base 3.0.0 + _ZN3Job11qt_metacallEN11QMetaObject4CallEiPPv@Base 3.0.0 + _ZN3Job11qt_metacastEPKc@Base 3.0.0 + _ZN3Job12emitProgressEi@Base 3.0.0 + _ZN3Job16staticMetaObjectE@Base 3.0.0 + _ZN3Job18rollbackCopyBlocksER6ReportR10CopyTargetR10CopySource@Base 3.0.0 + _ZN3Job7startedEv@Base 3.0.0 + _ZN3Job8finishedEv@Base 3.0.0 + _ZN3Job8progressEi@Base 3.0.0 + _ZN3JobC1Ev@Base 3.0.0 + _ZN3JobC2Ev@Base 3.0.0 + _ZN3LVM6pvListE@Base 3.0.0 + _ZN3LogD1Ev@Base 3.0.0 + _ZN3LogD2Ev@Base 3.0.0 + _ZN6DeviceC1ERK7QStringS2_ixS2_NS_4TypeE@Base 3.0.0 + _ZN6DeviceC1ERKS_@Base 3.0.0 + _ZN6DeviceC2ERK7QStringS2_ixS2_NS_4TypeE@Base 3.0.0 + _ZN6DeviceC2ERKS_@Base 3.0.0 + _ZN6DeviceD0Ev@Base 3.0.0 + _ZN6DeviceD1Ev@Base 3.0.0 + _ZN6DeviceD2Ev@Base 3.0.0 + _ZN6Report11qt_metacallEN11QMetaObject4CallEiPPv@Base 3.0.0 + _ZN6Report11qt_metacastEPKc@Base 3.0.0 + _ZN6Report13outputChangedEv@Base 3.0.0 + _ZN6Report16staticMetaObjectE@Base 3.0.0 + _ZN6Report17emitOutputChangedEv@Base 3.0.0 + _ZN6Report4lineEv@Base 3.0.0 + _ZN6Report4rootEv@Base 3.0.0 + _ZN6Report8newChildERK7QString@Base 3.0.0 + _ZN6Report9addOutputERK7QString@Base 3.0.0 + _ZN6ReportC1EPS_RK7QString@Base 3.0.0 + _ZN6ReportC2EPS_RK7QString@Base 3.0.0 + _ZN6ReportD0Ev@Base 3.0.0 + _ZN6ReportD1Ev@Base 3.0.0 + _ZN6ReportD2Ev@Base 3.0.0 + _ZN8Capacity10unitFactorENS_4UnitES0_@Base 3.0.0 + _ZN8Capacity14formatByteSizeEdi@Base 3.0.0 + _ZN8Capacity15m_InvalidStringE@Base 3.0.0 + _ZN8Capacity8unitNameENS_4UnitEx@Base 3.0.0 + _ZN8CapacityC1ERK6Device@Base 3.0.0 + _ZN8CapacityC1ERK9PartitionNS_4TypeE@Base 3.0.0 + _ZN8CapacityC1Ex@Base 3.0.0 + _ZN8CapacityC2ERK6Device@Base 3.0.0 + _ZN8CapacityC2ERK9PartitionNS_4TypeE@Base 3.0.0 + _ZN8CapacityC2Ex@Base 3.0.0 + _ZN9GlobalLog10newMessageEN3Log5LevelERK7QString@Base 3.0.0 + _ZN9GlobalLog11qt_metacallEN11QMetaObject4CallEiPPv@Base 3.0.0 + _ZN9GlobalLog11qt_metacastEPKc@Base 3.0.0 + _ZN9GlobalLog16staticMetaObjectE@Base 3.0.0 + _ZN9GlobalLog5flushEN3Log5LevelE@Base 3.0.0 + _ZN9GlobalLog8instanceEv@Base 3.0.0 + _ZN9LvmDevice10activateLVERK7QString@Base 3.0.0 + _ZN9LvmDevice10activateVGER6ReportRKS_@Base 3.0.0 + _ZN9LvmDevice10getTotalLEERK7QString@Base 3.0.0 + _ZN9LvmDevice10getTotalPEERK7QString@Base 3.0.0 + _ZN9LvmDevice10s_DirtyPVsE@Base 3.0.0 + _ZN9LvmDevice12deactivateLVER6ReportRK9Partition@Base 3.0.0 + _ZN9LvmDevice12deactivateVGER6ReportRKS_@Base 3.0.0 + _ZN9LvmDevice13scanSystemLVMEv@Base 3.0.0 + _ZN9LvmDevice14getAllocatedPEERK7QString@Base 3.0.0 + _ZN9LvmDevice14initPartitionsEv@Base 3.0.0 + _ZN9LvmDevice16createLVSnapshotER6ReportR9PartitionRK7QStringx@Base 3.0.0 + _ZN9LvmDevice6getLVsERK7QString@Base 3.0.0 + _ZN9LvmDevice6getVGsEv@Base 3.0.0 + _ZN9LvmDevice6movePVER6ReportRK7QStringRK11QStringList@Base 3.0.0 + _ZN9LvmDevice7getUUIDERK7QString@Base 3.0.0 + _ZN9LvmDevice8createLVER6ReportRS_R9PartitionRK7QString@Base 3.0.0 + _ZN9LvmDevice8createVGER6Report7QStringRK5QListIPK9PartitionEi@Base 3.0.0 + _ZN9LvmDevice8getFieldERK7QStringS2_@Base 3.0.0 + _ZN9LvmDevice8insertPVER6ReportRS_RK7QString@Base 3.0.0 + _ZN9LvmDevice8removeLVER6ReportRS_R9Partition@Base 3.0.0 + _ZN9LvmDevice8removePVER6ReportRS_RK7QString@Base 3.0.0 + _ZN9LvmDevice8removeVGER6ReportRS_@Base 3.0.0 + _ZN9LvmDevice8resizeLVER6ReportR9Partition@Base 3.0.0 + _ZN9LvmDevice9getFreePEERK7QString@Base 3.0.0 + _ZN9LvmDevice9getPeSizeERK7QString@Base 3.0.0 + _ZN9LvmDeviceC1ERK7QStringS2_@Base 3.0.0 + _ZN9LvmDeviceC2ERK7QStringS2_@Base 3.0.0 + _ZN9LvmDeviceD0Ev@Base 3.0.0 + _ZN9LvmDeviceD1Ev@Base 3.0.0 + _ZN9LvmDeviceD2Ev@Base 3.0.0 + _ZN9Operation10jobStartedEP3JobPS_@Base 3.0.0 + _ZN9Operation11jobFinishedEP3JobPS_@Base 3.0.0 + _ZN9Operation11qt_metacallEN11QMetaObject4CallEiPPv@Base 3.0.0 + _ZN9Operation11qt_metacastEPKc@Base 3.0.0 + _ZN9Operation12onJobStartedEv@Base 3.0.0 + _ZN9Operation13onJobFinishedEv@Base 3.0.0 + _ZN9Operation16staticMetaObjectE@Base 3.0.0 + _ZN9Operation22insertPreviewPartitionER6DeviceR9Partition@Base 3.0.0 + _ZN9Operation22removePreviewPartitionER6DeviceR9Partition@Base 3.0.0 + _ZN9Operation6addJobEP3Job@Base 3.0.0 + _ZN9Operation7executeER6Report@Base 3.0.0 + _ZN9Operation8progressEi@Base 3.0.0 + _ZN9OperationC1Ev@Base 3.0.0 + _ZN9OperationC2Ev@Base 3.0.0 + _ZN9OperationD0Ev@Base 3.0.0 + _ZN9OperationD1Ev@Base 3.0.0 + _ZN9OperationD2Ev@Base 3.0.0 + _ZN9Partition10setMountedEb@Base 3.0.0 + _ZN9Partition13setFileSystemEP10FileSystem@Base 3.0.0 + _ZN9Partition16deleteFileSystemEv@Base 3.0.0 + _ZN9Partition16setPartitionPathERK7QString@Base 3.0.0 + _ZN9Partition20checkChildrenMountedEv@Base 3.0.0 + _ZN9Partition4moveEx@Base 3.0.0 + _ZN9Partition5mountER6Report@Base 3.0.0 + _ZN9Partition7unmountER6Report@Base 3.0.0 + _ZN9PartitionC1EP13PartitionNodeRK6DeviceRK13PartitionRoleP10FileSystemxx7QString6QFlagsIN14PartitionTable4FlagEERKSA_bSE_NS_5StateE@Base 3.0.0 + _ZN9PartitionC1ERKS_P13PartitionNode@Base 3.0.0 + _ZN9PartitionC2EP13PartitionNodeRK6DeviceRK13PartitionRoleP10FileSystemxx7QString6QFlagsIN14PartitionTable4FlagEERKSA_bSE_NS_5StateE@Base 3.0.0 + _ZN9PartitionC2ERKS_P13PartitionNode@Base 3.0.0 + _ZN9PartitionD0Ev@Base 3.0.0 + _ZN9PartitionD1Ev@Base 3.0.0 + _ZN9PartitionD2Ev@Base 3.0.0 + _ZN9PartitionaSERKS_@Base 3.0.0 + _ZNK10FileSystem10mountTitleEv@Base 3.0.0 + _ZNK10FileSystem10updateUUIDER6ReportRK7QString@Base 3.0.0 + _ZNK10FileSystem11maxCapacityEv@Base 3.0.0 + _ZNK10FileSystem11minCapacityEv@Base 3.0.0 + _ZNK10FileSystem12resizeOnlineER6ReportRK7QStringS4_x@Base 3.0.0 + _ZNK10FileSystem12unmountTitleEv@Base 3.0.0 + _ZNK10FileSystem14maxLabelLengthEv@Base 3.0.0 + _ZNK10FileSystem15supportToolNameEv@Base 3.0.0 + _ZNK10FileSystem16readUsedCapacityERK7QString@Base 3.0.0 + _ZNK10FileSystem16supportToolFoundEv@Base 3.0.0 + _ZNK10FileSystem16updateBootSectorER6ReportRK7QString@Base 3.0.0 + _ZNK10FileSystem4copyER6ReportRK7QStringS4_@Base 3.0.0 + _ZNK10FileSystem4moveER6ReportRK7QStringx@Base 3.0.0 + _ZNK10FileSystem4nameEv@Base 3.0.0 + _ZNK10FileSystem5checkER6ReportRK7QString@Base 3.0.0 + _ZNK10FileSystem6backupER6ReportRK6DeviceRK7QStringS7_@Base 3.0.0 + _ZNK10FileSystem6removeER6ReportRK7QString@Base 3.0.0 + _ZNK10FileSystem6resizeER6ReportRK7QStringx@Base 3.0.0 + _ZNK10FileSystem8canMountERK7QStringS2_@Base 3.0.0 + _ZNK10FileSystem8readUUIDERK7QString@Base 3.0.0 + _ZNK10FileSystem9readLabelERK7QString@Base 3.0.0 + _ZNK10PartWidget10metaObjectEv@Base 3.0.0 + _ZNK10PartWidget11activeColorERK6QColor@Base 3.0.0 + _ZNK10PartWidget12drawGradientEP8QPainterRK6QColorRK5QRectb@Base 3.0.0 + _ZNK11CoreBackend10metaObjectEv@Base 3.0.0 + _ZNK12NewOperation11descriptionEv@Base 3.0.0 + _ZNK12NewOperation7targetsERK6Device@Base 3.0.0 + _ZNK12NewOperation7targetsERK9Partition@Base 3.0.0 + _ZNK13CopyOperation17updateDescriptionEv@Base 3.0.0 + _ZNK13CopyOperation7targetsERK6Device@Base 3.0.0 + _ZNK13CopyOperation7targetsERK9Partition@Base 3.0.0 + _ZNK13DeviceScanner10metaObjectEv@Base 3.0.0 + _ZNK13PartitionNode11predecessorERK9Partition@Base 3.0.0 + _ZNK13PartitionNode14isChildMountedEv@Base 3.0.0 + _ZNK13PartitionNode19highestMountedChildEv@Base 3.0.0 + _ZNK13PartitionNode21findPartitionBySectorExRK13PartitionRole@Base 3.0.0 + _ZNK13PartitionNode9successorERK9Partition@Base 3.0.0 + _ZNK13PartitionRole8toStringEv@Base 3.0.0 + _ZNK14CheckOperation11descriptionEv@Base 3.0.0 + _ZNK14CheckOperation7targetsERK6Device@Base 3.0.0 + _ZNK14CheckOperation7targetsERK9Partition@Base 3.0.0 + _ZNK14OperationStack10metaObjectEv@Base 3.0.0 + _ZNK14OperationStack8containsEPK9Partition@Base 3.0.0 + _ZNK14PartWidgetBase12childWidgetsEv@Base 3.0.0 + _ZNK14PartWidgetBase16positionChildrenEPK7QWidgetRK5QListIP9PartitionES3_IP10PartWidgetE@Base 3.0.0 + _ZNK14PartitionTable10childRolesERK9Partition@Base 3.0.0 + _ZNK14PartitionTable11freeSectorsEv@Base 3.0.0 + _ZNK14PartitionTable11hasExtendedEv@Base 3.0.0 + _ZNK14PartitionTable12numPrimariesEv@Base 3.0.0 + _ZNK14PartitionTable13isSectorBasedERK6Device@Base 3.0.0 + _ZNK14PartitionTable16freeSectorsAfterERK9Partition@Base 3.0.0 + _ZNK14PartitionTable17freeSectorsBeforeERK9Partition@Base 3.0.0 + _ZNK14PartitionTable8extendedEv@Base 3.0.0 + _ZNK15BackupOperation11descriptionEv@Base 3.0.0 + _ZNK15DeleteOperation11descriptionEv@Base 3.0.0 + _ZNK15DeleteOperation7targetsERK6Device@Base 3.0.0 + _ZNK15DeleteOperation7targetsERK9Partition@Base 3.0.0 + _ZNK15OperationRunner10metaObjectEv@Base 3.0.0 + _ZNK15OperationRunner11descriptionEi@Base 3.0.0 + _ZNK15OperationRunner13numOperationsEv@Base 3.0.0 + _ZNK15OperationRunner7numJobsEv@Base 3.0.0 + _ZNK15ResizeOperation11descriptionEv@Base 3.0.0 + _ZNK15ResizeOperation12resizeActionEv@Base 3.0.0 + _ZNK15ResizeOperation7targetsERK6Device@Base 3.0.0 + _ZNK15ResizeOperation7targetsERK9Partition@Base 3.0.0 + _ZNK16CopySourceDevice10sectorSizeEv@Base 3.0.0 + _ZNK16CopySourceDevice6lengthEv@Base 3.0.0 + _ZNK16CopySourceDevice8overlapsERK10CopyTarget@Base 3.0.0 + _ZNK16CopyTargetDevice10sectorSizeEv@Base 3.0.0 + _ZNK16RestoreOperation11descriptionEv@Base 3.0.0 + _ZNK16RestoreOperation7targetsERK6Device@Base 3.0.0 + _ZNK16RestoreOperation7targetsERK9Partition@Base 3.0.0 + _ZNK17PartResizerWidget10metaObjectEv@Base 3.0.0 + _ZNK17PartResizerWidget11handleWidthEv@Base 3.0.0 + _ZNK17PartResizerWidget14checkAlignmentERK9Partitionx@Base 3.0.0 + _ZNK17PartResizerWidget15partWidgetStartEv@Base 3.0.0 + _ZNK17PartResizerWidget15partWidgetWidthEv@Base 3.0.0 + _ZNK17PartResizerWidget15sectorsPerPixelEv@Base 3.0.0 + _ZNK17PartResizerWidget16checkConstraintsExx@Base 3.0.0 + _ZNK17PartResizerWidget17maximumLastSectorEb@Base 3.0.0 + _ZNK17PartResizerWidget17minimumLastSectorEb@Base 3.0.0 + _ZNK17PartResizerWidget18maximumFirstSectorEb@Base 3.0.0 + _ZNK17PartResizerWidget18minimumFirstSectorEb@Base 3.0.0 + _ZNK18CoreBackendManager4listEv@Base 3.0.0 + _ZNK19VolumeManagerDevice20prettyDeviceNodeListEv@Base 3.0.0 + _ZNK21SetPartFlagsOperation11descriptionEv@Base 3.0.0 + _ZNK21SetPartFlagsOperation7targetsERK6Device@Base 3.0.0 + _ZNK21SetPartFlagsOperation7targetsERK9Partition@Base 3.0.0 + _ZNK25CreateFileSystemOperation11descriptionEv@Base 3.0.0 + _ZNK25CreateFileSystemOperation7targetsERK6Device@Base 3.0.0 + _ZNK25CreateFileSystemOperation7targetsERK9Partition@Base 3.0.0 + _ZNK26CreateVolumeGroupOperation11descriptionEv@Base 3.0.0 + _ZNK26CreateVolumeGroupOperation7targetsERK9Partition@Base 3.0.0 + _ZNK26RemoveVolumeGroupOperation11descriptionEv@Base 3.0.0 + _ZNK26ResizeVolumeGroupOperation11descriptionEv@Base 3.0.0 + _ZNK26ResizeVolumeGroupOperation7targetsERK6Device@Base 3.0.0 + _ZNK26ResizeVolumeGroupOperation7targetsERK9Partition@Base 3.0.0 + _ZNK27SetFileSystemLabelOperation11descriptionEv@Base 3.0.0 + _ZNK27SetFileSystemLabelOperation7targetsERK6Device@Base 3.0.0 + _ZNK27SetFileSystemLabelOperation7targetsERK9Partition@Base 3.0.0 + _ZNK29CreatePartitionTableOperation11descriptionEv@Base 3.0.0 + _ZNK29CreatePartitionTableOperation7targetsERK6Device@Base 3.0.0 + _ZNK2FS3hfs11maxCapacityEv@Base 3.0.0 + _ZNK2FS3hfs14maxLabelLengthEv@Base 3.0.0 + _ZNK2FS3hfs15supportToolNameEv@Base 3.0.0 + _ZNK2FS3hfs16supportToolFoundEv@Base 3.0.0 + _ZNK2FS3hfs5checkER6ReportRK7QString@Base 3.0.0 + _ZNK2FS3jfs11maxCapacityEv@Base 3.0.0 + _ZNK2FS3jfs11minCapacityEv@Base 3.0.0 + _ZNK2FS3jfs12resizeOnlineER6ReportRK7QStringS5_x@Base 3.0.0 + _ZNK2FS3jfs14maxLabelLengthEv@Base 3.0.0 + _ZNK2FS3jfs15supportToolNameEv@Base 3.0.0 + _ZNK2FS3jfs16readUsedCapacityERK7QString@Base 3.0.0 + _ZNK2FS3jfs16supportToolFoundEv@Base 3.0.0 + _ZNK2FS3jfs5checkER6ReportRK7QString@Base 3.0.0 + _ZNK2FS3jfs6resizeER6ReportRK7QStringx@Base 3.0.0 + _ZNK2FS3xfs11maxCapacityEv@Base 3.0.0 + _ZNK2FS3xfs11minCapacityEv@Base 3.0.0 + _ZNK2FS3xfs12resizeOnlineER6ReportRK7QStringS5_x@Base 3.0.0 + _ZNK2FS3xfs14maxLabelLengthEv@Base 3.0.0 + _ZNK2FS3xfs15supportToolNameEv@Base 3.0.0 + _ZNK2FS3xfs16readUsedCapacityERK7QString@Base 3.0.0 + _ZNK2FS3xfs16supportToolFoundEv@Base 3.0.0 + _ZNK2FS3xfs4copyER6ReportRK7QStringS5_@Base 3.0.0 + _ZNK2FS3xfs5checkER6ReportRK7QString@Base 3.0.0 + _ZNK2FS3xfs6resizeER6ReportRK7QStringx@Base 3.0.0 + _ZNK2FS3zfs11maxCapacityEv@Base 3.0.0 + _ZNK2FS3zfs11minCapacityEv@Base 3.0.0 + _ZNK2FS3zfs15supportToolNameEv@Base 3.0.0 + _ZNK2FS3zfs16supportToolFoundEv@Base 3.0.0 + _ZNK2FS3zfs6removeER6ReportRK7QString@Base 3.0.0 + _ZNK2FS4ext210updateUUIDER6ReportRK7QString@Base 3.0.0 + _ZNK2FS4ext211maxCapacityEv@Base 3.0.0 + _ZNK2FS4ext214maxLabelLengthEv@Base 3.0.0 + _ZNK2FS4ext215supportToolNameEv@Base 3.0.0 + _ZNK2FS4ext216readUsedCapacityERK7QString@Base 3.0.0 + _ZNK2FS4ext216supportToolFoundEv@Base 3.0.0 + _ZNK2FS4ext25checkER6ReportRK7QString@Base 3.0.0 + _ZNK2FS4ext26resizeER6ReportRK7QStringx@Base 3.0.0 + _ZNK2FS4ext311maxCapacityEv@Base 3.0.0 + _ZNK2FS4ext312resizeOnlineER6ReportRK7QStringS5_x@Base 3.0.0 + _ZNK2FS4ext411maxCapacityEv@Base 3.0.0 + _ZNK2FS4ext412resizeOnlineER6ReportRK7QStringS5_x@Base 3.0.0 + _ZNK2FS4f2fs11maxCapacityEv@Base 3.0.0 + _ZNK2FS4f2fs11minCapacityEv@Base 3.0.0 + _ZNK2FS4f2fs14maxLabelLengthEv@Base 3.0.0 + _ZNK2FS4f2fs15supportToolNameEv@Base 3.0.0 + _ZNK2FS4f2fs16supportToolFoundEv@Base 3.0.0 + _ZNK2FS4f2fs5checkER6ReportRK7QString@Base 3.0.0 + _ZNK2FS4hpfs11maxCapacityEv@Base 3.0.0 + _ZNK2FS4luks10canUnmountERK7QString@Base 3.0.0 + _ZNK2FS4luks10mountTitleEv@Base 3.0.0 + _ZNK2FS4luks10passphraseEv@Base 3.0.0 + _ZNK2FS4luks10updateUUIDER6ReportRK7QString@Base 3.0.0 + _ZNK2FS4luks11isCryptOpenEv@Base 3.0.0 + _ZNK2FS4luks12canCryptOpenERK7QString@Base 3.0.0 + _ZNK2FS4luks12resizeOnlineER6ReportRK7QStringS5_x@Base 3.0.0 + _ZNK2FS4luks12unmountTitleEv@Base 3.0.0 + _ZNK2FS4luks13canCryptCloseERK7QString@Base 3.0.0 + _ZNK2FS4luks13readOuterUUIDERK7QString@Base 3.0.0 + _ZNK2FS4luks14cryptOpenTitleEv@Base 3.0.0 + _ZNK2FS4luks15cryptCloseTitleEv@Base 3.0.0 + _ZNK2FS4luks15supportToolNameEv@Base 3.0.0 + _ZNK2FS4luks16readUsedCapacityERK7QString@Base 3.0.0 + _ZNK2FS4luks16supportToolFoundEv@Base 3.0.0 + _ZNK2FS4luks19suggestedMapperNameERK7QString@Base 3.0.0 + _ZNK2FS4luks4typeEv@Base 3.0.0 + _ZNK2FS4luks5checkER6ReportRK7QString@Base 3.0.0 + _ZNK2FS4luks6resizeER6ReportRK7QStringx@Base 3.0.0 + _ZNK2FS4luks8canMountERK7QStringS3_@Base 3.0.0 + _ZNK2FS4luks8readUUIDERK7QString@Base 3.0.0 + _ZNK2FS4luks9isMountedEv@Base 3.0.0 + _ZNK2FS4luks9outerUuidEv@Base 3.0.0 + _ZNK2FS4luks9readLabelERK7QString@Base 3.0.0 + _ZNK2FS4ntfs10updateUUIDER6ReportRK7QString@Base 3.0.0 + _ZNK2FS4ntfs11maxCapacityEv@Base 3.0.0 + _ZNK2FS4ntfs11minCapacityEv@Base 3.0.0 + _ZNK2FS4ntfs14maxLabelLengthEv@Base 3.0.0 + _ZNK2FS4ntfs15supportToolNameEv@Base 3.0.0 + _ZNK2FS4ntfs16readUsedCapacityERK7QString@Base 3.0.0 + _ZNK2FS4ntfs16supportToolFoundEv@Base 3.0.0 + _ZNK2FS4ntfs16updateBootSectorER6ReportRK7QString@Base 3.0.0 + _ZNK2FS4ntfs4copyER6ReportRK7QStringS5_@Base 3.0.0 + _ZNK2FS4ntfs5checkER6ReportRK7QString@Base 3.0.0 + _ZNK2FS4ntfs6resizeER6ReportRK7QStringx@Base 3.0.0 + _ZNK2FS5btrfs10updateUUIDER6ReportRK7QString@Base 3.0.0 + _ZNK2FS5btrfs11maxCapacityEv@Base 3.0.0 + _ZNK2FS5btrfs11minCapacityEv@Base 3.0.0 + _ZNK2FS5btrfs12resizeOnlineER6ReportRK7QStringS5_x@Base 3.0.0 + _ZNK2FS5btrfs14maxLabelLengthEv@Base 3.0.0 + _ZNK2FS5btrfs15supportToolNameEv@Base 3.0.0 + _ZNK2FS5btrfs16readUsedCapacityERK7QString@Base 3.0.0 + _ZNK2FS5btrfs16supportToolFoundEv@Base 3.0.0 + _ZNK2FS5btrfs5checkER6ReportRK7QString@Base 3.0.0 + _ZNK2FS5btrfs6resizeER6ReportRK7QStringx@Base 3.0.0 + _ZNK2FS5exfat10updateUUIDER6ReportRK7QString@Base 3.0.0 + _ZNK2FS5exfat11maxCapacityEv@Base 3.0.0 + _ZNK2FS5exfat14maxLabelLengthEv@Base 3.0.0 + _ZNK2FS5exfat15supportToolNameEv@Base 3.0.0 + _ZNK2FS5exfat16supportToolFoundEv@Base 3.0.0 + _ZNK2FS5exfat5checkER6ReportRK7QString@Base 3.0.0 + _ZNK2FS5fat1610updateUUIDER6ReportRK7QString@Base 3.0.0 + _ZNK2FS5fat1611maxCapacityEv@Base 3.0.0 + _ZNK2FS5fat1611minCapacityEv@Base 3.0.0 + _ZNK2FS5fat1614maxLabelLengthEv@Base 3.0.0 + _ZNK2FS5fat1615supportToolNameEv@Base 3.0.0 + _ZNK2FS5fat1616readUsedCapacityERK7QString@Base 3.0.0 + _ZNK2FS5fat1616supportToolFoundEv@Base 3.0.0 + _ZNK2FS5fat165checkER6ReportRK7QString@Base 3.0.0 + _ZNK2FS5fat3210updateUUIDER6ReportRK7QString@Base 3.0.0 + _ZNK2FS5fat3211maxCapacityEv@Base 3.0.0 + _ZNK2FS5fat3211minCapacityEv@Base 3.0.0 + _ZNK2FS5ocfs210updateUUIDER6ReportRK7QString@Base 3.0.0 + _ZNK2FS5ocfs211maxCapacityEv@Base 3.0.0 + _ZNK2FS5ocfs211minCapacityEv@Base 3.0.0 + _ZNK2FS5ocfs215supportToolNameEv@Base 3.0.0 + _ZNK2FS5ocfs216readUsedCapacityERK7QString@Base 3.0.0 + _ZNK2FS5ocfs216supportToolFoundEv@Base 3.0.0 + _ZNK2FS5ocfs25checkER6ReportRK7QString@Base 3.0.0 + _ZNK2FS5ocfs26resizeER6ReportRK7QStringx@Base 3.0.0 + _ZNK2FS6nilfs210updateUUIDER6ReportRK7QString@Base 3.0.0 + _ZNK2FS6nilfs211maxCapacityEv@Base 3.0.0 + _ZNK2FS6nilfs211minCapacityEv@Base 3.0.0 + _ZNK2FS6nilfs212resizeOnlineER6ReportRK7QStringS5_x@Base 3.0.0 + _ZNK2FS6nilfs214maxLabelLengthEv@Base 3.0.0 + _ZNK2FS6nilfs215supportToolNameEv@Base 3.0.0 + _ZNK2FS6nilfs216readUsedCapacityERK7QString@Base 3.0.0 + _ZNK2FS6nilfs216supportToolFoundEv@Base 3.0.0 + _ZNK2FS6nilfs25checkER6ReportRK7QString@Base 3.0.0 + _ZNK2FS6nilfs26resizeER6ReportRK7QStringx@Base 3.0.0 + _ZNK2FS7hfsplus11maxCapacityEv@Base 3.0.0 + _ZNK2FS7hfsplus14maxLabelLengthEv@Base 3.0.0 + _ZNK2FS7hfsplus15supportToolNameEv@Base 3.0.0 + _ZNK2FS7hfsplus16supportToolFoundEv@Base 3.0.0 + _ZNK2FS7hfsplus5checkER6ReportRK7QString@Base 3.0.0 + _ZNK2FS7lvm2_pv10canUnmountERK7QString@Base 3.0.0 + _ZNK2FS7lvm2_pv10updateUUIDER6ReportRK7QString@Base 3.0.0 + _ZNK2FS7lvm2_pv11maxCapacityEv@Base 3.0.0 + _ZNK2FS7lvm2_pv12resizeOnlineER6ReportRK7QStringS5_x@Base 3.0.0 + _ZNK2FS7lvm2_pv15supportToolNameEv@Base 3.0.0 + _ZNK2FS7lvm2_pv16readUsedCapacityERK7QString@Base 3.0.0 + _ZNK2FS7lvm2_pv16supportToolFoundEv@Base 3.0.0 + _ZNK2FS7lvm2_pv5checkER6ReportRK7QString@Base 3.0.0 + _ZNK2FS7lvm2_pv6removeER6ReportRK7QString@Base 3.0.0 + _ZNK2FS7lvm2_pv6resizeER6ReportRK7QStringx@Base 3.0.0 + _ZNK2FS7lvm2_pv8canMountERK7QStringS3_@Base 3.0.0 + _ZNK2FS7lvm2_pv8readUUIDERK7QString@Base 3.0.0 + _ZNK2FS7reiser411maxCapacityEv@Base 3.0.0 + _ZNK2FS7reiser414maxLabelLengthEv@Base 3.0.0 + _ZNK2FS7reiser415supportToolNameEv@Base 3.0.0 + _ZNK2FS7reiser416readUsedCapacityERK7QString@Base 3.0.0 + _ZNK2FS7reiser416supportToolFoundEv@Base 3.0.0 + _ZNK2FS7reiser45checkER6ReportRK7QString@Base 3.0.0 + _ZNK2FS7unknown8canMountERK7QStringS3_@Base 3.0.0 + _ZNK2FS8reiserfs10updateUUIDER6ReportRK7QString@Base 3.0.0 + _ZNK2FS8reiserfs11maxCapacityEv@Base 3.0.0 + _ZNK2FS8reiserfs11minCapacityEv@Base 3.0.0 + _ZNK2FS8reiserfs12resizeOnlineER6ReportRK7QStringS5_x@Base 3.0.0 + _ZNK2FS8reiserfs14maxLabelLengthEv@Base 3.0.0 + _ZNK2FS8reiserfs15supportToolNameEv@Base 3.0.0 + _ZNK2FS8reiserfs16readUsedCapacityERK7QString@Base 3.0.0 + _ZNK2FS8reiserfs16supportToolFoundEv@Base 3.0.0 + _ZNK2FS8reiserfs5checkER6ReportRK7QString@Base 3.0.0 + _ZNK2FS8reiserfs6resizeER6ReportRK7QStringx@Base 3.0.0 + _ZNK2FS9linuxswap10mountTitleEv@Base 3.0.0 + _ZNK2FS9linuxswap10updateUUIDER6ReportRK7QString@Base 3.0.0 + _ZNK2FS9linuxswap12unmountTitleEv@Base 3.0.0 + _ZNK2FS9linuxswap14maxLabelLengthEv@Base 3.0.0 + _ZNK2FS9linuxswap15supportToolNameEv@Base 3.0.0 + _ZNK2FS9linuxswap16readUsedCapacityERK7QString@Base 3.0.0 + _ZNK2FS9linuxswap16supportToolFoundEv@Base 3.0.0 + _ZNK2FS9linuxswap4copyER6ReportRK7QStringS5_@Base 3.0.0 + _ZNK2FS9linuxswap6resizeER6ReportRK7QStringx@Base 3.0.0 + _ZNK2FS9linuxswap8canMountERK7QStringS3_@Base 3.0.0 + _ZNK30DeactivateVolumeGroupOperation11descriptionEv@Base 3.0.0 + _ZNK3Job10metaObjectEv@Base 3.0.0 + _ZNK3Job10statusIconEv@Base 3.0.0 + _ZNK3Job10statusTextEv@Base 3.0.0 + _ZNK6Device10prettyNameEv@Base 3.0.0 + _ZNK6DeviceeqERKS_@Base 3.0.0 + _ZNK6DeviceneERKS_@Base 3.0.0 + _ZNK6Report10metaObjectEv@Base 3.0.0 + _ZNK6Report4rootEv@Base 3.0.0 + _ZNK6Report6toHtmlEv@Base 3.0.0 + _ZNK6Report6toTextEv@Base 3.0.0 + _ZNK8Capacity5toIntENS_4UnitE@Base 3.0.0 + _ZNK8Capacity7isValidEv@Base 3.0.0 + _ZNK8Capacity8toDoubleENS_4UnitE@Base 3.0.0 + _ZNK9GlobalLog10metaObjectEv@Base 3.0.0 + _ZNK9LvmDevice11deviceNodesEv@Base 3.0.0 + _ZNK9LvmDevice12mappedSectorERK7QStringx@Base 3.0.0 + _ZNK9LvmDevice13partitionSizeER7QString@Base 3.0.0 + _ZNK9LvmDevice13scanPartitionERK7QStringP14PartitionTable@Base 3.0.0 + _ZNK9LvmDevice14partitionNodesEv@Base 3.0.0 + _ZNK9LvmDevice14scanPartitionsEP14PartitionTable@Base 3.0.0 + _ZNK9Operation10metaObjectEv@Base 3.0.0 + _ZNK9Operation10statusIconEv@Base 3.0.0 + _ZNK9Operation10statusTextEv@Base 3.0.0 + _ZNK9Operation13totalProgressEv@Base 3.0.0 + _ZNK9Partition10canUnmountEv@Base 3.0.0 + _ZNK9Partition10deviceNodeEv@Base 3.0.0 + _ZNK9Partition11hasChildrenEv@Base 3.0.0 + _ZNK9Partition11sectorsUsedEv@Base 3.0.0 + _ZNK9Partition13minLastSectorEv@Base 3.0.0 + _ZNK9Partition14maxFirstSectorEv@Base 3.0.0 + _ZNK9Partition14maximumSectorsEv@Base 3.0.0 + _ZNK9Partition14minimumSectorsEv@Base 3.0.0 + _ZNK9Partition20adjustLogicalNumbersEii@Base 3.0.0 + _ZNK9Partition8canMountEv@Base 3.0.0 + _ZNK9PartitioneqERKS_@Base 3.0.0 + _ZNK9PartitionneERKS_@Base 3.0.0 + _ZTI10DiskDevice@Base 3.0.0 + _ZTI10FileSystem@Base 3.0.0 + _ZTI10PartWidget@Base 3.0.0 + _ZTI11CoreBackend@Base 3.0.0 + _ZTI12NewOperation@Base 3.0.0 + _ZTI13CopyOperation@Base 3.0.0 + _ZTI13DeviceScanner@Base 3.0.0 + _ZTI13PartitionNode@Base 3.0.0 + _ZTI14CheckOperation@Base 3.0.0 + _ZTI14OperationStack@Base 3.0.0 + _ZTI14PartWidgetBase@Base 3.0.0 + _ZTI14PartitionTable@Base 3.0.0 + _ZTI15BackupOperation@Base 3.0.0 + _ZTI15DeleteOperation@Base 3.0.0 + _ZTI15ExternalCommand@Base 3.0.0 + _ZTI15OperationRunner@Base 3.0.0 + _ZTI15ResizeOperation@Base 3.0.0 + _ZTI16CopySourceDevice@Base 3.0.0 + _ZTI16CopyTargetDevice@Base 3.0.0 + _ZTI16RestoreOperation@Base 3.0.0 + _ZTI17CoreBackendDevice@Base 3.0.0 + _ZTI17PartResizerWidget@Base 3.0.0 + _ZTI19VolumeManagerDevice@Base 3.0.0 + _ZTI20CoreBackendPartition@Base 3.0.0 + _ZTI21SetPartFlagsOperation@Base 3.0.0 + _ZTI25CreateFileSystemOperation@Base 3.0.0 + _ZTI26CreateVolumeGroupOperation@Base 3.0.0 + _ZTI26RemoveVolumeGroupOperation@Base 3.0.0 + _ZTI26ResizeVolumeGroupOperation@Base 3.0.0 + _ZTI27SetFileSystemLabelOperation@Base 3.0.0 + _ZTI29CreatePartitionTableOperation@Base 3.0.0 + _ZTI30DeactivateVolumeGroupOperation@Base 3.0.0 + _ZTI3Job@Base 3.0.0 + _ZTI6Device@Base 3.0.0 + _ZTI6Report@Base 3.0.0 + _ZTI9GlobalLog@Base 3.0.0 + _ZTI9LvmDevice@Base 3.0.0 + _ZTI9Operation@Base 3.0.0 + _ZTI9Partition@Base 3.0.0 + _ZTIN2FS11unformattedE@Base 3.0.0 + _ZTIN2FS3hfsE@Base 3.0.0 + _ZTIN2FS3jfsE@Base 3.0.0 + _ZTIN2FS3ufsE@Base 3.0.0 + _ZTIN2FS3xfsE@Base 3.0.0 + _ZTIN2FS3zfsE@Base 3.0.0 + _ZTIN2FS4ext2E@Base 3.0.0 + _ZTIN2FS4ext3E@Base 3.0.0 + _ZTIN2FS4ext4E@Base 3.0.0 + _ZTIN2FS4f2fsE@Base 3.0.0 + _ZTIN2FS4hpfsE@Base 3.0.0 + _ZTIN2FS4luksE@Base 3.0.0 + _ZTIN2FS4ntfsE@Base 3.0.0 + _ZTIN2FS5btrfsE@Base 3.0.0 + _ZTIN2FS5exfatE@Base 3.0.0 + _ZTIN2FS5fat16E@Base 3.0.0 + _ZTIN2FS5fat32E@Base 3.0.0 + _ZTIN2FS5ocfs2E@Base 3.0.0 + _ZTIN2FS6nilfs2E@Base 3.0.0 + _ZTIN2FS7hfsplusE@Base 3.0.0 + _ZTIN2FS7lvm2_pvE@Base 3.0.0 + _ZTIN2FS7reiser4E@Base 3.0.0 + _ZTIN2FS7unknownE@Base 3.0.0 + _ZTIN2FS8extendedE@Base 3.0.0 + _ZTIN2FS8reiserfsE@Base 3.0.0 + _ZTIN2FS9linuxswapE@Base 3.0.0 + _ZTS10DiskDevice@Base 3.0.0 + _ZTS10FileSystem@Base 3.0.0 + _ZTS10PartWidget@Base 3.0.0 + _ZTS11CoreBackend@Base 3.0.0 + _ZTS12NewOperation@Base 3.0.0 + _ZTS13CopyOperation@Base 3.0.0 + _ZTS13DeviceScanner@Base 3.0.0 + _ZTS13PartitionNode@Base 3.0.0 + _ZTS14CheckOperation@Base 3.0.0 + _ZTS14OperationStack@Base 3.0.0 + _ZTS14PartWidgetBase@Base 3.0.0 + _ZTS14PartitionTable@Base 3.0.0 + _ZTS15BackupOperation@Base 3.0.0 + _ZTS15DeleteOperation@Base 3.0.0 + _ZTS15ExternalCommand@Base 3.0.0 + _ZTS15OperationRunner@Base 3.0.0 + _ZTS15ResizeOperation@Base 3.0.0 + _ZTS16CopySourceDevice@Base 3.0.0 + _ZTS16CopyTargetDevice@Base 3.0.0 + _ZTS16RestoreOperation@Base 3.0.0 + _ZTS17CoreBackendDevice@Base 3.0.0 + _ZTS17PartResizerWidget@Base 3.0.0 + _ZTS19VolumeManagerDevice@Base 3.0.0 + _ZTS20CoreBackendPartition@Base 3.0.0 + _ZTS21SetPartFlagsOperation@Base 3.0.0 + _ZTS25CreateFileSystemOperation@Base 3.0.0 + _ZTS26CreateVolumeGroupOperation@Base 3.0.0 + _ZTS26RemoveVolumeGroupOperation@Base 3.0.0 + _ZTS26ResizeVolumeGroupOperation@Base 3.0.0 + _ZTS27SetFileSystemLabelOperation@Base 3.0.0 + _ZTS29CreatePartitionTableOperation@Base 3.0.0 + _ZTS30DeactivateVolumeGroupOperation@Base 3.0.0 + _ZTS3Job@Base 3.0.0 + _ZTS6Device@Base 3.0.0 + _ZTS6Report@Base 3.0.0 + _ZTS9GlobalLog@Base 3.0.0 + _ZTS9LvmDevice@Base 3.0.0 + _ZTS9Operation@Base 3.0.0 + _ZTS9Partition@Base 3.0.0 + _ZTSN2FS11unformattedE@Base 3.0.0 + _ZTSN2FS3hfsE@Base 3.0.0 + _ZTSN2FS3jfsE@Base 3.0.0 + _ZTSN2FS3ufsE@Base 3.0.0 + _ZTSN2FS3xfsE@Base 3.0.0 + _ZTSN2FS3zfsE@Base 3.0.0 + _ZTSN2FS4ext2E@Base 3.0.0 + _ZTSN2FS4ext3E@Base 3.0.0 + _ZTSN2FS4ext4E@Base 3.0.0 + _ZTSN2FS4f2fsE@Base 3.0.0 + _ZTSN2FS4hpfsE@Base 3.0.0 + _ZTSN2FS4luksE@Base 3.0.0 + _ZTSN2FS4ntfsE@Base 3.0.0 + _ZTSN2FS5btrfsE@Base 3.0.0 + _ZTSN2FS5exfatE@Base 3.0.0 + _ZTSN2FS5fat16E@Base 3.0.0 + _ZTSN2FS5fat32E@Base 3.0.0 + _ZTSN2FS5ocfs2E@Base 3.0.0 + _ZTSN2FS6nilfs2E@Base 3.0.0 + _ZTSN2FS7hfsplusE@Base 3.0.0 + _ZTSN2FS7lvm2_pvE@Base 3.0.0 + _ZTSN2FS7reiser4E@Base 3.0.0 + _ZTSN2FS7unknownE@Base 3.0.0 + _ZTSN2FS8extendedE@Base 3.0.0 + _ZTSN2FS8reiserfsE@Base 3.0.0 + _ZTSN2FS9linuxswapE@Base 3.0.0 + _ZTV10DiskDevice@Base 3.0.0 + _ZTV10FileSystem@Base 3.0.0 + _ZTV10PartWidget@Base 3.0.0 + _ZTV11CoreBackend@Base 3.0.0 + _ZTV12NewOperation@Base 3.0.0 + _ZTV13CopyOperation@Base 3.0.0 + _ZTV13DeviceScanner@Base 3.0.0 + _ZTV13PartitionNode@Base 3.0.0 + _ZTV14CheckOperation@Base 3.0.0 + _ZTV14OperationStack@Base 3.0.0 + _ZTV14PartWidgetBase@Base 3.0.0 + _ZTV14PartitionTable@Base 3.0.0 + _ZTV15BackupOperation@Base 3.0.0 + _ZTV15DeleteOperation@Base 3.0.0 + _ZTV15ExternalCommand@Base 3.0.0 + _ZTV15OperationRunner@Base 3.0.0 + _ZTV15ResizeOperation@Base 3.0.0 + _ZTV16CopySourceDevice@Base 3.0.0 + _ZTV16CopyTargetDevice@Base 3.0.0 + _ZTV16RestoreOperation@Base 3.0.0 + _ZTV17CoreBackendDevice@Base 3.0.0 + _ZTV17PartResizerWidget@Base 3.0.0 + _ZTV19VolumeManagerDevice@Base 3.0.0 + _ZTV20CoreBackendPartition@Base 3.0.0 + _ZTV21SetPartFlagsOperation@Base 3.0.0 + _ZTV25CreateFileSystemOperation@Base 3.0.0 + _ZTV26CreateVolumeGroupOperation@Base 3.0.0 + _ZTV26RemoveVolumeGroupOperation@Base 3.0.0 + _ZTV26ResizeVolumeGroupOperation@Base 3.0.0 + _ZTV27SetFileSystemLabelOperation@Base 3.0.0 + _ZTV29CreatePartitionTableOperation@Base 3.0.0 + _ZTV30DeactivateVolumeGroupOperation@Base 3.0.0 + _ZTV3Job@Base 3.0.0 + _ZTV6Device@Base 3.0.0 + _ZTV6Report@Base 3.0.0 + _ZTV9GlobalLog@Base 3.0.0 + _ZTV9LvmDevice@Base 3.0.0 + _ZTV9Operation@Base 3.0.0 + _ZTV9Partition@Base 3.0.0 + _ZTVN2FS11unformattedE@Base 3.0.0 + _ZTVN2FS3hfsE@Base 3.0.0 + _ZTVN2FS3jfsE@Base 3.0.0 + _ZTVN2FS3ufsE@Base 3.0.0 + _ZTVN2FS3xfsE@Base 3.0.0 + _ZTVN2FS3zfsE@Base 3.0.0 + _ZTVN2FS4ext2E@Base 3.0.0 + _ZTVN2FS4ext3E@Base 3.0.0 + _ZTVN2FS4ext4E@Base 3.0.0 + _ZTVN2FS4f2fsE@Base 3.0.0 + _ZTVN2FS4hpfsE@Base 3.0.0 + _ZTVN2FS4luksE@Base 3.0.0 + _ZTVN2FS4ntfsE@Base 3.0.0 + _ZTVN2FS5btrfsE@Base 3.0.0 + _ZTVN2FS5exfatE@Base 3.0.0 + _ZTVN2FS5fat16E@Base 3.0.0 + _ZTVN2FS5fat32E@Base 3.0.0 + _ZTVN2FS5ocfs2E@Base 3.0.0 + _ZTVN2FS6nilfs2E@Base 3.0.0 + _ZTVN2FS7hfsplusE@Base 3.0.0 + _ZTVN2FS7lvm2_pvE@Base 3.0.0 + _ZTVN2FS7reiser4E@Base 3.0.0 + _ZTVN2FS7unknownE@Base 3.0.0 + _ZTVN2FS8extendedE@Base 3.0.0 + _ZTVN2FS8reiserfsE@Base 3.0.0 + _ZTVN2FS9linuxswapE@Base 3.0.0 + _ZZZN10KAboutDataC4ERK7QStringS2_S2_S2_N13KAboutLicense10LicenseKeyES2_S2_S2_S2_Ed_NKUlvE_clEvE15qstring_literal@Base 3.0.0 + _ZZZNK12NewOperation8iconNameEvENKUlvE_clEvE15qstring_literal@Base 3.0.0 + _ZZZNK13CopyOperation8iconNameEvENKUlvE_clEvE15qstring_literal@Base 3.0.0 + _ZZZNK14CheckOperation8iconNameEvENKUlvE_clEvE15qstring_literal@Base 3.0.0 + _ZZZNK15BackupOperation8iconNameEvENKUlvE_clEvE15qstring_literal@Base 3.0.0 + _ZZZNK15DeleteOperation8iconNameEvENKUlvE0_clEvE15qstring_literal@Base 3.0.0 + _ZZZNK15DeleteOperation8iconNameEvENKUlvE_clEvE15qstring_literal@Base 3.0.0 + _ZZZNK15ResizeOperation8iconNameEvENKUlvE_clEvE15qstring_literal@Base 3.0.0 + _ZZZNK16RestoreOperation8iconNameEvENKUlvE_clEvE15qstring_literal@Base 3.0.0 + _ZZZNK21SetPartFlagsOperation8iconNameEvENKUlvE_clEvE15qstring_literal@Base 3.0.0 + _ZZZNK25CreateFileSystemOperation8iconNameEvENKUlvE_clEvE15qstring_literal@Base 3.0.0 + _ZZZNK26CreateVolumeGroupOperation8iconNameEvENKUlvE_clEvE15qstring_literal@Base 3.0.0 + _ZZZNK26RemoveVolumeGroupOperation8iconNameEvENKUlvE_clEvE15qstring_literal@Base 3.0.0 + _ZZZNK26ResizeVolumeGroupOperation8iconNameEvENKUlvE_clEvE15qstring_literal@Base 3.0.0 + _ZZZNK27SetFileSystemLabelOperation8iconNameEvENKUlvE_clEvE15qstring_literal@Base 3.0.0 + _ZZZNK29CreatePartitionTableOperation8iconNameEvENKUlvE_clEvE15qstring_literal@Base 3.0.0 + _ZZZNK30DeactivateVolumeGroupOperation8iconNameEvENKUlvE_clEvE15qstring_literal@Base 3.0.0 + _ZlsR11QTextStreamRK14PartitionTable@Base 3.0.0 +libpmdummybackendplugin.so libkpmcore4 #MINVER# + _ZTI17CoreBackendDevice@Base 3.0.0 + _ZTI20CoreBackendPartition@Base 3.0.0 + _ZTI25CoreBackendPartitionTable@Base 3.0.0 + _ZTS17CoreBackendDevice@Base 3.0.0 + _ZTS20CoreBackendPartition@Base 3.0.0 + _ZTS25CoreBackendPartitionTable@Base 3.0.0 + _ZTV17CoreBackendDevice@Base 3.0.0 + qt_plugin_instance@Base 3.0.0 + qt_plugin_query_metadata@Base 3.0.0 +libpmlibpartedbackendplugin.so libkpmcore4 #MINVER# + _ZTI15ExternalCommand@Base 3.0.0 + _ZTI17CoreBackendDevice@Base 3.0.0 + _ZTI20CoreBackendPartition@Base 3.0.0 + _ZTI25CoreBackendPartitionTable@Base 3.0.0 + _ZTS15ExternalCommand@Base 3.0.0 + _ZTS17CoreBackendDevice@Base 3.0.0 + _ZTS20CoreBackendPartition@Base 3.0.0 + _ZTS25CoreBackendPartitionTable@Base 3.0.0 + _ZTV15ExternalCommand@Base 3.0.0 + _ZTV17CoreBackendDevice@Base 3.0.0 + qt_plugin_instance@Base 3.0.0 + qt_plugin_query_metadata@Base 3.0.0 diff --git a/rules b/rules new file mode 100755 index 0000000..0bc64f8 --- /dev/null +++ b/rules @@ -0,0 +1,10 @@ +#!/usr/bin/make -f + +export PVER=$(shell dpkg-parsechangelog --show-field version | cut -d"-" -f1) +export DEB_BUILD_MAINT_OPTIONS=hardening=+all + +%: + dh $@ --with pkgkde_symbolshelper + +override_dh_makeshlibs: + dh_makeshlibs -- -v$(PVER) diff --git a/source/format b/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/watch b/watch new file mode 100644 index 0000000..2d9cba9 --- /dev/null +++ b/watch @@ -0,0 +1,2 @@ +version=3 +http://download.kde.org/stable/kpmcore/([\d.]+)/src/kpmcore-([\d.]+)\.tar\.xz