Bug#1061980: gdal: NMU diff for 64-bit time_t transition

Lukas Märdian slyon at debian.org
Tue Jan 30 16:42:58 GMT 2024


Source: gdal
Version: 3.8.3+dfsg-1
Severity: serious
Tags: patch pending
Justification: library ABI skew on upgrade
User: debian-arm at lists.debian.org
Usertags: time-t

Dear maintainer,

As part of the 64-bit time_t transition required to support 32-bit
architectures in 2038 and beyond
(https://wiki.debian.org/ReleaseGoals/64bit-time), we have identified
gdal as a source package shipping runtime libraries whose ABI
either is affected by the change in size of time_t, or could not be
analyzed via abi-compliance-checker (and therefore to be on the safe
side we assume is affected).

To ensure that inconsistent combinations of libraries with their
reverse-dependencies are never installed together, it is necessary to
have a library transition, which is most easily done by renaming the
runtime library package.

Since turning on 64-bit time_t is being handled centrally through a change
to the default dpkg-buildflags (https://bugs.debian.org/1037136), it is
important that libraries affected by this ABI change all be uploaded close
together in time.  Therefore I have prepared a 0-day NMU for gdal
which will initially be uploaded to experimental if possible, then to
unstable after packages have cleared binary NEW.

Please find the patch for this NMU attached.

If you have any concerns about this patch, please reach out ASAP.  Although
this package will be uploaded to experimental immediately, there will be a
period of several days before we begin uploads to unstable; so if information
becomes available that your package should not be included in the transition,
there is time for us to amend the planned uploads.



-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-14-generic (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
-------------- next part --------------
diff -Nru gdal-3.8.3+dfsg/debian/changelog gdal-3.8.3+dfsg/debian/changelog
--- gdal-3.8.3+dfsg/debian/changelog	2024-01-09 04:23:52.000000000 +0000
+++ gdal-3.8.3+dfsg/debian/changelog	2024-01-30 16:13:28.000000000 +0000
@@ -1,3 +1,10 @@
+gdal (3.8.3+dfsg-1.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Lukas M?rdian <slyon at debian.org>  Tue, 30 Jan 2024 16:13:28 +0000
+
 gdal (3.8.3+dfsg-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru gdal-3.8.3+dfsg/debian/control gdal-3.8.3+dfsg/debian/control
--- gdal-3.8.3+dfsg/debian/control	2024-01-09 04:18:48.000000000 +0000
+++ gdal-3.8.3+dfsg/debian/control	2024-01-30 16:13:28.000000000 +0000
@@ -68,7 +68,10 @@
 Homepage: http://www.gdal.org/
 Rules-Requires-Root: no
 
-Package: libgdal34
+Package: libgdal34t64
+Provides: ${t64:Provides}
+Replaces: libgdal34
+Breaks: libgdal34 (<< ${source:Version})
 Architecture: any
 Section: libs
 Depends: gdal-data (>= ${source:Version}),
@@ -98,7 +101,7 @@
 Package: libgdal-dev
 Architecture: any
 Section: libdevel
-Depends: libgdal34 (= ${binary:Version}),
+Depends: libgdal34t64 (= ${binary:Version}),
          libc6-dev,
          libarmadillo-dev,
          libblosc-dev,
diff -Nru gdal-3.8.3+dfsg/debian/libgdal34.install gdal-3.8.3+dfsg/debian/libgdal34.install
--- gdal-3.8.3+dfsg/debian/libgdal34.install	2023-11-17 06:49:30.000000000 +0000
+++ gdal-3.8.3+dfsg/debian/libgdal34.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libgdal.so.*
diff -Nru gdal-3.8.3+dfsg/debian/libgdal34.lintian-overrides gdal-3.8.3+dfsg/debian/libgdal34.lintian-overrides
--- gdal-3.8.3+dfsg/debian/libgdal34.lintian-overrides	2023-11-17 06:49:30.000000000 +0000
+++ gdal-3.8.3+dfsg/debian/libgdal34.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
@@ -1,11 +0,0 @@
-# False positive, string not included in source
-spelling-error-in-binary Accesss Access *
-spelling-error-in-binary containe contained *
-spelling-error-in-binary lengH length *
-
-# False positive, Lat/Lon
-spelling-error-in-binary lon long *
-
-# GDAL uses external libjpeg
-embedded-library * libjpeg
-
diff -Nru gdal-3.8.3+dfsg/debian/libgdal34.symbols gdal-3.8.3+dfsg/debian/libgdal34.symbols
--- gdal-3.8.3+dfsg/debian/libgdal34.symbols	2024-01-09 04:23:34.000000000 +0000
+++ gdal-3.8.3+dfsg/debian/libgdal34.symbols	1970-01-01 00:00:00.000000000 +0000
@@ -1,8799 +0,0 @@
-# SymbolsHelper-Confirmed: 3.8.3~rc3 amd64 arm64 hppa ia64 mips64el ppc64el riscv64 sh4 sparc64
-libgdal.so.34 #PACKAGE# #MINVER#
-* Build-Depends-Package: libgdal-dev
- BSBClose at Base 1.8.0
- BSBCreate at Base 1.8.0
- BSBOpen at Base 1.8.0
- BSBReadScanline at Base 1.8.0
- BSBWritePCT at Base 1.8.0
- BSBWriteScanline at Base 1.8.0
- CPLAcquireLock at Base 2.0.1
- CPLAcquireMutex at Base 1.8.0
- CPLAddFileInZip at Base 3.7.0
- CPLAddXMLAttributeAndValue at Base 2.0.1
- CPLAddXMLChild at Base 1.8.0
- CPLAddXMLSibling at Base 1.8.0
- CPLAtoGIntBig at Base 2.0.1
- CPLAtoGIntBigEx at Base 2.0.1
- CPLAtof at Base 1.8.0
- CPLAtofDelim at Base 1.8.0
- CPLAtofM at Base 1.8.0
- CPLAtomicAdd at Base 1.8.0
- CPLBase64DecodeInPlace at Base 1.8.0
- CPLBase64Encode at Base 1.9.0
- CPLBinaryToHex at Base 1.8.0
- CPLCallPreviousHandler at Base 3.8.0
- CPLCalloc at Base 1.8.0
- CPLCanRecode at Base 3.1.0
- CPLCheckForFile at Base 1.8.0
- CPLCleanTrailingSlash at Base 1.8.0
- CPLCleanXMLElementName at Base 1.8.0
- CPLCleanupErrorMutex at Base 1.10.1
- CPLCleanupMasterMutex at Base 1.10.1
- CPLCleanupSharedFileMutex at Base 1.10.1
- CPLCleanupTLS at Base 1.8.0
- CPLClearRecodeWarningFlags at Base 1.10.1
- CPLCloneXMLTree at Base 1.8.0
- CPLCloseFileInZip at Base 1.8.0
- CPLCloseShared at Base 1.8.0
- CPLCloseZip at Base 1.8.0
- CPLCondBroadcast at Base 1.10.1
- CPLCondSignal at Base 1.10.1
- CPLCondTimedWait at Base 3.1.0
- CPLCondWait at Base 1.10.1
- CPLCopyFile at Base 1.8.0
- CPLCopyTree at Base 2.0.1
- CPLCorrespondingPaths at Base 1.8.0
- CPLCreateCond at Base 1.10.1
- CPLCreateFileInZip at Base 1.8.0
- CPLCreateJoinableThread at Base 1.10.1
- CPLCreateLock at Base 2.0.1
- CPLCreateMutex at Base 1.8.0
- CPLCreateMutexEx at Base 2.0.1
- CPLCreateOrAcquireLock at Base 2.0.1
- CPLCreateOrAcquireMutex at Base 1.8.0
- CPLCreateOrAcquireMutexEx at Base 2.0.1
- CPLCreateThread at Base 1.8.0
- CPLCreateXMLElementAndValue at Base 1.8.0
- CPLCreateXMLNode at Base 1.8.0
- CPLCreateZip at Base 1.8.0
- CPLDMSToDec at Base 1.8.0
- CPLDebug at Base 1.8.0
- CPLDecToDMS at Base 1.8.0
- CPLDecToPackedDMS at Base 1.8.0
- CPLDefaultErrorHandler at Base 1.8.0
- CPLDefaultFindFile at Base 1.8.0
- CPLDestroyCompressorRegistry at Base 3.4.0
- CPLDestroyCond at Base 1.10.1
- CPLDestroyLock at Base 2.0.1
- CPLDestroyMutex at Base 1.8.0
- CPLDestroyXMLNode at Base 1.8.0
- CPLDumpSharedList at Base 1.8.0
- CPLEmergencyError at Base 1.9.0
- CPLEncodingCharSize at Base 1.9.0
- CPLError at Base 1.8.0
- CPLErrorReset at Base 1.8.0
- CPLErrorSetState at Base 2.0.1
- CPLErrorV at Base 1.8.0
- CPLEscapeString at Base 1.8.0
- CPLExpandTilde at Base 2.2.0
- CPLExtractRelativePath at Base 1.8.0
- CPLFGets at Base 1.8.0
- CPLFetchBool at Base 2.1.0
- CPLFindFile at Base 1.8.0
- CPLFinderClean at Base 1.8.0
- CPLForceToASCII at Base 1.8.0
- CPLFormCIFilename at Base 1.8.0
- CPLFormFilename at Base 1.8.0
- CPLFreeConfig at Base 1.8.0
- CPLGenerateTempFilename at Base 1.8.0
- CPLGetBasename at Base 1.8.0
- CPLGetCompressor at Base 3.4.0
- CPLGetCompressors at Base 3.4.0
- CPLGetConfigOption at Base 1.8.0
- CPLGetConfigOptions at Base 2.2.0
- CPLGetCurrentDir at Base 1.8.0
- CPLGetCurrentProcessID at Base 2.1.0
- CPLGetDecompressor at Base 3.4.0
- CPLGetDecompressors at Base 3.4.0
- CPLGetDirname at Base 1.8.0
- CPLGetErrorCounter at Base 2.3.0
- CPLGetErrorHandler at Base 3.7.0
- CPLGetErrorHandlerUserData at Base 1.9.0
- CPLGetExecPath at Base 1.8.0
- CPLGetExtension at Base 1.8.0
- CPLGetFilename at Base 1.8.0
- CPLGetGlobalConfigOption at Base 3.8.0
- CPLGetHomeDir at Base 2.3.0
- CPLGetLastErrorMsg at Base 1.8.0
- CPLGetLastErrorNo at Base 1.8.0
- CPLGetLastErrorType at Base 1.8.0
- CPLGetNumCPUs at Base 1.10.1
- CPLGetPID at Base 1.8.0
- CPLGetPageSize at Base 1.11.0
- CPLGetPath at Base 1.8.0
- CPLGetPhysicalRAM at Base 2.0.1
- CPLGetSharedList at Base 1.8.0
- CPLGetSymbol at Base 1.8.0
- CPLGetTLS at Base 1.8.0
- CPLGetTLSEx at Base 2.1.0
- CPLGetThreadLocalConfigOption at Base 2.1.0
- CPLGetThreadLocalConfigOptions at Base 2.2.0
- CPLGetThreadingModel at Base 1.8.0
- CPLGetUsablePhysicalRAM at Base 2.0.1
- CPLGetValueType at Base 1.8.0
- CPLGetXMLNode at Base 1.8.0
- CPLGetXMLValue at Base 1.8.0
- CPLHTTPCleanup at Base 1.8.0
- CPLHTTPDestroyMultiResult at Base 2.3.0
- CPLHTTPDestroyResult at Base 1.8.0
- CPLHTTPEnabled at Base 1.8.0
- CPLHTTPFetch at Base 1.8.0
- CPLHTTPFetchEx at Base 2.3.0
- CPLHTTPMultiFetch at Base 2.3.0
- CPLHTTPParseMultipartMime at Base 1.8.0
- CPLHTTPPopFetchCallback at Base 3.2.0
- CPLHTTPPushFetchCallback at Base 3.2.0
- CPLHTTPSetDefaultUserAgent at Base 3.7.0
- CPLHTTPSetFetchCallback at Base 3.2.0
- CPLHalfToFloat at Base 3.5.0
- CPLHashSetClear at Base 2.1.0
- CPLHashSetDestroy at Base 1.8.0
- CPLHashSetEqualPointer at Base 1.8.0
- CPLHashSetEqualStr at Base 1.8.0
- CPLHashSetForeach at Base 1.8.0
- CPLHashSetHashPointer at Base 1.8.0
- CPLHashSetHashStr at Base 1.8.0
- CPLHashSetInsert at Base 1.8.0
- CPLHashSetLookup at Base 1.8.0
- CPLHashSetNew at Base 1.8.0
- CPLHashSetRemove at Base 1.8.0
- CPLHashSetRemoveDeferRehash at Base 2.1.0
- CPLHashSetSize at Base 1.8.0
- CPLHexToBinary at Base 1.8.0
- CPLIsASCII at Base 3.6.0
- CPLIsFilenameRelative at Base 1.8.0
- CPLIsPowerOfTwo at Base 2.3.0
- CPLIsUTF8 at Base 1.8.0
- CPLIsVirtualMemFileMapAvailable at Base 1.11.0
- CPLJoinThread at Base 1.10.1
- CPLLaunderForFilename at Base 3.1.0
- CPLListAppend at Base 1.8.0
- CPLListCount at Base 1.8.0
- CPLListDestroy at Base 1.8.0
- CPLListGet at Base 1.8.0
- CPLListGetData at Base 1.8.0
- CPLListGetLast at Base 1.8.0
- CPLListGetNext at Base 1.8.0
- CPLListInsert at Base 1.8.0
- CPLListRemove at Base 1.8.0
- CPLLoadConfigOptionsFromFile at Base 3.3.0
- CPLLoadConfigOptionsFromPredefinedFiles at Base 3.3.0
- CPLLockFile at Base 1.8.0
- CPLLockSetDebugPerf at Base 2.0.1
- CPLLoggingErrorHandler at Base 1.8.0
- CPLMD5String at Base 2.3.0
- CPLMalloc at Base 1.8.0
- CPLMoveFile at Base 1.8.0
- CPLOpenShared at Base 1.8.0
- CPLPackedDMSToDec at Base 1.8.0
- CPLParseNameValue at Base 1.8.0
- CPLParseXMLFile at Base 1.8.0
- CPLParseXMLString at Base 1.8.0
- CPLPipeRead at Base 1.10.1
- CPLPipeWrite at Base 1.10.1
- CPLPopErrorHandler at Base 1.8.0
- CPLPopFileFinder at Base 1.8.0
- CPLPopFinderLocation at Base 1.8.0
- CPLPrintDouble at Base 1.8.0
- CPLPrintInt32 at Base 1.8.0
- CPLPrintPointer at Base 1.8.0
- CPLPrintString at Base 1.8.0
- CPLPrintStringFill at Base 1.8.0
- CPLPrintTime at Base 1.8.0
- CPLPrintUIntBig at Base 1.8.0
- CPLProjectRelativeFilename at Base 1.8.0
- CPLPushErrorHandler at Base 1.8.0
- CPLPushErrorHandlerEx at Base 1.9.0
- CPLPushFileFinder at Base 1.8.0
- CPLPushFinderLocation at Base 1.8.0
- CPLQuadTreeCreate at Base 1.8.0
- CPLQuadTreeCreateEx at Base 3.5.0
- CPLQuadTreeDestroy at Base 1.8.0
- CPLQuadTreeDump at Base 1.8.0
- CPLQuadTreeForceUseOfSubNodes at Base 3.5.0
- CPLQuadTreeForeach at Base 1.8.0
- CPLQuadTreeGetAdvisedMaxDepth at Base 1.8.0
- CPLQuadTreeGetStats at Base 1.8.0
- CPLQuadTreeInsert at Base 1.8.0
- CPLQuadTreeInsertWithBounds at Base 1.11.0
- CPLQuadTreeRemove at Base 3.4.0
- CPLQuadTreeSearch at Base 1.8.0
- CPLQuadTreeSetBucketCapacity at Base 1.8.0
- CPLQuadTreeSetMaxDepth at Base 1.8.0
- CPLQuietErrorHandler at Base 1.8.0
- CPLReadDir at Base 1.8.0
- CPLReadLine2L at Base 1.8.0
- CPLReadLine3L at Base 2.3.0
- CPLReadLine at Base 1.8.0
- CPLReadLineL at Base 1.8.0
- CPLRealloc at Base 1.8.0
- CPLRecode at Base 1.8.0
- CPLRecodeFromWChar at Base 1.8.0
- CPLRecodeToWChar at Base 1.8.0
- CPLRegisterCompressor at Base 3.4.0
- CPLRegisterDecompressor at Base 3.4.0
- CPLReleaseLock at Base 2.0.1
- CPLReleaseMutex at Base 1.8.0
- CPLRemoveXMLChild at Base 1.8.0
- CPLResetExtension at Base 1.8.0
- CPLSPrintf at Base 1.8.0
- CPLScanDouble at Base 1.8.0
- CPLScanLong at Base 1.8.0
- CPLScanPointer at Base 1.8.0
- CPLScanString at Base 1.8.0
- CPLScanUIntBig at Base 1.8.0
- CPLScanULong at Base 1.8.0
- CPLSearchXMLNode at Base 1.8.0
- CPLSerializeXMLTree at Base 1.8.0
- CPLSerializeXMLTreeToFile at Base 1.8.0
- CPLSetConfigOption at Base 1.8.0
- CPLSetConfigOptions at Base 2.2.0
- CPLSetCurrentErrorHandlerCatchDebug at Base 2.1.0
- CPLSetErrorHandler at Base 1.8.0
- CPLSetErrorHandlerEx at Base 1.9.0
- CPLSetTLS at Base 1.8.0
- CPLSetTLSWithFreeFunc at Base 1.8.0
- CPLSetTLSWithFreeFuncEx at Base 2.1.0
- CPLSetThreadLocalConfigOption at Base 1.8.0
- CPLSetThreadLocalConfigOptions at Base 2.2.0
- CPLSetXMLValue at Base 1.8.0
- CPLSleep at Base 1.8.0
- CPLSpawn at Base 1.10.1
- CPLSpawnAsync at Base 1.10.1
- CPLSpawnAsyncCloseErrorFileHandle at Base 1.10.1
- CPLSpawnAsyncCloseInputFileHandle at Base 1.10.1
- CPLSpawnAsyncCloseOutputFileHandle at Base 1.10.1
- CPLSpawnAsyncFinish at Base 1.10.1
- CPLSpawnAsyncGetChildProcessId at Base 1.10.1
- CPLSpawnAsyncGetErrorFileHandle at Base 1.10.1
- CPLSpawnAsyncGetInputFileHandle at Base 1.10.1
- CPLSpawnAsyncGetOutputFileHandle at Base 1.10.1
- CPLStat at Base 1.8.0
- CPLStrdup at Base 1.8.0
- CPLStringToComplex at Base 1.8.0
- CPLStripXMLNamespace at Base 1.8.0
- CPLStrlcat at Base 1.8.0
- CPLStrlcpy at Base 1.8.0
- CPLStrlenUTF8 at Base 1.11.0
- CPLStrlwr at Base 1.8.0
- CPLStrnlen at Base 1.8.0
- CPLStrtod at Base 1.8.0
- CPLStrtodDelim at Base 1.8.0
- CPLStrtof at Base 1.8.0
- CPLStrtofDelim at Base 1.8.0
- CPLSubscribeToSetConfigOption at Base 3.7.0
- CPLSymlink at Base 2.1.0
- CPLTestBool at Base 2.1.0
- CPLTestBoolean at Base 2.1.0
- CPLTripleToFloat at Base 3.5.0
- CPLUnescapeString at Base 1.8.0
- CPLUnlinkTree at Base 1.8.0
- CPLUnlockFile at Base 1.8.0
- CPLUnsubscribeToSetConfigOption at Base 3.7.0
- CPLVASPrintf at Base 1.8.0
- CPLValidateXML at Base 1.10.1
- CPLVerifyConfiguration at Base 1.8.0
- CPLVirtualMemDeclareThread at Base 1.11.0
- CPLVirtualMemDerivedNew at Base 1.11.0
- CPLVirtualMemFileMapNew at Base 1.11.0
- CPLVirtualMemFree at Base 1.11.0
- CPLVirtualMemGetAccessMode at Base 1.11.0
- CPLVirtualMemGetAddr at Base 1.11.0
- CPLVirtualMemGetPageSize at Base 1.11.0
- CPLVirtualMemGetSize at Base 1.11.0
- CPLVirtualMemIsAccessThreadSafe at Base 1.11.0
- CPLVirtualMemIsFileMapping at Base 1.11.0
- CPLVirtualMemManagerTerminate at Base 1.11.0
- CPLVirtualMemNew at Base 1.11.0
- CPLVirtualMemPin at Base 1.11.0
- CPLVirtualMemUnDeclareThread at Base 1.11.0
- CPLWriteFileInZip at Base 1.8.0
- CPLZLibDeflate at Base 1.10.1
- CPLZLibInflate at Base 1.10.1
- CPL_HMAC_SHA256 at Base 2.1.0
- CPL_SHA256 at Base 2.1.0
- CPL_SHA256Final at Base 2.1.0
- CPL_SHA256Init at Base 2.1.0
- CPL_SHA256Update at Base 2.1.0
- CPLprintf at Base 2.0.1
- CPLsnprintf at Base 2.0.1
- CPLsprintf at Base 2.0.1
- CPLsscanf at Base 2.0.1
- CPLvsnprintf at Base 2.0.1
- CSLAddNameValue at Base 1.8.0
- CSLAddString at Base 1.8.0
- CSLAddStringMayFail at Base 2.1.0
- CSLAppendPrintf at Base 1.8.0
- CSLCount at Base 1.8.0
- CSLDestroy at Base 1.8.0
- CSLDuplicate at Base 1.8.0
- CSLFetchBoolean at Base 1.8.0
- CSLFetchNameValue at Base 1.8.0
- CSLFetchNameValueDef at Base 1.8.0
- CSLFetchNameValueMultiple at Base 1.8.0
- CSLFindName at Base 1.8.0
- CSLFindString at Base 1.8.0
- CSLFindStringCaseSensitive at Base 2.0.1
- CSLGetField at Base 1.8.0
- CSLInsertString at Base 1.8.0
- CSLInsertStrings at Base 1.8.0
- CSLLoad2 at Base 1.8.0
- CSLLoad at Base 1.8.0
- CSLMerge at Base 1.8.0
- CSLParseCommandLine at Base 2.1.0
- CSLPartialFindString at Base 1.8.0
- CSLPrint at Base 1.8.0
- CSLRemoveStrings at Base 1.8.0
- CSLSave at Base 1.8.0
- CSLSetNameValue at Base 1.8.0
- CSLSetNameValueSeparator at Base 1.8.0
- CSLTestBoolean at Base 1.8.0
- CSLTokenizeString2 at Base 1.8.0
- CSLTokenizeString at Base 1.8.0
- CSLTokenizeStringComplex at Base 1.8.0
- CSVDeaccess at Base 1.8.0
- CSVDetectSeperator at Base 1.8.0
- CSVFilename at Base 1.8.0
- CSVGetField at Base 1.8.0
- CSVGetFieldId at Base 1.8.0
- CSVGetFieldIdL at Base 2.1.0
- CSVGetFileFieldId at Base 1.8.0
- CSVGetNextLine at Base 1.8.0
- CSVReadParseLine2 at Base 1.8.0
- CSVReadParseLine2L at Base 2.1.0
- CSVReadParseLine3L at Base 3.5.0
- CSVReadParseLine at Base 1.8.0
- CSVReadParseLineL at Base 2.1.0
- CSVRewind at Base 3.5.0
- CSVScanFile at Base 1.8.0
- CSVScanFileByName at Base 1.8.0
- CSVScanLines at Base 1.8.0
- CSVScanLinesL at Base 2.1.0
- DGNAddMSLink at Base 1.8.0
- DGNAddRawAttrLink at Base 1.8.0
- DGNAddShapeFillInfo at Base 1.8.0
- DGNCloneElement at Base 1.8.0
- DGNClose at Base 1.8.0
- DGNCreate at Base 1.8.0
- DGNCreateArcElem2D at Base 1.8.0
- DGNCreateArcElem at Base 1.8.0
- DGNCreateCellHeaderElem at Base 1.8.0
- DGNCreateCellHeaderFromGroup at Base 1.8.0
- DGNCreateColorTableElem at Base 1.8.0
- DGNCreateComplexHeaderElem at Base 1.8.0
- DGNCreateComplexHeaderFromGroup at Base 1.8.0
- DGNCreateConeElem at Base 1.8.0
- DGNCreateMultiPointElem at Base 1.8.0
- DGNCreateSolidHeaderElem at Base 1.8.0
- DGNCreateSolidHeaderFromGroup at Base 1.8.0
- DGNCreateTextElem at Base 1.8.0
- DGNDumpElement at Base 1.8.0
- DGNElemTypeHasDispHdr at Base 1.8.0
- DGNFreeElement at Base 1.8.0
- DGNGetAssocID at Base 1.8.0
- DGNGetAttrLinkSize at Base 1.8.0
- DGNGetDimension at Base 1.8.0
- DGNGetElementExtents at Base 1.8.0
- DGNGetElementIndex at Base 1.8.0
- DGNGetExtents at Base 1.8.0
- DGNGetLinkage at Base 1.8.0
- DGNGetShapeFillInfo at Base 1.8.0
- DGNGotoElement at Base 1.8.0
- DGNLoadTCB at Base 1.8.0
- DGNLookupColor at Base 1.8.0
- DGNOpen at Base 1.8.0
- DGNQuaternionToMatrix at Base 1.8.0
- DGNReadElement at Base 1.8.0
- DGNResizeElement at Base 1.8.0
- DGNRewind at Base 1.8.0
- DGNRotationToQuaternion at Base 1.8.0
- DGNSetOptions at Base 1.8.0
- DGNSetSpatialFilter at Base 1.8.0
- DGNStrokeArc at Base 1.8.0
- DGNStrokeCurve at Base 1.8.0
- DGNTestOpen at Base 1.8.0
- DGNTypeToName at Base 1.8.0
- DGNUpdateElemCore at Base 1.8.0
- DGNUpdateElemCoreExtended at Base 1.8.0
- DGNWriteElement at Base 1.8.0
- EarlySetConfigOptions at Base 2.1.0
- GDALARGetNextUpdatedRegion at Base 1.8.0
- GDALARLockBuffer at Base 1.8.0
- GDALARUnlockBuffer at Base 1.8.0
- GDALAddBand at Base 1.8.0
- GDALAddDerivedBandPixelFunc at Base 1.8.0
- GDALAddDerivedBandPixelFuncWithArgs at Base 3.4.0
- GDALAdjustValueToDataType at Base 2.1.0
- GDALAllRegister at Base 1.8.0
- GDALApplyGeoTransform at Base 1.8.0
- GDALApplyVerticalShiftGrid at Base 2.2.0
- GDALApproxTransform at Base 1.8.0
- GDALApproxTransformerOwnsSubtransformer at Base 1.8.0
- GDALAttributeFreeRawResult at Base 3.1.0
- GDALAttributeGetDataType at Base 3.1.0
- GDALAttributeGetDimensionCount at Base 3.1.0
- GDALAttributeGetDimensionsSize at Base 3.1.0
- GDALAttributeGetFullName at Base 3.1.0
- GDALAttributeGetName at Base 3.1.0
- GDALAttributeGetTotalElementsCount at Base 3.1.0
- GDALAttributeReadAsDouble at Base 3.1.0
- GDALAttributeReadAsDoubleArray at Base 3.1.0
- GDALAttributeReadAsInt at Base 3.1.0
- GDALAttributeReadAsIntArray at Base 3.1.0
- GDALAttributeReadAsRaw at Base 3.1.0
- GDALAttributeReadAsString at Base 3.1.0
- GDALAttributeReadAsStringArray at Base 3.1.0
- GDALAttributeRelease at Base 3.1.0
- GDALAttributeRename at Base 3.8.0
- GDALAttributeWriteDouble at Base 3.1.0
- GDALAttributeWriteDoubleArray at Base 3.1.0
- GDALAttributeWriteInt at Base 3.1.0
- GDALAttributeWriteRaw at Base 3.1.0
- GDALAttributeWriteString at Base 3.1.0
- GDALAttributeWriteStringArray at Base 3.1.0
- GDALAutoCreateWarpedVRT at Base 1.8.0
- GDALAutoCreateWarpedVRTEx at Base 3.2.0
- GDALBandGetBestOverviewLevel2 at Base 2.0.1
- GDALBandGetBestOverviewLevel at Base 1.8.0
- GDALBeginAsyncReader at Base 1.8.0
- GDALBuildOverviews at Base 1.8.0
- GDALBuildOverviewsEx at Base 3.6.0
- GDALBuildVRT at Base 2.1.0
- GDALBuildVRTOptionsFree at Base 2.1.0
- GDALBuildVRTOptionsNew at Base 2.1.0
- GDALBuildVRTOptionsSetProgress at Base 2.1.0
- GDALCheckBandCount at Base 1.8.0
- GDALCheckDatasetDimensions at Base 1.8.0
- GDALCheckVersion at Base 1.8.0
- GDALChecksumImage at Base 1.8.0
- GDALChunkAndWarpImage at Base 1.8.0
- GDALChunkAndWarpMulti at Base 1.8.0
- GDALCloneColorTable at Base 1.8.0
- GDALClonePansharpenOptions at Base 2.1.0
- GDALCloneWarpOptions at Base 1.8.0
- GDALClose at Base 1.8.0
- GDALComposeGeoTransforms at Base 1.11.0
- GDALComputeBandStats at Base 1.8.0
- GDALComputeMatchingPoints at Base 1.10.1
- GDALComputeMedianCutPCT at Base 1.8.0
- GDALComputeOvFactor at Base 2.0.1
- GDALComputeProximity at Base 1.8.0
- GDALComputeRasterMinMax at Base 1.8.0
- GDALComputeRasterStatistics at Base 1.8.0
- GDALContourGenerate at Base 1.8.0
- GDALContourGenerateEx at Base 2.4.0
- GDALCopyBits at Base 1.8.0
- GDALCopyDatasetFiles at Base 1.8.0
- GDALCopyRasterIOExtraArg at Base 2.0.1
- GDALCopyWords64 at Base 3.0.0
- GDALCopyWords at Base 1.8.0
- GDALCreate at Base 1.8.0
- GDALCreateAndReprojectImage at Base 1.8.0
- GDALCreateApproxTransformer at Base 1.8.0
- GDALCreateColorRamp at Base 1.8.0
- GDALCreateColorTable at Base 1.8.0
- GDALCreateCopy at Base 1.8.0
- GDALCreateDatasetMaskBand at Base 1.8.0
- GDALCreateDriver at Base 2.2.2
- GDALCreateGCPRefineTransformer at Base 1.9.0
- GDALCreateGCPTransformer at Base 1.8.0
- GDALCreateGenImgProjTransformer2 at Base 1.8.0
- GDALCreateGenImgProjTransformer3 at Base 1.8.0
- GDALCreateGenImgProjTransformer4 at Base 3.0.0
- GDALCreateGenImgProjTransformer at Base 1.8.0
- GDALCreateGeoLocTransformer at Base 1.8.0
- GDALCreateMaskBand at Base 1.8.0
- GDALCreateMultiDimensional at Base 3.1.0
- GDALCreatePansharpenOperation at Base 2.1.0
- GDALCreatePansharpenOptions at Base 2.1.0
- GDALCreatePansharpenedVRT at Base 2.1.0
- GDALCreateRPCTransformer at Base 1.8.0
- GDALCreateRPCTransformerV2 at Base 3.3.0
- GDALCreateRasterAttributeTable at Base 1.8.0
- GDALCreateReprojectionTransformer at Base 1.8.0
- GDALCreateReprojectionTransformerEx at Base 3.0.0
- GDALCreateScaledProgress at Base 1.8.0
- GDALCreateTPSTransformer at Base 1.8.0
- GDALCreateWarpOperation at Base 1.8.0
- GDALCreateWarpOptions at Base 1.8.0
- GDALCreateWarpedVRT at Base 1.8.0
- GDALDEMProcessing at Base 2.1.0
- GDALDEMProcessingOptionsFree at Base 2.1.0
- GDALDEMProcessingOptionsNew at Base 2.1.0
- GDALDEMProcessingOptionsSetProgress at Base 2.1.0
- GDALDataTypeIsComplex at Base 1.8.0
- GDALDataTypeIsConversionLossy at Base 2.3.0
- GDALDataTypeIsFloating at Base 2.3.0
- GDALDataTypeIsInteger at Base 2.3.0
- GDALDataTypeIsSigned at Base 2.3.0
- GDALDataTypeUnion at Base 1.8.0
- GDALDataTypeUnionWithValue at Base 2.3.0
- GDALDatasetAbortSQL at Base 3.2.0
- GDALDatasetAddFieldDomain at Base 3.3.0
- GDALDatasetAddRelationship at Base 3.6.0
- GDALDatasetAdviseRead at Base 1.8.0
- GDALDatasetClearStatistics at Base 3.2.0
- GDALDatasetCommitTransaction at Base 2.0.1
- GDALDatasetCopyLayer at Base 2.0.1
- GDALDatasetCopyWholeRaster at Base 1.8.0
- GDALDatasetCreateLayer at Base 2.0.1
- GDALDatasetDeleteFieldDomain at Base 3.5.0
- GDALDatasetDeleteLayer at Base 2.0.1
- GDALDatasetDeleteRelationship at Base 3.6.0
- GDALDatasetExecuteSQL at Base 2.0.1
- GDALDatasetGetCompressionFormats at Base 3.7.0
- GDALDatasetGetFieldDomain at Base 3.3.0
- GDALDatasetGetFieldDomainNames at Base 3.5.0
- GDALDatasetGetLayer at Base 2.0.1
- GDALDatasetGetLayerByName at Base 2.0.1
- GDALDatasetGetLayerCount at Base 2.0.1
- GDALDatasetGetNextFeature at Base 2.2.0
- GDALDatasetGetRelationship at Base 3.6.0
- GDALDatasetGetRelationshipNames at Base 3.6.0
- GDALDatasetGetRootGroup at Base 3.1.0
- GDALDatasetGetStyleTable at Base 2.0.1
- GDALDatasetGetTiledVirtualMem at Base 1.11.0
- GDALDatasetGetVirtualMem at Base 1.11.0
- GDALDatasetIsLayerPrivate at Base 3.4.0
- GDALDatasetRasterIO at Base 1.8.0
- GDALDatasetRasterIOEx at Base 2.0.1
- GDALDatasetReadCompressedData at Base 3.7.0
- GDALDatasetReleaseResultSet at Base 2.0.1
- GDALDatasetResetReading at Base 2.2.0
- GDALDatasetRollbackTransaction at Base 2.0.1
- GDALDatasetSetQueryLoggerFunc at Base 3.7.0
- GDALDatasetSetStyleTable at Base 2.0.1
- GDALDatasetSetStyleTableDirectly at Base 2.0.1
- GDALDatasetStartTransaction at Base 2.0.1
- GDALDatasetTestCapability at Base 2.0.1
- GDALDatasetUpdateFieldDomain at Base 3.5.0
- GDALDatasetUpdateRelationship at Base 3.6.0
- GDALDecToDMS at Base 1.8.0
- GDALDecToPackedDMS at Base 1.8.0
- GDALDeinitGCPs at Base 1.8.0
- GDALDeinterleave at Base 3.6.0
- GDALDeleteDataset at Base 1.8.0
- GDALDeleteRasterNoDataValue at Base 2.1.0
- GDALDereferenceDataset at Base 1.8.0
- GDALDeregisterDriver at Base 1.8.0
- GDALDeserializeTransformer at Base 1.8.0
- GDALDeserializeWarpOptions at Base 1.8.0
- GDALDestroy at Base 2.0.1
- GDALDestroyApproxTransformer at Base 1.8.0
- GDALDestroyColorTable at Base 1.8.0
- GDALDestroyDriver at Base 1.8.0
- GDALDestroyDriverManager at Base 1.8.0
- GDALDestroyGCPTransformer at Base 1.8.0
- GDALDestroyGenImgProjTransformer at Base 1.8.0
- GDALDestroyGeoLocTransformer at Base 1.8.0
- GDALDestroyPansharpenOperation at Base 2.1.0
- GDALDestroyPansharpenOptions at Base 2.1.0
- GDALDestroyRPCTransformer at Base 1.8.0
- GDALDestroyRasterAttributeTable at Base 1.8.0
- GDALDestroyRelationship at Base 3.6.0
- GDALDestroyReprojectionTransformer at Base 1.8.0
- GDALDestroyScaledProgress at Base 1.8.0
- GDALDestroySubdatasetInfo at Base 3.8.0
- GDALDestroyTPSTransformer at Base 1.8.0
- GDALDestroyTransformer at Base 1.8.0
- GDALDestroyWarpOperation at Base 1.8.0
- GDALDestroyWarpOptions at Base 1.8.0
- GDALDimensionGetDirection at Base 3.1.0
- GDALDimensionGetFullName at Base 3.1.0
- GDALDimensionGetIndexingVariable at Base 3.1.0
- GDALDimensionGetName at Base 3.1.0
- GDALDimensionGetSize at Base 3.1.0
- GDALDimensionGetType at Base 3.1.0
- GDALDimensionRelease at Base 3.1.0
- GDALDimensionRename at Base 3.8.0
- GDALDimensionSetIndexingVariable at Base 3.1.0
- GDALDitherRGB2PCT at Base 1.8.0
- GDALDummyProgress at Base 1.8.0
- GDALDumpOpenDatasets at Base 1.8.0
- GDALDuplicateGCPs at Base 1.8.0
- GDALEDTComponentCreate at Base 3.1.0
- GDALEDTComponentGetName at Base 3.1.0
- GDALEDTComponentGetOffset at Base 3.1.0
- GDALEDTComponentGetType at Base 3.1.0
- GDALEDTComponentRelease at Base 3.1.0
- GDALEndAsyncReader at Base 1.8.0
- GDALExtendedDataTypeCanConvertTo at Base 3.1.0
- GDALExtendedDataTypeCreate at Base 3.1.0
- GDALExtendedDataTypeCreateCompound at Base 3.1.0
- GDALExtendedDataTypeCreateString at Base 3.1.0
- GDALExtendedDataTypeCreateStringEx at Base 3.4.0
- GDALExtendedDataTypeEquals at Base 3.1.0
- GDALExtendedDataTypeFreeComponents at Base 3.1.0
- GDALExtendedDataTypeGetClass at Base 3.1.0
- GDALExtendedDataTypeGetComponents at Base 3.1.0
- GDALExtendedDataTypeGetMaxStringLength at Base 3.1.0
- GDALExtendedDataTypeGetName at Base 3.1.0
- GDALExtendedDataTypeGetNumericDataType at Base 3.1.0
- GDALExtendedDataTypeGetSize at Base 3.1.0
- GDALExtendedDataTypeGetSubType at Base 3.4.0
- GDALExtendedDataTypeRelease at Base 3.1.0
- GDALExtractRPCInfo at Base 1.8.0
- GDALExtractRPCInfoV2 at Base 3.3.0
- GDALFPolygonize at Base 1.9.0
- GDALFillNodata at Base 1.8.0
- GDALFillRaster at Base 1.8.0
- GDALFindAssociatedAuxFile at Base 1.8.0
- GDALFindDataType at Base 2.3.0
- GDALFindDataTypeForValue at Base 2.3.0
- GDALFlushCache at Base 1.8.0
- GDALFlushCacheBlock at Base 1.8.0
- GDALFlushRasterCache at Base 1.8.0
- GDALFootprint at Base 3.8.0
- GDALFootprintOptionsFree at Base 3.8.0
- GDALFootprintOptionsNew at Base 3.8.0
- GDALFootprintOptionsSetProgress at Base 3.8.0
- GDALGCPTransform at Base 1.8.0
- GDALGCPsToGeoTransform at Base 1.8.0
- GDALGenImgProjTransform at Base 1.8.0
- GDALGeneralCmdLineProcessor at Base 1.8.0
- GDALGeoLocTransform at Base 1.8.0
- GDALGetAccess at Base 1.8.0
- GDALGetActualBlockSize at Base 2.2.0
- GDALGetAsyncStatusTypeByName at Base 1.8.0
- GDALGetAsyncStatusTypeName at Base 1.8.0
- GDALGetBandDataset at Base 1.8.0
- GDALGetBandNumber at Base 1.8.0
- GDALGetBlockSize at Base 1.8.0
- GDALGetCacheMax64 at Base 1.8.0
- GDALGetCacheMax at Base 1.8.0
- GDALGetCacheUsed64 at Base 1.8.0
- GDALGetCacheUsed at Base 1.8.0
- GDALGetColorEntry at Base 1.8.0
- GDALGetColorEntryAsRGB at Base 1.8.0
- GDALGetColorEntryCount at Base 1.8.0
- GDALGetColorInterpretationByName at Base 1.8.0
- GDALGetColorInterpretationName at Base 1.8.0
- GDALGetDataCoverageStatus at Base 2.2.0
- GDALGetDataTypeByName at Base 1.8.0
- GDALGetDataTypeName at Base 1.8.0
- GDALGetDataTypeSize at Base 1.8.0
- GDALGetDataTypeSizeBits at Base 2.1.0
- GDALGetDataTypeSizeBytes at Base 2.1.0
- GDALGetDatasetDriver at Base 1.8.0
- GDALGetDefaultHistogram at Base 1.8.0
- GDALGetDefaultHistogramEx at Base 2.0.1
- GDALGetDefaultRAT at Base 1.8.0
- GDALGetDerivedDatasetDescriptions at Base 2.2.0
- GDALGetDescription at Base 1.8.0
- GDALGetDriver at Base 1.8.0
- GDALGetDriverByName at Base 1.8.0
- GDALGetDriverCount at Base 1.8.0
- GDALGetDriverCreationOptionList at Base 1.8.0
- GDALGetDriverHelpTopic at Base 1.8.0
- GDALGetDriverLongName at Base 1.8.0
- GDALGetDriverShortName at Base 1.8.0
- GDALGetFileList at Base 1.8.0
- GDALGetGCPCount at Base 1.8.0
- GDALGetGCPProjection at Base 1.8.0
- GDALGetGCPSpatialRef at Base 3.0.0
- GDALGetGCPs at Base 1.8.0
- GDALGetGeoTransform at Base 1.8.0
- GDALGetInternalHandle at Base 1.8.0
- GDALGetJPEG2000Structure at Base 2.0.1
- GDALGetMaskBand at Base 1.8.0
- GDALGetMaskFlags at Base 1.8.0
- GDALGetMetadata at Base 1.8.0
- GDALGetMetadataDomainList at Base 1.11.0
- GDALGetMetadataItem at Base 1.8.0
- GDALGetNonComplexDataType at Base 2.3.0
- GDALGetOpenDatasets at Base 1.8.0
- GDALGetOverview at Base 1.8.0
- GDALGetOverviewCount at Base 1.8.0
- GDALGetPaletteInterpretation at Base 1.8.0
- GDALGetPaletteInterpretationName at Base 1.8.0
- GDALGetProjectionRef at Base 1.8.0
- GDALGetRandomRasterSample at Base 1.8.0
- GDALGetRasterAccess at Base 1.8.0
- GDALGetRasterBand at Base 1.8.0
- GDALGetRasterBandXSize at Base 1.8.0
- GDALGetRasterBandYSize at Base 1.8.0
- GDALGetRasterCategoryNames at Base 1.8.0
- GDALGetRasterColorInterpretation at Base 1.8.0
- GDALGetRasterColorTable at Base 1.8.0
- GDALGetRasterCount at Base 1.8.0
- GDALGetRasterDataType at Base 1.8.0
- GDALGetRasterHistogram at Base 1.8.0
- GDALGetRasterHistogramEx at Base 2.0.1
- GDALGetRasterMaximum at Base 1.8.0
- GDALGetRasterMinimum at Base 1.8.0
- GDALGetRasterNoDataValue at Base 1.8.0
- GDALGetRasterNoDataValueAsInt64 at Base 3.5.0
- GDALGetRasterNoDataValueAsUInt64 at Base 3.5.0
- GDALGetRasterOffset at Base 1.8.0
- GDALGetRasterSampleOverview at Base 1.8.0
- GDALGetRasterSampleOverviewEx at Base 2.0.1
- GDALGetRasterScale at Base 1.8.0
- GDALGetRasterStatistics at Base 1.8.0
- GDALGetRasterUnitType at Base 1.8.0
- GDALGetRasterXSize at Base 1.8.0
- GDALGetRasterYSize at Base 1.8.0
- GDALGetSpatialRef at Base 3.0.0
- GDALGetSubdatasetInfo at Base 3.8.0
- GDALGetVirtualMemAuto at Base 1.11.0
- GDALGrid at Base 2.1.0
- GDALGridContextCreate at Base 2.1.0
- GDALGridContextFree at Base 2.1.0
- GDALGridContextProcess at Base 2.1.0
- GDALGridCreate at Base 1.8.0
- GDALGridOptionsFree at Base 2.1.0
- GDALGridOptionsNew at Base 2.1.0
- GDALGridOptionsSetProgress at Base 2.1.0
- GDALGridParseAlgorithmAndOptions at Base 3.7.0
- GDALGroupCreateAttribute at Base 3.1.0
- GDALGroupCreateDimension at Base 3.1.0
- GDALGroupCreateGroup at Base 3.1.0
- GDALGroupCreateMDArray at Base 3.1.0
- GDALGroupDeleteAttribute at Base 3.8.0
- GDALGroupDeleteGroup at Base 3.8.0
- GDALGroupDeleteMDArray at Base 3.8.0
- GDALGroupGetAttribute at Base 3.1.0
- GDALGroupGetAttributes at Base 3.1.0
- GDALGroupGetDimensions at Base 3.1.0
- GDALGroupGetFullName at Base 3.1.0
- GDALGroupGetGroupNames at Base 3.1.0
- GDALGroupGetMDArrayNames at Base 3.1.0
- GDALGroupGetName at Base 3.1.0
- GDALGroupGetStructuralInfo at Base 3.1.0
- GDALGroupGetVectorLayerNames at Base 3.4.0
- GDALGroupOpenGroup at Base 3.1.0
- GDALGroupOpenGroupFromFullname at Base 3.2.0
- GDALGroupOpenMDArray at Base 3.1.0
- GDALGroupOpenMDArrayFromFullname at Base 3.2.0
- GDALGroupOpenVectorLayer at Base 3.4.0
- GDALGroupRelease at Base 3.1.0
- GDALGroupRename at Base 3.8.0
- GDALGroupResolveMDArray at Base 3.2.0
- GDALGroupSubsetDimensionFromSelection at Base 3.8.0
- GDALHasArbitraryOverviews at Base 1.8.0
- GDALHasTriangulation at Base 2.1.0
- GDALIdentifyDriver at Base 1.8.0
- GDALIdentifyDriverEx at Base 2.2.0
- GDALInfo at Base 2.1.0
- GDALInfoOptionsFree at Base 2.1.0
- GDALInfoOptionsNew at Base 2.1.0
- GDALInitGCPs at Base 1.8.0
- GDALInitializeWarpedVRT at Base 1.8.0
- GDALInvGeoTransform at Base 1.8.0
- GDALIsInGlobalDestructor at Base 1.10.1
- GDALIsMaskBand at Base 3.5.0
- GDALLoadOziMapFile at Base 1.8.0
- GDALLoadTabFile at Base 1.8.0
- GDALLoadWorldFile at Base 1.8.0
- GDALMDArrayAdviseRead at Base 3.2.0
- GDALMDArrayAdviseReadEx at Base 3.4.0
- GDALMDArrayAsClassicDataset at Base 3.1.0
- GDALMDArrayAsClassicDatasetEx at Base 3.8.0
- GDALMDArrayCache at Base 3.4.0
- GDALMDArrayComputeStatistics at Base 3.2.0
- GDALMDArrayComputeStatisticsEx at Base 3.8.0
- GDALMDArrayCreateAttribute at Base 3.1.0
- GDALMDArrayDeleteAttribute at Base 3.8.0
- GDALMDArrayGetAttribute at Base 3.1.0
- GDALMDArrayGetAttributes at Base 3.1.0
- GDALMDArrayGetBlockSize at Base 3.1.0
- GDALMDArrayGetCoordinateVariables at Base 3.4.0
- GDALMDArrayGetDataType at Base 3.1.0
- GDALMDArrayGetDimensionCount at Base 3.1.0
- GDALMDArrayGetDimensions at Base 3.1.0
- GDALMDArrayGetFullName at Base 3.1.0
- GDALMDArrayGetGridded at Base 3.7.0
- GDALMDArrayGetMask at Base 3.1.0
- GDALMDArrayGetName at Base 3.1.0
- GDALMDArrayGetNoDataValueAsDouble at Base 3.1.0
- GDALMDArrayGetNoDataValueAsInt64 at Base 3.5.0
- GDALMDArrayGetNoDataValueAsUInt64 at Base 3.5.0
- GDALMDArrayGetOffset at Base 3.1.0
- GDALMDArrayGetOffsetEx at Base 3.3.0
- GDALMDArrayGetProcessingChunkSize at Base 3.1.0
- GDALMDArrayGetRawNoDataValue at Base 3.1.0
- GDALMDArrayGetResampled at Base 3.4.0
- GDALMDArrayGetScale at Base 3.1.0
- GDALMDArrayGetScaleEx at Base 3.3.0
- GDALMDArrayGetSpatialRef at Base 3.1.0
- GDALMDArrayGetStatistics at Base 3.2.0
- GDALMDArrayGetStructuralInfo at Base 3.1.0
- GDALMDArrayGetTotalElementsCount at Base 3.1.0
- GDALMDArrayGetUnit at Base 3.1.0
- GDALMDArrayGetUnscaled at Base 3.1.0
- GDALMDArrayGetView at Base 3.1.0
- GDALMDArrayRead at Base 3.1.0
- GDALMDArrayRelease at Base 3.1.0
- GDALMDArrayRename at Base 3.8.0
- GDALMDArrayResize at Base 3.7.0
- GDALMDArraySetNoDataValueAsDouble at Base 3.1.0
- GDALMDArraySetNoDataValueAsInt64 at Base 3.5.0
- GDALMDArraySetNoDataValueAsUInt64 at Base 3.5.0
- GDALMDArraySetOffset at Base 3.1.0
- GDALMDArraySetOffsetEx at Base 3.3.0
- GDALMDArraySetRawNoDataValue at Base 3.1.0
- GDALMDArraySetScale at Base 3.1.0
- GDALMDArraySetScaleEx at Base 3.3.0
- GDALMDArraySetSpatialRef at Base 3.1.0
- GDALMDArraySetUnit at Base 3.1.0
- GDALMDArrayTranspose at Base 3.1.0
- GDALMDArrayWrite at Base 3.1.0
- GDALMultiDimInfo at Base 3.1.0
- GDALMultiDimInfoOptionsFree at Base 3.1.0
- GDALMultiDimInfoOptionsNew at Base 3.1.0
- GDALMultiDimTranslate at Base 3.1.0
- GDALMultiDimTranslateOptionsFree at Base 3.1.0
- GDALMultiDimTranslateOptionsNew at Base 3.1.0
- GDALMultiDimTranslateOptionsSetProgress at Base 3.1.0
- GDALNearblack at Base 2.1.0
- GDALNearblackOptionsFree at Base 2.1.0
- GDALNearblackOptionsNew at Base 2.1.0
- GDALNearblackOptionsSetProgress at Base 2.1.0
- GDALOpen at Base 1.8.0
- GDALOpenEx at Base 2.0.1
- GDALOpenShared at Base 1.8.0
- GDALOpenVerticalShiftGrid at Base 2.2.0
- GDALOvLevelAdjust2 at Base 2.0.1
- GDALOvLevelAdjust at Base 1.8.0
- GDALOverviewMagnitudeCorrection at Base 1.8.0
- GDALPackedDMSToDec at Base 1.8.0
- GDALPansharpenProcessRegion at Base 2.1.0
- GDALPolygonize at Base 1.8.0
- GDALProxyPoolDatasetAddSrcBandDescription at Base 1.8.0
- GDALProxyPoolDatasetCreate at Base 1.8.0
- GDALProxyPoolDatasetDelete at Base 1.8.0
- GDALRATChangesAreWrittenToFile at Base 1.11.0
- GDALRATClone at Base 1.8.0
- GDALRATCreateColumn at Base 1.8.0
- GDALRATDumpReadable at Base 1.8.0
- GDALRATGetColOfUsage at Base 1.8.0
- GDALRATGetColumnCount at Base 1.8.0
- GDALRATGetLinearBinning at Base 1.8.0
- GDALRATGetNameOfCol at Base 1.8.0
- GDALRATGetRowCount at Base 1.8.0
- GDALRATGetRowOfValue at Base 1.8.0
- GDALRATGetTableType at Base 2.4.0
- GDALRATGetTypeOfCol at Base 1.8.0
- GDALRATGetUsageOfCol at Base 1.8.0
- GDALRATGetValueAsDouble at Base 1.8.0
- GDALRATGetValueAsInt at Base 1.8.0
- GDALRATGetValueAsString at Base 1.8.0
- GDALRATInitializeFromColorTable at Base 1.8.0
- GDALRATRemoveStatistics at Base 2.4.0
- GDALRATSerializeJSON at Base 2.0.1
- GDALRATSetLinearBinning at Base 1.8.0
- GDALRATSetRowCount at Base 1.8.0
- GDALRATSetTableType at Base 2.4.0
- GDALRATSetValueAsDouble at Base 1.8.0
- GDALRATSetValueAsInt at Base 1.8.0
- GDALRATSetValueAsString at Base 1.8.0
- GDALRATTranslateToColorTable at Base 1.8.0
- GDALRATValuesIOAsDouble at Base 1.11.0
- GDALRATValuesIOAsInteger at Base 1.11.0
- GDALRATValuesIOAsString at Base 1.11.0
- GDALRPCTransform at Base 1.8.0
- GDALRasterAdviseRead at Base 1.8.0
- GDALRasterBandAsMDArray at Base 3.1.0
- GDALRasterBandCopyWholeRaster at Base 1.8.0
- GDALRasterBandGetTiledVirtualMem at Base 1.11.0
- GDALRasterBandGetVirtualMem at Base 1.11.0
- GDALRasterIO at Base 1.8.0
- GDALRasterIOEx at Base 2.0.1
- GDALRasterize at Base 2.1.0
- GDALRasterizeGeometries at Base 1.8.0
- GDALRasterizeGeometriesInt64 at Base 3.5.0
- GDALRasterizeLayers at Base 1.8.0
- GDALRasterizeLayersBuf at Base 1.8.0
- GDALRasterizeOptionsFree at Base 2.1.0
- GDALRasterizeOptionsNew at Base 2.1.0
- GDALRasterizeOptionsSetProgress at Base 2.1.0
- GDALReadBlock at Base 1.8.0
- GDALReadOziMapFile at Base 1.8.0
- GDALReadTabFile at Base 1.8.0
- GDALReadWorldFile2 at Base 1.9.0
- GDALReadWorldFile at Base 1.8.0
- GDALReferenceDataset at Base 1.8.0
- GDALRegenerateOverviews at Base 1.8.0
- GDALRegenerateOverviewsEx at Base 3.6.0
- GDALRegisterDriver at Base 1.8.0
- GDALRegisterPlugin at Base 3.8.0
- GDALRegisterPlugins at Base 3.8.0
- GDALRegister_AAIGrid at Base 1.8.0
- GDALRegister_ACE2 at Base 1.9.0
- GDALRegister_ADRG at Base 1.8.0
- GDALRegister_AIGrid at Base 1.8.0
- GDALRegister_ARG at Base 1.10.1
- GDALRegister_AirSAR at Base 1.8.0
- GDALRegister_BAG at Base 1.8.0
- GDALRegister_BIGGIF at Base 1.8.0
- GDALRegister_BLX at Base 1.8.0
- GDALRegister_BMP at Base 1.8.0
- GDALRegister_BSB at Base 1.8.0
- GDALRegister_BT at Base 1.8.0
- GDALRegister_BYN at Base 2.4.0
- GDALRegister_CALS at Base 2.1.0
- GDALRegister_CEOS at Base 1.8.0
- GDALRegister_COASP at Base 1.8.0
- GDALRegister_COG at Base 3.1.0
- GDALRegister_COSAR at Base 1.8.0
- GDALRegister_CPG at Base 1.8.0
- GDALRegister_CTG at Base 1.9.0
- GDALRegister_CTable2 at Base 1.10.1
- GDALRegister_DAAS at Base 3.0.0
- GDALRegister_DIMAP at Base 1.8.0
- GDALRegister_DIPEx at Base 1.8.0
- GDALRegister_DOQ1 at Base 1.8.0
- GDALRegister_DOQ2 at Base 1.8.0
- GDALRegister_DTED at Base 1.8.0
- GDALRegister_Derived at Base 2.2.0
- GDALRegister_ECRGTOC at Base 1.9.0
- GDALRegister_EEDA at Base 2.4.0
- GDALRegister_EEDAI at Base 2.4.0
- GDALRegister_EHdr at Base 1.8.0
- GDALRegister_EIR at Base 1.8.0
- GDALRegister_ELAS at Base 1.8.0
- GDALRegister_ENVI at Base 1.8.0
- GDALRegister_ERS at Base 1.8.0
- GDALRegister_ESRIC at Base 3.2.0
- GDALRegister_Envisat at Base 1.8.0
- GDALRegister_FAST at Base 1.8.0
- GDALRegister_FIT at Base 1.8.0
- GDALRegister_FITS at Base 2.4.2
- GDALRegister_GFF at Base 1.8.0
- GDALRegister_GIF at Base 1.8.0
- GDALRegister_GRASSASCIIGrid at Base 1.9.0
- GDALRegister_GRIB at Base 1.8.0
- GDALRegister_GS7BG at Base 1.8.0
- GDALRegister_GSAG at Base 1.8.0
- GDALRegister_GSBG at Base 1.8.0
- GDALRegister_GSC at Base 1.8.0
- GDALRegister_GTX at Base 1.8.0
- GDALRegister_GTiff at Base 1.8.0
- GDALRegister_GXF at Base 1.8.0
- GDALRegister_GenBin at Base 1.8.0
- GDALRegister_HDF4 at Base 1.8.0
- GDALRegister_HDF4Image at Base 1.8.0
- GDALRegister_HDF5 at Base 1.8.0
- GDALRegister_HDF5Image at Base 1.8.0
- GDALRegister_HEIF at Base 3.2.0
- GDALRegister_HF2 at Base 1.8.0
- GDALRegister_HFA at Base 1.8.0
- GDALRegister_HKV at Base 1.8.0
- GDALRegister_HTTP at Base 1.8.0
- GDALRegister_IDRISI at Base 1.8.0
- GDALRegister_ILWIS at Base 1.8.0
- GDALRegister_IRIS at Base 1.10.1
- GDALRegister_ISCE at Base 2.1.0
- GDALRegister_ISG at Base 3.1.0
- GDALRegister_ISIS2 at Base 1.8.0
- GDALRegister_ISIS3 at Base 1.8.0
- GDALRegister_JDEM at Base 1.8.0
- GDALRegister_JP2OpenJPEG at Base 1.11.2
- GDALRegister_JPEG at Base 1.8.0
- GDALRegister_KMLSUPEROVERLAY at Base 1.8.0
- GDALRegister_KRO at Base 1.11.0
- GDALRegister_L1B at Base 1.8.0
- GDALRegister_LAN at Base 1.8.0
- GDALRegister_LCP at Base 1.8.0
- GDALRegister_LOSLAS at Base 1.8.0
- GDALRegister_Leveller at Base 1.8.0
- GDALRegister_MAP at Base 1.10.1
- GDALRegister_MBTiles at Base 1.10.1
- GDALRegister_MEM at Base 1.8.0
- GDALRegister_MFF at Base 1.8.0
- GDALRegister_MSGN at Base 1.8.0
- GDALRegister_NDF at Base 1.8.0
- GDALRegister_NGSGEOID at Base 1.9.0
- GDALRegister_NITF at Base 1.8.0
- GDALRegister_NOAA_B at Base 3.7.0
- GDALRegister_NSIDCbin at Base 3.7.0
- GDALRegister_NTv2 at Base 1.8.0
- GDALRegister_NWT_GRC at Base 1.8.0
- GDALRegister_NWT_GRD at Base 1.8.0
- GDALRegister_OGCAPI at Base 3.2.0
- GDALRegister_OZI at Base 1.8.0
- GDALRegister_PALSARJaxa at Base 1.8.0
- GDALRegister_PAux at Base 1.8.0
- GDALRegister_PCIDSK at Base 1.8.0
- GDALRegister_PCRaster at Base 1.8.0
- GDALRegister_PDF at Base 1.9.0
- GDALRegister_PDS4 at Base 2.3.0
- GDALRegister_PDS at Base 1.8.0
- GDALRegister_PLMOSAIC at Base 2.0.1
- GDALRegister_PNG at Base 1.8.0
- GDALRegister_PNM at Base 1.8.0
- GDALRegister_PRF at Base 2.2.0
- GDALRegister_PostGISRaster at Base 1.8.0
- GDALRegister_R at Base 1.8.0
- GDALRegister_RIK at Base 1.8.0
- GDALRegister_RMF at Base 1.8.0
- GDALRegister_ROIPAC at Base 2.0.1
- GDALRegister_RPFTOC at Base 1.8.0
- GDALRegister_RRASTER at Base 2.2.0
- GDALRegister_RS2 at Base 1.8.0
- GDALRegister_Rasterlite at Base 1.8.0
- GDALRegister_S102 at Base 3.8.0
- GDALRegister_SAFE at Base 2.1.0
- GDALRegister_SAGA at Base 1.8.0
- GDALRegister_SAR_CEOS at Base 1.8.0
- GDALRegister_SDTS at Base 1.8.0
- GDALRegister_SENTINEL2 at Base 2.1.0
- GDALRegister_SGI at Base 1.8.0
- GDALRegister_SIGDEM at Base 2.4.0
- GDALRegister_SNODAS at Base 1.9.0
- GDALRegister_SRP at Base 1.8.0
- GDALRegister_SRTMHGT at Base 1.8.0
- GDALRegister_STACIT at Base 3.4.0
- GDALRegister_STACTA at Base 3.3.0
- GDALRegister_TGA at Base 3.2.0
- GDALRegister_TIL at Base 1.8.0
- GDALRegister_TSX at Base 1.8.0
- GDALRegister_Terragen at Base 1.8.0
- GDALRegister_USGSDEM at Base 1.8.0
- GDALRegister_VICAR at Base 2.0.1
- GDALRegister_VRT at Base 1.8.0
- GDALRegister_WCS at Base 1.8.0
- GDALRegister_WEBP at Base 1.10.1
- GDALRegister_WMS at Base 1.8.0
- GDALRegister_WMTS at Base 2.1.0
- GDALRegister_XPM at Base 1.8.0
- GDALRegister_XYZ at Base 1.8.0
- GDALRegister_ZMap at Base 1.9.0
- GDALRegister_Zarr at Base 3.4.0
- GDALRegister_mrf at Base 2.1.0
- GDALRegister_netCDF at Base 1.8.0
- GDALRelationshipCreate at Base 3.6.0
- GDALRelationshipGetBackwardPathLabel at Base 3.6.0
- GDALRelationshipGetCardinality at Base 3.6.0
- GDALRelationshipGetForwardPathLabel at Base 3.6.0
- GDALRelationshipGetLeftMappingTableFields at Base 3.6.0
- GDALRelationshipGetLeftTableFields at Base 3.6.0
- GDALRelationshipGetLeftTableName at Base 3.6.0
- GDALRelationshipGetMappingTableName at Base 3.6.0
- GDALRelationshipGetName at Base 3.6.0
- GDALRelationshipGetRelatedTableType at Base 3.6.0
- GDALRelationshipGetRightMappingTableFields at Base 3.6.0
- GDALRelationshipGetRightTableFields at Base 3.6.0
- GDALRelationshipGetRightTableName at Base 3.6.0
- GDALRelationshipGetType at Base 3.6.0
- GDALRelationshipSetBackwardPathLabel at Base 3.6.0
- GDALRelationshipSetForwardPathLabel at Base 3.6.0
- GDALRelationshipSetLeftMappingTableFields at Base 3.6.0
- GDALRelationshipSetLeftTableFields at Base 3.6.0
- GDALRelationshipSetMappingTableName at Base 3.6.0
- GDALRelationshipSetRelatedTableType at Base 3.6.0
- GDALRelationshipSetRightMappingTableFields at Base 3.6.0
- GDALRelationshipSetRightTableFields at Base 3.6.0
- GDALRelationshipSetType at Base 3.6.0
- GDALReleaseArrays at Base 3.4.0
- GDALReleaseAttributes at Base 3.1.0
- GDALReleaseDataset at Base 2.2.0
- GDALReleaseDimensions at Base 3.1.0
- GDALRenameDataset at Base 1.8.0
- GDALReprojectImage at Base 1.8.0
- GDALReprojectionTransform at Base 1.8.0
- GDALScaledProgress at Base 1.8.0
- GDALSerializeTransformer at Base 1.8.0
- GDALSerializeWarpOptions at Base 1.8.0
- GDALSetCacheMax64 at Base 1.8.0
- GDALSetCacheMax at Base 1.8.0
- GDALSetColorEntry at Base 1.8.0
- GDALSetDefaultHistogram at Base 1.8.0
- GDALSetDefaultHistogramEx at Base 2.0.1
- GDALSetDefaultRAT at Base 1.8.0
- GDALSetDescription at Base 1.8.0
- GDALSetGCPs2 at Base 3.0.0
- GDALSetGCPs at Base 1.8.0
- GDALSetGenImgProjTransformerDstGeoTransform at Base 1.8.0
- GDALSetGeoTransform at Base 1.8.0
- GDALSetMetadata at Base 1.8.0
- GDALSetMetadataItem at Base 1.8.0
- GDALSetProjection at Base 1.8.0
- GDALSetRasterCategoryNames at Base 1.8.0
- GDALSetRasterColorInterpretation at Base 1.8.0
- GDALSetRasterColorTable at Base 1.8.0
- GDALSetRasterNoDataValue at Base 1.8.0
- GDALSetRasterNoDataValueAsInt64 at Base 3.5.0
- GDALSetRasterNoDataValueAsUInt64 at Base 3.5.0
- GDALSetRasterOffset at Base 1.8.0
- GDALSetRasterScale at Base 1.8.0
- GDALSetRasterStatistics at Base 1.8.0
- GDALSetRasterUnitType at Base 1.8.0
- GDALSetSpatialRef at Base 3.0.0
- GDALSieveFilter at Base 1.8.0
- GDALSimpleImageWarp at Base 1.8.0
- GDALSubdatasetInfoGetPathComponent at Base 3.8.0
- GDALSubdatasetInfoGetSubdatasetComponent at Base 3.8.0
- GDALSubdatasetInfoModifyPathComponent at Base 3.8.0
- GDALSuggestedWarpOutput2 at Base 1.8.0
- GDALSuggestedWarpOutput at Base 1.8.0
- GDALSwapWords at Base 1.8.0
- GDALSwapWordsEx at Base 2.1.0
- GDALTPSTransform at Base 1.8.0
- GDALTermProgress at Base 1.8.0
- GDALTransformGeolocations at Base 1.10.1
- GDALTranslate at Base 2.1.0
- GDALTranslateOptionsFree at Base 2.1.0
- GDALTranslateOptionsNew at Base 2.1.0
- GDALTranslateOptionsSetProgress at Base 2.1.0
- GDALTriangulationComputeBarycentricCoefficients at Base 2.1.0
- GDALTriangulationComputeBarycentricCoordinates at Base 2.1.0
- GDALTriangulationCreateDelaunay at Base 2.1.0
- GDALTriangulationFindFacetBruteForce at Base 2.1.0
- GDALTriangulationFindFacetDirected at Base 2.1.0
- GDALTriangulationFree at Base 2.1.0
- GDALUseTransformer at Base 1.8.0
- GDALValidateCreationOptions at Base 1.8.0
- GDALVectorInfo at Base 3.7.0
- GDALVectorInfoOptionsFree at Base 3.7.0
- GDALVectorInfoOptionsNew at Base 3.7.0
- GDALVectorTranslate at Base 2.1.0
- GDALVectorTranslateOptionsFree at Base 2.1.0
- GDALVectorTranslateOptionsNew at Base 2.1.0
- GDALVectorTranslateOptionsSetProgress at Base 2.1.0
- GDALVersionInfo at Base 1.8.0
- GDALViewshedGenerate at Base 3.1.0
- GDALWarp at Base 2.1.0
- GDALWarpAppOptionsFree at Base 2.1.0
- GDALWarpAppOptionsNew at Base 2.1.0
- GDALWarpAppOptionsSetProgress at Base 2.1.0
- GDALWarpAppOptionsSetQuiet at Base 2.3.0
- GDALWarpAppOptionsSetWarpOption at Base 2.1.0
- GDALWarpCutlineMasker at Base 1.8.0
- GDALWarpCutlineMaskerEx at Base 3.6.3
- GDALWarpDstAlphaMasker at Base 1.8.0
- GDALWarpInitDefaultBandMapping at Base 2.3.0
- GDALWarpInitDstNoDataImag at Base 2.3.0
- GDALWarpInitDstNoDataReal at Base 2.3.0
- GDALWarpInitNoDataReal at Base 2.3.0
- GDALWarpInitSrcNoDataImag at Base 2.3.0
- GDALWarpInitSrcNoDataReal at Base 2.3.0
- GDALWarpNoDataMasker at Base 1.8.0
- GDALWarpRegion at Base 1.8.0
- GDALWarpRegionToBuffer at Base 1.8.0
- GDALWarpResolveWorkingDataType at Base 2.3.0
- GDALWarpSrcAlphaMasker at Base 1.8.0
- GDALWarpSrcMaskMasker at Base 1.8.0
- GDALWriteBlock at Base 1.8.0
- GDALWriteWorldFile at Base 1.8.0
- GDAL_CG_Create at Base 1.8.0
- GDAL_CG_Destroy at Base 1.8.0
- GDAL_CG_FeedLine at Base 1.8.0
- GNMCastToGenericNetwork at Base 2.3.0
- GNMCastToNetwork at Base 2.3.0
- GNMChangeAllBlockState at Base 2.2.0
- GNMChangeBlockState at Base 2.2.0
- GNMConnectFeatures at Base 2.2.0
- GNMConnectPointsByLines at Base 2.2.0
- GNMCreateRule at Base 2.2.0
- GNMDeleteAllRules at Base 2.2.0
- GNMDeleteRule at Base 2.2.0
- GNMDisconnectAll at Base 2.2.0
- GNMDisconnectFeatures at Base 2.2.0
- GNMDisconnectFeaturesWithId at Base 2.2.0
- GNMGetFeatureByGlobalFID at Base 2.2.0
- GNMGetName at Base 2.2.0
- GNMGetPath at Base 2.2.0
- GNMGetRules at Base 2.2.0
- GNMGetVersion at Base 2.2.0
- GNMReconnectFeatures at Base 2.2.0
- GOA2GetAccessToken at Base 1.10.1
- GOA2GetAccessTokenFromCloudEngineVM at Base 2.3.0
- GOA2GetAccessTokenFromServiceAccount at Base 2.3.0
- GOA2GetAuthorizationURL at Base 1.10.1
- GOA2GetRefreshToken at Base 1.10.1
- GTIFFBuildOverviews at Base 1.8.0
- GTIFGetOGISDefn at Base 1.8.0
- GTIFMemBufFromWkt at Base 1.8.0
- GTIFSetFromOGISDefn at Base 1.8.0
- GTIFWktFromMemBuf at Base 1.8.0
- GetGDALDriverManager at Base 1.8.0
- HFAAuxBuildOverviews at Base 1.8.0
- HFAClose at Base 1.8.0
- HFACreate at Base 1.8.0
- HFACreateLL at Base 1.8.0
- HFACreateOverview at Base 1.8.0
- HFADumpDictionary at Base 1.8.0
- HFADumpTree at Base 1.8.0
- HFAEvaluateXFormStack at Base 1.8.0
- HFAFlush at Base 1.8.0
- HFAGetBandInfo at Base 1.8.0
- HFAGetBandNoData at Base 1.8.0
- HFAGetDataRange at Base 1.8.0
- HFAGetDataTypeBits at Base 1.8.0
- HFAGetDataTypeName at Base 1.8.0
- HFAGetDatum at Base 1.8.0
- HFAGetGeoTransform at Base 1.8.0
- HFAGetIGEFilename at Base 1.8.0
- HFAGetMapInfo at Base 1.8.0
- HFAGetMetadata at Base 1.8.0
- HFAGetOverviewCount at Base 1.8.0
- HFAGetOverviewInfo at Base 1.8.0
- HFAGetOverviewRasterBlock at Base 1.8.0
- HFAGetOverviewRasterBlockEx at Base 1.8.0
- HFAGetPCT at Base 1.8.0
- HFAGetPEString at Base 1.8.0
- HFAGetProParameters at Base 1.8.0
- HFAGetRasterBlock at Base 1.8.0
- HFAGetRasterBlockEx at Base 1.8.0
- HFAGetRasterInfo at Base 1.8.0
- HFAOpen at Base 1.8.0
- HFAReadCameraModel at Base 1.8.0
- HFAReadElevationUnit at Base 2.2.0
- HFAReadXFormStack at Base 1.8.0
- HFASetBandNoData at Base 1.8.0
- HFASetDatum at Base 1.8.0
- HFASetGeoTransform at Base 1.8.0
- HFASetMapInfo at Base 1.8.0
- HFASetMetadata at Base 1.8.0
- HFASetOverviewRasterBlock at Base 1.8.0
- HFASetPCT at Base 1.8.0
- HFASetPEString at Base 1.8.0
- HFASetProParameters at Base 1.8.0
- HFASetRasterBlock at Base 1.8.0
- HFAWriteXFormStack at Base 1.8.0
- LibgeotiffOneTimeInit at Base 1.10.1
- MEMCreateRasterBand at Base 1.8.0
- MEMCreateRasterBandEx at Base 2.1.0
- NITFClose at Base 1.8.0
- NITFCollectAttachments at Base 1.8.0
- NITFCreate at Base 1.8.0
- NITFDESAccess at Base 1.8.0
- NITFDESDeaccess at Base 1.8.0
- NITFDESExtractShapefile at Base 1.8.0
- NITFDESFreeTREData at Base 1.8.0
- NITFDESGetTRE at Base 1.8.0
- NITFDESGetXml at Base 3.3.0
- NITFFindTRE at Base 1.8.0
- NITFFindTREByIndex at Base 1.8.0
- NITFGetSeriesInfo at Base 1.8.0
- NITFIHFieldOffset at Base 1.8.0
- NITFImageAccess at Base 1.8.0
- NITFImageDeaccess at Base 1.8.0
- NITFOpen at Base 1.8.0
- NITFRPCGeoToImage at Base 1.8.0
- NITFReadBLOCKA at Base 1.8.0
- NITFReadCSEXRA at Base 1.9.0
- NITFReadICHIPB at Base 1.8.0
- NITFReadImageBlock at Base 1.8.0
- NITFReadImageLine at Base 1.8.0
- NITFReadPIAIMC at Base 1.9.0
- NITFReadRPC00B at Base 1.8.0
- NITFReadSTDIDC at Base 1.8.0
- NITFReadUSE00A at Base 1.8.0
- NITFReconcileAttachments at Base 1.8.0
- NITFWriteIGEOLO at Base 1.8.0
- NITFWriteImageBlock at Base 1.8.0
- NITFWriteImageLine at Base 1.8.0
- NITFWriteLUT at Base 1.8.0
- NITF_WGS84_Geocentric_Latitude_To_Geodetic_Latitude at Base 1.8.0
- OCTClone at Base 3.4.0
- OCTCoordinateTransformationOptionsSetAreaOfInterest at Base 3.0.0
- OCTCoordinateTransformationOptionsSetBallparkAllowed at Base 3.3.0
- OCTCoordinateTransformationOptionsSetDesiredAccuracy at Base 3.3.0
- OCTCoordinateTransformationOptionsSetOnlyBest at Base 3.8.0
- OCTCoordinateTransformationOptionsSetOperation at Base 3.0.0
- OCTDestroyCoordinateTransformation at Base 1.8.0
- OCTDestroyCoordinateTransformationOptions at Base 3.0.0
- OCTGetInverse at Base 3.4.0
- OCTGetSourceCS at Base 3.4.0
- OCTGetTargetCS at Base 3.4.0
- OCTNewCoordinateTransformation at Base 1.8.0
- OCTNewCoordinateTransformationEx at Base 3.0.0
- OCTNewCoordinateTransformationOptions at Base 3.0.0
- OCTTransform4D at Base 3.0.0
- OCTTransform4DWithErrorCodes at Base 3.3.0
- OCTTransform at Base 1.8.0
- OCTTransformBounds at Base 3.4.0
- OCTTransformEx at Base 1.8.0
- OGR2SQLITE_static_register at Base 1.10.1
- OGRBuildPolygonFromEdges at Base 1.8.0
- OGRCalloc at Base 1.8.0
- OGRCleanupAll at Base 1.8.0
- OGRContourWriter at Base 1.8.0
- OGRCreatePreparedGeometry at Base 3.3.0
- OGRDeregisterDriver at Base 1.8.0
- OGRDestroyPreparedGeometry at Base 3.3.0
- OGRFree at Base 1.8.0
- OGRGeocode at Base 1.10.1
- OGRGeocodeCreateSession at Base 1.10.1
- OGRGeocodeDestroySession at Base 1.10.1
- OGRGeocodeFreeResult at Base 1.10.1
- OGRGeocodeReverse at Base 1.10.1
- OGRGeometryTypeToName at Base 1.8.0
- OGRGetDriver at Base 1.8.0
- OGRGetDriverByName at Base 1.8.0
- OGRGetDriverCount at Base 1.8.0
- OGRGetGEOSVersion at Base 3.4.0
- OGRGetGenerate_DB2_V72_BYTE_ORDER at Base 1.8.0
- OGRGetNonLinearGeometriesEnabledFlag at Base 2.0.1
- OGRGetOpenDS at Base 1.8.0
- OGRGetOpenDSCount at Base 1.8.0
- OGRHasPreparedGeometrySupport at Base 3.3.0
- OGRMalloc at Base 1.8.0
- OGRMergeGeometryTypes at Base 1.8.0
- OGRMergeGeometryTypesEx at Base 2.0.1
- OGROpen at Base 1.8.0
- OGROpenShared at Base 1.8.0
- OGRParseDate at Base 1.8.0
- OGRPreparedGeometryContains at Base 3.3.0
- OGRPreparedGeometryIntersects at Base 3.3.0
- OGRRealloc at Base 1.8.0
- OGRRegisterAll at Base 1.8.0
- OGRRegisterDriver at Base 1.8.0
- OGRReleaseDataSource at Base 1.8.0
- OGRSetGenerate_DB2_V72_BYTE_ORDER at Base 1.8.0
- OGRSetNonLinearGeometriesEnabledFlag at Base 2.0.1
- OGR_AreTypeSubTypeCompatible at Base 2.0.1
- OGR_CodedFldDomain_Create at Base 3.3.0
- OGR_CodedFldDomain_GetEnumeration at Base 3.3.0
- OGR_DS_CopyLayer at Base 1.8.0
- OGR_DS_CreateLayer at Base 1.8.0
- OGR_DS_DeleteLayer at Base 1.8.0
- OGR_DS_Dereference at Base 1.8.0
- OGR_DS_Destroy at Base 1.8.0
- OGR_DS_ExecuteSQL at Base 1.8.0
- OGR_DS_GetDriver at Base 1.8.0
- OGR_DS_GetLayer at Base 1.8.0
- OGR_DS_GetLayerByName at Base 1.8.0
- OGR_DS_GetLayerCount at Base 1.8.0
- OGR_DS_GetName at Base 1.8.0
- OGR_DS_GetRefCount at Base 1.8.0
- OGR_DS_GetStyleTable at Base 1.8.0
- OGR_DS_GetSummaryRefCount at Base 1.8.0
- OGR_DS_Reference at Base 1.8.0
- OGR_DS_ReleaseResultSet at Base 1.8.0
- OGR_DS_SetStyleTable at Base 1.8.0
- OGR_DS_SetStyleTableDirectly at Base 1.8.0
- OGR_DS_SyncToDisk at Base 1.8.0
- OGR_DS_TestCapability at Base 1.8.0
- OGR_Dr_CopyDataSource at Base 1.8.0
- OGR_Dr_CreateDataSource at Base 1.8.0
- OGR_Dr_DeleteDataSource at Base 1.8.0
- OGR_Dr_GetName at Base 1.8.0
- OGR_Dr_Open at Base 1.8.0
- OGR_Dr_TestCapability at Base 1.8.0
- OGR_FD_AddFieldDefn at Base 1.8.0
- OGR_FD_AddGeomFieldDefn at Base 1.11.0
- OGR_FD_Create at Base 1.8.0
- OGR_FD_DeleteFieldDefn at Base 1.9.0
- OGR_FD_DeleteGeomFieldDefn at Base 1.11.0
- OGR_FD_Dereference at Base 1.8.0
- OGR_FD_Destroy at Base 1.8.0
- OGR_FD_GetFieldCount at Base 1.8.0
- OGR_FD_GetFieldDefn at Base 1.8.0
- OGR_FD_GetFieldIndex at Base 1.8.0
- OGR_FD_GetGeomFieldCount at Base 1.11.0
- OGR_FD_GetGeomFieldDefn at Base 1.11.0
- OGR_FD_GetGeomFieldIndex at Base 1.11.0
- OGR_FD_GetGeomType at Base 1.8.0
- OGR_FD_GetName at Base 1.8.0
- OGR_FD_GetReferenceCount at Base 1.8.0
- OGR_FD_IsGeometryIgnored at Base 1.8.0
- OGR_FD_IsSame at Base 1.11.0
- OGR_FD_IsStyleIgnored at Base 1.8.0
- OGR_FD_Reference at Base 1.8.0
- OGR_FD_Release at Base 1.8.0
- OGR_FD_ReorderFieldDefns at Base 2.1.0
- OGR_FD_SetGeomType at Base 1.8.0
- OGR_FD_SetGeometryIgnored at Base 1.8.0
- OGR_FD_SetStyleIgnored at Base 1.8.0
- OGR_F_Clone at Base 1.8.0
- OGR_F_Create at Base 1.8.0
- OGR_F_Destroy at Base 1.8.0
- OGR_F_DumpReadable at Base 1.8.0
- OGR_F_DumpReadableAsString at Base 3.8.0
- OGR_F_Equal at Base 1.8.0
- OGR_F_FillUnsetWithDefault at Base 2.0.1
- OGR_F_GetDefnRef at Base 1.8.0
- OGR_F_GetFID at Base 1.8.0
- OGR_F_GetFieldAsBinary at Base 1.8.0
- OGR_F_GetFieldAsDateTime at Base 1.8.0
- OGR_F_GetFieldAsDateTimeEx at Base 2.0.1
- OGR_F_GetFieldAsDouble at Base 1.8.0
- OGR_F_GetFieldAsDoubleList at Base 1.8.0
- OGR_F_GetFieldAsISO8601DateTime at Base 3.7.0
- OGR_F_GetFieldAsInteger64 at Base 2.0.1
- OGR_F_GetFieldAsInteger64List at Base 2.0.1
- OGR_F_GetFieldAsInteger at Base 1.8.0
- OGR_F_GetFieldAsIntegerList at Base 1.8.0
- OGR_F_GetFieldAsString at Base 1.8.0
- OGR_F_GetFieldAsStringList at Base 1.8.0
- OGR_F_GetFieldCount at Base 1.8.0
- OGR_F_GetFieldDefnRef at Base 1.8.0
- OGR_F_GetFieldIndex at Base 1.8.0
- OGR_F_GetGeomFieldCount at Base 1.11.0
- OGR_F_GetGeomFieldDefnRef at Base 1.11.0
- OGR_F_GetGeomFieldIndex at Base 1.11.0
- OGR_F_GetGeomFieldRef at Base 1.11.0
- OGR_F_GetGeometryRef at Base 1.8.0
- OGR_F_GetNativeData at Base 2.1.0
- OGR_F_GetNativeMediaType at Base 2.1.0
- OGR_F_GetRawFieldRef at Base 1.8.0
- OGR_F_GetStyleString at Base 1.8.0
- OGR_F_GetStyleTable at Base 1.8.0
- OGR_F_IsFieldNull at Base 2.2.0
- OGR_F_IsFieldSet at Base 1.8.0
- OGR_F_IsFieldSetAndNotNull at Base 2.2.0
- OGR_F_SetFID at Base 1.8.0
- OGR_F_SetFieldBinary at Base 1.8.0
- OGR_F_SetFieldDateTime at Base 1.8.0
- OGR_F_SetFieldDateTimeEx at Base 2.0.1
- OGR_F_SetFieldDouble at Base 1.8.0
- OGR_F_SetFieldDoubleList at Base 1.8.0
- OGR_F_SetFieldInteger64 at Base 2.0.1
- OGR_F_SetFieldInteger64List at Base 2.0.1
- OGR_F_SetFieldInteger at Base 1.8.0
- OGR_F_SetFieldIntegerList at Base 1.8.0
- OGR_F_SetFieldNull at Base 2.2.0
- OGR_F_SetFieldRaw at Base 1.8.0
- OGR_F_SetFieldString at Base 1.8.0
- OGR_F_SetFieldStringList at Base 1.8.0
- OGR_F_SetFrom at Base 1.8.0
- OGR_F_SetFromWithMap at Base 1.8.0
- OGR_F_SetGeomField at Base 1.11.0
- OGR_F_SetGeomFieldDirectly at Base 1.11.0
- OGR_F_SetGeometry at Base 1.8.0
- OGR_F_SetGeometryDirectly at Base 1.8.0
- OGR_F_SetNativeData at Base 2.1.0
- OGR_F_SetNativeMediaType at Base 2.1.0
- OGR_F_SetStyleString at Base 1.8.0
- OGR_F_SetStyleStringDirectly at Base 1.8.0
- OGR_F_SetStyleTable at Base 1.8.0
- OGR_F_SetStyleTableDirectly at Base 1.8.0
- OGR_F_StealGeometry at Base 1.8.0
- OGR_F_StealGeometryEx at Base 3.5.0
- OGR_F_UnsetField at Base 1.8.0
- OGR_F_Validate at Base 2.0.1
- OGR_FldDomain_Destroy at Base 3.3.0
- OGR_FldDomain_GetDescription at Base 3.3.0
- OGR_FldDomain_GetDomainType at Base 3.3.0
- OGR_FldDomain_GetFieldSubType at Base 3.3.0
- OGR_FldDomain_GetFieldType at Base 3.3.0
- OGR_FldDomain_GetMergePolicy at Base 3.3.0
- OGR_FldDomain_GetName at Base 3.3.0
- OGR_FldDomain_GetSplitPolicy at Base 3.3.0
- OGR_FldDomain_SetMergePolicy at Base 3.3.0
- OGR_FldDomain_SetSplitPolicy at Base 3.3.0
- OGR_Fld_Create at Base 1.8.0
- OGR_Fld_Destroy at Base 1.8.0
- OGR_Fld_GetAlternativeNameRef at Base 3.2.0
- OGR_Fld_GetComment at Base 3.7.0
- OGR_Fld_GetDefault at Base 2.0.1
- OGR_Fld_GetDomainName at Base 3.3.0
- OGR_Fld_GetJustify at Base 1.8.0
- OGR_Fld_GetNameRef at Base 1.8.0
- OGR_Fld_GetPrecision at Base 1.8.0
- OGR_Fld_GetSubType at Base 2.0.1
- OGR_Fld_GetTZFlag at Base 3.8.0
- OGR_Fld_GetType at Base 1.8.0
- OGR_Fld_GetWidth at Base 1.8.0
- OGR_Fld_IsDefaultDriverSpecific at Base 2.0.1
- OGR_Fld_IsIgnored at Base 1.8.0
- OGR_Fld_IsNullable at Base 2.0.1
- OGR_Fld_IsUnique at Base 3.2.0
- OGR_Fld_Set at Base 1.8.0
- OGR_Fld_SetAlternativeName at Base 3.2.0
- OGR_Fld_SetComment at Base 3.7.0
- OGR_Fld_SetDefault at Base 2.0.1
- OGR_Fld_SetDomainName at Base 3.3.0
- OGR_Fld_SetIgnored at Base 1.8.0
- OGR_Fld_SetJustify at Base 1.8.0
- OGR_Fld_SetName at Base 1.8.0
- OGR_Fld_SetNullable at Base 2.0.1
- OGR_Fld_SetPrecision at Base 1.8.0
- OGR_Fld_SetSubType at Base 2.0.1
- OGR_Fld_SetTZFlag at Base 3.8.0
- OGR_Fld_SetType at Base 1.8.0
- OGR_Fld_SetUnique at Base 3.2.0
- OGR_Fld_SetWidth at Base 1.8.0
- OGR_GFld_Create at Base 1.11.0
- OGR_GFld_Destroy at Base 1.11.0
- OGR_GFld_GetNameRef at Base 1.11.0
- OGR_GFld_GetSpatialRef at Base 1.11.0
- OGR_GFld_GetType at Base 1.11.0
- OGR_GFld_IsIgnored at Base 1.11.0
- OGR_GFld_IsNullable at Base 2.0.1
- OGR_GFld_SetIgnored at Base 1.11.0
- OGR_GFld_SetName at Base 1.11.0
- OGR_GFld_SetNullable at Base 2.0.1
- OGR_GFld_SetSpatialRef at Base 1.11.0
- OGR_GFld_SetType at Base 1.11.0
- OGR_GT_Flatten at Base 2.0.1
- OGR_GT_GetCollection at Base 2.0.1
- OGR_GT_GetCurve at Base 2.0.1
- OGR_GT_GetLinear at Base 2.0.1
- OGR_GT_HasM at Base 2.1.0
- OGR_GT_HasZ at Base 2.0.1
- OGR_GT_IsCurve at Base 2.0.1
- OGR_GT_IsNonLinear at Base 2.0.1
- OGR_GT_IsSubClassOf at Base 2.0.1
- OGR_GT_IsSurface at Base 2.0.1
- OGR_GT_SetM at Base 2.1.0
- OGR_GT_SetModifier at Base 2.0.1
- OGR_GT_SetZ at Base 2.0.1
- OGR_G_AddGeometry at Base 1.8.0
- OGR_G_AddGeometryDirectly at Base 1.8.0
- OGR_G_AddPoint at Base 1.8.0
- OGR_G_AddPointM at Base 2.1.0
- OGR_G_AddPointZM at Base 2.1.0
- OGR_G_AddPoint_2D at Base 1.8.0
- OGR_G_ApproximateArcAngles at Base 1.8.0
- OGR_G_Area at Base 1.8.0
- OGR_G_AssignSpatialReference at Base 1.8.0
- OGR_G_Boundary at Base 1.8.0
- OGR_G_Buffer at Base 1.8.0
- OGR_G_Centroid at Base 1.8.0
- OGR_G_Clone at Base 1.8.0
- OGR_G_CloseRings at Base 1.8.0
- OGR_G_ConcaveHull at Base 3.6.0
- OGR_G_Contains at Base 1.8.0
- OGR_G_ConvexHull at Base 1.8.0
- OGR_G_CoordinateDimension at Base 2.1.0
- OGR_G_CreateFromFgf at Base 1.8.0
- OGR_G_CreateFromGML at Base 1.8.0
- OGR_G_CreateFromGMLTree at Base 1.8.0
- OGR_G_CreateFromWkb at Base 1.8.0
- OGR_G_CreateFromWkbEx at Base 3.3.0
- OGR_G_CreateFromWkt at Base 1.8.0
- OGR_G_CreateGeometry at Base 1.8.0
- OGR_G_CreateGeometryFromEsriJson at Base 3.1.0
- OGR_G_CreateGeometryFromJson at Base 1.8.0
- OGR_G_Crosses at Base 1.8.0
- OGR_G_DelaunayTriangulation at Base 2.1.0
- OGR_G_DestroyGeometry at Base 1.8.0
- OGR_G_Difference at Base 1.8.0
- OGR_G_Disjoint at Base 1.8.0
- OGR_G_Distance3D at Base 2.2.0
- OGR_G_Distance at Base 1.8.0
- OGR_G_DumpReadable at Base 1.8.0
- OGR_G_Empty at Base 1.8.0
- OGR_G_Equal at Base 1.8.0
- OGR_G_Equals at Base 1.8.0
- OGR_G_ExportEnvelopeToGMLTree at Base 1.8.0
- OGR_G_ExportToGML at Base 1.8.0
- OGR_G_ExportToGMLEx at Base 1.8.0
- OGR_G_ExportToGMLTree at Base 1.8.0
- OGR_G_ExportToIsoWkb at Base 2.0.1
- OGR_G_ExportToIsoWkt at Base 2.0.1
- OGR_G_ExportToJson at Base 1.8.0
- OGR_G_ExportToJsonEx at Base 1.9.0
- OGR_G_ExportToKML at Base 1.8.0
- OGR_G_ExportToWkb at Base 1.8.0
- OGR_G_ExportToWkt at Base 1.8.0
- OGR_G_FlattenTo2D at Base 1.8.0
- OGR_G_ForceTo at Base 2.0.1
- OGR_G_ForceToLineString at Base 1.10.1
- OGR_G_ForceToMultiLineString at Base 1.8.0
- OGR_G_ForceToMultiPoint at Base 1.8.0
- OGR_G_ForceToMultiPolygon at Base 1.8.0
- OGR_G_ForceToPolygon at Base 1.8.0
- OGR_G_GetArea at Base 1.8.0
- OGR_G_GetBoundary at Base 1.8.0
- OGR_G_GetCoordinateDimension at Base 1.8.0
- OGR_G_GetCurveGeometry at Base 2.0.1
- OGR_G_GetDimension at Base 1.8.0
- OGR_G_GetEnvelope3D at Base 1.9.0
- OGR_G_GetEnvelope at Base 1.8.0
- OGR_G_GetGeometryCount at Base 1.8.0
- OGR_G_GetGeometryName at Base 1.8.0
- OGR_G_GetGeometryRef at Base 1.8.0
- OGR_G_GetGeometryType at Base 1.8.0
- OGR_G_GetLinearGeometry at Base 2.0.1
- OGR_G_GetM at Base 2.1.0
- OGR_G_GetPoint at Base 1.8.0
- OGR_G_GetPointCount at Base 1.8.0
- OGR_G_GetPointZM at Base 2.1.0
- OGR_G_GetPoints at Base 1.9.0
- OGR_G_GetPointsZM at Base 2.1.0
- OGR_G_GetSpatialReference at Base 1.8.0
- OGR_G_GetX at Base 1.8.0
- OGR_G_GetY at Base 1.8.0
- OGR_G_GetZ at Base 1.8.0
- OGR_G_HasCurveGeometry at Base 2.0.1
- OGR_G_ImportFromWkb at Base 1.8.0
- OGR_G_ImportFromWkt at Base 1.8.0
- OGR_G_Intersect at Base 1.8.0
- OGR_G_Intersection at Base 1.8.0
- OGR_G_Intersects at Base 1.8.0
- OGR_G_Is3D at Base 2.1.0
- OGR_G_IsClockwise at Base 3.8.0
- OGR_G_IsEmpty at Base 1.8.0
- OGR_G_IsMeasured at Base 2.1.0
- OGR_G_IsRing at Base 1.8.0
- OGR_G_IsSimple at Base 1.8.0
- OGR_G_IsValid at Base 1.8.0
- OGR_G_Length at Base 1.8.0
- OGR_G_MakeValid at Base 3.0.0
- OGR_G_MakeValidEx at Base 3.4.0
- OGR_G_Normalize at Base 3.3.0
- OGR_G_Overlaps at Base 1.8.0
- OGR_G_PointOnSurface at Base 1.10.1
- OGR_G_Polygonize at Base 1.9.0
- OGR_G_RemoveGeometry at Base 1.8.0
- OGR_G_RemoveLowerDimensionSubGeoms at Base 3.1.0
- OGR_G_Segmentize at Base 1.8.0
- OGR_G_Set3D at Base 2.1.0
- OGR_G_SetCoordinateDimension at Base 1.8.0
- OGR_G_SetMeasured at Base 2.1.0
- OGR_G_SetPoint at Base 1.8.0
- OGR_G_SetPointCount at Base 1.11.0
- OGR_G_SetPointM at Base 2.1.0
- OGR_G_SetPointZM at Base 2.1.0
- OGR_G_SetPoint_2D at Base 1.8.0
- OGR_G_SetPoints at Base 1.11.0
- OGR_G_SetPointsZM at Base 2.1.0
- OGR_G_Simplify at Base 1.8.0
- OGR_G_SimplifyPreserveTopology at Base 1.9.0
- OGR_G_SwapXY at Base 2.3.0
- OGR_G_SymDifference at Base 1.8.0
- OGR_G_SymmetricDifference at Base 1.8.0
- OGR_G_Touches at Base 1.8.0
- OGR_G_Transform at Base 1.8.0
- OGR_G_TransformTo at Base 1.8.0
- OGR_G_UnaryUnion at Base 3.7.0
- OGR_G_Union at Base 1.8.0
- OGR_G_UnionCascaded at Base 1.8.0
- OGR_G_Value at Base 2.0.1
- OGR_G_Within at Base 1.8.0
- OGR_G_WkbSize at Base 1.8.0
- OGR_G_WkbSizeEx at Base 3.3.0
- OGR_GeomTransformer_Create at Base 3.1.0
- OGR_GeomTransformer_Destroy at Base 3.1.0
- OGR_GeomTransformer_Transform at Base 3.1.0
- OGR_GetFieldSubTypeName at Base 2.0.1
- OGR_GetFieldTypeName at Base 1.8.0
- OGR_GlobFldDomain_Create at Base 3.3.0
- OGR_GlobFldDomain_GetGlob at Base 3.3.0
- OGR_L_AlterFieldDefn at Base 1.9.0
- OGR_L_AlterGeomFieldDefn at Base 3.6.0
- OGR_L_Clip at Base 1.10.1
- OGR_L_CommitTransaction at Base 1.8.0
- OGR_L_CreateFeature at Base 1.8.0
- OGR_L_CreateField at Base 1.8.0
- OGR_L_CreateFieldFromArrowSchema at Base 3.8.0
- OGR_L_CreateGeomField at Base 1.11.0
- OGR_L_DeleteFeature at Base 1.8.0
- OGR_L_DeleteField at Base 1.9.0
- OGR_L_Dereference at Base 1.8.0
- OGR_L_Erase at Base 1.10.1
- OGR_L_FindFieldIndex at Base 1.11.0
- OGR_L_GetArrowStream at Base 3.6.0
- OGR_L_GetExtent at Base 1.8.0
- OGR_L_GetExtentEx at Base 1.11.0
- OGR_L_GetFIDColumn at Base 1.8.0
- OGR_L_GetFeature at Base 1.8.0
- OGR_L_GetFeatureCount at Base 1.8.0
- OGR_L_GetFeaturesRead at Base 1.8.0
- OGR_L_GetGeomType at Base 1.8.0
- OGR_L_GetGeometryColumn at Base 1.8.0
- OGR_L_GetGeometryTypes at Base 3.6.0
- OGR_L_GetLayerDefn at Base 1.8.0
- OGR_L_GetName at Base 1.8.0
- OGR_L_GetNextFeature at Base 1.8.0
- OGR_L_GetRefCount at Base 1.8.0
- OGR_L_GetSpatialFilter at Base 1.8.0
- OGR_L_GetSpatialRef at Base 1.8.0
- OGR_L_GetStyleTable at Base 1.8.0
- OGR_L_GetSupportedSRSList at Base 3.7.0
- OGR_L_Identity at Base 1.10.1
- OGR_L_Intersection at Base 1.10.1
- OGR_L_IsArrowSchemaSupported at Base 3.8.0
- OGR_L_Reference at Base 1.8.0
- OGR_L_Rename at Base 3.5.0
- OGR_L_ReorderField at Base 1.9.0
- OGR_L_ReorderFields at Base 1.9.0
- OGR_L_ResetReading at Base 1.8.0
- OGR_L_RollbackTransaction at Base 1.8.0
- OGR_L_SetActiveSRS at Base 3.7.0
- OGR_L_SetAttributeFilter at Base 1.8.0
- OGR_L_SetFeature at Base 1.8.0
- OGR_L_SetIgnoredFields at Base 1.8.0
- OGR_L_SetNextByIndex at Base 1.8.0
- OGR_L_SetSpatialFilter at Base 1.8.0
- OGR_L_SetSpatialFilterEx at Base 1.11.0
- OGR_L_SetSpatialFilterRect at Base 1.8.0
- OGR_L_SetSpatialFilterRectEx at Base 1.11.0
- OGR_L_SetStyleTable at Base 1.8.0
- OGR_L_SetStyleTableDirectly at Base 1.8.0
- OGR_L_StartTransaction at Base 1.8.0
- OGR_L_SymDifference at Base 1.10.1
- OGR_L_SyncToDisk at Base 1.8.0
- OGR_L_TestCapability at Base 1.8.0
- OGR_L_Union at Base 1.10.1
- OGR_L_Update at Base 1.10.1
- OGR_L_UpdateFeature at Base 3.7.0
- OGR_L_UpsertFeature at Base 3.6.0
- OGR_L_WriteArrowBatch at Base 3.8.0
- OGR_RangeFldDomain_Create at Base 3.3.0
- OGR_RangeFldDomain_GetMax at Base 3.3.0
- OGR_RangeFldDomain_GetMin at Base 3.3.0
- OGR_RawField_IsNull at Base 2.2.0
- OGR_RawField_IsUnset at Base 2.2.0
- OGR_RawField_SetNull at Base 2.2.0
- OGR_RawField_SetUnset at Base 2.2.0
- OGR_SM_AddPart at Base 1.8.0
- OGR_SM_AddStyle at Base 1.8.0
- OGR_SM_Create at Base 1.8.0
- OGR_SM_Destroy at Base 1.8.0
- OGR_SM_GetPart at Base 1.8.0
- OGR_SM_GetPartCount at Base 1.8.0
- OGR_SM_InitFromFeature at Base 1.8.0
- OGR_SM_InitStyleString at Base 1.8.0
- OGR_STBL_AddStyle at Base 1.11.0
- OGR_STBL_Create at Base 1.8.0
- OGR_STBL_Destroy at Base 1.8.0
- OGR_STBL_Find at Base 1.8.0
- OGR_STBL_GetLastStyleName at Base 1.8.0
- OGR_STBL_GetNextStyle at Base 1.8.0
- OGR_STBL_LoadStyleTable at Base 1.8.0
- OGR_STBL_ResetStyleStringReading at Base 1.8.0
- OGR_STBL_SaveStyleTable at Base 1.8.0
- OGR_ST_Create at Base 1.8.0
- OGR_ST_Destroy at Base 1.8.0
- OGR_ST_GetParamDbl at Base 1.8.0
- OGR_ST_GetParamNum at Base 1.8.0
- OGR_ST_GetParamStr at Base 1.8.0
- OGR_ST_GetRGBFromString at Base 1.8.0
- OGR_ST_GetStyleString at Base 1.8.0
- OGR_ST_GetType at Base 1.8.0
- OGR_ST_GetUnit at Base 1.8.0
- OGR_ST_SetParamDbl at Base 1.8.0
- OGR_ST_SetParamNum at Base 1.8.0
- OGR_ST_SetParamStr at Base 1.8.0
- OGR_ST_SetUnit at Base 1.8.0
- OSRAddGuessedTOWGS84 at Base 3.0.3
- OSRAutoIdentifyEPSG at Base 1.8.0
- OSRAxisEnumToName at Base 1.8.0
- OSRCalcInvFlattening at Base 2.0.1
- OSRCalcSemiMinorFromInvFlattening at Base 2.0.1
- OSRCleanup at Base 1.8.0
- OSRClone at Base 1.8.0
- OSRCloneGeogCS at Base 1.8.0
- OSRConvertToOtherProjection at Base 2.3.0
- OSRCopyGeogCSFrom at Base 1.8.0
- OSRDemoteTo2D at Base 3.2.0
- OSRDereference at Base 1.8.0
- OSRDestroyCRSInfoList at Base 3.0.0
- OSRDestroySpatialReference at Base 1.8.0
- OSREPSGTreatsAsLatLong at Base 1.8.0
- OSREPSGTreatsAsNorthingEasting at Base 1.10.1
- OSRExportToERM at Base 1.8.0
- OSRExportToMICoordSys at Base 1.8.0
- OSRExportToPCI at Base 1.8.0
- OSRExportToPROJJSON at Base 3.1.0
- OSRExportToPanorama at Base 1.8.0
- OSRExportToPrettyWkt at Base 1.8.0
- OSRExportToProj4 at Base 1.8.0
- OSRExportToUSGS at Base 1.8.0
- OSRExportToWkt at Base 1.8.0
- OSRExportToWktEx at Base 3.0.0
- OSRExportToXML at Base 1.8.0
- OSRFindMatches at Base 2.3.0
- OSRFreeSRSArray at Base 2.3.0
- OSRGetAngularUnits at Base 1.8.0
- OSRGetAreaOfUse at Base 3.0.0
- OSRGetAttrValue at Base 1.8.0
- OSRGetAuthorityCode at Base 1.8.0
- OSRGetAuthorityName at Base 1.8.0
- OSRGetAxesCount at Base 3.1.0
- OSRGetAxis at Base 1.8.0
- OSRGetAxisMappingStrategy at Base 3.0.0
- OSRGetCRSInfoListFromDatabase at Base 3.0.0
- OSRGetCoordinateEpoch at Base 3.4.0
- OSRGetDataAxisToSRSAxisMapping at Base 3.0.0
- OSRGetInvFlattening at Base 1.8.0
- OSRGetLinearUnits at Base 1.8.0
- OSRGetName at Base 3.0.0
- OSRGetNormProjParm at Base 1.8.0
- OSRGetPROJAuxDbPaths at Base 3.3.0
- OSRGetPROJEnableNetwork at Base 3.4.0
- OSRGetPROJSearchPaths at Base 3.0.3
- OSRGetPROJVersion at Base 3.0.1
- OSRGetPrimeMeridian at Base 1.8.0
- OSRGetProjParm at Base 1.8.0
- OSRGetSemiMajor at Base 1.8.0
- OSRGetSemiMinor at Base 1.8.0
- OSRGetTOWGS84 at Base 1.8.0
- OSRGetTargetLinearUnits at Base 1.9.0
- OSRGetUTMZone at Base 1.8.0
- OSRHasPointMotionOperation at Base 3.8.0
- OSRImportFromDict at Base 1.8.0
- OSRImportFromEPSG at Base 1.8.0
- OSRImportFromEPSGA at Base 1.8.0
- OSRImportFromERM at Base 1.8.0
- OSRImportFromESRI at Base 1.8.0
- OSRImportFromMICoordSys at Base 1.8.0
- OSRImportFromOzi at Base 1.8.0
- OSRImportFromPCI at Base 1.8.0
- OSRImportFromPanorama at Base 1.8.0
- OSRImportFromProj4 at Base 1.8.0
- OSRImportFromUSGS at Base 1.8.0
- OSRImportFromUrl at Base 1.8.0
- OSRImportFromWkt at Base 1.8.0
- OSRImportFromXML at Base 1.8.0
- OSRIsCompound at Base 1.9.0
- OSRIsDerivedGeographic at Base 3.1.0
- OSRIsDynamic at Base 3.4.0
- OSRIsGeocentric at Base 1.9.0
- OSRIsGeographic at Base 1.8.0
- OSRIsLocal at Base 1.8.0
- OSRIsProjected at Base 1.8.0
- OSRIsSame at Base 1.8.0
- OSRIsSameEx at Base 3.0.0
- OSRIsSameGeogCS at Base 1.8.0
- OSRIsSameVertCS at Base 1.9.0
- OSRIsVertical at Base 1.8.0
- OSRMorphFromESRI at Base 1.8.0
- OSRMorphToESRI at Base 1.8.0
- OSRNewSpatialReference at Base 1.8.0
- OSRPromoteTo3D at Base 3.1.0
- OSRReference at Base 1.8.0
- OSRRelease at Base 1.8.0
- OSRSetACEA at Base 1.8.0
- OSRSetAE at Base 1.8.0
- OSRSetAngularUnits at Base 1.8.0
- OSRSetAttrValue at Base 1.8.0
- OSRSetAuthority at Base 1.8.0
- OSRSetAxes at Base 2.0.2
- OSRSetAxisMappingStrategy at Base 3.0.0
- OSRSetBonne at Base 1.8.0
- OSRSetCEA at Base 1.8.0
- OSRSetCS at Base 1.8.0
- OSRSetCompoundCS at Base 1.9.0
- OSRSetCoordinateEpoch at Base 3.4.0
- OSRSetDataAxisToSRSAxisMapping at Base 3.1.0
- OSRSetEC at Base 1.8.0
- OSRSetEckert at Base 1.8.0
- OSRSetEckertIV at Base 1.8.0
- OSRSetEckertVI at Base 1.8.0
- OSRSetEquirectangular2 at Base 1.8.0
- OSRSetEquirectangular at Base 1.8.0
- OSRSetFromUserInput at Base 1.8.0
- OSRSetGEOS at Base 1.8.0
- OSRSetGH at Base 1.8.0
- OSRSetGS at Base 1.8.0
- OSRSetGaussSchreiberTMercator at Base 1.8.0
- OSRSetGeocCS at Base 1.9.0
- OSRSetGeogCS at Base 1.8.0
- OSRSetGnomonic at Base 1.8.0
- OSRSetHOM2PNO at Base 1.8.0
- OSRSetHOM at Base 1.8.0
- OSRSetHOMAC at Base 2.0.2
- OSRSetIGH at Base 1.9.0
- OSRSetIWMPolyconic at Base 1.8.0
- OSRSetKrovak at Base 1.8.0
- OSRSetLAEA at Base 1.8.0
- OSRSetLCC1SP at Base 1.8.0
- OSRSetLCC at Base 1.8.0
- OSRSetLCCB at Base 1.8.0
- OSRSetLinearUnits at Base 1.8.0
- OSRSetLinearUnitsAndUpdateParameters at Base 1.8.0
- OSRSetLocalCS at Base 1.8.0
- OSRSetMC at Base 1.8.0
- OSRSetMercator2SP at Base 2.0.2
- OSRSetMercator at Base 1.8.0
- OSRSetMollweide at Base 1.8.0
- OSRSetNZMG at Base 1.8.0
- OSRSetNormProjParm at Base 1.8.0
- OSRSetOS at Base 1.8.0
- OSRSetOrthographic at Base 1.8.0
- OSRSetPROJAuxDbPaths at Base 3.3.0
- OSRSetPROJEnableNetwork at Base 3.4.0
- OSRSetPROJSearchPaths at Base 3.0.0
- OSRSetPS at Base 1.8.0
- OSRSetPolyconic at Base 1.8.0
- OSRSetProjCS at Base 1.8.0
- OSRSetProjParm at Base 1.8.0
- OSRSetProjection at Base 1.8.0
- OSRSetQSC at Base 2.0.1
- OSRSetRobinson at Base 1.8.0
- OSRSetSCH at Base 2.1.0
- OSRSetSOC at Base 1.8.0
- OSRSetSinusoidal at Base 1.8.0
- OSRSetStatePlane at Base 1.8.0
- OSRSetStatePlaneWithUnits at Base 1.8.0
- OSRSetStereographic at Base 1.8.0
- OSRSetTM at Base 1.8.0
- OSRSetTMG at Base 1.8.0
- OSRSetTMSO at Base 1.8.0
- OSRSetTMVariant at Base 1.8.0
- OSRSetTOWGS84 at Base 1.8.0
- OSRSetTPED at Base 2.0.2
- OSRSetTargetLinearUnits at Base 1.9.0
- OSRSetUTM at Base 1.8.0
- OSRSetVDG at Base 1.8.0
- OSRSetVertCS at Base 1.9.0
- OSRSetVerticalPerspective at Base 3.1.0
- OSRSetWagner at Base 2.0.2
- OSRSetWellKnownGeogCS at Base 1.8.0
- OSRStripVertical at Base 3.6.0
- OSRValidate at Base 1.8.0
- RPCInfoToMD at Base 1.10.1
- RPCInfoV2ToMD at Base 3.3.0
- RPFTOCFree at Base 1.8.0
- RPFTOCRead at Base 1.8.0
- RPFTOCReadFromBuffer at Base 1.8.0
- RegisterGNMDatabase at Base 2.2.0
- RegisterGNMFile at Base 2.2.0
- RegisterOGRAVCBin at Base 1.8.0
- RegisterOGRAVCE00 at Base 1.8.0
- RegisterOGRAmigoCloud at Base 2.1.0
- RegisterOGRCAD at Base 2.2.0
- RegisterOGRCSV at Base 1.8.0
- RegisterOGRCSW at Base 2.0.1
- RegisterOGRCarto at Base 2.1.2
- RegisterOGRDGN at Base 1.8.0
- RegisterOGRDXF at Base 1.8.0
- RegisterOGREDIGEO at Base 1.9.0
- RegisterOGRESRIJSON at Base 2.3.0
- RegisterOGRElastic at Base 1.10.1
- RegisterOGRFlatGeobuf at Base 3.1.0
- RegisterOGRGML at Base 1.8.0
- RegisterOGRGMLAS at Base 2.2.0
- RegisterOGRGMT at Base 1.8.0
- RegisterOGRGPSBabel at Base 1.8.0
- RegisterOGRGPX at Base 1.8.0
- RegisterOGRGTFS at Base 3.7.0
- RegisterOGRGeoJSON at Base 1.8.0
- RegisterOGRGeoJSONSeq at Base 2.4.0
- RegisterOGRGeoPackage at Base 1.11.0
- RegisterOGRGeoRSS at Base 1.8.0
- RegisterOGRGeoconcept at Base 1.8.0
- RegisterOGRILI1 at Base 1.8.0
- RegisterOGRILI2 at Base 1.8.0
- RegisterOGRIdrisi at Base 1.9.0
- RegisterOGRJML at Base 2.0.1
- RegisterOGRJSONFG at Base 3.8.0
- RegisterOGRKML at Base 1.8.0
- RegisterOGRLIBKML at Base 1.9.0
- RegisterOGRLVBAG at Base 3.2.0
- RegisterOGRMEM at Base 1.8.0
- RegisterOGRMSSQLSpatial at Base 1.8.0
- RegisterOGRMVT at Base 2.3.0
- RegisterOGRMapML at Base 3.1.0
- RegisterOGRMySQL at Base 1.8.0
- RegisterOGRNAS at Base 1.8.0
- RegisterOGRNGW at Base 2.4.0
- RegisterOGRNTF at Base 1.8.0
- RegisterOGROAPIF at Base 3.1.0
- RegisterOGRODBC at Base 1.8.0
- RegisterOGRODS at Base 1.10.1
- RegisterOGROGDI at Base 1.8.0
- RegisterOGROSM at Base 1.10.1
- RegisterOGROpenFileGDB at Base 1.11.0
- RegisterOGRPDS at Base 1.8.0
- RegisterOGRPG at Base 1.8.0
- RegisterOGRPGDump at Base 1.8.0
- RegisterOGRPGeo at Base 1.8.0
- RegisterOGRPLSCENES at Base 2.0.1
- RegisterOGRPMTiles at Base 3.8.0
- RegisterOGRS57 at Base 1.8.0
- RegisterOGRSDTS at Base 1.8.0
- RegisterOGRSOSI at Base 2.2.0
- RegisterOGRSQLite at Base 1.8.0
- RegisterOGRSVG at Base 1.9.0
- RegisterOGRSXF at Base 1.11.0
- RegisterOGRSelafin at Base 2.0.1
- RegisterOGRShape at Base 1.8.0
- RegisterOGRTAB at Base 1.8.0
- RegisterOGRTiger at Base 1.8.0
- RegisterOGRTopoJSON at Base 2.3.0
- RegisterOGRVDV at Base 2.1.0
- RegisterOGRVFK at Base 1.8.0
- RegisterOGRVRT at Base 1.8.0
- RegisterOGRWAsP at Base 1.11.0
- RegisterOGRWFS at Base 1.8.0
- RegisterOGRXLS at Base 1.9.0
- RegisterOGRXLSX at Base 1.10.1
- SetCSVFilenameHook at Base 1.8.0
- VRTAddBand at Base 1.8.0
- VRTAddComplexSource at Base 1.8.0
- VRTAddFuncSource at Base 1.8.0
- VRTAddSimpleSource at Base 1.8.0
- VRTCreate at Base 1.8.0
- VRTFlushCache at Base 1.8.0
- VRTSerializeToXML at Base 1.8.0
- VSIAbortPendingUploads at Base 3.4.0
- VSIAllocFilesystemPluginCallbacksStruct at Base 3.5.1
- VSICTime at Base 1.8.0
- VSICalloc at Base 1.8.0
- VSICallocVerbose at Base 2.1.0
- VSICleanupFileManager at Base 1.8.0
- VSIClearCredentials at Base 3.5.0
- VSIClearPathSpecificOptions at Base 3.6.0
- VSICloseDir at Base 2.4.0
- VSICopyFile at Base 3.7.0
- VSICurlClearCache at Base 2.2.1
- VSICurlPartialClearCache at Base 2.4.0
- VSIDuplicateFileSystemHandler at Base 3.7.0
- VSIError at Base 2.1.0
- VSIErrorReset at Base 2.1.0
- VSIFClose at Base 1.8.0
- VSIFCloseL at Base 1.8.0
- VSIFEof at Base 1.8.0
- VSIFEofL at Base 1.8.0
- VSIFFlush at Base 1.8.0
- VSIFFlushL at Base 1.8.0
- VSIFGetNativeFileDescriptorL at Base 1.11.0
- VSIFGetRangeStatusL at Base 2.2.0
- VSIFGetc at Base 1.8.0
- VSIFGets at Base 1.8.0
- VSIFOpen at Base 1.8.0
- VSIFOpenEx2L at Base 3.3.0
- VSIFOpenExL at Base 2.1.0
- VSIFOpenL at Base 1.8.0
- VSIFPrintf at Base 1.8.0
- VSIFPrintfL at Base 1.8.0
- VSIFPutc at Base 1.8.0
- VSIFPutcL at Base 1.8.0
- VSIFPuts at Base 1.8.0
- VSIFRead at Base 1.8.0
- VSIFReadL at Base 1.8.0
- VSIFReadMultiRangeL at Base 1.9.0
- VSIFSeek at Base 1.8.0
- VSIFSeekL at Base 1.8.0
- VSIFTell at Base 1.8.0
- VSIFTellL at Base 1.8.0
- VSIFTruncateL at Base 1.9.0
- VSIFWrite at Base 1.8.0
- VSIFWriteL at Base 1.8.0
- VSIFileFromMemBuffer at Base 1.8.0
- VSIFree at Base 1.8.0
- VSIFreeAligned at Base 2.2.0
- VSIFreeFilesystemPluginCallbacksStruct at Base 3.5.1
- VSIGMTime at Base 1.8.0
- VSIGetActualURL at Base 2.3.0
- VSIGetCanonicalFilename at Base 3.8.0
- VSIGetCredential at Base 3.5.0
- VSIGetDiskFreeSpace at Base 2.1.0
- VSIGetFileMetadata at Base 3.1.0
- VSIGetFileSystemOptions at Base 2.3.0
- VSIGetFileSystemsPrefixes at Base 2.3.0
- VSIGetLastErrorMsg at Base 2.1.0
- VSIGetLastErrorNo at Base 2.1.0
- VSIGetMemFileBuffer at Base 1.8.0
- VSIGetNextDirEntry at Base 2.4.0
- VSIGetPathSpecificOption at Base 3.6.0
- VSIGetSignedURL at Base 2.3.0
- VSIHasOptimizedReadMultiRange at Base 2.3.0
- VSIIngestFile at Base 1.11.0
- VSIInstallCryptFileHandler at Base 2.1.0
- VSIInstallLargeFileHandler at Base 1.8.0
- VSIInstallMemFileHandler at Base 1.8.0
- VSIInstallPluginHandler at Base 3.5.1
- VSIInstallSparseFileHandler at Base 1.8.0
- VSIInstallSubFileHandler at Base 1.8.0
- VSIIsCaseSensitiveFS at Base 1.8.0
- VSIIsLocal at Base 3.6.0
- VSILocalTime at Base 1.8.0
- VSIMalloc2 at Base 1.8.0
- VSIMalloc2Verbose at Base 2.1.0
- VSIMalloc3 at Base 1.8.0
- VSIMalloc3Verbose at Base 2.1.0
- VSIMalloc at Base 1.8.0
- VSIMallocAligned at Base 2.2.0
- VSIMallocAlignedAuto at Base 2.2.0
- VSIMallocAlignedAutoVerbose at Base 2.2.0
- VSIMallocVerbose at Base 2.1.0
- VSIMkdir at Base 1.8.0
- VSIMkdirRecursive at Base 2.3.0
- VSINetworkStatsGetAsSerializedJSON at Base 3.2.0
- VSINetworkStatsReset at Base 3.2.0
- VSIOpenDir at Base 2.4.0
- VSIOverwriteFile at Base 3.0.2
- VSIReadDir at Base 1.8.0
- VSIReadDirEx at Base 2.1.0
- VSIReadDirRecursive at Base 1.10.1
- VSIRealloc at Base 1.8.0
- VSIReallocVerbose at Base 2.1.0
- VSIRename at Base 1.8.0
- VSIRewind at Base 1.8.0
- VSIRewindL at Base 1.8.0
- VSIRmdir at Base 1.8.0
- VSIRmdirRecursive at Base 2.3.0
- VSISetCredential at Base 3.5.0
- VSISetCryptKey at Base 2.1.0
- VSISetFileMetadata at Base 3.1.0
- VSISetPathSpecificOption at Base 3.6.0
- VSISiblingFiles at Base 3.2.0
- VSIStat at Base 1.8.0
- VSIStatExL at Base 1.8.0
- VSIStatL at Base 1.8.0
- VSIStdoutSetRedirection at Base 2.0.1
- VSIStrdup at Base 1.8.0
- VSIStrdupVerbose at Base 2.1.0
- VSIStrerror at Base 1.8.0
- VSISupportsRandomWrite at Base 3.6.0
- VSISupportsSequentialWrite at Base 3.6.0
- VSISupportsSparseFiles at Base 2.2.0
- VSISync at Base 2.4.0
- VSITime at Base 1.8.0
- VSIToCPLError at Base 2.1.0
- VSIUngetc at Base 1.8.0
- VSIUnlink at Base 1.8.0
- VSIUnlinkBatch at Base 3.1.0
- _CPLAssert at Base 1.8.0
- _Z10CPLOPrintfPKcz at Base 2.2.0
- _Z10EXIFCreatePPcPhjjjPj at Base 3.6.0
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_Z11AdjustValueIaET_S0_m at Base 3.5.0
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_Z11AdjustValueIaET_S0_y at Base 3.5.0
- (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_Z11AdjustValueIdET_S0_m at Base 3.4.2
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_Z11AdjustValueIdET_S0_y at Base 3.4.2
- (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_Z11AdjustValueIfET_S0_m at Base 3.4.2
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_Z11AdjustValueIfET_S0_y at Base 3.4.2
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_Z11AdjustValueIhET_S0_m at Base 3.5.0
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_Z11AdjustValueIhET_S0_y at Base 3.5.0
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_Z11AdjustValueIiET_S0_m at Base 3.5.0
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_Z11AdjustValueIiET_S0_y at Base 3.5.0
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_Z11AdjustValueIjET_S0_m at Base 3.5.0
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_Z11AdjustValueIjET_S0_y at Base 3.5.0
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_Z11AdjustValueIlET_S0_m at Base 3.5.0
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_Z11AdjustValueImET_S0_m at Base 3.5.0
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_Z11AdjustValueIsET_S0_m at Base 3.5.0
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_Z11AdjustValueIsET_S0_y at Base 3.5.0
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_Z11AdjustValueItET_S0_m at Base 3.5.0
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_Z11AdjustValueItET_S0_y at Base 3.5.0
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_Z11AdjustValueIxET_S0_y at Base 3.5.0
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_Z11AdjustValueIyET_S0_y at Base 3.5.0
- (arch=alpha sh4)_Z11CPLOvPrintfPKc13__va_list_tag at Base 3.7.2
- (arch=amd64 powerpc s390x x32)_Z11CPLOvPrintfPKcP13__va_list_tag at Base 3.5.1
- (arch=hurd-i386 i386 ppc64 ppc64el)_Z11CPLOvPrintfPKcPc at Base 3.5.1
- (arch=hppa ia64 loong64 m68k mips64el mipsel riscv64 sparc64)_Z11CPLOvPrintfPKcPv at Base 3.8.0
- (arch=arm64 armel armhf)_Z11CPLOvPrintfPKcSt9__va_list at Base 3.4.2
- _Z11GMLParseXSDPKcRSt6vectorIP15GMLFeatureClassSaIS3_EERb at Base 3.4.0
- _Z11PamGetProxyPKc at Base 1.8.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4)_Z11WKBFromEWKBPhjRjPi at Base 3.7.2
- (arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4)_Z11WKBFromEWKBPhmRmPi at Base 3.7.1
- _Z12CPLURLAddKVPPKcS0_S0_ at Base 1.9.0
- _Z12OGRJSonParsePKcPP11json_objectb at Base 2.2.0
- _Z12VSI_TIFFOpenPKcS0_P16VSIVirtualHandle at Base 3.7.0
- _Z14CPLFloatToHalfjRb at Base 3.5.0
- _Z14CPLURLGetValuePKcS0_ at Base 1.9.0
- _Z14HFACreateLayerP7hfainfoP8HFAEntryPKciiiiiii7EPTTypePPcxxii at Base 2.1.0
- _Z14SWQCastCheckerP13swq_expr_nodei at Base 3.1.0
- _Z15OGRFormatDoubleB5cxx11dRK13OGRWktOptions at Base 3.4.0
- _Z15OGRFormatDoublePcidcic at Base 3.4.0
- _Z15OGRGetDayOfWeekiii at Base 1.8.0
- _Z15OGRWktReadTokenPKcPc at Base 1.8.0
- _Z15PamCleanProxyDBv at Base 1.8.0
- _Z16OGRToOGCGeomType18OGRwkbGeometryTypebbb at Base 3.7.0
- _Z16OGRWktReadPointsPKcPP11OGRRawPointPPdPiS6_ at Base 1.8.0
- _Z16PamAllocateProxyPKc at Base 1.8.0
- _Z16SWQCastEvaluatorP13swq_expr_nodePS0_ at Base 3.1.0
- _Z16swq_expr_compilePKciPPcP14swq_field_typeiP25swq_custom_func_registrarPP13swq_expr_node at Base 3.1.0
- _Z17CPLHTTPSetOptionsPvPKcPKS1_ at Base 3.4.0
- _Z17CPLIEEEToVaxFloatPv at Base 3.4.0
- _Z17CPLVaxToIEEEFloatPv at Base 3.4.0
- _Z17OGRGetXMLDateTimePK8OGRField at Base 2.0.1
- _Z17OGRGetXMLDateTimePK8OGRFieldb at Base 3.2.2
- _Z17OGRHStoreGetValuePKcS0_ at Base 3.1.0
- (arch=armel armhf hppa hurd-i386 i386 m68k powerpc sh4)_Z17OGRWKBGetGeomTypePKhjRbRj at Base 3.8.0
- (arch=amd64 arm64 ia64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_Z17OGRWKBGetGeomTypePKhmRbRj at Base 3.8.3
- _Z17OGRWktReadPointsMPKcPP11OGRRawPointPPdS5_PiS6_S6_ at Base 2.1.0
- _Z17PamParseHistogramP10CPLXMLNodePdS1_PiPPyS2_S2_ at Base 2.0.1
- _Z17SWQGeneralCheckerP13swq_expr_nodei at Base 3.1.0
- _Z17swq_expr_compile2PKcP14swq_field_listiP25swq_custom_func_registrarPP13swq_expr_node at Base 3.1.0
- _Z18CPLIEEEToVaxDoublePv at Base 3.4.0
- _Z18CPLVaxToIEEEDoublePv at Base 3.4.0
- _Z18OGRCloneArrowArrayPK11ArrowSchemaPK10ArrowArrayPS2_ at Base 3.8.1
- _Z18OGRFromOGCGeomTypePKc at Base 1.8.0
- _Z18OGRUpdateFieldTypeP12OGRFieldDefn12OGRFieldType15OGRFieldSubType at Base 2.1.0
- _Z18OGRWriteToShapeBinPK11OGRGeometryPPhPi at Base 2.3.0
- _Z18swq_identify_fieldPKcS0_P14swq_field_listP14swq_field_typePi at Base 3.1.0
- _Z19CPLUnixTimeToYMDHMSxP2tm at Base 1.8.0
- _Z19CPLYMDHMSToUnixTimePK2tm at Base 1.8.0
- _Z19EXIFExtractMetadataRPPcPviiiRiS3_S3_ at Base 3.2.0
- _Z19GDALCopyNoDataValueP14GDALRasterBandS0_ at Base 3.5.0
- _Z19GML_GetOGRFieldType15GMLPropertyTypeR15OGRFieldSubType at Base 3.4.0
- _Z19GetOutputDriversForPKci at Base 2.3.0
- _Z19OGRCheckPermutationPKii at Base 3.4.0
- _Z19OGRCreateMultiPatchPK11OGRGeometryiRiRPiS4_S2_RP11OGRRawPointRPd at Base 3.6.0
- _Z19OGRGeometryFromEWKBPhiPii at Base 2.0.1
- _Z19OGRInitializeXercesv at Base 2.2.0
- _Z19OGRParseXMLDateTimePKcP8OGRField at Base 2.0.1
- _Z19OGRTZFlagToTimezoneB5cxx11iPKc at Base 3.8.0
- _Z19OGRTimezoneToTZFlagPKcb at Base 3.8.0
- _Z19OSRGetEllipsoidInfoiPPcPdS1_ at Base 1.8.0
- _Z19SWQGeneralEvaluatorP13swq_expr_nodePS0_ at Base 3.1.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_Z19VSICreateCachedFileP16VSIVirtualHandlejj at Base 3.7.2
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_Z19VSICreateCachedFileP16VSIVirtualHandlemm at Base 3.8.0
- _Z20CPLHTTPIgnoreSigPipev at Base 3.4.0
- _Z20GDALCloneTransformerPv at Base 1.10.0
- _Z20OGRGeometryToHexEWKBP11OGRGeometryiii at Base 2.1.0
- _Z20OGRGetRFC822DateTimePK8OGRField at Base 2.0.1
- _Z20OGRMakeWktCoordinateB5cxx11dddi13OGRWktOptions at Base 3.1.0
- _Z20OGRMakeWktCoordinatePcdddi at Base 1.8.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4)_Z20OGRWKBGetBoundingBoxPKhjR11OGREnvelope at Base 3.7.2
- (arch=amd64 arm64 ia64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_Z20OGRWKBGetBoundingBoxPKhmR11OGREnvelope at Base 3.8.3
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_Z20RoundValueDiscardLsbIaaET0_PKvmm at Base 3.5.0
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_Z20RoundValueDiscardLsbIaaET0_PKvyy at Base 3.5.0
- (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_Z20RoundValueDiscardLsbIdmET0_PKvmm at Base 3.4.2
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_Z20RoundValueDiscardLsbIdyET0_PKvyy at Base 3.4.2
- (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_Z20RoundValueDiscardLsbIfjET0_PKvmm at Base 3.4.2
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_Z20RoundValueDiscardLsbIfjET0_PKvyy at Base 3.4.2
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_Z20RoundValueDiscardLsbIiiET0_PKvmm at Base 3.5.0
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_Z20RoundValueDiscardLsbIiiET0_PKvyy at Base 3.5.0
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_Z20RoundValueDiscardLsbIjjET0_PKvmm at Base 3.5.0
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_Z20RoundValueDiscardLsbIjjET0_PKvyy at Base 3.5.0
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_Z20RoundValueDiscardLsbIllET0_PKvmm at Base 3.5.0
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_Z20RoundValueDiscardLsbImmET0_PKvmm at Base 3.5.0
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_Z20RoundValueDiscardLsbIssET0_PKvmm at Base 3.5.0
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_Z20RoundValueDiscardLsbIssET0_PKvyy at Base 3.5.0
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_Z20RoundValueDiscardLsbIttET0_PKvmm at Base 3.5.0
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_Z20RoundValueDiscardLsbIttET0_PKvyy at Base 3.5.0
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_Z20RoundValueDiscardLsbIxxET0_PKvyy at Base 3.5.0
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_Z20RoundValueDiscardLsbIyyET0_PKvyy at Base 3.5.0
- _Z20SWQFieldTypeToString14swq_field_type at Base 3.1.0
- _Z20swq_select_summarizeP10swq_selectiPKc at Base 3.1.0
- _Z21MEMGroupCreateMDArrayP9GDALGroupRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt6vectorISt10shared_ptrI13GDALDimensionESaISC_EERK20GDALExtendedDataTypePvPKPKc at Base 3.6.0
- _Z21OGRCreateFromShapeBinPhPP11OGRGeometryi at Base 1.9.0
- _Z21OGRDeinitializeXercesv at Base 2.2.0
- _Z21OGRGetISO8601DateTimePK8OGRFieldRK16OGRISO8601FormatPc at Base 3.8.0
- _Z21OGRGetISO8601DateTimePK8OGRFieldbPc at Base 3.7.0
- _Z21OGRMakeWktCoordinateMB5cxx11ddddii13OGRWktOptions at Base 3.1.0
- _Z21OGRMakeWktCoordinateMPcddddii at Base 2.1.0
- _Z21OGRParseArrowMetadataB5cxx11PKc at Base 3.8.0
- _Z21PamHistogramToXMLTreeddiPyii at Base 2.0.1
- _Z21VSICreateGZipWritableP16VSIVirtualHandleii at Base 2.0.1
- _Z22CPLParseRFC822DateTimePKcPiS1_S1_S1_S1_S1_S1_S1_ at Base 2.3.0
- _Z22CPLQuotedSQLIdentifierPKc at Base 2.4.0
- _Z22GTiffGetCompressValuesRbS_S_S_S_S_S_b at Base 3.3.0
- _Z22OGRGeoJSONReadGeometryP11json_objectP19OGRSpatialReference at Base 3.8.0
- _Z22OGRGeometryFromHexEWKBPKcPii at Base 2.0.1
- _Z22OGRPGCommonLaunderNamePKcS0_ at Base 2.0.1
- _Z22OGRParseRFC822DateTimePKcP8OGRField at Base 2.0.1
- _Z22OGRReadWKBGeometryTypePKh13OGRwkbVariantP18OGRwkbGeometryType at Base 3.5.0
- _Z22OGRReadWKTGeometryTypePKcP18OGRwkbGeometryType at Base 3.5.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_Z23GDALBufferHasOnlyNoDataPKvdjjjji22GDALBufferSampleFormat at Base 3.7.2
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_Z23GDALBufferHasOnlyNoDataPKvdmmmmi22GDALBufferSampleFormat at Base 3.8.0
- _Z23GDALGetGlobalThreadPooli at Base 3.5.0
- _Z23OGRCreateExpatXMLParserv at Base 1.8.0
- _Z23OGRCreateFromMultiPatchiPKiS0_iPKdS2_S2_ at Base 3.5.0
- _Z23OGRGeoJSONWriteGeometryPK11OGRGeometryRK22OGRGeoJSONWriteOptions at Base 3.4.0
- _Z23OGRPGCommonLayerGetTypeR12OGRFieldDefnbb at Base 2.2.0
- _Z23OGRPGCommonLayerSetTypeR12OGRFieldDefnPKcS2_i at Base 2.0.1
- _Z23swq_is_reserved_keywordPKc at Base 3.1.0
- _Z24GetOutputDriverForRasterPKc at Base 2.3.0
- _Z24MITABCoordSys2SpatialRefPKc at Base 1.8.0
- _Z24MITABSpatialRef2CoordSysPK19OGRSpatialReference at Base 2.3.0
- _Z24OGRPGCommonAppendCopyFIDR9CPLStringP10OGRFeature at Base 3.7.0
- _Z24PamFindMatchingHistogramP10CPLXMLNodeddiii at Base 1.8.0
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_Z25CPLCreateUserFaultMappingPKcPPvPm at Base 3.8.0
- (arch=armel armhf hppa i386 m68k mipsel powerpc sh4 x32)_Z25CPLCreateUserFaultMappingPKcPPvPy at Base 3.7.2
- (arch=!hurd-i386)_Z25CPLDeleteUserFaultMappingP16cpl_uffd_context at Base 3.5.1
- _Z26CPL_json_object_object_getP11json_objectPKc at Base 2.2.0
- _Z26GeoJSONPropertyToFieldTypeP11json_objectR15OGRFieldSubTypeb at Base 3.4.0
- _Z26OGRCreateDefaultLayerIndexv at Base 1.8.0
- _Z26OGRCreateXercesInputSourceP16VSIVirtualHandle at Base 3.7.0
- _Z26OGRGeneralCmdLineProcessoriPPPci at Base 1.8.0
- _Z26RAWDatasetCheckMemoryUsageiiiiiiyyP16VSIVirtualHandle at Base 3.7.0
- _Z26S57GenerateDSIDFeatureDefnv at Base 1.8.0
- _Z26S57GenerateGeomFeatureDefn18OGRwkbGeometryTypei at Base 1.8.0
- _Z26S57GenerateObjectClassDefnP17S57ClassRegistrarP23S57ClassContentExplorerii at Base 1.11.0
- _Z26json_ex_get_object_by_pathP11json_objectPKc at Base 3.4.0
- _Z27OGRDestroyXercesInputSourcePN11xercesc_3_211InputSourceE at Base 2.3.0
- _Z27OGRPGCommonAppendFieldValueR9CPLStringP10OGRFeatureiPFS_PvPKciS5_S5_ES3_ at Base 2.0.1
- (arch=armel armhf hppa hurd-i386 i386 m68k powerpc sh4)_Z27OGRWKBIntersectsPessimisticPKhjRK11OGREnvelope at Base 3.8.0
- (arch=amd64 arm64 ia64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_Z27OGRWKBIntersectsPessimisticPKhmRK11OGREnvelope at Base 3.8.3
- _Z28CPLHTTPRestoreSigPipeHandlerPv at Base 3.4.0
- _Z28GDALGetJPEG2000ReversibilityPKcP16VSIVirtualHandle at Base 3.7.0
- _Z28OGRGetXML_UTF8_EscapedStringPKc at Base 1.8.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4)_Z28OGRPGCommonGByteArrayToBYTEAPKhj at Base 3.7.2
- (arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4)_Z28OGRPGCommonGByteArrayToBYTEAPKhm at Base 3.7.1
- _Z28OGRPGCommonLayerGetPGDefaultP12OGRFieldDefn at Base 2.0.1
- _Z28OGRWriteMultiPatchToShapeBinPK11OGRGeometryPPhPi at Base 2.3.0
- _Z29S57GenerateStandardAttributesP14OGRFeatureDefni at Base 1.8.0
- _Z29VSICreateBufferedReaderHandleP16VSIVirtualHandle at Base 2.0.1
- (arch=!hurd-i386)_Z30CPLIsUserFaultMappingSupportedv at Base 3.5.1
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_Z30GDALGetNoDataValueCastToDoublel at Base 3.8.0
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_Z30GDALGetNoDataValueCastToDoublem at Base 3.8.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_Z30GDALGetNoDataValueCastToDoublex at Base 3.7.2
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_Z30GDALGetNoDataValueCastToDoubley at Base 3.7.2
- (arch=armel armhf hppa hurd-i386 i386 m68k powerpc sh4)_Z30OGRParseDateTimeYYYYMMDDTHHMMZPKcjP8OGRField at Base 3.8.0
- (arch=amd64 arm64 ia64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_Z30OGRParseDateTimeYYYYMMDDTHHMMZPKcmP8OGRField at Base 3.8.3
- _Z30OGR_GreatCircle_ExtendPositionddddPdS_ at Base 3.4.0
- _Z31GDALGetCompressionFormatForJPEGB5cxx11P16VSIVirtualHandle at Base 3.7.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4)_Z31GDALGetCompressionFormatForJPEGB5cxx11PKvj at Base 3.7.2
- (arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4)_Z31GDALGetCompressionFormatForJPEGB5cxx11PKvm at Base 3.7.1
- _Z32GDALRegenerateOverviewsMultiBandiPKP14GDALRasterBandiPKS2_PKcPFidS6_PvES7_PKS6_ at Base 3.6.0
- _Z32OGRPGCommonLayerNormalizeDefaultP12OGRFieldDefnPKc at Base 2.0.1
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_Z32OGRParseDateTimeYYYYMMDDTHHMMSSZPKcjP8OGRField at Base 3.7.2
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_Z32OGRParseDateTimeYYYYMMDDTHHMMSSZPKcmP8OGRField at Base 3.8.0
- _Z32OGRStopXercesLimitsForThisThreadv at Base 3.4.0
- _Z33CPLInstallErrorHandlerAccumulatorRSt6vectorI32CPLErrorHandlerAccumulatorStructSaIS0_EE at Base 3.1.0
- _Z33GDALRegisterTransformDeserializerPKcPFiPviiPdS2_S2_PiEPFS1_P10CPLXMLNodeE at Base 2.3.0
- _Z33OGRCreateCoordinateTransformationPK19OGRSpatialReferenceS1_ at Base 3.0.0
- _Z33OGRCreateCoordinateTransformationPK19OGRSpatialReferenceS1_RK34OGRCoordinateTransformationOptions at Base 3.0.0
- _Z33OGRSQLiteImportSpatiaLiteGeometryPKhiPP11OGRGeometryPi at Base 3.4.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_Z33OGRStartXercesLimitsForThisThreadjPKcdS0_ at Base 3.7.2
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_Z33OGRStartXercesLimitsForThisThreadmPKcdS0_ at Base 3.8.0
- _Z34CPLIsMachinePotentiallyGCEInstancev at Base 3.4.0
- (optional=templinst)_Z34OGRPGCommonAppendCopyRegularFieldsR9CPLStringP10OGRFeaturePKcRKSt6vectorIbSaIbEEPFS_PvS4_iS4_S4_ESA_ at Base 3.7.0
- _Z35CPLUninstallErrorHandlerAccumulatorv at Base 3.1.0
- _Z35GDALUnregisterTransformDeserializerPv at Base 2.3.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_Z35OGRParseDateTimeYYYYMMDDTHHMMSSsssZPKcjP8OGRField at Base 3.7.2
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_Z35OGRParseDateTimeYYYYMMDDTHHMMSSsssZPKcmP8OGRField at Base 3.8.0
- _Z36GDALEnablePixelTypeSignedByteWarningPvb at Base 3.7.0
- _Z37S57GenerateVectorPrimitiveFeatureDefnii at Base 1.8.0
- (arch=armel armhf hppa hurd-i386 i386 m68k powerpc sh4)_Z39OGRWKBFixupCounterClockWiseExternalRingPhj at Base 3.8.0
- (arch=amd64 arm64 ia64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_Z39OGRWKBFixupCounterClockWiseExternalRingPhm at Base 3.8.3
- _Z43GDALIsDriverDeprecatedForGDAL39StillEnabledPKcS0_ at Base 3.8.0
- _Z45OGRCreateEmulatedTransactionDataSourceWrapperP13OGRDataSourceP24IOGRTransactionBehaviourii at Base 2.0.1
- _Z6swqlexPP13swq_expr_nodeP17swq_parse_context at Base 3.1.0
- _Z8swqerrorP17swq_parse_contextPKc at Base 3.1.0
- _Z8swqparseP17swq_parse_context at Base 3.1.0
- _ZGVZN13OGRWktOptionsC4EvE12defPrecision at Base 3.1.1
- _ZGVZN13OGRWktOptionsC4EvE8defRound at Base 3.1.1
- _ZN10BaseStream13getBaseStreamEv at Base 3.5.0
- _ZN10BaseStream13getDictObjectEv at Base 3.5.0
- _ZN10BaseStream18getUndecodedStreamEv at Base 3.5.0
- _ZN10BaseStream7getDictEv at Base 3.5.0
- _ZN10BaseStream9getLengthEv at Base 3.5.0
- _ZN10CPLLocaleCC1Ev at Base 1.8.0
- _ZN10CPLLocaleCC2Ev at Base 1.8.0
- _ZN10CPLLocaleCD1Ev at Base 1.8.0
- _ZN10CPLLocaleCD2Ev at Base 1.8.0
- _ZN10GDALDriver10CreateCopyEPKcP11GDALDatasetiPKS1_PFidS1_PvES6_ at Base 3.4.0
- _ZN10GDALDriver11QuietDeleteEPKcPKS1_ at Base 3.1.0
- _ZN10GDALDriver13DefaultRenameEPKcS1_ at Base 1.8.0
- _ZN10GDALDriver15SetMetadataItemEPKcS1_S1_ at Base 2.0.1
- _ZN10GDALDriver16DefaultCopyFilesEPKcS1_ at Base 1.8.0
- _ZN10GDALDriver16DefaultCopyMasksEP11GDALDatasetS1_i at Base 1.8.0
- _ZN10GDALDriver16DefaultCopyMasksEP11GDALDatasetS1_iPKPKcPFidS3_PvES6_ at Base 2.4.0
- _ZN10GDALDriver17DefaultCreateCopyEPKcP11GDALDatasetiPKS1_PFidS1_PvES6_ at Base 3.4.0
- _ZN10GDALDriver19DefaultCopyMetadataEP11GDALDatasetS1_PKPKcS5_ at Base 3.8.0
- _ZN10GDALDriver19VectorTranslateFromEPKcP11GDALDatasetPKS1_PFidS1_PvES6_ at Base 3.8.0
- _ZN10GDALDriver22CanVectorTranslateFromEPKcP11GDALDatasetPKS1_PPPc at Base 3.8.0
- _ZN10GDALDriver22CreateMultiDimensionalEPKcPKS1_S3_ at Base 3.1.0
- _ZN10GDALDriver24QuietDeleteForCreateCopyEPKcP11GDALDataset at Base 3.8.2
- _ZN10GDALDriver33DefaultCreateCopyMultiDimensionalEP11GDALDatasetS1_bPKPKcPFidS3_PvES6_ at Base 3.1.0
- _ZN10GDALDriver4OpenEP12GDALOpenInfob at Base 3.8.0
- _ZN10GDALDriver6CreateEPKciii12GDALDataTypePKS1_ at Base 3.4.0
- _ZN10GDALDriver6DeleteEPKc at Base 1.8.0
- _ZN10GDALDriver6RenameEPKcS1_ at Base 1.8.0
- _ZN10GDALDriver9CopyFilesEPKcS1_ at Base 1.8.0
- _ZN10GDALDriverC1Ev at Base 1.8.0
- _ZN10GDALDriverC2Ev at Base 1.8.0
- _ZN10GDALDriverD0Ev at Base 1.8.0
- _ZN10GDALDriverD1Ev at Base 1.8.0
- _ZN10GDALDriverD2Ev at Base 1.8.0
- _ZN10GDALJP2Box10IsSuperBoxEv at Base 1.8.0
- _ZN10GDALJP2Box11AppendUInt8Eh at Base 2.0.1
- _ZN10GDALJP2Box11ReadBoxDataEv at Base 1.8.0
- _ZN10GDALJP2Box12AppendUInt16Et at Base 2.0.1
- _ZN10GDALJP2Box12AppendUInt32Ej at Base 2.0.1
- _ZN10GDALJP2Box12CreateLblBoxEPKc at Base 1.8.0
- _ZN10GDALJP2Box12DumpReadableEP8_IO_FILEi at Base 1.10.0
- _ZN10GDALJP2Box13CreateAsocBoxEiPKPKS_ at Base 3.6.0
- _ZN10GDALJP2Box13CreateUUIDBoxEPKhiS1_ at Base 2.0.1
- _ZN10GDALJP2Box13ReadNextChildEPS_ at Base 1.8.0
- _ZN10GDALJP2Box14CreateJUMBFBoxEPKS_iPKS1_ at Base 3.6.0
- _ZN10GDALJP2Box14CreateSuperBoxEPKciPKPKS_ at Base 3.6.0
- _ZN10GDALJP2Box14ReadFirstChildEPS_ at Base 1.8.0
- _ZN10GDALJP2Box15SetWritableDataEiPKh at Base 1.8.0
- _ZN10GDALJP2Box18AppendWritableDataEiPKv at Base 2.0.1
- _ZN10GDALJP2Box22CreateLabelledXMLAssocEPKcS1_ at Base 1.8.0
- _ZN10GDALJP2Box25CreateJUMBFDescriptionBoxEPKhPKc at Base 3.6.0
- _ZN10GDALJP2Box7ReadBoxEv at Base 1.8.0
- _ZN10GDALJP2Box7SetTypeEPKc at Base 1.8.0
- _ZN10GDALJP2Box8ReadNextEv at Base 1.8.0
- _ZN10GDALJP2Box9ReadFirstEv at Base 1.8.0
- _ZN10GDALJP2Box9SetOffsetEx at Base 1.8.0
- _ZN10GDALJP2BoxC1EP16VSIVirtualHandle at Base 3.7.0
- _ZN10GDALJP2BoxC2EP16VSIVirtualHandle at Base 3.7.0
- _ZN10GDALJP2BoxD1Ev at Base 1.8.0
- _ZN10GDALJP2BoxD2Ev at Base 1.8.0
- _ZN10GMLFeature11AddGeometryEP10CPLXMLNode at Base 1.9.0
- _ZN10GMLFeature19SetGeometryDirectlyEP10CPLXMLNode at Base 1.9.0
- _ZN10GMLFeature19SetGeometryDirectlyEiP10CPLXMLNode at Base 1.11.0
- _ZN10GMLFeature19SetPropertyDirectlyEiPc at Base 1.9.0
- _ZN10GMLFeature20SetBoundedByGeometryEP10CPLXMLNode at Base 3.7.0
- _ZN10GMLFeature4DumpEP8_IO_FILE at Base 1.8.0
- _ZN10GMLFeature6SetFIDEPKc at Base 1.8.0
- _ZN10GMLFeatureC1EP15GMLFeatureClass at Base 1.8.0
- _ZN10GMLFeatureC2EP15GMLFeatureClass at Base 1.8.0
- _ZN10GMLFeatureD1Ev at Base 1.8.0
- _ZN10GMLFeatureD2Ev at Base 1.8.0
- _ZN10GNMNetwork11GetFileListEv at Base 2.2.0
- _ZN10GNMNetworkC1Ev at Base 2.2.0
- _ZN10GNMNetworkC2Ev at Base 2.2.0
- _ZN10GNMNetworkD0Ev at Base 2.2.0
- _ZN10GNMNetworkD1Ev at Base 2.2.0
- _ZN10GNMNetworkD2Ev at Base 2.2.0
- _ZN10IGMLReader16SetGlobalSRSNameEPKc at Base 1.10.0
- _ZN10IGMLReader5SetFPEP16VSIVirtualHandle at Base 3.7.0
- _ZN10IGMLReaderD0Ev at Base 1.8.0
- _ZN10IGMLReaderD1Ev at Base 1.8.0
- _ZN10IGMLReaderD2Ev at Base 1.8.0
- _ZN10MEMDataset10AddMEMBandEPv at Base 3.6.0
- _ZN10MEMDataset10CreateBaseEPKciii12GDALDataTypePPc at Base 3.6.0
- _ZN10MEMDataset11GetGCPCountEv at Base 1.8.0
- _ZN10MEMDataset13SetSpatialRefEPK19OGRSpatialReference at Base 3.0.0
- _ZN10MEMDataset14CreateMaskBandEi at Base 2.2.0
- _ZN10MEMDataset15GetGeoTransformEPd at Base 1.8.0
- _ZN10MEMDataset15IBuildOverviewsEPKciPKiiS3_PFidS1_PvES4_PKS1_ at Base 3.6.0
- _ZN10MEMDataset15SetGeoTransformEPd at Base 1.8.0
- _ZN10MEMDataset17GetInternalHandleEPKc at Base 1.8.0
- _ZN10MEMDataset22CreateMultiDimensionalEPKcPKS1_S3_ at Base 3.1.0
- _ZN10MEMDataset4OpenEP12GDALOpenInfo at Base 1.8.0
- _ZN10MEMDataset6CreateEPKciii12GDALDataTypePPc at Base 1.8.0
- _ZN10MEMDataset7AddBandE12GDALDataTypePPc at Base 1.8.0
- _ZN10MEMDataset7GetGCPsEv at Base 1.8.0
- _ZN10MEMDataset7SetGCPsEiPK8GDAL_GCPPK19OGRSpatialReference at Base 3.0.0
- _ZN10MEMDataset9IRasterIOE10GDALRWFlagiiiiPvii12GDALDataTypeiPixxxP20GDALRasterIOExtraArg at Base 2.0.1
- _ZN10MEMDatasetC1Ev at Base 1.8.0
- _ZN10MEMDatasetC2Ev at Base 1.8.0
- _ZN10MEMDatasetD0Ev at Base 1.8.0
- _ZN10MEMDatasetD1Ev at Base 1.8.0
- _ZN10MEMDatasetD2Ev at Base 1.8.0
- _ZN10MEMMDArray13SetSpatialRefEPK19OGRSpatialReference at Base 3.8.0
- _ZN10MEMMDArray15CreateAttributeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt6vectorIySaIyEERK20GDALExtendedDataTypePKPKc at Base 3.8.0
- _ZN10MEMMDArray15DeleteAttributeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKPKc at Base 3.8.0
- _ZN10MEMMDArray17SetRawNoDataValueEPKv at Base 3.8.0
- _ZN10MEMMDArray24NotifyChildrenOfDeletionEv at Base 3.8.0
- _ZN10MEMMDArray24NotifyChildrenOfRenamingEv at Base 3.8.0
- _ZN10MEMMDArray6CreateERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_RKSt6vectorISt10shared_ptrI13GDALDimensionESaISB_EERK20GDALExtendedDataType at Base 3.8.0
- _ZN10MEMMDArray6RenameERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.8.0
- _ZN10MEMMDArray6ResizeERKSt6vectorIySaIyEEPKPKc at Base 3.8.0
- _ZN10MEMMDArray6ResizeERKSt6vectorIySaIyEEb at Base 3.8.0
- _ZN10MEMMDArray7SetUnitERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.8.0
- _ZN10MEMMDArray8SetScaleEd12GDALDataType at Base 3.8.0
- _ZN10MEMMDArray9SetOffsetEd12GDALDataType at Base 3.8.0
- _ZN10MEMMDArrayC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_RKSt6vectorISt10shared_ptrI13GDALDimensionESaISB_EERK20GDALExtendedDataType at Base 3.8.0
- _ZN10MEMMDArrayC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_RKSt6vectorISt10shared_ptrI13GDALDimensionESaISB_EERK20GDALExtendedDataType at Base 3.8.0
- _ZN10MEMMDArrayD0Ev at Base 3.8.0
- _ZN10MEMMDArrayD1Ev at Base 3.8.0
- _ZN10MEMMDArrayD2Ev at Base 3.8.0
- _ZN10OGRFeature10FieldValue11SetDateTimeEiiiiifi at Base 2.3.0
- _ZN10OGRFeature10FieldValue5clearEv at Base 2.3.0
- _ZN10OGRFeature10FieldValue6AssignERKS0_ at Base 3.6.0
- _ZN10OGRFeature10FieldValue7SetNullEv at Base 2.3.0
- _ZN10OGRFeature10FieldValueC1EPKS_i at Base 2.3.0
- _ZN10OGRFeature10FieldValueC1EPS_i at Base 2.3.0
- _ZN10OGRFeature10FieldValueC2EPKS_i at Base 2.3.0
- _ZN10OGRFeature10FieldValueC2EPS_i at Base 2.3.0
- _ZN10OGRFeature10FieldValueD1Ev at Base 2.3.0
- _ZN10OGRFeature10FieldValueD2Ev at Base 2.3.0
- _ZN10OGRFeature10FieldValueaSEOS0_ at Base 3.6.0
- _ZN10OGRFeature10FieldValueaSEPKPKc at Base 2.3.0
- _ZN10OGRFeature10FieldValueaSEPKc at Base 2.3.0
- _ZN10OGRFeature10FieldValueaSERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.3.0
- _ZN10OGRFeature10FieldValueaSERKS0_ at Base 2.3.0
- _ZN10OGRFeature10FieldValueaSERKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS7_EE at Base 2.3.0
- _ZN10OGRFeature10FieldValueaSERKSt6vectorIdSaIdEE at Base 2.3.0
- _ZN10OGRFeature10FieldValueaSERKSt6vectorIiSaIiEE at Base 2.3.0
- _ZN10OGRFeature10FieldValueaSERKSt6vectorIxSaIxEE at Base 2.3.0
- _ZN10OGRFeature10FieldValueaSEd at Base 2.3.0
- _ZN10OGRFeature10FieldValueaSEi at Base 2.3.0
- _ZN10OGRFeature10FieldValueaSEx at Base 2.3.0
- _ZN10OGRFeature10UnsetFieldEi at Base 1.8.0
- _ZN10OGRFeature11AppendFieldEv at Base 2.3.0
- _ZN10OGRFeature11RemapFieldsEP14OGRFeatureDefnPKi at Base 2.3.0
- _ZN10OGRFeature11SetGeometryEPK11OGRGeometry at Base 2.2.0
- _ZN10OGRFeature12SetFieldNullEi at Base 2.2.0
- _ZN10OGRFeature12SetGeomFieldEiPK11OGRGeometry at Base 2.2.0
- _ZN10OGRFeature13CreateFeatureEP14OGRFeatureDefn at Base 1.8.0
- _ZN10OGRFeature13SetFieldsFromEPKS_PKiib at Base 3.8.0
- _ZN10OGRFeature13SetNativeDataEPKc at Base 2.1.0
- _ZN10OGRFeature13SetStyleTableEP13OGRStyleTable at Base 1.8.0
- _ZN10OGRFeature13StealGeometryEi at Base 1.11.0
- _ZN10OGRFeature13StealGeometryEv at Base 1.8.0
- _ZN10OGRFeature14DestroyFeatureEPS_ at Base 1.8.0
- _ZN10OGRFeature14GetGeometryRefEv at Base 1.11.0
- _ZN10OGRFeature14SetFDefnUnsafeEP14OGRFeatureDefn at Base 3.5.0
- _ZN10OGRFeature14SetStyleStringEPKc at Base 1.8.0
- _ZN10OGRFeature15GetGeomFieldRefEPKc at Base 1.11.0
- _ZN10OGRFeature15GetGeomFieldRefEi at Base 1.11.0
- _ZN10OGRFeature15RemapGeomFieldsEP14OGRFeatureDefnPKi at Base 2.3.0
- _ZN10OGRFeature16SetFieldInternalEiPK8OGRField at Base 3.5.0
- _ZN10OGRFeature18ConstFieldIteratorC1EPKS_i at Base 2.3.0
- _ZN10OGRFeature18ConstFieldIteratorC2EPKS_i at Base 2.3.0
- _ZN10OGRFeature18ConstFieldIteratorD1Ev at Base 2.3.0
- _ZN10OGRFeature18ConstFieldIteratorD2Ev at Base 2.3.0
- _ZN10OGRFeature18ConstFieldIteratorppEv at Base 2.3.0
- _ZN10OGRFeature18SetNativeMediaTypeEPKc at Base 2.1.0
- _ZN10OGRFeature19SetGeometryDirectlyEP11OGRGeometry at Base 1.8.0
- _ZN10OGRFeature20FillUnsetWithDefaultEiPPc at Base 2.0.1
- _ZN10OGRFeature20SetGeomFieldDirectlyEiP11OGRGeometry at Base 1.11.0
- _ZN10OGRFeature21SetStyleTableDirectlyEP13OGRStyleTable at Base 1.8.0
- _ZN10OGRFeature22FieldNotFoundExceptionD0Ev at Base 2.3.0
- _ZN10OGRFeature22FieldNotFoundExceptionD1Ev at Base 2.3.0
- _ZN10OGRFeature22FieldNotFoundExceptionD2Ev at Base 2.3.0
- _ZN10OGRFeature22SetStyleStringDirectlyEPc at Base 1.8.0
- _ZN10OGRFeature5ResetEv at Base 3.5.0
- _ZN10OGRFeature6SetFIDEx at Base 2.0.1
- _ZN10OGRFeature7SetFromEPKS_PKiib at Base 3.8.0
- _ZN10OGRFeature7SetFromEPKS_i at Base 2.3.0
- (arch=!sh4)_ZN10OGRFeature8SetFieldEPKcS1_ at Base 3.7.2
- (arch=!sh4)_ZN10OGRFeature8SetFieldEPKcd at Base 3.7.2
- (arch=!sh4)_ZN10OGRFeature8SetFieldEPKcx at Base 3.7.2
- _ZN10OGRFeature8SetFieldEiPK8OGRField at Base 3.5.0
- _ZN10OGRFeature8SetFieldEiPKPKc at Base 2.3.0
- _ZN10OGRFeature8SetFieldEiPKc at Base 1.8.0
- _ZN10OGRFeature8SetFieldEid at Base 1.8.0
- _ZN10OGRFeature8SetFieldEii at Base 1.8.0
- _ZN10OGRFeature8SetFieldEiiPKd at Base 2.3.0
- _ZN10OGRFeature8SetFieldEiiPKi at Base 2.3.0
- _ZN10OGRFeature8SetFieldEiiPKv at Base 3.0.0
- _ZN10OGRFeature8SetFieldEiiPKx at Base 2.0.1
- _ZN10OGRFeature8SetFieldEiiiiiifi at Base 2.0.1
- _ZN10OGRFeature8SetFieldEix at Base 2.0.1
- _ZN10OGRFeatureC1EP14OGRFeatureDefn at Base 1.8.0
- _ZN10OGRFeatureC2EP14OGRFeatureDefn at Base 1.8.0
- _ZN10OGRFeatureD0Ev at Base 1.8.0
- _ZN10OGRFeatureD1Ev at Base 1.8.0
- _ZN10OGRFeatureD2Ev at Base 1.8.0
- _ZN10OGRFeatureixEPKc at Base 2.3.0
- _ZN10OGRFeatureixEi at Base 2.3.0
- _ZN10OGRPolygon10closeRingsEv at Base 1.8.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN10OGRPolygon13importFromWkbEPKhj13OGRwkbVariantRj at Base 3.7.2
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN10OGRPolygon13importFromWkbEPKhm13OGRwkbVariantRm at Base 3.8.0
- _ZN10OGRPolygon13importFromWktEPPKc at Base 2.3.0
- _ZN10OGRPolygon15getExteriorRingEv at Base 1.8.0
- _ZN10OGRPolygon15getInteriorRingEi at Base 1.8.0
- _ZN10OGRPolygon17stealExteriorRingEv at Base 1.11.0
- _ZN10OGRPolygon17stealInteriorRingEi at Base 1.11.0
- _ZN10OGRPolygon18CastToCurvePolygonEPS_ at Base 2.0.1
- _ZN10OGRPolygon20CasterToCurvePolygonEP10OGRSurface at Base 2.3.0
- _ZN10OGRPolygon21importFromWKTListOnlyEPPKciiRP11OGRRawPointRiRPd at Base 2.3.0
- _ZN10OGRPolygon6acceptEP19IOGRGeometryVisitor at Base 2.3.0
- _ZN10OGRPolygonC1ERKS_ at Base 2.1.0
- _ZN10OGRPolygonC1Ev at Base 1.8.0
- _ZN10OGRPolygonC2ERKS_ at Base 2.1.0
- _ZN10OGRPolygonC2Ev at Base 1.8.0
- _ZN10OGRPolygonD0Ev at Base 1.8.0
- _ZN10OGRPolygonD1Ev at Base 1.8.0
- _ZN10OGRPolygonD2Ev at Base 1.8.0
- _ZN10OGRPolygonaSERKS_ at Base 2.1.0
- _ZN10OGRSurface13CastToPolygonEPS_ at Base 2.0.1
- _ZN10OGRSurface18CastToCurvePolygonEPS_ at Base 2.0.1
- _ZN10RawDataset18GetRawBinaryLayoutERN11GDALDataset15RawBinaryLayoutE at Base 3.1.0
- _ZN10RawDataset23ClearCachedConfigOptionEv at Base 3.7.0
- _ZN10RawDataset9IRasterIOE10GDALRWFlagiiiiPvii12GDALDataTypeiPixxxP20GDALRasterIOExtraArg at Base 2.0.1
- _ZN10RawDatasetC1Ev at Base 1.8.0
- _ZN10RawDatasetC2Ev at Base 1.8.0
- _ZN10RawDatasetD0Ev at Base 1.8.0
- _ZN10RawDatasetD1Ev at Base 1.8.0
- _ZN10RawDatasetD2Ev at Base 1.8.0
- _ZN10VRTDataset10AdviseReadEiiiiii12GDALDataTypeiPiPPc at Base 2.3.0
- _ZN10VRTDataset10FlushCacheEb at Base 3.4.0
- _ZN10VRTDataset11GetFileListEv at Base 1.8.0
- _ZN10VRTDataset11GetGCPCountEv at Base 1.8.0
- _ZN10VRTDataset11GetMetadataEPKc at Base 2.1.0
- _ZN10VRTDataset11SetMaskBandEP13VRTRasterBand at Base 1.8.0
- _ZN10VRTDataset11SetMetadataEPPcPKc at Base 1.8.0
- _ZN10VRTDataset13SetSpatialRefEPK19OGRSpatialReference at Base 3.0.0
- _ZN10VRTDataset14CreateMaskBandEi at Base 1.8.0
- _ZN10VRTDataset14SerializeToXMLEPKc at Base 1.8.0
- _ZN10VRTDataset15ClearStatisticsEv at Base 3.8.0
- _ZN10VRTDataset15GetGeoTransformEPd at Base 1.8.0
- _ZN10VRTDataset15IBuildOverviewsEPKciPKiiS3_PFidS1_PvES4_PKS1_ at Base 3.6.0
- _ZN10VRTDataset15OpenVRTProtocolEPKc at Base 3.1.0
- _ZN10VRTDataset15SetGeoTransformEPd at Base 1.8.0
- _ZN10VRTDataset15SetMetadataItemEPKcS1_S1_ at Base 1.8.0
- _ZN10VRTDataset17GetShiftedDatasetEiiiiRP11GDALDatasetRiS3_ at Base 3.7.0
- _ZN10VRTDataset18AddVirtualOverviewEiPKc at Base 3.2.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4)_ZN10VRTDataset18ReadCompressedDataEPKciiiiiPKiPPvPjPPc at Base 3.7.2
- (arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4)_ZN10VRTDataset18ReadCompressedDataEPKciiiiiPKiPPvPmPPc at Base 3.7.1
- _ZN10VRTDataset21BuildVirtualOverviewsEv at Base 2.1.0
- _ZN10VRTDataset21GetCompressionFormatsEiiiiiPKi at Base 3.7.0
- _ZN10VRTDataset21GetSingleSimpleSourceEv at Base 1.10.0
- _ZN10VRTDataset22CloseDependentDatasetsEv at Base 1.9.0
- _ZN10VRTDataset22CreateMultiDimensionalEPKcPKS1_S3_ at Base 3.1.0
- _ZN10VRTDataset27CheckCompatibleForDatasetIOEv at Base 1.9.0
- _ZN10VRTDataset31UnsetPreservedRelativeFilenamesEv at Base 2.0.1
- _ZN10VRTDataset4OpenEP12GDALOpenInfo at Base 1.8.0
- _ZN10VRTDataset6CreateEPKciii12GDALDataTypePPc at Base 1.8.0
- _ZN10VRTDataset6DeleteEPKc at Base 1.8.0
- _ZN10VRTDataset7AddBandE12GDALDataTypePPc at Base 1.8.0
- _ZN10VRTDataset7GetGCPsEv at Base 1.8.0
- _ZN10VRTDataset7OpenXMLEPKcS1_10GDALAccess at Base 1.8.0
- _ZN10VRTDataset7SetGCPsEiPK8GDAL_GCPPK19OGRSpatialReference at Base 3.0.0
- _ZN10VRTDataset7XMLInitEP10CPLXMLNodePKc at Base 1.8.0
- _ZN10VRTDataset8IdentifyEP12GDALOpenInfo at Base 1.8.0
- _ZN10VRTDataset8InitBandEPKcib at Base 2.3.0
- _ZN10VRTDataset9IRasterIOE10GDALRWFlagiiiiPvii12GDALDataTypeiPixxxP20GDALRasterIOExtraArg at Base 2.0.1
- _ZN10VRTDatasetC1Eiiii at Base 3.7.0
- _ZN10VRTDatasetC2Eiiii at Base 3.7.0
- _ZN10VRTDatasetD0Ev at Base 1.8.0
- _ZN10VRTDatasetD1Ev at Base 1.8.0
- _ZN10VRTDatasetD2Ev at Base 1.8.0
- _ZN10swq_select11PushOrderByEPKcS1_i at Base 3.1.0
- _ZN10swq_select12PushTableDefEPKcS1_S1_ at Base 3.1.0
- _ZN10swq_select12PushUnionAllEPS_ at Base 3.1.0
- _ZN10swq_select12postpreparseEv at Base 3.1.0
- _ZN10swq_select15expand_wildcardEP14swq_field_listi at Base 3.1.0
- _ZN10swq_select4DumpEP8_IO_FILE at Base 3.1.0
- _ZN10swq_select5parseEP14swq_field_listP24swq_select_parse_options at Base 3.1.0
- _ZN10swq_select7UnparseEv at Base 3.1.0
- _ZN10swq_select8PushJoinEiP13swq_expr_node at Base 3.1.0
- _ZN10swq_select8SetLimitEx at Base 3.1.0
- _ZN10swq_select8preparseEPKci at Base 3.1.0
- _ZN10swq_select9PushFieldEP13swq_expr_nodePKci at Base 3.1.0
- _ZN10swq_select9SetOffsetEx at Base 3.1.0
- _ZN10swq_selectC1Ev at Base 3.1.0
- _ZN10swq_selectC2Ev at Base 3.1.0
- _ZN10swq_selectD1Ev at Base 3.1.0
- _ZN10swq_selectD2Ev at Base 3.1.0
- _ZN11CPLJobQueue14WaitCompletionEi at Base 3.2.0
- _ZN11CPLJobQueue16JobQueueFunctionEPv at Base 3.2.0
- _ZN11CPLJobQueue18DeclareJobFinishedEv at Base 3.2.0
- _ZN11CPLJobQueue9SubmitJobEPFvPvES0_ at Base 3.2.0
- _ZN11CPLJobQueueC1EP19CPLWorkerThreadPool at Base 3.2.0
- _ZN11CPLJobQueueC2EP19CPLWorkerThreadPool at Base 3.2.0
- _ZN11CPLJobQueueD1Ev at Base 3.2.0
- _ZN11CPLJobQueueD2Ev at Base 3.2.0
- _ZN11GDALDataset10AdviseReadEiiiiii12GDALDataTypeiPiPPc at Base 1.8.0
- _ZN11GDALDataset10ExecuteSQLEPKcP11OGRGeometryS1_ at Base 2.0.1
- _ZN11GDALDataset10ExecuteSQLEPKcP11OGRGeometryS1_P24swq_select_parse_options at Base 2.0.1
- _ZN11GDALDataset10FlushCacheEb at Base 3.4.0
- _ZN11GDALDataset10InitRWLockEv at Base 2.1.2
- _ZN11GDALDataset10ReleaseRefEv at Base 2.2.0
- _ZN11GDALDataset11CreateLayerEPKcPK19OGRSpatialReference18OGRwkbGeometryTypePPc at Base 3.8.0
- _ZN11GDALDataset11DeleteLayerEi at Base 2.0.1
- _ZN11GDALDataset11DereferenceEv at Base 1.8.0
- _ZN11GDALDataset11GetFeaturesEv at Base 2.3.0
- _ZN11GDALDataset11GetFileListEv at Base 1.8.0
- _ZN11GDALDataset11GetGCPCountEv at Base 1.8.0
- _ZN11GDALDataset11GetMetadataEPKc at Base 2.2.0
- _ZN11GDALDataset11ReportErrorE6CPLErriPKcz at Base 1.9.0
- _ZN11GDALDataset11ReportErrorEPKc6CPLErriS1_z at Base 3.2.0
- _ZN11GDALDataset12AcquireMutexEv at Base 2.1.0
- _ZN11GDALDataset12ICreateLayerEPKcPK19OGRSpatialReference18OGRwkbGeometryTypePPc at Base 3.8.0
- _ZN11GDALDataset12MarkAsSharedEv at Base 1.8.0
- _ZN11GDALDataset12ReleaseMutexEv at Base 2.1.0
- _ZN11GDALDataset12ResetReadingEv at Base 2.2.0
- _ZN11GDALDataset13GetDriverNameEv at Base 2.0.1
- _ZN11GDALDataset13GetLayerCountEv at Base 2.0.1
- _ZN11GDALDataset13GetRasterBandEi at Base 1.8.0
- _ZN11GDALDataset13GetStyleTableEv at Base 2.0.1
- _ZN11GDALDataset13SetProjectionEPKc at Base 1.8.0
- _ZN11GDALDataset13SetSpatialRefEPK19OGRSpatialReference at Base 3.0.0
- _ZN11GDALDataset13SetStyleTableEP13OGRStyleTable at Base 2.0.1
- _ZN11GDALDataset14AddFieldDomainEOSt10unique_ptrI14OGRFieldDomainSt14default_deleteIS1_EERNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.3.0
- _ZN11GDALDataset14BuildOverviewsEPKciPKiiS3_PFidS1_PvES4_PKS1_ at Base 3.6.0
- _ZN11GDALDataset14BuildParseInfoEP10swq_selectP24swq_select_parse_options at Base 2.0.1
- _ZN11GDALDataset14CreateMaskBandEi at Base 1.8.0
- _ZN11GDALDataset14EndAsyncReaderEP15GDALAsyncReader at Base 1.8.0
- _ZN11GDALDataset14EnterReadWriteE10GDALRWFlag at Base 2.0.1
- _ZN11GDALDataset14GetLayerByNameEPKc at Base 2.0.1
- _ZN11GDALDataset14GetNextFeatureEPP8OGRLayerPdPFidPKcPvES6_ at Base 2.2.0
- _ZN11GDALDataset14GetRasterCountEv at Base 1.8.0
- _ZN11GDALDataset14GetRasterXSizeEv at Base 1.8.0
- _ZN11GDALDataset14GetRasterYSizeEv at Base 1.8.0
- _ZN11GDALDataset14LeaveReadWriteEv at Base 2.0.1
- _ZN11GDALDataset14TestCapabilityEPKc at Base 2.0.1
- _ZN11GDALDataset15AddRelationshipEOSt10unique_ptrI16GDALRelationshipSt14default_deleteIS1_EERNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.6.0
- _ZN11GDALDataset15ClearStatisticsEv at Base 3.2.0
- _ZN11GDALDataset15GetGeoTransformEPd at Base 1.8.0
- _ZN11GDALDataset15GetOpenDatasetsEPi at Base 1.8.0
- _ZN11GDALDataset15IBuildOverviewsEPKciPKiiS3_PFidS1_PvES4_PKS1_ at Base 3.6.0
- _ZN11GDALDataset15SetGeoTransformEPd at Base 1.8.0
- _ZN11GDALDataset16BeginAsyncReaderEiiiiPvii12GDALDataTypeiPiiiiPPc at Base 1.8.0
- _ZN11GDALDataset16DestroyParseInfoEP16GDALSQLParseInfo at Base 2.0.1
- _ZN11GDALDataset16GetGCPProjectionEv at Base 1.8.0
- _ZN11GDALDataset16RasterInitializeEii at Base 1.8.0
- _ZN11GDALDataset16ReleaseResultSetEP8OGRLayer at Base 2.0.1
- _ZN11GDALDataset16StartTransactionEi at Base 2.0.1
- _ZN11GDALDataset17BandBasedRasterIOE10GDALRWFlagiiiiPvii12GDALDataTypeiPixxxP20GDALRasterIOExtraArg at Base 2.1.0
- _ZN11GDALDataset17CommitTransactionEv at Base 2.0.1
- _ZN11GDALDataset17DeleteFieldDomainERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERS5_ at Base 3.5.0
- _ZN11GDALDataset17GetInternalHandleEPKc at Base 1.8.0
- _ZN11GDALDataset17RasterIOResampledE10GDALRWFlagiiiiPvii12GDALDataTypeiPixxxP20GDALRasterIOExtraArg at Base 2.1.0
- _ZN11GDALDataset17UpdateFieldDomainEOSt10unique_ptrI14OGRFieldDomainSt14default_deleteIS1_EERNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.5.0
- _ZN11GDALDataset18BlockBasedRasterIOE10GDALRWFlagiiiiPvii12GDALDataTypeiPixxxP20GDALRasterIOExtraArg at Base 2.0.1
- _ZN11GDALDataset18DeleteRelationshipERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERS5_ at Base 3.6.0
- _ZN11GDALDataset18GetRawBinaryLayoutERNS_15RawBinaryLayoutE at Base 3.1.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4)_ZN11GDALDataset18ReadCompressedDataEPKciiiiiPKiPPvPjPPc at Base 3.7.2
- (arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4)_ZN11GDALDataset18ReadCompressedDataEPKciiiiiPKiPPvPmPPc at Base 3.7.1
- _ZN11GDALDataset18SetEnableOverviewsEb at Base 3.3.0
- (arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4)_ZN11GDALDataset18SetQueryLoggerFuncEPFvPKcS1_llPvES2_ at Base 3.7.1
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4)_ZN11GDALDataset18SetQueryLoggerFuncEPFvPKcS1_xxPvES2_ at Base 3.7.2
- _ZN11GDALDataset18UpdateRelationshipEOSt10unique_ptrI16GDALRelationshipSt14default_deleteIS1_EERNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.6.0
- _ZN11GDALDataset19IsGenericSQLDialectEPKc at Base 2.0.1
- _ZN11GDALDataset19MarkSuppressOnCloseEv at Base 3.4.1
- _ZN11GDALDataset19ProcessSQLDropIndexEPKc at Base 2.0.1
- _ZN11GDALDataset19ProcessSQLDropTableEPKc at Base 2.0.1
- _ZN11GDALDataset19RollbackTransactionEv at Base 2.0.1
- _ZN11GDALDataset19TryOverviewRasterIOE10GDALRWFlagiiiiPvii12GDALDataTypeiPixxxP20GDALRasterIOExtraArgS3_ at Base 2.1.0
- _ZN11GDALDataset20BlockBasedFlushCacheEb at Base 3.4.0
- _ZN11GDALDataset20GetEstimatedRAMUsageEv at Base 3.7.0
- _ZN11GDALDataset21DisableReadWriteMutexEv at Base 2.1.0
- _ZN11GDALDataset21GetCompressionFormatsEiiiiiPKi at Base 3.7.0
- _ZN11GDALDataset21GetMetadataDomainListEv at Base 2.2.0
- _ZN11GDALDataset21ProcessSQLCreateIndexEPKc at Base 2.0.1
- _ZN11GDALDataset21SetStyleTableDirectlyEP13OGRStyleTable at Base 2.0.1
- _ZN11GDALDataset22CleanupPostFileClosingEv at Base 3.4.1
- _ZN11GDALDataset22CloseDependentDatasetsEv at Base 1.9.0
- _ZN11GDALDataset22ReacquireReadWriteLockEv at Base 2.0.2
- _ZN11GDALDataset26ShareLockWithParentDatasetEPS_ at Base 3.0.0
- _ZN11GDALDataset28TemporarilyDropReadWriteLockEv at Base 2.0.2
- _ZN11GDALDataset28ValidateLayerCreationOptionsEPKPKc at Base 2.0.1
- _ZN11GDALDataset29ProcessSQLAlterTableAddColumnEPKc at Base 2.0.1
- _ZN11GDALDataset30ProcessSQLAlterTableDropColumnEPKc at Base 2.0.1
- _ZN11GDALDataset31ProcessSQLAlterTableAlterColumnEPKc at Base 2.0.1
- _ZN11GDALDataset32ProcessSQLAlterTableRenameColumnEPKc at Base 2.0.1
- _ZN11GDALDataset38ValidateRasterIOOrAdviseReadParametersEPKcPiiiiiiiiS2_ at Base 1.11.0
- _ZN11GDALDataset5Bands8IteratorC1EPS_b at Base 2.3.0
- _ZN11GDALDataset5Bands8IteratorC2EPS_b at Base 2.3.0
- _ZN11GDALDataset5Bands8IteratorD1Ev at Base 2.3.0
- _ZN11GDALDataset5Bands8IteratorD2Ev at Base 2.3.0
- _ZN11GDALDataset5Bands8IteratordeEv at Base 2.3.0
- _ZN11GDALDataset5Bands8IteratorppEv at Base 2.3.0
- _ZN11GDALDataset5BandsixEi at Base 2.3.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN11GDALDataset5BandsixEj at Base 3.7.2
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN11GDALDataset5BandsixEm at Base 3.8.0
- _ZN11GDALDataset5CloseEv at Base 3.7.0
- _ZN11GDALDataset6Layers8IteratorC1EOS1_ at Base 2.3.0
- _ZN11GDALDataset6Layers8IteratorC1EPS_b at Base 2.3.0
- _ZN11GDALDataset6Layers8IteratorC1ERKS1_ at Base 2.3.0
- _ZN11GDALDataset6Layers8IteratorC1Ev at Base 2.3.0
- _ZN11GDALDataset6Layers8IteratorC2EOS1_ at Base 2.3.0
- _ZN11GDALDataset6Layers8IteratorC2EPS_b at Base 2.3.0
- _ZN11GDALDataset6Layers8IteratorC2ERKS1_ at Base 2.3.0
- _ZN11GDALDataset6Layers8IteratorC2Ev at Base 2.3.0
- _ZN11GDALDataset6Layers8IteratorD1Ev at Base 2.3.0
- _ZN11GDALDataset6Layers8IteratorD2Ev at Base 2.3.0
- _ZN11GDALDataset6Layers8IteratoraSEOS1_ at Base 2.3.0
- _ZN11GDALDataset6Layers8IteratoraSERKS1_ at Base 2.3.0
- _ZN11GDALDataset6Layers8IteratorppEi at Base 2.3.0
- _ZN11GDALDataset6Layers8IteratorppEv at Base 2.3.0
- _ZN11GDALDataset6LayersixEPKc at Base 2.3.0
- _ZN11GDALDataset6LayersixEi at Base 2.3.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN11GDALDataset6LayersixEj at Base 3.7.2
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN11GDALDataset6LayersixEm at Base 3.8.0
- _ZN11GDALDataset7AddBandE12GDALDataTypePPc at Base 1.8.0
- _ZN11GDALDataset7GetGCPsEv at Base 1.8.0
- _ZN11GDALDataset7ReleaseEv at Base 2.0.1
- _ZN11GDALDataset7SetBandEiP14GDALRasterBand at Base 1.8.0
- _ZN11GDALDataset7SetBandEiSt10unique_ptrI14GDALRasterBandSt14default_deleteIS1_EE at Base 3.7.0
- _ZN11GDALDataset7SetGCPsEiPK8GDAL_GCPPK19OGRSpatialReference at Base 3.0.0
- _ZN11GDALDataset7SetGCPsEiPK8GDAL_GCPPKc at Base 1.8.0
- _ZN11GDALDataset8AbortSQLEv at Base 3.2.0
- _ZN11GDALDataset8Features8IteratorC1EPS_b at Base 2.3.0
- _ZN11GDALDataset8Features8IteratorC2EPS_b at Base 2.3.0
- _ZN11GDALDataset8Features8IteratorD1Ev at Base 2.3.0
- _ZN11GDALDataset8Features8IteratorD2Ev at Base 2.3.0
- _ZN11GDALDataset8Features8IteratorppEv at Base 2.3.0
- _ZN11GDALDataset8GetBandsEv at Base 2.3.0
- _ZN11GDALDataset8GetLayerEi at Base 2.0.1
- _ZN11GDALDataset8RasterIOE10GDALRWFlagiiiiPvii12GDALDataTypeiPixxxP20GDALRasterIOExtraArg at Base 2.0.1
- _ZN11GDALDataset9CopyLayerEP8OGRLayerPKcPPc at Base 2.0.1
- _ZN11GDALDataset9GetDriverEv at Base 1.8.0
- _ZN11GDALDataset9GetLayersEv at Base 2.3.0
- _ZN11GDALDataset9IRasterIOE10GDALRWFlagiiiiPvii12GDALDataTypeiPixxxP20GDALRasterIOExtraArg at Base 2.0.1
- _ZN11GDALDataset9ReferenceEv at Base 1.8.0
- _ZN11GDALDatasetC1Ei at Base 2.1.0
- _ZN11GDALDatasetC1Ev at Base 1.8.0
- _ZN11GDALDatasetC2Ei at Base 2.1.0
- _ZN11GDALDatasetC2Ev at Base 1.8.0
- _ZN11GDALDatasetD0Ev at Base 1.8.0
- _ZN11GDALDatasetD1Ev at Base 1.8.0
- _ZN11GDALDatasetD2Ev at Base 1.8.0
- _ZN11GDALMDArray11MassageNameERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.4.0
- _ZN11GDALMDArray13GetStatisticsEbbPdS0_S0_S0_PyPFidPKcPvES4_ at Base 3.4.0
- _ZN11GDALMDArray13SetSpatialRefEPK19OGRSpatialReference at Base 3.1.0
- _ZN11GDALMDArray13SetStatisticsEbddddyPKPKc at Base 3.8.0
- _ZN11GDALMDArray14SetNoDataValueEd at Base 3.1.0
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN11GDALMDArray14SetNoDataValueEl at Base 3.8.0
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN11GDALMDArray14SetNoDataValueEm at Base 3.8.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN11GDALMDArray14SetNoDataValueEx at Base 3.7.2
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN11GDALMDArray14SetNoDataValueEy at Base 3.7.2
- _ZN11GDALMDArray15ClearStatisticsEv at Base 3.4.0
- _ZN11GDALMDArray17ComputeStatisticsEbPdS0_S0_S0_PyPFidPKcPvES4_PKS3_ at Base 3.8.0
- _ZN11GDALMDArray17SetRawNoDataValueEPKv at Base 3.1.0
- _ZN11GDALMDArray23CopyFromAllExceptValuesEPKS_bRyyPFidPKcPvES5_ at Base 3.1.0
- _ZN11GDALMDArray23CreateGLTOrthorectifiedERKSt10shared_ptrIS_ES3_S3_iRKSt6vectorIdSaIdEE at Base 3.8.0
- _ZN11GDALMDArray6ResizeERKSt6vectorIySaIyEEPKPKc at Base 3.7.0
- _ZN11GDALMDArray7SetUnitERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.1.0
- _ZN11GDALMDArray8CopyFromEP11GDALDatasetPKS_bRyyPFidPKcPvES7_ at Base 3.1.0
- _ZN11GDALMDArray8SetScaleEd12GDALDataType at Base 3.3.0
- (arch=!sh4)_ZN11GDALMDArray8ViewSpecD1Ev at Base 3.7.2
- (arch=!sh4)_ZN11GDALMDArray8ViewSpecD2Ev at Base 3.7.2
- _ZN11GDALMDArray9SetOffsetEd12GDALDataType at Base 3.3.0
- _ZN11GDALMDArrayC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_S7_ at Base 3.8.0
- _ZN11GDALMDArrayC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_S7_ at Base 3.8.0
- (arch=!armel !armhf)_ZN11GDALMDArrayD2Ev at Base 3.8.0
- _ZN11OGRGeometry10closeRingsEv at Base 1.8.0
- _ZN11OGRGeometry10segmentizeEd at Base 1.8.0
- _ZN11OGRGeometry11CastToErrorEPS_ at Base 2.0.1
- _ZN11OGRGeometry11setMeasuredEi at Base 2.1.0
- _ZN11OGRGeometry11transformToEPK19OGRSpatialReference at Base 3.7.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN11OGRGeometry13importFromWkbEPKhj13OGRwkbVariant at Base 3.7.2
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN11OGRGeometry13importFromWkbEPKhm13OGRwkbVariant at Base 3.8.0
- _ZN11OGRGeometry15freeGEOSContextEP20GEOSContextHandle_HS at Base 1.11.0
- _ZN11OGRGeometry17OGRexportToSFCGALEPKS_ at Base 2.3.0
- _ZN11OGRGeometry17SFCGALexportToOGREPKv at Base 2.3.0
- _ZN11OGRGeometry17createGEOSContextEv at Base 1.11.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN11OGRGeometry21importPreambleFromWkbEPKhjR15OGRwkbByteOrder13OGRwkbVariant at Base 3.7.2
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN11OGRGeometry21importPreambleFromWkbEPKhmR15OGRwkbByteOrder13OGRwkbVariant at Base 3.8.0
- _ZN11OGRGeometry21importPreambleFromWktEPPKcPiS3_Pb at Base 2.3.0
- _ZN11OGRGeometry22assignSpatialReferenceEPK19OGRSpatialReference at Base 3.7.0
- _ZN11OGRGeometry22setCoordinateDimensionEi at Base 1.8.0
- _ZN11OGRGeometry28HomogenizeDimensionalityWithEPS_ at Base 2.3.0
- _ZN11OGRGeometry28bGenerate_DB2_V72_BYTE_ORDERE at Base 1.8.0
- _ZN11OGRGeometry28importCurveCollectionFromWktEPPKciiiiPFiPS_P8OGRCurveE at Base 2.3.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN11OGRGeometry33importPreambleOfCollectionFromWkbEPKhRjS2_R15OGRwkbByteOrderjRi13OGRwkbVariant at Base 3.7.2
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN11OGRGeometry33importPreambleOfCollectionFromWkbEPKhRmS2_R15OGRwkbByteOrdermRi13OGRwkbVariant at Base 3.8.0
- _ZN11OGRGeometry5set3DEi at Base 2.1.0
- _ZN11OGRGeometry6swapXYEv at Base 1.8.0
- _ZN11OGRGeometryC1ERKS_ at Base 2.1.0
- _ZN11OGRGeometryC1Ev at Base 1.8.0
- _ZN11OGRGeometryC2ERKS_ at Base 2.1.0
- _ZN11OGRGeometryC2Ev at Base 1.8.0
- _ZN11OGRGeometryD0Ev at Base 1.8.0
- _ZN11OGRGeometryD1Ev at Base 1.8.0
- _ZN11OGRGeometryD2Ev at Base 1.8.0
- _ZN11OGRGeometryaSERKS_ at Base 2.1.0
- _ZN11OGRMemLayer10GetDatasetEv at Base 3.8.0
- _ZN11OGRMemLayer10GetFeatureEx at Base 3.4.0
- _ZN11OGRMemLayer11CreateFieldEP12OGRFieldDefni at Base 3.4.0
- _ZN11OGRMemLayer11DeleteFieldEi at Base 3.4.0
- _ZN11OGRMemLayer11GetIteratorEv at Base 3.4.0
- _ZN11OGRMemLayer11ISetFeatureEP10OGRFeature at Base 3.4.0
- _ZN11OGRMemLayer12GetFIDColumnEv at Base 3.8.0
- _ZN11OGRMemLayer12GetLayerDefnEv at Base 3.4.0
- _ZN11OGRMemLayer12ResetReadingEv at Base 3.4.0
- _ZN11OGRMemLayer13DeleteFeatureEx at Base 3.4.0
- _ZN11OGRMemLayer13GetFeatureRefEx at Base 3.6.0
- _ZN11OGRMemLayer13ReorderFieldsEPi at Base 3.4.0
- _ZN11OGRMemLayer14AlterFieldDefnEiP12OGRFieldDefni at Base 3.4.0
- _ZN11OGRMemLayer14GetNextFeatureEv at Base 3.4.0
- _ZN11OGRMemLayer14ICreateFeatureEP10OGRFeature at Base 3.4.0
- _ZN11OGRMemLayer14IUpdateFeatureEP10OGRFeatureiPKiiS3_b at Base 3.7.0
- _ZN11OGRMemLayer14IUpsertFeatureEP10OGRFeature at Base 3.6.0
- _ZN11OGRMemLayer14SetNextByIndexEx at Base 3.4.0
- _ZN11OGRMemLayer14TestCapabilityEPKc at Base 3.4.0
- _ZN11OGRMemLayer15CreateGeomFieldEP16OGRGeomFieldDefni at Base 3.4.0
- _ZN11OGRMemLayer15GetFeatureCountEi at Base 3.4.0
- _ZN11OGRMemLayer18AlterGeomFieldDefnEiPK16OGRGeomFieldDefni at Base 3.6.0
- _ZN11OGRMemLayerC1EPKcPK19OGRSpatialReference18OGRwkbGeometryType at Base 3.8.0
- _ZN11OGRMemLayerC2EPKcPK19OGRSpatialReference18OGRwkbGeometryType at Base 3.8.0
- _ZN11OGRMemLayerD0Ev at Base 3.4.0
- _ZN11OGRMemLayerD1Ev at Base 3.4.0
- _ZN11OGRMemLayerD2Ev at Base 3.4.0
- _ZN11OGRSFDriver16CreateDataSourceEPKcPPc at Base 1.8.0
- _ZN11OGRSFDriver16DeleteDataSourceEPKc at Base 1.8.0
- _ZN11OGRSFDriverD0Ev at Base 1.8.0
- _ZN11OGRSFDriverD1Ev at Base 1.8.0
- _ZN11OGRSFDriverD2Ev at Base 1.8.0
- _ZN11OGRStyleMgr12GetPartCountEPKc at Base 1.8.0
- _ZN11OGRStyleMgr12GetStyleNameEPKc at Base 1.8.0
- _ZN11OGRStyleMgr14GetStyleByNameEPKc at Base 1.8.0
- _ZN11OGRStyleMgr14GetStyleStringEP10OGRFeature at Base 1.8.0
- _ZN11OGRStyleMgr15InitFromFeatureEP10OGRFeature at Base 1.8.0
- _ZN11OGRStyleMgr15InitStyleStringEPKc at Base 1.8.0
- _ZN11OGRStyleMgr21SetFeatureStyleStringEP10OGRFeaturePKci at Base 1.8.0
- _ZN11OGRStyleMgr30CreateStyleToolFromStyleStringEPKc at Base 1.8.0
- _ZN11OGRStyleMgr7AddPartEP12OGRStyleTool at Base 1.8.0
- _ZN11OGRStyleMgr7AddPartEPKc at Base 1.8.0
- _ZN11OGRStyleMgr7GetPartEiPKc at Base 1.8.0
- _ZN11OGRStyleMgr8AddStyleEPKcS1_ at Base 1.8.0
- _ZN11OGRStyleMgrC1EP13OGRStyleTable at Base 1.8.0
- _ZN11OGRStyleMgrC2EP13OGRStyleTable at Base 1.8.0
- _ZN11OGRStyleMgrD1Ev at Base 1.8.0
- _ZN11OGRStyleMgrD2Ev at Base 1.8.0
- _ZN11OGRStylePen11GetParamDblE27ogr_style_tool_param_pen_idRi at Base 1.8.0
- _ZN11OGRStylePen11GetParamNumE27ogr_style_tool_param_pen_idRi at Base 1.8.0
- _ZN11OGRStylePen11GetParamStrE27ogr_style_tool_param_pen_idRi at Base 1.8.0
- _ZN11OGRStylePen11SetParamDblE27ogr_style_tool_param_pen_idd at Base 1.8.0
- _ZN11OGRStylePen11SetParamNumE27ogr_style_tool_param_pen_idi at Base 1.8.0
- _ZN11OGRStylePen11SetParamStrE27ogr_style_tool_param_pen_idPKc at Base 1.8.0
- _ZN11OGRStylePen14GetStyleStringEv at Base 1.8.0
- _ZN11OGRStylePen5ParseEv at Base 1.8.0
- _ZN11OGRStylePenC1Ev at Base 1.8.0
- _ZN11OGRStylePenC2Ev at Base 1.8.0
- _ZN11OGRStylePenD0Ev at Base 1.8.0
- _ZN11OGRStylePenD1Ev at Base 1.8.0
- _ZN11OGRStylePenD2Ev at Base 1.8.0
- _ZN11OGRTriangle13CastToPolygonEP11OGRGeometry at Base 2.2.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN11OGRTriangle13importFromWkbEPKhj13OGRwkbVariantRj at Base 3.7.2
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN11OGRTriangle13importFromWkbEPKhm13OGRwkbVariantRm at Base 3.8.0
- _ZN11OGRTriangle15CasterToPolygonEP10OGRSurface at Base 2.3.0
- _ZN11OGRTriangle15addRingDirectlyEP8OGRCurve at Base 2.2.0
- _ZN11OGRTriangle21importFromWKTListOnlyEPPKciiRP11OGRRawPointRiRPd at Base 2.3.0
- _ZN11OGRTriangle6acceptEP19IOGRGeometryVisitor at Base 2.3.0
- _ZN11OGRTriangleC1ERK10OGRPolygonRi at Base 2.2.0
- _ZN11OGRTriangleC1ERK8OGRPointS2_S2_ at Base 2.2.0
- _ZN11OGRTriangleC1ERKS_ at Base 2.2.0
- _ZN11OGRTriangleC1Ev at Base 2.2.0
- _ZN11OGRTriangleC2ERK10OGRPolygonRi at Base 2.2.0
- _ZN11OGRTriangleC2ERK8OGRPointS2_S2_ at Base 2.2.0
- _ZN11OGRTriangleC2ERKS_ at Base 2.2.0
- _ZN11OGRTriangleC2Ev at Base 2.2.0
- _ZN11OGRTriangleD0Ev at Base 2.2.0
- _ZN11OGRTriangleD1Ev at Base 2.2.0
- _ZN11OGRTriangleD2Ev at Base 2.2.0
- _ZN11OGRTriangleaSERKS_ at Base 2.2.0
- _ZN11OGR_SRSNode10StripNodesEPKc at Base 1.8.0
- _ZN11OGR_SRSNode11InsertChildEPS_i at Base 1.8.0
- _ZN11OGR_SRSNode12DestroyChildEi at Base 1.8.0
- _ZN11OGR_SRSNode12notifyChangeEv at Base 3.0.0
- _ZN11OGR_SRSNode13ClearChildrenEv at Base 1.8.0
- _ZN11OGR_SRSNode13MakeValueSafeEv at Base 1.8.0
- _ZN11OGR_SRSNode13importFromWktEPPKc at Base 2.3.0
- _ZN11OGR_SRSNode13importFromWktEPPKciPi at Base 2.3.0
- _ZN11OGR_SRSNode13importFromWktEPPc at Base 1.8.0
- _ZN11OGR_SRSNode16RegisterListenerERKSt10shared_ptrINS_8ListenerEE at Base 3.0.0
- _ZN11OGR_SRSNode7GetNodeEPKc at Base 1.8.0
- _ZN11OGR_SRSNode8AddChildEPS_ at Base 1.8.0
- _ZN11OGR_SRSNode8GetChildEi at Base 1.8.0
- _ZN11OGR_SRSNode8ListenerD0Ev at Base 3.0.0
- _ZN11OGR_SRSNode8ListenerD1Ev at Base 3.0.0
- _ZN11OGR_SRSNode8ListenerD2Ev at Base 3.0.0
- _ZN11OGR_SRSNode8SetValueEPKc at Base 1.8.0
- _ZN11OGR_SRSNodeC1EPKc at Base 1.8.0
- _ZN11OGR_SRSNodeC2EPKc at Base 1.8.0
- _ZN11OGR_SRSNodeD1Ev at Base 1.8.0
- _ZN11OGR_SRSNodeD2Ev at Base 1.8.0
- _ZN12CPLJSONArray3AddEPKc at Base 2.3.0
- _ZN12CPLJSONArray3AddERK13CPLJSONObject at Base 2.3.0
- _ZN12CPLJSONArray3AddERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.3.0
- _ZN12CPLJSONArray3AddEb at Base 2.3.0
- _ZN12CPLJSONArray3AddEd at Base 2.3.0
- _ZN12CPLJSONArray3AddEi at Base 2.3.0
- (arch=amd64 arm64 ia64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN12CPLJSONArray3AddEm at Base 3.8.3
- _ZN12CPLJSONArray3AddEx at Base 2.3.0
- (arch=armel armhf hppa hurd-i386 i386 m68k powerpc sh4)_ZN12CPLJSONArray3AddEy at Base 3.8.0
- _ZN12CPLJSONArray7AddNullEv at Base 3.8.0
- _ZN12CPLJSONArrayC1ERK13CPLJSONObject at Base 2.3.0
- _ZN12CPLJSONArrayC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.3.0
- _ZN12CPLJSONArrayC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPv at Base 2.3.0
- _ZN12CPLJSONArrayC1Ev at Base 2.3.0
- _ZN12CPLJSONArrayC2ERK13CPLJSONObject at Base 2.3.0
- _ZN12CPLJSONArrayC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.3.0
- _ZN12CPLJSONArrayC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPv at Base 2.3.0
- _ZN12CPLJSONArrayC2Ev at Base 2.3.0
- _ZN12CPLJSONArrayixEi at Base 2.3.0
- _ZN12GDALOpenInfo11TryToIngestEi at Base 2.0.1
- _ZN12GDALOpenInfo15GetSiblingFilesEv at Base 2.0.1
- _ZN12GDALOpenInfo17StealSiblingFilesEv at Base 2.1.0
- _ZN12GDALOpenInfoC1EPKciPKS1_ at Base 2.3.0
- _ZN12GDALOpenInfoC2EPKciPKS1_ at Base 2.3.0
- _ZN12GDALOpenInfoD1Ev at Base 1.8.0
- _ZN12GDALOpenInfoD2Ev at Base 1.8.0
- _ZN12MEMAttribute6CreateERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_RKSt6vectorIySaIyEERK20GDALExtendedDataType at Base 3.8.0
- _ZN12MEMAttribute6CreateERKSt10shared_ptrI10MEMMDArrayERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt6vectorIySaIyEERK20GDALExtendedDataType at Base 3.8.0
- _ZN12MEMAttribute6CreateERKSt10shared_ptrI8MEMGroupERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt6vectorIySaIyEERK20GDALExtendedDataType at Base 3.8.0
- _ZN12MEMAttribute6RenameERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.8.0
- _ZN12MEMAttributeC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_RKSt6vectorIySaIyEERK20GDALExtendedDataType at Base 3.8.0
- _ZN12MEMAttributeC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_RKSt6vectorIySaIyEERK20GDALExtendedDataType at Base 3.8.0
- _ZN12MEMAttributeD0Ev at Base 3.8.0
- _ZN12MEMAttributeD1Ev at Base 3.8.0
- _ZN12OGRAttrIndexC1Ev at Base 1.8.0
- _ZN12OGRAttrIndexC2Ev at Base 1.8.0
- _ZN12OGRAttrIndexD0Ev at Base 1.8.0
- _ZN12OGRAttrIndexD1Ev at Base 1.8.0
- _ZN12OGRAttrIndexD2Ev at Base 1.8.0
- _ZN12OGRFieldDefn10SetDefaultEPKc at Base 2.0.1
- _ZN12OGRFieldDefn10SetSubTypeE15OGRFieldSubType at Base 2.0.1
- _ZN12OGRFieldDefn16GetFieldTypeNameE12OGRFieldType at Base 1.8.0
- _ZN12OGRFieldDefn18SetAlternativeNameEPKc at Base 3.2.0
- _ZN12OGRFieldDefn19GetFieldSubTypeNameE15OGRFieldSubType at Base 2.0.1
- _ZN12OGRFieldDefn3SetEPKc12OGRFieldTypeii16OGRJustification at Base 1.8.0
- _ZN12OGRFieldDefn7SetNameEPKc at Base 1.8.0
- _ZN12OGRFieldDefn7SetTypeE12OGRFieldType at Base 2.0.1
- _ZN12OGRFieldDefnC1EPKS_ at Base 2.3.0
- _ZN12OGRFieldDefnC1EPKc12OGRFieldType at Base 1.8.0
- _ZN12OGRFieldDefnC2EPKS_ at Base 2.3.0
- _ZN12OGRFieldDefnC2EPKc12OGRFieldType at Base 1.8.0
- _ZN12OGRFieldDefnD1Ev at Base 1.8.0
- _ZN12OGRFieldDefnD2Ev at Base 1.8.0
- _ZN12OGRLayerPool12UnchainLayerEP23OGRAbstractProxiedLayer at Base 3.4.0
- _ZN12OGRLayerPool16SetLastUsedLayerEP23OGRAbstractProxiedLayer at Base 3.4.0
- _ZN12OGRLayerPoolC1Ei at Base 3.4.0
- _ZN12OGRLayerPoolC2Ei at Base 3.4.0
- _ZN12OGRLayerPoolD1Ev at Base 3.4.0
- _ZN12OGRLayerPoolD2Ev at Base 3.4.0
- _ZN12OGRStyleTool11GetParamDblERK15ogr_style_paramR15ogr_style_valueRi at Base 1.8.0
- _ZN12OGRStyleTool11GetParamNumERK15ogr_style_paramR15ogr_style_valueRi at Base 1.8.0
- _ZN12OGRStyleTool11GetParamStrERK15ogr_style_paramR15ogr_style_valueRi at Base 1.8.0
- _ZN12OGRStyleTool11SetParamDblERK15ogr_style_paramR15ogr_style_valued at Base 1.8.0
- _ZN12OGRStyleTool11SetParamNumERK15ogr_style_paramR15ogr_style_valuei at Base 1.8.0
- _ZN12OGRStyleTool11SetParamStrERK15ogr_style_paramR15ogr_style_valuePKc at Base 1.8.0
- _ZN12OGRStyleTool13GetSpecificIdEPKcS1_ at Base 1.8.0
- _ZN12OGRStyleTool14GetStyleStringEPK15ogr_style_paramP15ogr_style_valuei at Base 1.8.0
- _ZN12OGRStyleTool14SetStyleStringEPKc at Base 1.8.0
- _ZN12OGRStyleTool15ComputeWithUnitEd23ogr_style_tool_units_id at Base 1.8.0
- _ZN12OGRStyleTool15ComputeWithUnitEi23ogr_style_tool_units_id at Base 1.8.0
- _ZN12OGRStyleTool16GetRGBFromStringEPKcRiS2_S2_S2_ at Base 1.8.0
- _ZN12OGRStyleTool29SetInternalInputUnitFromParamEPc at Base 1.8.0
- _ZN12OGRStyleTool5ParseEPK15ogr_style_paramP15ogr_style_valuei at Base 1.8.0
- _ZN12OGRStyleTool7GetTypeEv at Base 1.8.0
- _ZN12OGRStyleTool7SetUnitE23ogr_style_tool_units_idd at Base 1.8.0
- _ZN12OGRStyleToolC1E23ogr_style_tool_class_id at Base 1.8.0
- _ZN12OGRStyleToolC2E23ogr_style_tool_class_id at Base 1.8.0
- _ZN12OGRStyleToolD0Ev at Base 1.8.0
- _ZN12OGRStyleToolD1Ev at Base 1.8.0
- _ZN12OGRStyleToolD2Ev at Base 1.8.0
- _ZN13CPLJSONObject14AddNoSplitNameERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKS_ at Base 3.2.0
- _ZN13CPLJSONObject17DeleteNoSplitNameERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.4.0
- _ZN13CPLJSONObject3AddERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKc at Base 2.3.0
- _ZN13CPLJSONObject3AddERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERK12CPLJSONArray at Base 2.3.0
- _ZN13CPLJSONObject3AddERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKS_ at Base 2.3.0
- _ZN13CPLJSONObject3AddERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_ at Base 2.3.0
- _ZN13CPLJSONObject3AddERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEb at Base 2.3.0
- _ZN13CPLJSONObject3AddERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEd at Base 2.3.0
- _ZN13CPLJSONObject3AddERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEi at Base 2.3.0
- (arch=amd64 arm64 ia64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN13CPLJSONObject3AddERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEm at Base 3.8.3
- _ZN13CPLJSONObject3AddERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEx at Base 2.3.0
- (arch=armel armhf hppa hurd-i386 i386 m68k powerpc sh4)_ZN13CPLJSONObject3AddERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEy at Base 3.8.0
- _ZN13CPLJSONObject3SetERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKc at Base 2.3.0
- _ZN13CPLJSONObject3SetERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_ at Base 2.3.0
- _ZN13CPLJSONObject3SetERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEb at Base 2.3.0
- _ZN13CPLJSONObject3SetERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEd at Base 2.3.0
- _ZN13CPLJSONObject3SetERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEi at Base 2.3.0
- (arch=amd64 arm64 ia64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN13CPLJSONObject3SetERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEm at Base 3.8.3
- _ZN13CPLJSONObject3SetERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEx at Base 2.3.0
- (arch=armel armhf hppa hurd-i386 i386 m68k powerpc sh4)_ZN13CPLJSONObject3SetERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEy at Base 3.8.0
- _ZN13CPLJSONObject6DeinitEv at Base 2.3.0
- _ZN13CPLJSONObject6DeleteERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.3.0
- _ZN13CPLJSONObject7AddNullERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.3.0
- _ZN13CPLJSONObject7SetNullERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.3.0
- _ZN13CPLJSONObjectC1EDn at Base 3.8.0
- _ZN13CPLJSONObjectC1EOS_ at Base 3.6.0
- _ZN13CPLJSONObjectC1EPKc at Base 3.8.0
- _ZN13CPLJSONObjectC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.8.0
- _ZN13CPLJSONObjectC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPv at Base 2.3.0
- _ZN13CPLJSONObjectC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKS_ at Base 2.3.0
- _ZN13CPLJSONObjectC1ERKS_ at Base 2.3.0
- _ZN13CPLJSONObjectC1Eb at Base 3.8.0
- _ZN13CPLJSONObjectC1Ed at Base 3.8.0
- _ZN13CPLJSONObjectC1Ei at Base 3.8.0
- (arch=amd64 arm64 ia64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN13CPLJSONObjectC1El at Base 3.8.3
- (arch=amd64 arm64 ia64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN13CPLJSONObjectC1Em at Base 3.8.3
- _ZN13CPLJSONObjectC1Ev at Base 2.3.0
- (arch=armel armhf hppa hurd-i386 i386 m68k powerpc sh4)_ZN13CPLJSONObjectC1Ex at Base 3.8.0
- (arch=armel armhf hppa hurd-i386 i386 m68k powerpc sh4)_ZN13CPLJSONObjectC1Ey at Base 3.8.0
- _ZN13CPLJSONObjectC2EDn at Base 3.8.0
- _ZN13CPLJSONObjectC2EOS_ at Base 3.6.0
- _ZN13CPLJSONObjectC2EPKc at Base 3.8.0
- _ZN13CPLJSONObjectC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.8.0
- _ZN13CPLJSONObjectC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPv at Base 2.3.0
- _ZN13CPLJSONObjectC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKS_ at Base 2.3.0
- _ZN13CPLJSONObjectC2ERKS_ at Base 2.3.0
- _ZN13CPLJSONObjectC2Eb at Base 3.8.0
- _ZN13CPLJSONObjectC2Ed at Base 3.8.0
- _ZN13CPLJSONObjectC2Ei at Base 3.8.0
- (arch=amd64 arm64 ia64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN13CPLJSONObjectC2El at Base 3.8.3
- (arch=amd64 arm64 ia64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN13CPLJSONObjectC2Em at Base 3.8.3
- _ZN13CPLJSONObjectC2Ev at Base 2.3.0
- (arch=armel armhf hppa hurd-i386 i386 m68k powerpc sh4)_ZN13CPLJSONObjectC2Ex at Base 3.8.0
- (arch=armel armhf hppa hurd-i386 i386 m68k powerpc sh4)_ZN13CPLJSONObjectC2Ey at Base 3.8.0
- _ZN13CPLJSONObjectD1Ev at Base 2.3.0
- _ZN13CPLJSONObjectD2Ev at Base 2.3.0
- _ZN13CPLJSONObjectaSEOS_ at Base 3.1.0
- _ZN13CPLJSONObjectaSERKS_ at Base 2.3.0
- _ZN13CPLLockHolderC1EP8_CPLLockPKci at Base 2.0.1
- _ZN13CPLLockHolderC1EPP8_CPLLock11CPLLockTypePKci at Base 2.0.1
- _ZN13CPLLockHolderC2EP8_CPLLockPKci at Base 2.0.1
- _ZN13CPLLockHolderC2EPP8_CPLLock11CPLLockTypePKci at Base 2.0.1
- _ZN13CPLLockHolderD1Ev at Base 2.0.1
- _ZN13CPLLockHolderD2Ev at Base 2.0.1
- _ZN13CPLStringList12AddNameValueEPKcS1_ at Base 1.9.0
- _ZN13CPLStringList12SetNameValueEPKcS1_ at Base 1.9.0
- _ZN13CPLStringList14MakeOurOwnCopyEv at Base 1.9.0
- _ZN13CPLStringList16EnsureAllocationEi at Base 1.9.0
- _ZN13CPLStringList17AddStringDirectlyEPc at Base 1.9.0
- _ZN13CPLStringList20InsertStringDirectlyEiPc at Base 1.9.0
- _ZN13CPLStringList24FindSortedInsertionPointEPKc at Base 1.9.0
- _ZN13CPLStringList4SortEv at Base 1.9.0
- _ZN13CPLStringList5ClearEv at Base 1.9.0
- _ZN13CPLStringList6AssignEPPci at Base 1.9.0
- _ZN13CPLStringList9AddStringEPKc at Base 1.9.0
- _ZN13CPLStringList9StealListEv at Base 1.9.0
- _ZN13CPLStringListC1EOS_ at Base 3.6.0
- _ZN13CPLStringListC1EPKPKc at Base 2.3.0
- _ZN13CPLStringListC1EPPci at Base 1.9.0
- _ZN13CPLStringListC1ERKS_ at Base 1.9.0
- _ZN13CPLStringListC1Ev at Base 1.9.0
- _ZN13CPLStringListC2EOS_ at Base 3.6.0
- _ZN13CPLStringListC2EPKPKc at Base 2.3.0
- _ZN13CPLStringListC2EPPci at Base 1.9.0
- _ZN13CPLStringListC2ERKS_ at Base 1.9.0
- _ZN13CPLStringListC2Ev at Base 1.9.0
- _ZN13CPLStringListD1Ev at Base 1.9.0
- _ZN13CPLStringListD2Ev at Base 1.9.0
- _ZN13CPLStringListaSEOS_ at Base 3.1.0
- _ZN13CPLStringListaSEPKPKc at Base 2.3.0
- _ZN13CPLStringListaSERKS_ at Base 1.9.0
- _ZN13CPLStringListixEi at Base 1.9.0
- _ZN13GDALAttribute5WriteEPKPKc at Base 3.1.0
- _ZN13GDALAttribute5WriteEPKc at Base 3.1.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN13GDALAttribute5WriteEPKdj at Base 3.7.2
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN13GDALAttribute5WriteEPKdm at Base 3.8.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN13GDALAttribute5WriteEPKvj at Base 3.7.2
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN13GDALAttribute5WriteEPKvm at Base 3.8.0
- _ZN13GDALAttribute5WriteEd at Base 3.1.0
- _ZN13GDALAttribute8WriteIntEi at Base 3.1.0
- _ZN13GDALAttributeC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_ at Base 3.1.0
- _ZN13GDALAttributeC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_ at Base 3.1.0
- (arch=!armel !armhf !sh4)_ZN13GDALAttributeD2Ev at Base 3.5.2
- _ZN13GDALDimension10BaseRenameERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.8.0
- _ZN13GDALDimension13ParentDeletedEv at Base 3.8.0
- _ZN13GDALDimension13ParentRenamedERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.8.0
- _ZN13GDALDimension19SetIndexingVariableESt10shared_ptrI11GDALMDArrayE at Base 3.1.0
- _ZN13GDALDimension6RenameERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.8.0
- _ZN13GDALDimensionC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_S7_S7_y at Base 3.1.0
- _ZN13GDALDimensionC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_S7_S7_y at Base 3.1.0
- _ZN13GDALDimensionD0Ev at Base 3.1.0
- _ZN13GDALDimensionD1Ev at Base 3.1.0
- _ZN13GDALDimensionD2Ev at Base 3.1.0
- _ZN13GDALRawResult6FreeMeEv at Base 3.1.0
- _ZN13GDALRawResult9StealDataEv at Base 3.1.0
- _ZN13GDALRawResultC1EOS_ at Base 3.1.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN13GDALRawResultC1EPhRK20GDALExtendedDataTypej at Base 3.7.2
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN13GDALRawResultC1EPhRK20GDALExtendedDataTypem at Base 3.8.0
- _ZN13GDALRawResultC2EOS_ at Base 3.1.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN13GDALRawResultC2EPhRK20GDALExtendedDataTypej at Base 3.7.2
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN13GDALRawResultC2EPhRK20GDALExtendedDataTypem at Base 3.8.0
- _ZN13GDALRawResultD1Ev at Base 3.1.0
- _ZN13GDALRawResultD2Ev at Base 3.1.0
- _ZN13GDALRawResultaSEOS_ at Base 3.1.0
- _ZN13MEMRasterBand10IReadBlockEiiPv at Base 1.8.0
- _ZN13MEMRasterBand11GetOverviewEi at Base 2.2.0
- _ZN13MEMRasterBand11IWriteBlockEiiPv at Base 1.8.0
- _ZN13MEMRasterBand14CreateMaskBandEi at Base 2.2.0
- _ZN13MEMRasterBand16GetOverviewCountEv at Base 2.2.0
- _ZN13MEMRasterBand9IRasterIOE10GDALRWFlagiiiiPvii12GDALDataTypexxP20GDALRasterIOExtraArg at Base 2.0.1
- _ZN13MEMRasterBandC1EP11GDALDatasetiPh12GDALDataTypexxiPKc at Base 2.0.1
- _ZN13MEMRasterBandC1EPh12GDALDataTypeii at Base 2.2.0
- _ZN13MEMRasterBandC2EP11GDALDatasetiPh12GDALDataTypexxiPKc at Base 2.0.1
- _ZN13MEMRasterBandC2EPh12GDALDataTypeii at Base 2.2.0
- _ZN13MEMRasterBandD0Ev at Base 1.8.0
- _ZN13MEMRasterBandD1Ev at Base 1.8.0
- _ZN13MEMRasterBandD2Ev at Base 1.8.0
- _ZN13OGRDataSource17DestroyDataSourceEPS_ at Base 1.8.0
- _ZN13OGRDataSourceC1Ev at Base 1.8.0
- _ZN13OGRDataSourceC2Ev at Base 1.8.0
- _ZN13OGRLineString16CastToLinearRingEPS_ at Base 2.0.1
- _ZN13OGRLineString18CasterToLinearRingEP8OGRCurve at Base 2.3.0
- _ZN13OGRLineString25TransferMembersAndDestroyEPS_S0_ at Base 2.0.1
- _ZN13OGRLineString6acceptEP19IOGRGeometryVisitor at Base 2.3.0
- _ZN13OGRLineStringC1ERKS_ at Base 2.1.0
- _ZN13OGRLineStringC1Ev at Base 1.8.0
- _ZN13OGRLineStringC2ERKS_ at Base 2.1.0
- _ZN13OGRLineStringC2Ev at Base 1.8.0
- _ZN13OGRLineStringD0Ev at Base 1.8.0
- _ZN13OGRLineStringD1Ev at Base 1.8.0
- _ZN13OGRLineStringD2Ev at Base 1.8.0
- _ZN13OGRLineStringaSERKS_ at Base 2.1.0
- _ZN13OGRLinearRing10closeRingsEv at Base 1.8.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN13OGRLinearRing13importFromWkbEPKhj13OGRwkbVariantRj at Base 3.7.2
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN13OGRLinearRing13importFromWkbEPKhm13OGRwkbVariantRm at Base 3.8.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN13OGRLinearRing14_importFromWkbE15OGRwkbByteOrderiPKhjRj at Base 3.7.2
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN13OGRLinearRing14_importFromWkbE15OGRwkbByteOrderiPKhmRm at Base 3.8.0
- _ZN13OGRLinearRing16CastToLineStringEPS_ at Base 2.0.1
- _ZN13OGRLinearRing18CasterToLineStringEP8OGRCurve at Base 2.3.0
- _ZN13OGRLinearRing19reverseWindingOrderEv at Base 1.8.0
- _ZN13OGRLinearRing6acceptEP19IOGRGeometryVisitor at Base 2.3.0
- _ZN13OGRLinearRing9transformEP27OGRCoordinateTransformation at Base 2.2.0
- _ZN13OGRLinearRingC1EPS_ at Base 1.8.0
- _ZN13OGRLinearRingC1ERKS_ at Base 2.1.0
- _ZN13OGRLinearRingC1Ev at Base 1.8.0
- _ZN13OGRLinearRingC2EPS_ at Base 1.8.0
- _ZN13OGRLinearRingC2ERKS_ at Base 2.1.0
- _ZN13OGRLinearRingC2Ev at Base 1.8.0
- _ZN13OGRLinearRingD0Ev at Base 1.8.0
- _ZN13OGRLinearRingD1Ev at Base 1.8.0
- _ZN13OGRLinearRingD2Ev at Base 1.8.0
- _ZN13OGRLinearRingaSERKS_ at Base 2.1.0
- _ZN13OGRMultiCurve13importFromWktEPPKc at Base 2.3.0
- _ZN13OGRMultiCurve21CastToMultiLineStringEPS_ at Base 2.0.1
- _ZN13OGRMultiCurve23addCurveDirectlyFromWktEP11OGRGeometryP8OGRCurve at Base 2.0.1
- _ZN13OGRMultiCurve6acceptEP19IOGRGeometryVisitor at Base 2.3.0
- _ZN13OGRMultiCurveC1ERKS_ at Base 2.1.0
- _ZN13OGRMultiCurveC1Ev at Base 2.0.1
- _ZN13OGRMultiCurveC2ERKS_ at Base 2.1.0
- _ZN13OGRMultiCurveC2Ev at Base 2.0.1
- _ZN13OGRMultiCurveD0Ev at Base 2.0.1
- _ZN13OGRMultiCurveD1Ev at Base 2.0.1
- _ZN13OGRMultiCurveD2Ev at Base 2.0.1
- _ZN13OGRMultiCurveaSERKS_ at Base 2.1.0
- _ZN13OGRMultiPoint13importFromWktEPPKc at Base 2.3.0
- _ZN13OGRMultiPoint23importFromWkt_BracketedEPPKcii at Base 2.3.0
- _ZN13OGRMultiPoint6acceptEP19IOGRGeometryVisitor at Base 2.3.0
- _ZN13OGRMultiPointC1ERKS_ at Base 2.1.0
- _ZN13OGRMultiPointC1Ev at Base 1.8.0
- _ZN13OGRMultiPointC2ERKS_ at Base 2.1.0
- _ZN13OGRMultiPointC2Ev at Base 1.8.0
- _ZN13OGRMultiPointD0Ev at Base 1.8.0
- _ZN13OGRMultiPointD1Ev at Base 1.8.0
- _ZN13OGRMultiPointD2Ev at Base 1.8.0
- _ZN13OGRMultiPointaSERKS_ at Base 2.1.0
- _ZN13OGRStyleBrush11GetParamDblE29ogr_style_tool_param_brush_idRi at Base 1.8.0
- _ZN13OGRStyleBrush11GetParamNumE29ogr_style_tool_param_brush_idRi at Base 1.8.0
- _ZN13OGRStyleBrush11GetParamStrE29ogr_style_tool_param_brush_idRi at Base 1.8.0
- _ZN13OGRStyleBrush11SetParamDblE29ogr_style_tool_param_brush_idd at Base 1.8.0
- _ZN13OGRStyleBrush11SetParamNumE29ogr_style_tool_param_brush_idi at Base 1.8.0
- _ZN13OGRStyleBrush11SetParamStrE29ogr_style_tool_param_brush_idPKc at Base 1.8.0
- _ZN13OGRStyleBrush14GetStyleStringEv at Base 1.8.0
- _ZN13OGRStyleBrush5ParseEv at Base 1.8.0
- _ZN13OGRStyleBrushC1Ev at Base 1.8.0
- _ZN13OGRStyleBrushC2Ev at Base 1.8.0
- _ZN13OGRStyleBrushD0Ev at Base 1.8.0
- _ZN13OGRStyleBrushD1Ev at Base 1.8.0
- _ZN13OGRStyleBrushD2Ev at Base 1.8.0
- _ZN13OGRStyleLabel11GetParamDblE29ogr_style_tool_param_label_idRi at Base 1.8.0
- _ZN13OGRStyleLabel11GetParamNumE29ogr_style_tool_param_label_idRi at Base 1.8.0
- _ZN13OGRStyleLabel11GetParamStrE29ogr_style_tool_param_label_idRi at Base 1.8.0
- _ZN13OGRStyleLabel11SetParamDblE29ogr_style_tool_param_label_idd at Base 1.8.0
- _ZN13OGRStyleLabel11SetParamNumE29ogr_style_tool_param_label_idi at Base 1.8.0
- _ZN13OGRStyleLabel11SetParamStrE29ogr_style_tool_param_label_idPKc at Base 1.8.0
- _ZN13OGRStyleLabel14GetStyleStringEv at Base 1.8.0
- _ZN13OGRStyleLabel5ParseEv at Base 1.8.0
- _ZN13OGRStyleLabelC1Ev at Base 1.8.0
- _ZN13OGRStyleLabelC2Ev at Base 1.8.0
- _ZN13OGRStyleLabelD0Ev at Base 1.8.0
- _ZN13OGRStyleLabelD1Ev at Base 1.8.0
- _ZN13OGRStyleLabelD2Ev at Base 1.8.0
- _ZN13OGRStyleTable11ModifyStyleEPKcS1_ at Base 1.8.0
- _ZN13OGRStyleTable11RemoveStyleEPKc at Base 1.8.0
- _ZN13OGRStyleTable12GetNextStyleEv at Base 1.8.0
- _ZN13OGRStyleTable12GetStyleNameEPKc at Base 1.8.0
- _ZN13OGRStyleTable14LoadStyleTableEPKc at Base 1.8.0
- _ZN13OGRStyleTable14SaveStyleTableEPKc at Base 1.8.0
- _ZN13OGRStyleTable16GetLastStyleNameEv at Base 1.8.0
- _ZN13OGRStyleTable23ResetStyleStringReadingEv at Base 1.8.0
- _ZN13OGRStyleTable4FindEPKc at Base 1.8.0
- _ZN13OGRStyleTable5ClearEv at Base 1.8.0
- _ZN13OGRStyleTable5CloneEv at Base 1.8.0
- _ZN13OGRStyleTable5PrintEP8_IO_FILE at Base 1.8.0
- _ZN13OGRStyleTable7IsExistEPKc at Base 1.8.0
- _ZN13OGRStyleTable8AddStyleEPKcS1_ at Base 1.8.0
- _ZN13OGRStyleTableC1Ev at Base 1.8.0
- _ZN13OGRStyleTableC2Ev at Base 1.8.0
- _ZN13OGRStyleTableD1Ev at Base 1.8.0
- _ZN13OGRStyleTableD2Ev at Base 1.8.0
- _ZN13OGRUnionLayer10GetFeatureEx at Base 3.4.0
- _ZN13OGRUnionLayer10SyncToDiskEv at Base 3.4.0
- _ZN13OGRUnionLayer11GetGeomTypeEv at Base 3.4.0
- _ZN13OGRUnionLayer11ISetFeatureEP10OGRFeature at Base 3.4.0
- _ZN13OGRUnionLayer12GetLayerDefnEv at Base 3.4.0
- _ZN13OGRUnionLayer12ResetReadingEv at Base 3.4.0
- _ZN13OGRUnionLayer13GetSpatialRefEv at Base 3.4.0
- _ZN13OGRUnionLayer14GetNextFeatureEv at Base 3.4.0
- _ZN13OGRUnionLayer14ICreateFeatureEP10OGRFeature at Base 3.4.0
- _ZN13OGRUnionLayer14IUpdateFeatureEP10OGRFeatureiPKiiS3_b at Base 3.7.0
- _ZN13OGRUnionLayer14IUpsertFeatureEP10OGRFeature at Base 3.6.0
- _ZN13OGRUnionLayer14TestCapabilityEPKc at Base 3.4.0
- _ZN13OGRUnionLayer15GetFeatureCountEi at Base 3.4.0
- _ZN13OGRUnionLayer15SetFeatureCountEi at Base 3.4.0
- _ZN13OGRUnionLayer16SetIgnoredFieldsEPPKc at Base 3.4.0
- _ZN13OGRUnionLayer16SetSpatialFilterEP11OGRGeometry at Base 3.4.0
- _ZN13OGRUnionLayer16SetSpatialFilterEiP11OGRGeometry at Base 3.4.0
- _ZN13OGRUnionLayer17SetPreserveSrcFIDEi at Base 3.4.0
- _ZN13OGRUnionLayer18SetAttributeFilterEPKc at Base 3.4.0
- _ZN13OGRUnionLayer20ConfigureActiveLayerEv at Base 3.4.0
- _ZN13OGRUnionLayer21TranslateFromSrcLayerEP10OGRFeature at Base 3.4.0
- _ZN13OGRUnionLayer23SetSourceLayerFieldNameEPKc at Base 3.4.0
- _ZN13OGRUnionLayer24AutoWarpLayerIfNecessaryEi at Base 3.4.0
- _ZN13OGRUnionLayer29GetAttrFilterPassThroughValueEv at Base 3.4.0
- _ZN13OGRUnionLayer29SetSpatialFilterToSourceLayerEP8OGRLayer at Base 3.4.0
- _ZN13OGRUnionLayer30ApplyAttributeFilterToSrcLayerEi at Base 3.4.0
- _ZN13OGRUnionLayer7GetNameEv at Base 3.4.0
- _ZN13OGRUnionLayer9GetExtentEP11OGREnvelopei at Base 3.4.0
- _ZN13OGRUnionLayer9GetExtentEiP11OGREnvelopei at Base 3.4.0
- _ZN13OGRUnionLayer9SetFieldsE18FieldUnionStrategyiPP12OGRFieldDefniPP26OGRUnionLayerGeomFieldDefn at Base 3.4.0
- _ZN13OGRUnionLayerC1EPKciPP8OGRLayeri at Base 3.4.0
- _ZN13OGRUnionLayerC2EPKciPP8OGRLayeri at Base 3.4.0
- _ZN13OGRUnionLayerD0Ev at Base 3.4.0
- _ZN13OGRUnionLayerD1Ev at Base 3.4.0
- _ZN13OGRUnionLayerD2Ev at Base 3.4.0
- _ZN13OGRWktOptions15getDefaultRoundEv at Base 3.1.1
- _ZN13OGRWktOptions19getDefaultPrecisionEv at Base 3.1.1
- _ZN13RawRasterBand10AccessLineEi at Base 1.8.0
- _ZN13RawRasterBand10FlushCacheEb at Base 3.4.0
- _ZN13RawRasterBand10IReadBlockEiiPv at Base 1.8.0
- _ZN13RawRasterBand10InitializeEv at Base 1.8.0
- (arch=!alpha !amd64 !arm64 !ia64 !loong64 !mips64el !ppc64 !ppc64el !riscv64 !s390x !sparc64)_ZN13RawRasterBand11AccessBlockEyjPvj at Base 3.6.4
- (arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4)_ZN13RawRasterBand11AccessBlockEymPvm at Base 3.7.0
- _ZN13RawRasterBand11IWriteBlockEiiPv at Base 1.8.0
- _ZN13RawRasterBand13BIPWriteBlockEiiPKv at Base 3.3.0
- _ZN13RawRasterBand13GetColorTableEv at Base 1.8.0
- _ZN13RawRasterBand13SetColorTableEP14GDALColorTable at Base 1.8.0
- _ZN13RawRasterBand14CanUseDirectIOEiiii12GDALDataTypeP20GDALRasterIOExtraArg at Base 3.0.0
- _ZN13RawRasterBand16FlushCurrentLineEb at Base 3.3.0
- _ZN13RawRasterBand16GetCategoryNamesEv at Base 1.8.0
- _ZN13RawRasterBand16SetCategoryNamesEPPc at Base 1.8.0
- _ZN13RawRasterBand16StoreNoDataValueEd at Base 1.8.0
- _ZN13RawRasterBand17GetVirtualMemAutoE10GDALRWFlagPiPxPPc at Base 1.11.0
- _ZN13RawRasterBand22GetColorInterpretationEv at Base 1.8.0
- _ZN13RawRasterBand22SetColorInterpretationE15GDALColorInterp at Base 1.8.0
- _ZN13RawRasterBand32IsSignificantNumberOfLinesLoadedEii at Base 1.11.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN13RawRasterBand4ReadEPvjj at Base 3.7.2
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN13RawRasterBand4ReadEPvmm at Base 3.8.0
- _ZN13RawRasterBand4SeekEyi at Base 1.8.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN13RawRasterBand5WriteEPvjj at Base 3.7.2
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN13RawRasterBand5WriteEPvmm at Base 3.8.0
- _ZN13RawRasterBand6CreateEP11GDALDatasetiP16VSIVirtualHandleyii12GDALDataTypeNS_9ByteOrderENS_5OwnFPE at Base 3.7.0
- _ZN13RawRasterBand6CreateEP16VSIVirtualHandleyii12GDALDataTypeNS_9ByteOrderEiiNS_5OwnFPE at Base 3.7.0
- _ZN13RawRasterBand9IRasterIOE10GDALRWFlagiiiiPvii12GDALDataTypexxP20GDALRasterIOExtraArg at Base 2.0.1
- _ZN13RawRasterBand9SetAccessE10GDALAccess at Base 1.8.0
- _ZN13RawRasterBandC1EP11GDALDatasetiP16VSIVirtualHandleyii12GDALDataTypeNS_9ByteOrderENS_5OwnFPE at Base 3.7.0
- _ZN13RawRasterBandC1EP11GDALDatasetiP16VSIVirtualHandleyii12GDALDataTypeiNS_5OwnFPE at Base 3.7.0
- _ZN13RawRasterBandC1EP16VSIVirtualHandleyii12GDALDataTypeNS_9ByteOrderEiiNS_5OwnFPE at Base 3.7.0
- _ZN13RawRasterBandC1EP16VSIVirtualHandleyii12GDALDataTypeiiiNS_5OwnFPE at Base 3.7.0
- _ZN13RawRasterBandC2EP11GDALDatasetiP16VSIVirtualHandleyii12GDALDataTypeNS_9ByteOrderENS_5OwnFPE at Base 3.7.0
- _ZN13RawRasterBandC2EP11GDALDatasetiP16VSIVirtualHandleyii12GDALDataTypeiNS_5OwnFPE at Base 3.7.0
- _ZN13RawRasterBandC2EP16VSIVirtualHandleyii12GDALDataTypeNS_9ByteOrderEiiNS_5OwnFPE at Base 3.7.0
- _ZN13RawRasterBandC2EP16VSIVirtualHandleyii12GDALDataTypeiiiNS_5OwnFPE at Base 3.7.0
- _ZN13RawRasterBandD0Ev at Base 1.8.0
- _ZN13RawRasterBandD1Ev at Base 1.8.0
- _ZN13RawRasterBandD2Ev at Base 1.8.0
- _ZN13VRTRasterBand10InitializeEii at Base 1.8.0
- _ZN13VRTRasterBand11GetFileListEPPPcPiS3_P11_CPLHashSet at Base 1.8.0
- _ZN13VRTRasterBand11GetMaskBandEv at Base 1.8.0
- _ZN13VRTRasterBand11GetOverviewEi at Base 1.8.0
- _ZN13VRTRasterBand11GetUnitTypeEv at Base 1.8.0
- _ZN13VRTRasterBand11SetMaskBandEPS_ at Base 1.8.0
- _ZN13VRTRasterBand11SetMetadataEPPcPKc at Base 1.8.0
- _ZN13VRTRasterBand11SetUnitTypeEPKc at Base 1.8.0
- _ZN13VRTRasterBand12GetHistogramEddiPyiiPFidPKcPvES3_ at Base 2.0.1
- _ZN13VRTRasterBand12GetMaskFlagsEv at Base 1.8.0
- _ZN13VRTRasterBand13GetColorTableEv at Base 1.8.0
- _ZN13VRTRasterBand13GetDefaultRATEv at Base 2.3.0
- _ZN13VRTRasterBand13SetColorTableEP14GDALColorTable at Base 1.8.0
- _ZN13VRTRasterBand13SetDefaultRATEPK24GDALRasterAttributeTable at Base 2.3.0
- _ZN13VRTRasterBand13SetIsMaskBandEv at Base 1.8.0
- _ZN13VRTRasterBand14CreateMaskBandEi at Base 1.8.0
- _ZN13VRTRasterBand14GetNoDataValueEPi at Base 1.8.0
- _ZN13VRTRasterBand14SerializeToXMLEPKc at Base 1.8.0
- _ZN13VRTRasterBand14SetDescriptionEPKc at Base 1.8.0
- _ZN13VRTRasterBand14SetNoDataValueEd at Base 1.8.0
- _ZN13VRTRasterBand15SetMetadataItemEPKcS1_S1_ at Base 1.8.0
- _ZN13VRTRasterBand16GetCategoryNamesEv at Base 1.8.0
- _ZN13VRTRasterBand16GetOverviewCountEv at Base 1.8.0
- _ZN13VRTRasterBand16SetCategoryNamesEPPc at Base 1.8.0
- _ZN13VRTRasterBand16UnsetNoDataValueEv at Base 1.8.0
- _ZN13VRTRasterBand17DeleteNoDataValueEv at Base 2.1.0
- _ZN13VRTRasterBand17ResetNoDataValuesEv at Base 3.5.0
- _ZN13VRTRasterBand18CopyCommonInfoFromEP14GDALRasterBand at Base 1.8.0
- _ZN13VRTRasterBand19GetDefaultHistogramEPdS0_PiPPyiPFidPKcPvES6_ at Base 2.0.1
- _ZN13VRTRasterBand19IsSourcedRasterBandEv at Base 1.9.0
- _ZN13VRTRasterBand19SetDefaultHistogramEddiPy at Base 2.0.1
- _ZN13VRTRasterBand21GetNoDataValueAsInt64EPi at Base 3.5.0
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN13VRTRasterBand21SetNoDataValueAsInt64El at Base 3.8.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN13VRTRasterBand21SetNoDataValueAsInt64Ex at Base 3.7.2
- _ZN13VRTRasterBand22CloseDependentDatasetsEv at Base 1.9.0
- _ZN13VRTRasterBand22GetColorInterpretationEv at Base 1.8.0
- _ZN13VRTRasterBand22GetNoDataValueAsUInt64EPi at Base 3.5.0
- _ZN13VRTRasterBand22IsPansharpenRasterBandEv at Base 2.1.0
- _ZN13VRTRasterBand22SetColorInterpretationE15GDALColorInterp at Base 1.8.0
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN13VRTRasterBand22SetNoDataValueAsUInt64Em at Base 3.8.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN13VRTRasterBand22SetNoDataValueAsUInt64Ey at Base 3.7.2
- _ZN13VRTRasterBand7XMLInitEP10CPLXMLNodePKcRSt3mapI9CPLStringP11GDALDatasetSt4lessIS5_ESaISt4pairIKS5_S7_EEE at Base 3.4.0
- _ZN13VRTRasterBand8GetScaleEPi at Base 1.8.0
- _ZN13VRTRasterBand8SetScaleEd at Base 1.8.0
- _ZN13VRTRasterBand9GetOffsetEPi at Base 1.8.0
- _ZN13VRTRasterBand9SetOffsetEd at Base 1.8.0
- _ZN13VRTRasterBandC1Ev at Base 1.8.0
- _ZN13VRTRasterBandC2Ev at Base 1.8.0
- _ZN13VRTRasterBandD0Ev at Base 1.8.0
- _ZN13VRTRasterBandD1Ev at Base 1.8.0
- _ZN13VRTRasterBandD2Ev at Base 1.8.0
- _ZN13swq_expr_node15MarkAsTimestampEv at Base 3.1.0
- _ZN13swq_expr_node16QuoteIfNecessaryERK9CPLStringc at Base 3.1.0
- _ZN13swq_expr_node17PushSubExpressionEPS_ at Base 3.1.0
- _ZN13swq_expr_node21ReverseSubExpressionsEv at Base 3.1.0
- _ZN13swq_expr_node27PushNotOperationDownToStackEv at Base 3.7.0
- _ZN13swq_expr_node30ReplaceBetweenByGEAndLERecurseEv at Base 3.1.0
- _ZN13swq_expr_node35UnparseOperationFromUnparsedSubExprEPPc at Base 3.1.0
- _ZN13swq_expr_node4DumpEP8_IO_FILEi at Base 3.1.0
- _ZN13swq_expr_node5CheckEP14swq_field_listiiP25swq_custom_func_registrari at Base 3.1.0
- _ZN13swq_expr_node5CloneEv at Base 3.1.0
- _ZN13swq_expr_node5QuoteERK9CPLStringc at Base 3.1.0
- _ZN13swq_expr_node5resetEv at Base 3.7.0
- _ZN13swq_expr_node7UnparseEP14swq_field_listc at Base 3.1.0
- _ZN13swq_expr_node8EvaluateEPFPS_S0_PvES1_ at Base 3.1.0
- _ZN13swq_expr_node8EvaluateEPFPS_S0_PvES1_i at Base 3.1.0
- _ZN13swq_expr_nodeC1E6swq_op at Base 3.1.0
- _ZN13swq_expr_nodeC1EOS_ at Base 3.7.0
- _ZN13swq_expr_nodeC1EP11OGRGeometry at Base 3.1.0
- _ZN13swq_expr_nodeC1EPKc at Base 3.1.0
- _ZN13swq_expr_nodeC1ERKS_ at Base 3.7.0
- _ZN13swq_expr_nodeC1Ed at Base 3.1.0
- _ZN13swq_expr_nodeC1Ei at Base 3.1.0
- _ZN13swq_expr_nodeC1Ev at Base 3.1.0
- _ZN13swq_expr_nodeC1Ex at Base 3.1.0
- _ZN13swq_expr_nodeC2E6swq_op at Base 3.1.0
- _ZN13swq_expr_nodeC2EOS_ at Base 3.7.0
- _ZN13swq_expr_nodeC2EP11OGRGeometry at Base 3.1.0
- _ZN13swq_expr_nodeC2EPKc at Base 3.1.0
- _ZN13swq_expr_nodeC2ERKS_ at Base 3.7.0
- _ZN13swq_expr_nodeC2Ed at Base 3.1.0
- _ZN13swq_expr_nodeC2Ei at Base 3.1.0
- _ZN13swq_expr_nodeC2Ev at Base 3.1.0
- _ZN13swq_expr_nodeC2Ex at Base 3.1.0
- _ZN13swq_expr_nodeD1Ev at Base 3.1.0
- _ZN13swq_expr_nodeD2Ev at Base 3.1.0
- _ZN13swq_expr_nodeaSEOS_ at Base 3.7.0
- _ZN13swq_expr_nodeaSERKS_ at Base 3.7.0
- _ZN14CPLMutexHolderC1EPPvdPKcii at Base 2.0.1
- _ZN14CPLMutexHolderC1EPvdPKci at Base 1.11.0
- _ZN14CPLMutexHolderC2EPPvdPKcii at Base 2.0.1
- _ZN14CPLMutexHolderC2EPvdPKci at Base 1.11.0
- _ZN14CPLMutexHolderD1Ev at Base 1.8.0
- _ZN14CPLMutexHolderD2Ev at Base 1.8.0
- _ZN14CPLODBCSession12CloseSessionEv at Base 1.8.0
- _ZN14CPLODBCSession12GetLastErrorEv at Base 1.8.0
- _ZN14CPLODBCSession16BeginTransactionEv at Base 1.8.0
- _ZN14CPLODBCSession16ClearTransactionEv at Base 1.8.0
- _ZN14CPLODBCSession16EstablishSessionEPKcS1_S1_ at Base 1.8.0
- _ZN14CPLODBCSession17CommitTransactionEv at Base 1.8.0
- _ZN14CPLODBCSession17ConnectToMsAccessEPKcS1_ at Base 3.1.3
- _ZN14CPLODBCSession19RollbackTransactionEv at Base 1.8.0
- _ZN14CPLODBCSession6FailedEiPv at Base 1.8.0
- _ZN14CPLODBCSessionC1Ev at Base 1.8.0
- _ZN14CPLODBCSessionC2Ev at Base 1.8.0
- _ZN14CPLODBCSessionD1Ev at Base 1.8.0
- _ZN14CPLODBCSessionD2Ev at Base 1.8.0
- _ZN14DDFRecordIndex10FindRecordEi at Base 1.8.0
- _ZN14DDFRecordIndex10GetByIndexEi at Base 1.8.0
- _ZN14DDFRecordIndex12RemoveRecordEi at Base 1.8.0
- _ZN14DDFRecordIndex16FindRecordByObjlEi at Base 1.8.0
- _ZN14DDFRecordIndex20GetClientInfoByIndexEi at Base 1.8.0
- _ZN14DDFRecordIndex20SetClientInfoByIndexEiPv at Base 1.8.0
- _ZN14DDFRecordIndex4SortEv at Base 1.8.0
- _ZN14DDFRecordIndex5ClearEv at Base 1.8.0
- _ZN14DDFRecordIndex9AddRecordEiP9DDFRecord at Base 1.8.0
- _ZN14DDFRecordIndexC1Ev at Base 1.8.0
- _ZN14DDFRecordIndexC2Ev at Base 1.8.0
- _ZN14DDFRecordIndexD1Ev at Base 1.8.0
- _ZN14DDFRecordIndexD2Ev at Base 1.8.0
- _ZN14GDALColorTable13SetColorEntryEiPK14GDALColorEntry at Base 1.8.0
- _ZN14GDALColorTable15CreateColorRampEiPK14GDALColorEntryiS2_ at Base 1.8.0
- _ZN14GDALColorTableC1E17GDALPaletteInterp at Base 1.8.0
- _ZN14GDALColorTableC2E17GDALPaletteInterp at Base 1.8.0
- _ZN14GDALColorTableD1Ev at Base 1.8.0
- _ZN14GDALColorTableD2Ev at Base 1.8.0
- _ZN14GDALPamDataset10FlushCacheEb at Base 3.4.0
- _ZN14GDALPamDataset10TryLoadAuxEPPc at Base 1.9.0
- _ZN14GDALPamDataset10TryLoadXMLEPPc at Base 1.9.0
- _ZN14GDALPamDataset10TrySaveXMLEv at Base 1.8.0
- _ZN14GDALPamDataset11GetFileListEv at Base 1.8.0
- _ZN14GDALPamDataset11GetGCPCountEv at Base 1.8.0
- _ZN14GDALPamDataset11GetMetadataEPKc at Base 1.8.0
- _ZN14GDALPamDataset11SetMetadataEPPcPKc at Base 1.8.0
- _ZN14GDALPamDataset12MarkPamDirtyEv at Base 3.8.0
- _ZN14GDALPamDataset13PamInitializeEv at Base 1.8.0
- _ZN14GDALPamDataset13SetSpatialRefEPK19OGRSpatialReference at Base 3.0.0
- _ZN14GDALPamDataset14SerializeToXMLEPKc at Base 1.8.0
- _ZN14GDALPamDataset15ClearStatisticsEv at Base 3.2.0
- _ZN14GDALPamDataset15GetGeoTransformEPd at Base 1.8.0
- _ZN14GDALPamDataset15GetMetadataItemEPKcS1_ at Base 1.8.0
- _ZN14GDALPamDataset15IBuildOverviewsEPKciPKiiS3_PFidS1_PvES4_PKS1_ at Base 3.6.0
- _ZN14GDALPamDataset15SetGeoTransformEPd at Base 1.8.0
- _ZN14GDALPamDataset15SetMetadataItemEPKcS1_S1_ at Base 1.8.0
- _ZN14GDALPamDataset16BuildPamFilenameEv at Base 1.8.0
- _ZN14GDALPamDataset17GetSubdatasetNameEv at Base 1.8.0
- _ZN14GDALPamDataset17SetSubdatasetNameEPKc at Base 1.8.0
- _ZN14GDALPamDataset18DeleteGeoTransformEv at Base 3.4.1
- _ZN14GDALPamDataset19GetPhysicalFilenameEv at Base 1.8.0
- _ZN14GDALPamDataset19SetPhysicalFilenameEPKc at Base 1.8.0
- _ZN14GDALPamDataset21SetDerivedDatasetNameEPKc at Base 3.8.0
- _ZN14GDALPamDataset34IsPamFilenameAPotentialSiblingFileEv at Base 1.9.0
- _ZN14GDALPamDataset7GetGCPsEv at Base 1.8.0
- _ZN14GDALPamDataset7SetGCPsEiPK8GDAL_GCPPK19OGRSpatialReference at Base 3.0.0
- _ZN14GDALPamDataset7XMLInitEP10CPLXMLNodePKc at Base 1.8.0
- _ZN14GDALPamDataset8PamClearEv at Base 1.8.0
- _ZN14GDALPamDataset9CloneInfoEP11GDALDataseti at Base 1.8.0
- _ZN14GDALPamDatasetC1Ev at Base 1.8.0
- _ZN14GDALPamDatasetC2Ev at Base 1.8.0
- _ZN14GDALPamDatasetD0Ev at Base 1.8.0
- _ZN14GDALPamDatasetD1Ev at Base 1.8.0
- _ZN14GDALPamDatasetD2Ev at Base 1.8.0
- _ZN14GDALPamMDArray13GetStatisticsEbbPdS0_S0_S0_PyPFidPKcPvES4_ at Base 3.4.0
- _ZN14GDALPamMDArray13SetSpatialRefEPK19OGRSpatialReference at Base 3.4.0
- _ZN14GDALPamMDArray13SetStatisticsEbddddyPKPKc at Base 3.8.0
- _ZN14GDALPamMDArray15ClearStatisticsEv at Base 3.4.0
- _ZN14GDALPamMDArrayC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_RKSt10shared_ptrI15GDALPamMultiDimES7_ at Base 3.8.0
- _ZN14GDALPamMDArrayC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_RKSt10shared_ptrI15GDALPamMultiDimES7_ at Base 3.8.0
- (arch=!armel !armhf)_ZN14GDALPamMDArrayD2Ev at Base 3.5.2
- _ZN14GDALRasterBand10AdviseReadEiiiiii12GDALDataTypePPc at Base 1.8.0
- _ZN14GDALRasterBand10FlushBlockEiii at Base 1.8.0
- _ZN14GDALRasterBand10FlushCacheEb at Base 3.4.0
- _ZN14GDALRasterBand10GetDatasetEv at Base 1.8.0
- _ZN14GDALRasterBand10GetMaximumEPi at Base 1.8.0
- _ZN14GDALRasterBand10GetMinimumEPi at Base 1.8.0
- _ZN14GDALRasterBand10InitRWLockEv at Base 2.1.2
- _ZN14GDALRasterBand10WriteBlockEiiPv at Base 1.8.0
- _ZN14GDALRasterBand11GetMaskBandEv at Base 1.8.0
- _ZN14GDALRasterBand11GetOverviewEi at Base 1.8.0
- _ZN14GDALRasterBand11GetUnitTypeEv at Base 1.8.0
- _ZN14GDALRasterBand11IWriteBlockEiiPv at Base 1.8.0
- _ZN14GDALRasterBand11ReportErrorE6CPLErriPKcz at Base 1.9.0
- _ZN14GDALRasterBand11SetUnitTypeEPKc at Base 1.8.0
- _ZN14GDALRasterBand12GetBlockSizeEPiS0_ at Base 1.8.0
- _ZN14GDALRasterBand12GetHistogramEddiPyiiPFidPKcPvES3_ at Base 2.0.1
- _ZN14GDALRasterBand12GetMaskFlagsEv at Base 1.8.0
- _ZN14GDALRasterBand13GetColorTableEv at Base 1.8.0
- _ZN14GDALRasterBand13GetDefaultRATEv at Base 1.8.0
- _ZN14GDALRasterBand13GetStatisticsEiiPdS0_S0_S0_ at Base 1.8.0
- _ZN14GDALRasterBand13InitBlockInfoEv at Base 1.8.0
- _ZN14GDALRasterBand13SetColorTableEP14GDALColorTable at Base 1.8.0
- _ZN14GDALRasterBand13SetDefaultRATEPK24GDALRasterAttributeTable at Base 1.8.0
- _ZN14GDALRasterBand13SetStatisticsEdddd at Base 1.8.0
- _ZN14GDALRasterBand14BuildOverviewsEPKciPKiPFidS1_PvES4_PKS1_ at Base 3.6.0
- _ZN14GDALRasterBand14CreateMaskBandEi at Base 1.8.0
- _ZN14GDALRasterBand14EnterReadWriteE10GDALRWFlag at Base 2.0.1
- _ZN14GDALRasterBand14GetNoDataValueEPi at Base 1.8.0
- _ZN14GDALRasterBand14LeaveReadWriteEv at Base 2.0.1
- _ZN14GDALRasterBand14SetNoDataValueEd at Base 1.8.0
- _ZN14GDALRasterBand15GetMetadataItemEPKcS1_ at Base 3.7.0
- _ZN14GDALRasterBand15SetValidPercentEyy at Base 3.6.0
- _ZN14GDALRasterBand16GetCategoryNamesEv at Base 1.8.0
- _ZN14GDALRasterBand16GetOverviewCountEv at Base 1.8.0
- _ZN14GDALRasterBand16OverviewRasterIOE10GDALRWFlagiiiiPvii12GDALDataTypexxP20GDALRasterIOExtraArg at Base 2.0.1
- _ZN14GDALRasterBand16SetCategoryNamesEPPc at Base 1.8.0
- _ZN14GDALRasterBand17ComputeStatisticsEiPdS0_S0_S0_PFidPKcPvES3_ at Base 1.8.0
- _ZN14GDALRasterBand17DeleteNoDataValueEv at Base 2.1.0
- _ZN14GDALRasterBand17GetLockedBlockRefEiii at Base 1.8.0
- _ZN14GDALRasterBand17GetRasterDataTypeEv at Base 1.8.0
- _ZN14GDALRasterBand17GetVirtualMemAutoE10GDALRWFlagPiPxPPc at Base 1.11.0
- _ZN14GDALRasterBand17RasterIOResampledE10GDALRWFlagiiiiPvii12GDALDataTypexxP20GDALRasterIOExtraArg at Base 2.0.1
- _ZN14GDALRasterBand18AddBlockToFreeListEP15GDALRasterBlock at Base 2.1.0
- _ZN14GDALRasterBand18GetActualBlockSizeEiiPiS0_ at Base 2.2.0
- _ZN14GDALRasterBand18InvalidateMaskBandEv at Base 1.11.1
- _ZN14GDALRasterBand19ComputeRasterMinMaxEiPd at Base 1.8.0
- _ZN14GDALRasterBand19GetDefaultHistogramEPdS0_PiPPyiPFidPKcPvES6_ at Base 2.0.1
- _ZN14GDALRasterBand19SetDefaultHistogramEddiPy at Base 2.0.1
- _ZN14GDALRasterBand19TryOverviewRasterIOE10GDALRWFlagiiiiPvii12GDALDataTypexxP20GDALRasterIOExtraArgPi at Base 2.1.0
- _ZN14GDALRasterBand20TryGetLockedBlockRefEii at Base 1.8.0
- _ZN14GDALRasterBand21GetDataCoverageStatusEiiiiiPd at Base 2.2.0
- _ZN14GDALRasterBand21GetNoDataValueAsInt64EPi at Base 3.5.0
- _ZN14GDALRasterBand21HasArbitraryOverviewsEv at Base 1.8.0
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN14GDALRasterBand21SetNoDataValueAsInt64El at Base 3.8.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN14GDALRasterBand21SetNoDataValueAsInt64Ex at Base 3.7.2
- _ZN14GDALRasterBand22GetColorInterpretationEv at Base 1.8.0
- _ZN14GDALRasterBand22GetNoDataValueAsUInt64EPi at Base 3.5.0
- _ZN14GDALRasterBand22IGetDataCoverageStatusEiiiiiPd at Base 2.2.0
- _ZN14GDALRasterBand22SetColorInterpretationE15GDALColorInterp at Base 1.8.0
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN14GDALRasterBand22SetNoDataValueAsUInt64Em at Base 3.8.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN14GDALRasterBand22SetNoDataValueAsUInt64Ey at Base 3.7.2
- _ZN14GDALRasterBand23GetRasterSampleOverviewEy at Base 2.0.1
- _ZN14GDALRasterBand26GetIndexColorTranslationToEPS_PhPi at Base 1.8.0
- _ZN14GDALRasterBand32EnablePixelTypeSignedByteWarningEb at Base 3.7.0
- _ZN14GDALRasterBand4FillEdd at Base 1.8.0
- _ZN14GDALRasterBand7GetBandEv at Base 1.8.0
- _ZN14GDALRasterBand8GetScaleEPi at Base 1.8.0
- _ZN14GDALRasterBand8GetXSizeEv at Base 1.8.0
- _ZN14GDALRasterBand8GetYSizeEv at Base 1.8.0
- _ZN14GDALRasterBand8RasterIOE10GDALRWFlagiiiiPvii12GDALDataTypexxP20GDALRasterIOExtraArg at Base 2.0.1
- _ZN14GDALRasterBand8SetScaleEd at Base 1.8.0
- _ZN14GDALRasterBand9GetAccessEv at Base 1.8.0
- _ZN14GDALRasterBand9GetOffsetEPi at Base 1.8.0
- _ZN14GDALRasterBand9IRasterIOE10GDALRWFlagiiiiPvii12GDALDataTypexxP20GDALRasterIOExtraArg at Base 2.0.1
- _ZN14GDALRasterBand9ReadBlockEiiPv at Base 1.8.0
- _ZN14GDALRasterBand9SetOffsetEd at Base 1.8.0
- _ZN14GDALRasterBandC1Ei at Base 2.1.0
- _ZN14GDALRasterBandC1Ev at Base 1.8.0
- _ZN14GDALRasterBandC2Ei at Base 2.1.0
- _ZN14GDALRasterBandC2Ev at Base 1.8.0
- _ZN14GDALRasterBandD0Ev at Base 1.8.0
- _ZN14GDALRasterBandD1Ev at Base 1.8.0
- _ZN14GDALRasterBandD2Ev at Base 1.8.0
- _ZN14GDALWarpKernel11PerformWarpEv at Base 1.8.0
- _ZN14GDALWarpKernel8ValidateEv at Base 1.8.0
- _ZN14GDALWarpKernelC1Ev at Base 1.8.0
- _ZN14GDALWarpKernelC2Ev at Base 1.8.0
- _ZN14GDALWarpKernelD0Ev at Base 1.8.0
- _ZN14GDALWarpKernelD1Ev at Base 1.8.0
- _ZN14GDALWarpKernelD2Ev at Base 1.8.0
- _ZN14OGRFeatureDefn11SetGeomTypeE18OGRwkbGeometryType at Base 1.8.0
- _ZN14OGRFeatureDefn12AddFieldDefnEPK12OGRFieldDefn at Base 3.4.0
- _ZN14OGRFeatureDefn12GetFieldDefnEi at Base 1.8.0
- _ZN14OGRFeatureDefn15DeleteFieldDefnEi at Base 1.9.0
- _ZN14OGRFeatureDefn15SetStyleIgnoredEb at Base 3.4.0
- _ZN14OGRFeatureDefn16AddGeomFieldDefnEOSt10unique_ptrI16OGRGeomFieldDefnSt14default_deleteIS1_EE at Base 3.4.0
- _ZN14OGRFeatureDefn16AddGeomFieldDefnEPK16OGRGeomFieldDefn at Base 3.4.0
- _ZN14OGRFeatureDefn16GetGeomFieldDefnEi at Base 1.11.0
- _ZN14OGRFeatureDefn17CreateFeatureDefnEPKc at Base 1.8.0
- _ZN14OGRFeatureDefn17ReorderFieldDefnsEPKi at Base 3.4.0
- _ZN14OGRFeatureDefn18DestroyFeatureDefnEPS_ at Base 1.8.0
- _ZN14OGRFeatureDefn18SetGeometryIgnoredEi at Base 1.11.0
- _ZN14OGRFeatureDefn19DeleteGeomFieldDefnEi at Base 1.11.0
- _ZN14OGRFeatureDefn21ReserveSpaceForFieldsEi at Base 2.3.0
- _ZN14OGRFeatureDefn7ReleaseEv at Base 1.8.0
- _ZN14OGRFeatureDefn7SetNameEPKc at Base 2.3.0
- _ZN14OGRFeatureDefnC1EPKc at Base 1.8.0
- _ZN14OGRFeatureDefnC2EPKc at Base 1.8.0
- _ZN14OGRFeatureDefnD0Ev at Base 1.8.0
- _ZN14OGRFeatureDefnD1Ev at Base 1.8.0
- _ZN14OGRFeatureDefnD2Ev at Base 1.8.0
- _ZN14OGRFieldDomainC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_18OGRFieldDomainType12OGRFieldType15OGRFieldSubType at Base 3.3.0
- _ZN14OGRFieldDomainC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_18OGRFieldDomainType12OGRFieldType15OGRFieldSubType at Base 3.3.0
- _ZN14OGRFieldDomainD0Ev at Base 3.3.0
- _ZN14OGRFieldDomainD1Ev at Base 3.3.0
- _ZN14OGRFieldDomainD2Ev at Base 3.3.0
- _ZN14OGRSimpleCurve10segmentizeEd at Base 2.0.1
- _ZN14OGRSimpleCurve10setPointsMEiPK11OGRRawPointPKd at Base 2.3.0
- _ZN14OGRSimpleCurve10setPointsMEiPKdS1_S1_ at Base 2.3.0
- _ZN14OGRSimpleCurve11flattenTo2DEv at Base 2.0.1
- _ZN14OGRSimpleCurve11removePointEi at Base 3.3.0
- _ZN14OGRSimpleCurve11setMeasuredEi at Base 2.1.0
- _ZN14OGRSimpleCurve12setNumPointsEii at Base 2.0.1
- _ZN14OGRSimpleCurve13ConstIteratorC1EPKS_i at Base 2.3.0
- _ZN14OGRSimpleCurve13ConstIteratorC2EPKS_i at Base 2.3.0
- _ZN14OGRSimpleCurve13ConstIteratorD1Ev at Base 2.3.0
- _ZN14OGRSimpleCurve13ConstIteratorD2Ev at Base 2.3.0
- _ZN14OGRSimpleCurve13ConstIteratorppEv at Base 2.3.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN14OGRSimpleCurve13importFromWkbEPKhj13OGRwkbVariantRj at Base 3.7.2
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN14OGRSimpleCurve13importFromWkbEPKhm13OGRwkbVariantRm at Base 3.8.0
- _ZN14OGRSimpleCurve13importFromWktEPPKc at Base 2.3.0
- _ZN14OGRSimpleCurve13reversePointsEv at Base 2.0.1
- _ZN14OGRSimpleCurve16addSubLineStringEPK13OGRLineStringii at Base 2.0.1
- _ZN14OGRSimpleCurve21importFromWKTListOnlyEPPKciiRP11OGRRawPointRiRPd at Base 2.3.0
- _ZN14OGRSimpleCurve22setCoordinateDimensionEi at Base 2.0.1
- _ZN14OGRSimpleCurve3endEv at Base 2.3.0
- _ZN14OGRSimpleCurve4AddMEv at Base 2.1.0
- _ZN14OGRSimpleCurve4setMEid at Base 2.1.0
- _ZN14OGRSimpleCurve4setZEid at Base 2.0.1
- _ZN14OGRSimpleCurve5beginEv at Base 2.3.0
- _ZN14OGRSimpleCurve5emptyEv at Base 2.0.1
- _ZN14OGRSimpleCurve5set3DEi at Base 2.1.0
- _ZN14OGRSimpleCurve6Make2DEv at Base 2.0.1
- _ZN14OGRSimpleCurve6Make3DEv at Base 2.0.1
- _ZN14OGRSimpleCurve6swapXYEv at Base 2.0.1
- _ZN14OGRSimpleCurve7RemoveMEv at Base 2.1.0
- _ZN14OGRSimpleCurve8Iterator6updateEv at Base 2.3.0
- _ZN14OGRSimpleCurve8IteratorC1EPS_i at Base 2.3.0
- _ZN14OGRSimpleCurve8IteratorC2EPS_i at Base 2.3.0
- _ZN14OGRSimpleCurve8IteratorD1Ev at Base 2.3.0
- _ZN14OGRSimpleCurve8IteratorD2Ev at Base 2.3.0
- _ZN14OGRSimpleCurve8IteratordeEv at Base 2.3.0
- _ZN14OGRSimpleCurve8IteratorppEv at Base 2.3.0
- _ZN14OGRSimpleCurve8addPointEPK8OGRPoint at Base 2.2.0
- _ZN14OGRSimpleCurve8addPointEdd at Base 2.0.1
- _ZN14OGRSimpleCurve8addPointEddd at Base 2.0.1
- _ZN14OGRSimpleCurve8addPointEdddd at Base 2.1.0
- _ZN14OGRSimpleCurve8setPointEiP8OGRPoint at Base 2.0.1
- _ZN14OGRSimpleCurve8setPointEidd at Base 2.0.1
- _ZN14OGRSimpleCurve8setPointEiddd at Base 2.0.1
- _ZN14OGRSimpleCurve8setPointEidddd at Base 2.1.0
- _ZN14OGRSimpleCurve9addPointMEddd at Base 2.1.0
- _ZN14OGRSimpleCurve9setPointMEiddd at Base 2.1.0
- _ZN14OGRSimpleCurve9setPointsEiPK11OGRRawPointPKd at Base 2.3.0
- _ZN14OGRSimpleCurve9setPointsEiPK11OGRRawPointPKdS4_ at Base 2.3.0
- _ZN14OGRSimpleCurve9setPointsEiPKdS1_S1_ at Base 2.3.0
- _ZN14OGRSimpleCurve9setPointsEiPKdS1_S1_S1_ at Base 2.3.0
- _ZN14OGRSimpleCurve9transformEP27OGRCoordinateTransformation at Base 2.0.1
- _ZN14OGRSimpleCurveC1ERKS_ at Base 2.1.0
- _ZN14OGRSimpleCurveC1Ev at Base 2.0.1
- _ZN14OGRSimpleCurveC2ERKS_ at Base 2.1.0
- _ZN14OGRSimpleCurveC2Ev at Base 2.0.1
- _ZN14OGRSimpleCurveD0Ev at Base 2.0.1
- _ZN14OGRSimpleCurveD1Ev at Base 2.0.1
- _ZN14OGRSimpleCurveD2Ev at Base 2.0.1
- _ZN14OGRSimpleCurveaSERKS_ at Base 2.1.0
- _ZN14OGRStyleSymbol11GetParamDblE30ogr_style_tool_param_symbol_idRi at Base 1.8.0
- _ZN14OGRStyleSymbol11GetParamNumE30ogr_style_tool_param_symbol_idRi at Base 1.8.0
- _ZN14OGRStyleSymbol11GetParamStrE30ogr_style_tool_param_symbol_idRi at Base 1.8.0
- _ZN14OGRStyleSymbol11SetParamDblE30ogr_style_tool_param_symbol_idd at Base 1.8.0
- _ZN14OGRStyleSymbol11SetParamNumE30ogr_style_tool_param_symbol_idi at Base 1.8.0
- _ZN14OGRStyleSymbol11SetParamStrE30ogr_style_tool_param_symbol_idPKc at Base 1.8.0
- _ZN14OGRStyleSymbol14GetStyleStringEv at Base 1.8.0
- _ZN14OGRStyleSymbol5ParseEv at Base 1.8.0
- _ZN14OGRStyleSymbolC1Ev at Base 1.8.0
- _ZN14OGRStyleSymbolC2Ev at Base 1.8.0
- _ZN14OGRStyleSymbolD0Ev at Base 1.8.0
- _ZN14OGRStyleSymbolD1Ev at Base 1.8.0
- _ZN14OGRStyleSymbolD2Ev at Base 1.8.0
- _ZN14VSIFileManager10GetHandlerEPKc at Base 1.8.0
- _ZN14VSIFileManager11GetPrefixesEv at Base 2.3.0
- _ZN14VSIFileManager14InstallHandlerERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEP20VSIFilesystemHandler at Base 2.0.1
- _ZN14VSIFileManager3GetEv at Base 1.8.0
- _ZN14VSIFileManagerC1Ev at Base 1.8.0
- _ZN14VSIFileManagerC2Ev at Base 1.8.0
- _ZN14VSIFileManagerD1Ev at Base 1.8.0
- _ZN14VSIFileManagerD2Ev at Base 1.8.0
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN15CPLJSONDocument10LoadChunksERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEjPFidPKcPvESA_ at Base 3.5.0
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN15CPLJSONDocument10LoadChunksERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEmPFidPKcPvESA_ at Base 3.5.0
- _ZN15CPLJSONDocument10LoadMemoryEPKhi at Base 2.3.0
- _ZN15CPLJSONDocument10LoadMemoryERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.3.0
- _ZN15CPLJSONDocument4LoadERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.3.0
- _ZN15CPLJSONDocument7GetRootEv at Base 2.3.0
- (optional=templinst)_ZN15CPLJSONDocument7LoadUrlERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKPKcPFidS9_PvESC_ at Base 3.2.0
- _ZN15CPLJSONDocument7SetRootERK13CPLJSONObject at Base 3.4.0
- _ZN15CPLJSONDocumentC1EOS_ at Base 3.4.0
- _ZN15CPLJSONDocumentC1ERKS_ at Base 2.3.0
- _ZN15CPLJSONDocumentC1Ev at Base 2.3.0
- _ZN15CPLJSONDocumentC2EOS_ at Base 3.4.0
- _ZN15CPLJSONDocumentC2ERKS_ at Base 2.3.0
- _ZN15CPLJSONDocumentC2Ev at Base 2.3.0
- _ZN15CPLJSONDocumentD1Ev at Base 2.3.0
- _ZN15CPLJSONDocumentD2Ev at Base 2.3.0
- _ZN15CPLJSONDocumentaSEOS_ at Base 3.4.0
- _ZN15CPLJSONDocumentaSERKS_ at Base 2.3.0
- _ZN15GDALAsyncReader10LockBufferEd at Base 1.8.0
- _ZN15GDALAsyncReader12UnlockBufferEv at Base 1.8.0
- _ZN15GDALAsyncReaderC1Ev at Base 1.8.0
- _ZN15GDALAsyncReaderC2Ev at Base 1.8.0
- _ZN15GDALAsyncReaderD0Ev at Base 1.8.0
- _ZN15GDALAsyncReaderD1Ev at Base 1.8.0
- _ZN15GDALAsyncReaderD2Ev at Base 1.8.0
- _ZN15GDALJP2Metadata10IsUUID_MSIEPKh at Base 2.0.1
- _ZN15GDALJP2Metadata10IsUUID_XMPEPKh at Base 2.0.1
- _ZN15GDALJP2Metadata12CreateGMLJP2Eii at Base 1.8.0
- _ZN15GDALJP2Metadata12CreateIPRBoxEP11GDALDataset at Base 2.0.1
- _ZN15GDALJP2Metadata12CreateXMPBoxEP11GDALDataset at Base 2.0.1
- _ZN15GDALJP2Metadata12GMLSRSLookupEPKc at Base 1.8.0
- _ZN15GDALJP2Metadata12ReadAndParseEP16VSIVirtualHandleiiiPi at Base 3.7.0
- _ZN15GDALJP2Metadata12ReadAndParseEPKciiiiPi at Base 2.2.0
- _ZN15GDALJP2Metadata13SetSpatialRefEPK19OGRSpatialReference at Base 3.4.0
- _ZN15GDALJP2Metadata14CollectGMLDataEP10GDALJP2Box at Base 1.8.0
- _ZN15GDALJP2Metadata14CreateGMLJP2V2EiiPKcP11GDALDataset at Base 2.0.1
- _ZN15GDALJP2Metadata14CreateXMLBoxesEP11GDALDatasetPi at Base 2.0.1
- _ZN15GDALJP2Metadata15ParseJP2GeoTIFFEv at Base 1.8.0
- _ZN15GDALJP2Metadata15SetGeoTransformEPd at Base 1.8.0
- _ZN15GDALJP2Metadata16CreateJP2GeoTIFFEv at Base 1.8.0
- _ZN15GDALJP2Metadata20ParseGMLCoverageDescEv at Base 1.8.0
- _ZN15GDALJP2Metadata27GetGMLJP2GeoreferencingInfoERiPdS1_S1_RPKcR9CPLStringRb at Base 3.7.0
- _ZN15GDALJP2Metadata32CreateGDALMultiDomainMetadataXMLEP11GDALDataseti at Base 2.0.1
- _ZN15GDALJP2Metadata35CreateGDALMultiDomainMetadataXMLBoxEP11GDALDataseti at Base 2.0.1
- _ZN15GDALJP2Metadata7ReadBoxEP16VSIVirtualHandleR10GDALJP2BoxRi at Base 3.7.0
- _ZN15GDALJP2Metadata7SetGCPsEiPK8GDAL_GCP at Base 1.8.0
- _ZN15GDALJP2Metadata8SetRPCMDEPPc at Base 2.0.1
- _ZN15GDALJP2Metadata9ParseMSIGEv at Base 1.8.0
- _ZN15GDALJP2Metadata9ReadBoxesEP16VSIVirtualHandle at Base 3.7.0
- _ZN15GDALJP2MetadataC1Ev at Base 1.8.0
- _ZN15GDALJP2MetadataC2Ev at Base 1.8.0
- _ZN15GDALJP2MetadataD1Ev at Base 1.8.0
- _ZN15GDALJP2MetadataD2Ev at Base 1.8.0
- _ZN15GDALMajorObject10SetMOFlagsEi at Base 1.8.0
- _ZN15GDALMajorObject11GetMetadataEPKc at Base 1.8.0
- _ZN15GDALMajorObject11SetMetadataEPPcPKc at Base 1.8.0
- _ZN15GDALMajorObject14SetDescriptionEPKc at Base 1.8.0
- _ZN15GDALMajorObject15GetMetadataItemEPKcS1_ at Base 1.8.0
- _ZN15GDALMajorObject15SetMetadataItemEPKcS1_S1_ at Base 1.8.0
- _ZN15GDALMajorObject21GetMetadataDomainListEv at Base 1.11.0
- _ZN15GDALMajorObject23BuildMetadataDomainListEPPciz at Base 1.11.0
- _ZN15GDALMajorObjectC1Ev at Base 1.8.0
- _ZN15GDALMajorObjectC2Ev at Base 1.8.0
- _ZN15GDALMajorObjectD0Ev at Base 1.8.0
- _ZN15GDALMajorObjectD1Ev at Base 1.8.0
- _ZN15GDALMajorObjectD2Ev at Base 1.8.0
- _ZN15GDALPamMultiDim13GetSpatialRefERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_ at Base 3.8.0
- _ZN15GDALPamMultiDim13GetStatisticsERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_bPdS8_S8_S8_Py at Base 3.8.0
- _ZN15GDALPamMultiDim13SetSpatialRefERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_PK19OGRSpatialReference at Base 3.8.0
- _ZN15GDALPamMultiDim13SetStatisticsERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_bddddy at Base 3.8.0
- _ZN15GDALPamMultiDim15ClearStatisticsERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_ at Base 3.8.0
- _ZN15GDALPamMultiDim15ClearStatisticsEv at Base 3.4.0
- _ZN15GDALPamMultiDim4LoadEv at Base 3.4.0
- _ZN15GDALPamMultiDim4SaveEv at Base 3.4.0
- _ZN15GDALPamMultiDim6GetPAMERKSt10shared_ptrI11GDALMDArrayE at Base 3.8.0
- _ZN15GDALPamMultiDimC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.4.0
- _ZN15GDALPamMultiDimC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.4.0
- _ZN15GDALPamMultiDimD0Ev at Base 3.4.0
- _ZN15GDALPamMultiDimD1Ev at Base 3.4.0
- _ZN15GDALPamMultiDimD2Ev at Base 3.4.0
- _ZN15GDALRasterBlock11InternalizeEv at Base 1.8.0
- _ZN15GDALRasterBlock15FlushCacheBlockEi at Base 2.0.1
- _ZN15GDALRasterBlock16FlushDirtyBlocksEv at Base 2.0.1
- _ZN15GDALRasterBlock27EnterDisableDirtyBlockFlushEv at Base 2.2.2
- _ZN15GDALRasterBlock27LeaveDisableDirtyBlockFlushEv at Base 2.2.2
- _ZN15GDALRasterBlock29DropLockForRemovalFromStorageEv at Base 2.1.0
- _ZN15GDALRasterBlock5TouchEv at Base 1.8.0
- _ZN15GDALRasterBlock5WriteEv at Base 1.8.0
- _ZN15GDALRasterBlock6DetachEv at Base 1.8.0
- _ZN15GDALRasterBlock6VerifyEv at Base 1.8.0
- _ZN15GDALRasterBlock8TakeLockEv at Base 2.1.0
- _ZN15GDALRasterBlock9MarkCleanEv at Base 1.8.0
- _ZN15GDALRasterBlock9MarkDirtyEv at Base 1.8.0
- _ZN15GDALRasterBlockC1EP14GDALRasterBandii at Base 1.8.0
- _ZN15GDALRasterBlockC1Eii at Base 2.1.0
- _ZN15GDALRasterBlockC2EP14GDALRasterBandii at Base 1.8.0
- _ZN15GDALRasterBlockC2Eii at Base 2.1.0
- _ZN15GDALRasterBlockD0Ev at Base 1.8.0
- _ZN15GDALRasterBlockD1Ev at Base 1.8.0
- _ZN15GDALRasterBlockD2Ev at Base 1.8.0
- _ZN15GMLFeatureClass10GetExtentsEPdS0_S0_S0_ at Base 1.8.0
- _ZN15GMLFeatureClass10SetExtentsEdddd at Base 1.8.0
- _ZN15GMLFeatureClass10SetSRSNameEPKc at Base 1.8.0
- _ZN15GMLFeatureClass11AddPropertyEP15GMLPropertyDefni at Base 3.6.0
- _ZN15GMLFeatureClass12GetExtraInfoEv at Base 1.8.0
- _ZN15GMLFeatureClass12MergeSRSNameEPKc at Base 1.8.0
- _ZN15GMLFeatureClass12SetExtraInfoEPKc at Base 1.8.0
- _ZN15GMLFeatureClass14SerializeToXMLEv at Base 1.8.0
- _ZN15GMLFeatureClass14SetElementNameEPKc at Base 1.8.0
- _ZN15GMLFeatureClass15GetFeatureCountEv at Base 1.8.0
- _ZN15GMLFeatureClass15SetFeatureCountEx at Base 2.0.1
- _ZN15GMLFeatureClass15StealPropertiesEv at Base 2.0.1
- _ZN15GMLFeatureClass17InitializeFromXMLEP10CPLXMLNode at Base 1.8.0
- _ZN15GMLFeatureClass19AddGeometryPropertyEP23GMLGeometryPropertyDefn at Base 1.11.0
- _ZN15GMLFeatureClass20HasFeaturePropertiesEv at Base 1.11.0
- _ZN15GMLFeatureClass23ClearGeometryPropertiesEv at Base 1.11.0
- _ZN15GMLFeatureClass23StealGeometryPropertiesEv at Base 2.0.1
- _ZN15GMLFeatureClass7SetNameEPKc at Base 1.10.0
- _ZN15GMLFeatureClassC1EPKc at Base 1.8.0
- _ZN15GMLFeatureClassC2EPKc at Base 1.8.0
- _ZN15GMLFeatureClassD1Ev at Base 1.8.0
- _ZN15GMLFeatureClassD2Ev at Base 1.8.0
- _ZN15GMLPropertyDefn12SetConditionEPKc at Base 1.11.0
- _ZN15GMLPropertyDefn13SetSrcElementEPKc at Base 1.8.0
- _ZN15GMLPropertyDefn20AnalysePropertyValueEPK11GMLPropertyb at Base 2.1.0
- _ZN15GMLPropertyDefnC1EPKcS1_ at Base 1.8.0
- _ZN15GMLPropertyDefnC2EPKcS1_ at Base 1.8.0
- _ZN15GMLPropertyDefnD1Ev at Base 1.8.0
- _ZN15GMLPropertyDefnD2Ev at Base 1.8.0
- _ZN15OGRAppendBufferC1Ev at Base 3.8.0
- _ZN15OGRAppendBufferC2Ev at Base 3.8.0
- _ZN15OGRAppendBufferD0Ev at Base 3.8.0
- _ZN15OGRAppendBufferD1Ev at Base 3.8.0
- _ZN15OGRAppendBufferD2Ev at Base 3.8.0
- _ZN15OGRCurvePolygon10removeRingEib at Base 2.3.0
- _ZN15OGRCurvePolygon10segmentizeEd at Base 2.0.1
- _ZN15OGRCurvePolygon11flattenTo2DEv at Base 2.0.1
- _ZN15OGRCurvePolygon11setMeasuredEi at Base 2.1.0
- _ZN15OGRCurvePolygon13CastToPolygonEPS_ at Base 2.0.1
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN15OGRCurvePolygon13importFromWkbEPKhj13OGRwkbVariantRj at Base 3.7.2
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN15OGRCurvePolygon13importFromWkbEPKhm13OGRwkbVariantRm at Base 3.8.0
- _ZN15OGRCurvePolygon13importFromWktEPPKc at Base 2.3.0
- _ZN15OGRCurvePolygon15CasterToPolygonEP10OGRSurface at Base 2.3.0
- _ZN15OGRCurvePolygon15addRingDirectlyEP8OGRCurve at Base 2.0.1
- _ZN15OGRCurvePolygon20getExteriorRingCurveEv at Base 2.0.1
- _ZN15OGRCurvePolygon20getInteriorRingCurveEi at Base 2.0.1
- _ZN15OGRCurvePolygon22assignSpatialReferenceEPK19OGRSpatialReference at Base 3.7.0
- _ZN15OGRCurvePolygon22setCoordinateDimensionEi at Base 2.0.1
- _ZN15OGRCurvePolygon22stealExteriorRingCurveEv at Base 2.0.1
- _ZN15OGRCurvePolygon23addCurveDirectlyFromWkbEP11OGRGeometryP8OGRCurve at Base 2.0.1
- _ZN15OGRCurvePolygon23addCurveDirectlyFromWktEP11OGRGeometryP8OGRCurve at Base 2.0.1
- _ZN15OGRCurvePolygon23addRingDirectlyInternalEP8OGRCurvei at Base 2.0.1
- _ZN15OGRCurvePolygon5emptyEv at Base 2.0.1
- _ZN15OGRCurvePolygon5set3DEi at Base 2.1.0
- _ZN15OGRCurvePolygon6acceptEP19IOGRGeometryVisitor at Base 2.3.0
- _ZN15OGRCurvePolygon6swapXYEv at Base 2.0.1
- _ZN15OGRCurvePolygon7addRingEP8OGRCurve at Base 2.0.1
- _ZN15OGRCurvePolygon7addRingESt10unique_ptrI8OGRCurveSt14default_deleteIS1_EE at Base 3.8.0
- _ZN15OGRCurvePolygon9transformEP27OGRCoordinateTransformation at Base 2.0.1
- _ZN15OGRCurvePolygonC1ERKS_ at Base 2.1.0
- _ZN15OGRCurvePolygonC1Ev at Base 2.0.1
- _ZN15OGRCurvePolygonC2ERKS_ at Base 2.1.0
- _ZN15OGRCurvePolygonC2Ev at Base 2.0.1
- _ZN15OGRCurvePolygonD0Ev at Base 2.0.1
- _ZN15OGRCurvePolygonD1Ev at Base 2.0.1
- _ZN15OGRCurvePolygonD2Ev at Base 2.0.1
- _ZN15OGRCurvePolygonaSERKS_ at Base 2.1.0
- _ZN15OGRFeatureQuery11CanUseIndexEP8OGRLayer at Base 1.10.0
- _ZN15OGRFeatureQuery11CanUseIndexEPK13swq_expr_nodeP8OGRLayer at Base 3.8.0
- _ZN15OGRFeatureQuery13GetUsedFieldsEv at Base 1.8.0
- _ZN15OGRFeatureQuery14FieldCollectorEPvPPc at Base 1.8.0
- _ZN15OGRFeatureQuery22EvaluateAgainstIndicesEP8OGRLayerPi at Base 1.8.0
- _ZN15OGRFeatureQuery22EvaluateAgainstIndicesEPK13swq_expr_nodeP8OGRLayerRx at Base 3.8.0
- _ZN15OGRFeatureQuery7CompileEP14OGRFeatureDefnPKciP25swq_custom_func_registrar at Base 2.0.1
- _ZN15OGRFeatureQuery7CompileEP8OGRLayerP14OGRFeatureDefnPKciP25swq_custom_func_registrar at Base 2.3.0
- _ZN15OGRFeatureQuery7CompileEP8OGRLayerPKciP25swq_custom_func_registrar at Base 2.3.0
- _ZN15OGRFeatureQuery8EvaluateEP10OGRFeature at Base 1.8.0
- _ZN15OGRFeatureQueryC1Ev at Base 1.8.0
- _ZN15OGRFeatureQueryC2Ev at Base 1.8.0
- _ZN15OGRFeatureQueryD1Ev at Base 1.8.0
- _ZN15OGRFeatureQueryD2Ev at Base 1.8.0
- (arch=armel armhf hppa hurd-i386 i386 m68k powerpc sh4)_ZN15OGRMultiPolygon13importFromWkbEPKhj13OGRwkbVariantRj at Base 3.8.0
- (arch=amd64 arm64 ia64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN15OGRMultiPolygon13importFromWkbEPKhm13OGRwkbVariantRm at Base 3.8.3
- _ZN15OGRMultiPolygon18CastToMultiSurfaceEPS_ at Base 2.0.1
- _ZN15OGRMultiPolygon39_addGeometryWithExpectedSubGeometryTypeEPK11OGRGeometry18OGRwkbGeometryType at Base 2.2.0
- _ZN15OGRMultiPolygon47_addGeometryDirectlyWithExpectedSubGeometryTypeEP11OGRGeometry18OGRwkbGeometryType at Base 2.2.0
- _ZN15OGRMultiPolygon6acceptEP19IOGRGeometryVisitor at Base 2.3.0
- _ZN15OGRMultiPolygonC1ERKS_ at Base 2.1.0
- _ZN15OGRMultiPolygonC1Ev at Base 1.8.0
- _ZN15OGRMultiPolygonC2ERKS_ at Base 2.1.0
- _ZN15OGRMultiPolygonC2Ev at Base 1.8.0
- _ZN15OGRMultiPolygonD0Ev at Base 1.8.0
- _ZN15OGRMultiPolygonD1Ev at Base 1.8.0
- _ZN15OGRMultiPolygonD2Ev at Base 1.8.0
- _ZN15OGRMultiPolygonaSERKS_ at Base 2.1.0
- _ZN15OGRMultiSurface13importFromWktEPPKc at Base 2.3.0
- _ZN15OGRMultiSurface18CastToMultiPolygonEPS_ at Base 2.0.1
- _ZN15OGRMultiSurface6acceptEP19IOGRGeometryVisitor at Base 2.3.0
- _ZN15OGRMultiSurfaceC1ERKS_ at Base 2.1.0
- _ZN15OGRMultiSurfaceC1Ev at Base 2.0.1
- _ZN15OGRMultiSurfaceC2ERKS_ at Base 2.1.0
- _ZN15OGRMultiSurfaceC2Ev at Base 2.0.1
- _ZN15OGRMultiSurfaceD0Ev at Base 2.0.1
- _ZN15OGRMultiSurfaceD1Ev at Base 2.0.1
- _ZN15OGRMultiSurfaceD2Ev at Base 2.0.1
- _ZN15OGRMultiSurfaceaSERKS_ at Base 2.1.0
- _ZN15OGRMutexedLayer10GetDatasetEv at Base 3.6.0
- _ZN15OGRMutexedLayer10GetFeatureEx at Base 2.0.1
- _ZN15OGRMutexedLayer10SyncToDiskEv at Base 1.11.0
- _ZN15OGRMutexedLayer11CreateFieldEP12OGRFieldDefni at Base 1.11.0
- _ZN15OGRMutexedLayer11DeleteFieldEi at Base 1.11.0
- _ZN15OGRMutexedLayer11GetGeomTypeEv at Base 1.11.0
- _ZN15OGRMutexedLayer11GetMetadataEPKc at Base 2.0.1
- _ZN15OGRMutexedLayer11ISetFeatureEP10OGRFeature at Base 2.0.1
- _ZN15OGRMutexedLayer11SetMetadataEPPcPKc at Base 2.0.1
- _ZN15OGRMutexedLayer12GetFIDColumnEv at Base 1.11.0
- _ZN15OGRMutexedLayer12GetLayerDefnEv at Base 1.11.0
- _ZN15OGRMutexedLayer12ResetReadingEv at Base 1.11.0
- _ZN15OGRMutexedLayer13DeleteFeatureEx at Base 2.0.1
- _ZN15OGRMutexedLayer13GetSpatialRefEv at Base 1.11.0
- _ZN15OGRMutexedLayer13GetStyleTableEv at Base 1.11.0
- _ZN15OGRMutexedLayer13ReorderFieldsEPi at Base 1.11.0
- _ZN15OGRMutexedLayer13SetStyleTableEP13OGRStyleTable at Base 1.11.0
- _ZN15OGRMutexedLayer14AlterFieldDefnEiP12OGRFieldDefni at Base 1.11.0
- _ZN15OGRMutexedLayer14GetArrowStreamEP16ArrowArrayStreamPKPKc at Base 3.6.0
- _ZN15OGRMutexedLayer14GetNextFeatureEv at Base 1.11.0
- _ZN15OGRMutexedLayer14ICreateFeatureEP10OGRFeature at Base 2.0.1
- _ZN15OGRMutexedLayer14IUpdateFeatureEP10OGRFeatureiPKiiS3_b at Base 3.7.0
- _ZN15OGRMutexedLayer14IUpsertFeatureEP10OGRFeature at Base 3.6.0
- _ZN15OGRMutexedLayer14SetNextByIndexEx at Base 2.0.1
- _ZN15OGRMutexedLayer14TestCapabilityEPKc at Base 1.11.0
- _ZN15OGRMutexedLayer15GetFeatureCountEi at Base 1.11.0
- _ZN15OGRMutexedLayer15GetMetadataItemEPKcS1_ at Base 2.0.1
- _ZN15OGRMutexedLayer15SetMetadataItemEPKcS1_S1_ at Base 2.0.1
- _ZN15OGRMutexedLayer16GetSpatialFilterEv at Base 1.11.0
- _ZN15OGRMutexedLayer16SetIgnoredFieldsEPPKc at Base 1.11.0
- _ZN15OGRMutexedLayer16SetSpatialFilterEP11OGRGeometry at Base 1.11.0
- _ZN15OGRMutexedLayer16SetSpatialFilterEiP11OGRGeometry at Base 1.11.0
- _ZN15OGRMutexedLayer16StartTransactionEv at Base 1.11.0
- _ZN15OGRMutexedLayer17CommitTransactionEv at Base 1.11.0
- _ZN15OGRMutexedLayer17GetGeometryColumnEv at Base 1.11.0
- _ZN15OGRMutexedLayer18AlterGeomFieldDefnEiPK16OGRGeomFieldDefni at Base 3.6.0
- _ZN15OGRMutexedLayer18SetAttributeFilterEPKc at Base 1.11.0
- _ZN15OGRMutexedLayer19RollbackTransactionEv at Base 1.11.0
- _ZN15OGRMutexedLayer20SetSpatialFilterRectEdddd at Base 1.11.0
- _ZN15OGRMutexedLayer20SetSpatialFilterRectEidddd at Base 1.11.0
- _ZN15OGRMutexedLayer21SetStyleTableDirectlyEP13OGRStyleTable at Base 1.11.0
- _ZN15OGRMutexedLayer6RenameEPKc at Base 3.5.0
- _ZN15OGRMutexedLayer7GetNameEv at Base 1.11.0
- _ZN15OGRMutexedLayer9GetExtentEP11OGREnvelopei at Base 1.11.0
- _ZN15OGRMutexedLayer9GetExtentEiP11OGREnvelopei at Base 1.11.0
- _ZN15OGRMutexedLayerC1EP8OGRLayeriPv at Base 1.11.0
- _ZN15OGRMutexedLayerC2EP8OGRLayeriPv at Base 1.11.0
- _ZN15OGRMutexedLayerD0Ev at Base 1.11.0
- _ZN15OGRMutexedLayerD1Ev at Base 1.11.0
- _ZN15OGRMutexedLayerD2Ev at Base 1.11.0
- _ZN15SplashOutputDev10upsideDownEv at Base 3.5.0
- _ZN15SplashOutputDev11useDrawCharEv at Base 3.5.0
- _ZN15SplashOutputDev14useShadedFillsEi at Base 3.5.0
- _ZN15SplashOutputDev19interpretType3CharsEv at Base 3.5.0
- _ZN15SplashOutputDev20useTilingPatternFillEv at Base 3.5.0
- _ZN15VRTSimpleSource10FlushCacheEb at Base 3.4.0
- _ZN15VRTSimpleSource10GetMaximumEiiPi at Base 1.11.0
- _ZN15VRTSimpleSource10GetMinimumEiiPi at Base 1.11.0
- _ZN15VRTSimpleSource10SetSrcBandEP14GDALRasterBand at Base 1.11.0
- _ZN15VRTSimpleSource10SetSrcBandEPKci at Base 3.4.0
- _ZN15VRTSimpleSource11GetFileListEPPPcPiS3_P11_CPLHashSet at Base 1.11.0
- _ZN15VRTSimpleSource12GetDstWindowERdS0_S0_S0_ at Base 3.8.0
- _ZN15VRTSimpleSource12GetHistogramEiiddiPyiiPFidPKcPvES3_ at Base 2.0.1
- _ZN15VRTSimpleSource12SetDstWindowEdddd at Base 2.1.0
- _ZN15VRTSimpleSource12SetSrcWindowEdddd at Base 2.1.0
- _ZN15VRTSimpleSource13SetResamplingEPKc at Base 2.0.1
- _ZN15VRTSimpleSource14IsSimpleSourceEv at Base 1.11.0
- _ZN15VRTSimpleSource14SerializeToXMLEPKc at Base 1.11.0
- _ZN15VRTSimpleSource14SetSrcMaskBandEP14GDALRasterBand at Base 1.11.0
- _ZN15VRTSimpleSource15DatasetRasterIOE12GDALDataTypeiiiiPviiS0_iPixxxP20GDALRasterIOExtraArg at Base 2.3.0
- _ZN15VRTSimpleSource15GetSrcDstWindowEddddiiPdS0_S0_S0_PiS1_S1_S1_S1_S1_S1_S1_Rb at Base 3.4.0
- _ZN15VRTSimpleSource19GetMaskBandMainBandEv at Base 3.4.0
- _ZN15VRTSimpleSource22IsSameExceptBandNumberEPS_ at Base 1.11.0
- _ZN15VRTSimpleSource22ParseSrcRectAndDstRectEPK10CPLXMLNode at Base 3.8.0
- _ZN15VRTSimpleSource31UnsetPreservedRelativeFilenamesEv at Base 2.0.1
- _ZN15VRTSimpleSource7GetTypeEv at Base 1.11.0
- _ZN15VRTSimpleSource7XMLInitEP10CPLXMLNodePKcRSt3mapI9CPLStringP11GDALDatasetSt4lessIS5_ESaISt4pairIKS5_S7_EEE at Base 3.4.0
- _ZN15VRTSimpleSource8RasterIOE12GDALDataTypeiiiiPviiS0_xxP20GDALRasterIOExtraArg at Base 2.3.0
- _ZN15VRTSimpleSourceC1EPKS_dd at Base 2.1.0
- _ZN15VRTSimpleSourceC1Ev at Base 1.11.0
- _ZN15VRTSimpleSourceC2EPKS_dd at Base 2.1.0
- _ZN15VRTSimpleSourceC2Ev at Base 1.11.0
- _ZN15VRTSimpleSourceD0Ev at Base 1.11.0
- _ZN15VRTSimpleSourceD1Ev at Base 1.11.0
- _ZN15VRTSimpleSourceD2Ev at Base 1.11.0
- _ZN16CPLKeywordParser10GetKeywordEPKcS1_ at Base 3.4.0
- _ZN16CPLKeywordParser6IngestEP16VSIVirtualHandle at Base 3.7.0
- _ZN16CPLKeywordParser8ReadPairER9CPLStringS1_ at Base 3.4.0
- _ZN16CPLKeywordParser8ReadWordER9CPLString at Base 3.4.0
- _ZN16CPLKeywordParser9ReadGroupEPKci at Base 3.4.0
- _ZN16CPLKeywordParser9SkipWhiteEv at Base 3.4.0
- _ZN16CPLKeywordParserC1Ev at Base 3.4.0
- _ZN16CPLKeywordParserC2Ev at Base 3.4.0
- _ZN16CPLKeywordParserD1Ev at Base 3.4.0
- _ZN16CPLKeywordParserD2Ev at Base 3.4.0
- _ZN16CPLODBCStatement10DumpResultEP8_IO_FILEi at Base 1.8.0
- _ZN16CPLODBCStatement10ExecuteSQLEPKc at Base 1.8.0
- _ZN16CPLODBCStatement10GetColDataEPKcS1_ at Base 1.8.0
- _ZN16CPLODBCStatement10GetColDataEiPKc at Base 1.8.0
- _ZN16CPLODBCStatement10GetColNameEi at Base 1.8.0
- _ZN16CPLODBCStatement10GetColSizeEi at Base 1.8.0
- _ZN16CPLODBCStatement10GetColTypeEi at Base 1.8.0
- _ZN16CPLODBCStatement10GetColumnsEPKcS1_S1_ at Base 1.8.0
- _ZN16CPLODBCStatement11GetColCountEv at Base 1.8.0
- _ZN16CPLODBCStatement11GetTypeNameEi at Base 1.8.0
- _ZN16CPLODBCStatement13AppendEscapedEPKc at Base 1.8.0
- _ZN16CPLODBCStatement14GetColNullableEi at Base 1.8.0
- _ZN16CPLODBCStatement14GetColTypeNameEi at Base 1.8.0
- _ZN16CPLODBCStatement14GetPrimaryKeysEPKcS1_S1_ at Base 1.8.0
- _ZN16CPLODBCStatement14GetTypeMappingEs at Base 1.8.0
- _ZN16CPLODBCStatement15ClearColumnDataEv at Base 1.8.0
- _ZN16CPLODBCStatement15GetColColumnDefEi at Base 2.0.1
- _ZN16CPLODBCStatement15GetColPrecisionEi at Base 1.8.0
- _ZN16CPLODBCStatement16GetColDataLengthEi at Base 1.8.0
- _ZN16CPLODBCStatement18CollectResultsInfoEv at Base 1.8.0
- _ZN16CPLODBCStatement19GetRowCountAffectedEv at Base 2.0.1
- _ZN16CPLODBCStatement5ClearEv at Base 1.8.0
- _ZN16CPLODBCStatement5FetchEii at Base 1.8.0
- _ZN16CPLODBCStatement6AppendEPKc at Base 1.8.0
- _ZN16CPLODBCStatement6AppendEd at Base 1.8.0
- _ZN16CPLODBCStatement6AppendEi at Base 1.8.0
- _ZN16CPLODBCStatement6FailedEi at Base 1.8.0
- _ZN16CPLODBCStatement7AppendfEPKcz at Base 1.8.0
- _ZN16CPLODBCStatement9GetTablesEPKcS1_ at Base 1.8.0
- _ZN16CPLODBCStatementC1EP14CPLODBCSessioni at Base 3.5.0
- _ZN16CPLODBCStatementC2EP14CPLODBCSessioni at Base 3.5.0
- _ZN16CPLODBCStatementD1Ev at Base 1.8.0
- _ZN16CPLODBCStatementD2Ev at Base 1.8.0
- _ZN16CPLThreadLocaleCC1Ev at Base 2.1.0
- _ZN16CPLThreadLocaleCC2Ev at Base 2.1.0
- _ZN16CPLThreadLocaleCD1Ev at Base 2.1.0
- _ZN16CPLThreadLocaleCD2Ev at Base 2.1.0
- _ZN16CPLXMLTreeCloser18getDocumentElementEv at Base 3.4.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN16GDALEDTComponentC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEjRK20GDALExtendedDataType at Base 3.7.2
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN16GDALEDTComponentC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEmRK20GDALExtendedDataType at Base 3.8.0
- _ZN16GDALEDTComponentC1ERKS_ at Base 3.1.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN16GDALEDTComponentC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEjRK20GDALExtendedDataType at Base 3.7.2
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN16GDALEDTComponentC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEmRK20GDALExtendedDataType at Base 3.8.0
- _ZN16GDALEDTComponentC2ERKS_ at Base 3.1.0
- _ZN16GDALEDTComponentD1Ev at Base 3.1.0
- _ZN16GDALEDTComponentD2Ev at Base 3.1.0
- _ZN16GDALMDReaderBase12FillMetadataEP23GDALMultiDomainMetadata at Base 3.4.0
- _ZN16GDALMDReaderBase12LoadMetadataEv at Base 3.4.0
- _ZN16GDALMDReaderBase13ReadXMLToListEP10CPLXMLNodePPcPKc at Base 3.4.0
- _ZN16GDALMDReaderBase13ReadXMLToListEPK10CPLXMLNodePPcRKSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiSt4lessISB_ESaISt4pairIKSB_iEEERSI_SL_RSF_SM_ at Base 3.5.2
- _ZN16GDALMDReaderBase17GetMetadataDomainEPKc at Base 3.4.0
- _ZN16GDALMDReaderBase21AddXMLNameValueToListEPPcPKcS3_ at Base 3.4.0
- _ZN16GDALMDReaderBase22ReadXMLToListFirstPassEPK10CPLXMLNodeRSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiSt4lessIS9_ESaISt4pairIKS9_iEEERSD_i at Base 3.6.1
- _ZN16GDALMDReaderBase28GetAcquisitionTimeFromStringEPKc at Base 3.4.0
- _ZN16GDALMDReaderBaseC1EPKcPPc at Base 3.4.0
- _ZN16GDALMDReaderBaseC2EPKcPPc at Base 3.4.0
- _ZN16GDALMDReaderBaseD0Ev at Base 3.4.0
- _ZN16GDALMDReaderBaseD1Ev at Base 3.4.0
- _ZN16GDALMDReaderBaseD2Ev at Base 3.4.0
- _ZN16GDALProxyDataset10AdviseReadEiiiiii12GDALDataTypeiPiPPc at Base 1.8.0
- _ZN16GDALProxyDataset10FlushCacheEb at Base 3.4.0
- _ZN16GDALProxyDataset11GetFileListEv at Base 1.8.0
- _ZN16GDALProxyDataset11GetGCPCountEv at Base 1.8.0
- _ZN16GDALProxyDataset11GetMetadataEPKc at Base 1.8.0
- _ZN16GDALProxyDataset11SetMetadataEPPcPKc at Base 1.8.0
- _ZN16GDALProxyDataset13SetSpatialRefEPK19OGRSpatialReference at Base 3.0.0
- _ZN16GDALProxyDataset14CreateMaskBandEi at Base 1.8.0
- _ZN16GDALProxyDataset15GetGeoTransformEPd at Base 1.8.0
- _ZN16GDALProxyDataset15GetMetadataItemEPKcS1_ at Base 1.8.0
- _ZN16GDALProxyDataset15IBuildOverviewsEPKciPKiiS3_PFidS1_PvES4_PKS1_ at Base 3.6.0
- _ZN16GDALProxyDataset15SetGeoTransformEPd at Base 1.8.0
- _ZN16GDALProxyDataset15SetMetadataItemEPKcS1_S1_ at Base 1.8.0
- _ZN16GDALProxyDataset17GetInternalHandleEPKc at Base 1.8.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4)_ZN16GDALProxyDataset18ReadCompressedDataEPKciiiiiPKiPPvPjPPc at Base 3.7.2
- (arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4)_ZN16GDALProxyDataset18ReadCompressedDataEPKciiiiiPKiPPvPmPPc at Base 3.7.1
- _ZN16GDALProxyDataset21GetCompressionFormatsEiiiiiPKi at Base 3.7.0
- _ZN16GDALProxyDataset21GetMetadataDomainListEv at Base 1.11.0
- _ZN16GDALProxyDataset7GetGCPsEv at Base 1.8.0
- _ZN16GDALProxyDataset7SetGCPsEiPK8GDAL_GCPPK19OGRSpatialReference at Base 3.0.0
- _ZN16GDALProxyDataset9GetDriverEv at Base 1.8.0
- _ZN16GDALProxyDataset9IRasterIOE10GDALRWFlagiiiiPvii12GDALDataTypeiPixxxP20GDALRasterIOExtraArg at Base 2.0.1
- _ZN16GDALRelationshipC1ERKS_ at Base 3.6.0
- _ZN16GDALRelationshipC2ERKS_ at Base 3.6.0
- _ZN16OGRCompoundCurve10segmentizeEd at Base 2.0.1
- _ZN16OGRCompoundCurve10stealCurveEi at Base 2.0.1
- _ZN16OGRCompoundCurve11flattenTo2DEv at Base 2.0.1
- _ZN16OGRCompoundCurve11setMeasuredEi at Base 2.1.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN16OGRCompoundCurve13importFromWkbEPKhj13OGRwkbVariantRj at Base 3.7.2
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN16OGRCompoundCurve13importFromWkbEPKhm13OGRwkbVariantRm at Base 3.8.0
- _ZN16OGRCompoundCurve13importFromWktEPPKc at Base 2.3.0
- _ZN16OGRCompoundCurve16CastToLineStringEPS_ at Base 2.0.1
- _ZN16OGRCompoundCurve16CastToLinearRingEPS_ at Base 2.0.1
- _ZN16OGRCompoundCurve16addCurveDirectlyEP8OGRCurved at Base 2.0.1
- _ZN16OGRCompoundCurve18CasterToLineStringEP8OGRCurve at Base 2.3.0
- _ZN16OGRCompoundCurve18CasterToLinearRingEP8OGRCurve at Base 2.3.0
- _ZN16OGRCompoundCurve22assignSpatialReferenceEPK19OGRSpatialReference at Base 3.7.0
- _ZN16OGRCompoundCurve22setCoordinateDimensionEi at Base 2.0.1
- _ZN16OGRCompoundCurve23addCurveDirectlyFromWkbEP11OGRGeometryP8OGRCurve at Base 2.0.1
- _ZN16OGRCompoundCurve23addCurveDirectlyFromWktEP11OGRGeometryP8OGRCurve at Base 2.0.1
- _ZN16OGRCompoundCurve24addCurveDirectlyInternalEP8OGRCurvedi at Base 2.0.1
- _ZN16OGRCompoundCurve5emptyEv at Base 2.0.1
- _ZN16OGRCompoundCurve5set3DEi at Base 2.1.0
- _ZN16OGRCompoundCurve6acceptEP19IOGRGeometryVisitor at Base 2.3.0
- _ZN16OGRCompoundCurve6swapXYEv at Base 2.0.1
- _ZN16OGRCompoundCurve8addCurveEPK8OGRCurved at Base 3.5.0
- _ZN16OGRCompoundCurve8addCurveESt10unique_ptrI8OGRCurveSt14default_deleteIS1_EEd at Base 3.8.0
- _ZN16OGRCompoundCurve8getCurveEi at Base 2.0.1
- _ZN16OGRCompoundCurve9transformEP27OGRCoordinateTransformation at Base 2.0.1
- _ZN16OGRCompoundCurveC1ERKS_ at Base 2.1.0
- _ZN16OGRCompoundCurveC1Ev at Base 2.0.1
- _ZN16OGRCompoundCurveC2ERKS_ at Base 2.1.0
- _ZN16OGRCompoundCurveC2Ev at Base 2.0.1
- _ZN16OGRCompoundCurveD0Ev at Base 2.0.1
- _ZN16OGRCompoundCurveD1Ev at Base 2.0.1
- _ZN16OGRCompoundCurveD2Ev at Base 2.0.1
- _ZN16OGRCompoundCurveaSERKS_ at Base 2.1.0
- _ZN16OGREditableLayer10GetFeatureEx at Base 2.1.0
- _ZN16OGREditableLayer10SetNextFIDEx at Base 2.1.0
- _ZN16OGREditableLayer10SyncToDiskEv at Base 2.1.0
- _ZN16OGREditableLayer11CreateFieldEP12OGRFieldDefni at Base 2.1.0
- _ZN16OGREditableLayer11DeleteFieldEi at Base 2.1.0
- _ZN16OGREditableLayer11GetGeomTypeEv at Base 2.1.0
- _ZN16OGREditableLayer11ISetFeatureEP10OGRFeature at Base 2.1.0
- _ZN16OGREditableLayer12GetLayerDefnEv at Base 2.1.0
- _ZN16OGREditableLayer12ResetReadingEv at Base 2.1.0
- _ZN16OGREditableLayer13DeleteFeatureEx at Base 2.1.0
- _ZN16OGREditableLayer13DetectNextFIDEv at Base 2.1.0
- _ZN16OGREditableLayer13GetSpatialRefEv at Base 2.1.0
- _ZN16OGREditableLayer13ReorderFieldsEPi at Base 2.1.0
- _ZN16OGREditableLayer14AlterFieldDefnEiP12OGRFieldDefni at Base 2.1.0
- _ZN16OGREditableLayer14GetArrowStreamEP16ArrowArrayStreamPKPKc at Base 3.8.0
- _ZN16OGREditableLayer14GetNextFeatureEv at Base 2.1.0
- _ZN16OGREditableLayer14ICreateFeatureEP10OGRFeature at Base 2.1.0
- _ZN16OGREditableLayer14IUpdateFeatureEP10OGRFeatureiPKiiS3_b at Base 3.7.0
- _ZN16OGREditableLayer14IUpsertFeatureEP10OGRFeature at Base 3.6.0
- _ZN16OGREditableLayer14SetNextByIndexEx at Base 2.1.0
- _ZN16OGREditableLayer14TestCapabilityEPKc at Base 2.1.0
- _ZN16OGREditableLayer15CreateGeomFieldEP16OGRGeomFieldDefni at Base 2.1.0
- _ZN16OGREditableLayer15GetFeatureCountEi at Base 2.1.0
- _ZN16OGREditableLayer16GetSpatialFilterEv at Base 2.1.0
- _ZN16OGREditableLayer16SetSpatialFilterEP11OGRGeometry at Base 2.1.0
- _ZN16OGREditableLayer16SetSpatialFilterEiP11OGRGeometry at Base 2.1.0
- _ZN16OGREditableLayer16StartTransactionEv at Base 2.1.0
- _ZN16OGREditableLayer17CommitTransactionEv at Base 2.1.0
- _ZN16OGREditableLayer17GetGeometryColumnEv at Base 2.1.0
- _ZN16OGREditableLayer18AlterGeomFieldDefnEiPK16OGRGeomFieldDefni at Base 3.6.0
- _ZN16OGREditableLayer18SetAttributeFilterEPKc at Base 2.1.0
- _ZN16OGREditableLayer19RollbackTransactionEv at Base 2.1.0
- _ZN16OGREditableLayer20GetSrcGeomFieldIndexEi at Base 2.1.0
- _ZN16OGREditableLayer20SetSpatialFilterRectEdddd at Base 2.1.0
- _ZN16OGREditableLayer20SetSpatialFilterRectEidddd at Base 2.1.0
- _ZN16OGREditableLayer26SetSupportsCreateGeomFieldEb at Base 2.1.0
- _ZN16OGREditableLayer26SetSupportsCurveGeometriesEb at Base 2.1.0
- _ZN16OGREditableLayer9GetExtentEP11OGREnvelopei at Base 2.1.0
- _ZN16OGREditableLayer9GetExtentEiP11OGREnvelopei at Base 2.1.0
- _ZN16OGREditableLayer9TranslateEP14OGRFeatureDefnP10OGRFeaturebb at Base 2.1.0
- _ZN16OGREditableLayerC1EP8OGRLayerbP29IOGREditableLayerSynchronizerb at Base 2.1.0
- _ZN16OGREditableLayerC2EP8OGRLayerbP29IOGREditableLayerSynchronizerb at Base 2.1.0
- _ZN16OGREditableLayerD0Ev at Base 2.1.0
- _ZN16OGREditableLayerD1Ev at Base 2.1.0
- _ZN16OGREditableLayerD2Ev at Base 2.1.0
- _ZN16OGRGeomFieldDefn10InitializeEPKc18OGRwkbGeometryType at Base 1.11.0
- _ZN16OGRGeomFieldDefn13SetSpatialRefEPK19OGRSpatialReference at Base 3.7.0
- _ZN16OGRGeomFieldDefn7SetNameEPKc at Base 1.11.0
- _ZN16OGRGeomFieldDefn7SetTypeE18OGRwkbGeometryType at Base 1.11.0
- _ZN16OGRGeomFieldDefnC1EPKS_ at Base 2.3.0
- _ZN16OGRGeomFieldDefnC1EPKc18OGRwkbGeometryType at Base 1.11.0
- _ZN16OGRGeomFieldDefnC2EPKS_ at Base 2.3.0
- _ZN16OGRGeomFieldDefnC2EPKc18OGRwkbGeometryType at Base 1.11.0
- _ZN16OGRGeomFieldDefnD0Ev at Base 1.11.0
- _ZN16OGRGeomFieldDefnD1Ev at Base 1.11.0
- _ZN16OGRGeomFieldDefnD2Ev at Base 1.11.0
- _ZN16OGRIteratedPoint4setMEd at Base 3.6.0
- _ZN16OGRIteratedPoint4setXEd at Base 3.6.0
- _ZN16OGRIteratedPoint4setYEd at Base 3.6.0
- _ZN16OGRIteratedPoint4setZEd at Base 3.6.0
- _ZN16OGRIteratedPointD0Ev at Base 3.6.0
- _ZN16OGRIteratedPointD1Ev at Base 3.6.0
- _ZN16OGRIteratedPointD2Ev at Base 3.6.0
- _ZN16OGRPointIterator7destroyEPS_ at Base 2.0.1
- _ZN16OGRPointIteratorD0Ev at Base 2.0.1
- _ZN16OGRPointIteratorD1Ev at Base 2.0.1
- _ZN16OGRPointIteratorD2Ev at Base 2.0.1
- _ZN16VRTComplexSource10GetMaximumEiiPi at Base 1.11.0
- _ZN16VRTComplexSource10GetMinimumEiiPi at Base 1.11.0
- _ZN16VRTComplexSource11LookupValueEd at Base 1.11.0
- _ZN16VRTComplexSource12GetHistogramEiiddiPyiiPFidPKcPvES3_ at Base 2.0.1
- _ZN16VRTComplexSource14SerializeToXMLEPKc at Base 1.11.0
- _ZN16VRTComplexSource14SetNoDataValueEd at Base 3.6.0
- _ZN16VRTComplexSource15SetPowerScalingEddddd at Base 1.11.0
- (optional=templinst)_ZN16VRTComplexSource16RasterIOInternalIdEE6CPLErrP14GDALRasterBand12GDALDataTypeiiiiPviiS4_xxP20GDALRasterIOExtraArgS4_ at Base 3.8.0
- (optional=templinst)_ZN16VRTComplexSource16RasterIOInternalIfEE6CPLErrP14GDALRasterBand12GDALDataTypeiiiiPviiS4_xxP20GDALRasterIOExtraArgS4_ at Base 3.8.0
- _ZN16VRTComplexSource16SetLinearScalingEdd at Base 1.11.0
- (optional=templinst)_ZN16VRTComplexSource21RasterIOProcessNoDataIhL12GDALDataType1EEE6CPLErrP14GDALRasterBandS1_iiiiPviiS1_xxP20GDALRasterIOExtraArg at Base 3.8.0
- (optional=templinst)_ZN16VRTComplexSource21RasterIOProcessNoDataIsL12GDALDataType3EEE6CPLErrP14GDALRasterBandS1_iiiiPviiS1_xxP20GDALRasterIOExtraArg at Base 3.8.0
- (optional=templinst)_ZN16VRTComplexSource21RasterIOProcessNoDataItL12GDALDataType2EEE6CPLErrP14GDALRasterBandS1_iiiiPviiS1_xxP20GDALRasterIOExtraArg at Base 3.8.0
- _ZN16VRTComplexSource22SetColorTableComponentEi at Base 1.11.0
- _ZN16VRTComplexSource7GetTypeEv at Base 1.11.0
- _ZN16VRTComplexSource7XMLInitEP10CPLXMLNodePKcRSt3mapI9CPLStringP11GDALDatasetSt4lessIS5_ESaISt4pairIKS5_S7_EEE at Base 3.4.0
- _ZN16VRTComplexSource8RasterIOE12GDALDataTypeiiiiPviiS0_xxP20GDALRasterIOExtraArg at Base 2.3.0
- _ZN16VRTComplexSourceC1EPKS_dd at Base 2.1.0
- _ZN16VRTComplexSourceC2EPKS_dd at Base 2.1.0
- _ZN16VRTComplexSourceD0Ev at Base 1.11.0
- _ZN16VRTComplexSourceD1Ev at Base 1.11.0
- _ZN16VRTComplexSourceD2Ev at Base 1.11.0
- _ZN16VRTRawRasterBand10IReadBlockEiiPv at Base 1.8.0
- _ZN16VRTRawRasterBand10SetRawLinkEPKcS1_iyiiS1_ at Base 1.8.0
- _ZN16VRTRawRasterBand11GetFileListEPPPcPiS3_P11_CPLHashSet at Base 1.8.0
- _ZN16VRTRawRasterBand11IWriteBlockEiiPv at Base 1.8.0
- _ZN16VRTRawRasterBand12ClearRawLinkEv at Base 1.8.0
- _ZN16VRTRawRasterBand14SerializeToXMLEPKc at Base 1.8.0
- _ZN16VRTRawRasterBand17GetVirtualMemAutoE10GDALRWFlagPiPxPPc at Base 3.1.0
- _ZN16VRTRawRasterBand7XMLInitEP10CPLXMLNodePKcRSt3mapI9CPLStringP11GDALDatasetSt4lessIS5_ESaISt4pairIKS5_S7_EEE at Base 3.4.0
- _ZN16VRTRawRasterBand9IRasterIOE10GDALRWFlagiiiiPvii12GDALDataTypexxP20GDALRasterIOExtraArg at Base 2.0.1
- _ZN16VRTRawRasterBandC1EP11GDALDataseti12GDALDataType at Base 1.8.0
- _ZN16VRTRawRasterBandC2EP11GDALDataseti12GDALDataType at Base 1.8.0
- _ZN16VRTRawRasterBandD0Ev at Base 1.8.0
- _ZN16VRTRawRasterBandD1Ev at Base 1.8.0
- _ZN16VRTRawRasterBandD2Ev at Base 1.8.0
- _ZN16VRTWarpedDataset10FlushCacheEb at Base 3.4.0
- _ZN16VRTWarpedDataset10InitializeEPv at Base 1.8.0
- _ZN16VRTWarpedDataset11GetFileListEv at Base 1.8.0
- _ZN16VRTWarpedDataset12ProcessBlockEii at Base 1.8.0
- _ZN16VRTWarpedDataset14SerializeToXMLEPKc at Base 1.8.0
- _ZN16VRTWarpedDataset15IBuildOverviewsEPKciPKiiS3_PFidS1_PvES4_PKS1_ at Base 3.6.0
- _ZN16VRTWarpedDataset15SetMetadataItemEPKcS1_S1_ at Base 2.0.1
- _ZN16VRTWarpedDataset22CloseDependentDatasetsEv at Base 1.9.0
- _ZN16VRTWarpedDataset23CreateImplicitOverviewsEv at Base 2.0.1
- _ZN16VRTWarpedDataset7AddBandE12GDALDataTypePPc at Base 1.8.0
- _ZN16VRTWarpedDataset7XMLInitEP10CPLXMLNodePKc at Base 1.8.0
- _ZN16VRTWarpedDatasetC1Eiiii at Base 3.7.0
- _ZN16VRTWarpedDatasetC2Eiiii at Base 3.7.0
- _ZN16VRTWarpedDatasetD0Ev at Base 1.8.0
- _ZN16VRTWarpedDatasetD1Ev at Base 1.8.0
- _ZN16VRTWarpedDatasetD2Ev at Base 1.8.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4)_ZN16VSIVirtualHandle10AdviseReadEiPKyPKj at Base 3.7.2
- (arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4)_ZN16VSIVirtualHandle10AdviseReadEiPKyPKm at Base 3.7.1
- _ZN16VSIVirtualHandle14GetRangeStatusEyy at Base 2.2.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN16VSIVirtualHandle14ReadMultiRangeEiPPvPKyPKj at Base 3.7.2
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN16VSIVirtualHandle14ReadMultiRangeEiPPvPKyPKm at Base 3.8.0
- _ZN16VSIVirtualHandle23GetNativeFileDescriptorEv at Base 1.11.0
- _ZN16VSIVirtualHandle5FlushEv at Base 1.8.0
- _ZN16VSIVirtualHandle8TruncateEy at Base 1.9.0
- _ZN16swq_op_registrar11GetOperatorE6swq_op at Base 3.1.0
- _ZN16swq_op_registrar11GetOperatorEPKc at Base 3.1.0
- _ZN17GDALDriverManager10LoadPluginEPKc at Base 3.8.0
- _ZN17GDALDriverManager14GetSearchPathsEPKc at Base 3.1.0
- _ZN17GDALDriverManager14RegisterDriverEP10GDALDriver at Base 1.8.0
- _ZN17GDALDriverManager14ReorderDriversEv at Base 3.5.0
- _ZN17GDALDriverManager15AutoLoadDriversEv at Base 1.8.0
- _ZN17GDALDriverManager15AutoSkipDriversEv at Base 1.8.0
- _ZN17GDALDriverManager15GetDriverByNameEPKc at Base 1.8.0
- _ZN17GDALDriverManager16DeregisterDriverEP10GDALDriver at Base 1.8.0
- _ZN17GDALDriverManager20CleanupPythonDriversEv at Base 3.1.0
- _ZN17GDALDriverManager21AutoLoadPythonDriversEv at Base 3.1.0
- _ZN17GDALDriverManager9GetDriverEi at Base 1.8.0
- _ZN17GDALDriverManagerC1Ev at Base 1.8.0
- _ZN17GDALDriverManagerC2Ev at Base 1.8.0
- _ZN17GDALDriverManagerD0Ev at Base 1.8.0
- _ZN17GDALDriverManagerD1Ev at Base 1.8.0
- _ZN17GDALDriverManagerD2Ev at Base 1.8.0
- _ZN17GDALIHasAttribute15CreateAttributeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt6vectorIySaIyEERK20GDALExtendedDataTypePKPKc at Base 3.1.0
- _ZN17GDALIHasAttribute15DeleteAttributeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKPKc at Base 3.8.0
- _ZN17GDALIHasAttributeD0Ev at Base 3.1.0
- _ZN17GDALIHasAttributeD1Ev at Base 3.1.0
- _ZN17GDALIHasAttributeD2Ev at Base 3.1.0
- _ZN17GDALPamRasterBand11GetUnitTypeEv at Base 1.8.0
- _ZN17GDALPamRasterBand11SetMetadataEPPcPKc at Base 1.8.0
- _ZN17GDALPamRasterBand11SetUnitTypeEPKc at Base 1.8.0
- _ZN17GDALPamRasterBand12GetHistogramEddiPyiiPFidPKcPvES3_ at Base 2.0.1
- _ZN17GDALPamRasterBand12MarkPamDirtyEv at Base 3.5.0
- _ZN17GDALPamRasterBand13GetColorTableEv at Base 1.8.0
- _ZN17GDALPamRasterBand13GetDefaultRATEv at Base 1.8.0
- _ZN17GDALPamRasterBand13PamInitializeEv at Base 1.8.0
- _ZN17GDALPamRasterBand13SetColorTableEP14GDALColorTable at Base 1.8.0
- _ZN17GDALPamRasterBand13SetDefaultRATEPK24GDALRasterAttributeTable at Base 1.8.0
- _ZN17GDALPamRasterBand14GetNoDataValueEPi at Base 1.8.0
- _ZN17GDALPamRasterBand14SerializeToXMLEPKc at Base 1.8.0
- _ZN17GDALPamRasterBand14SetDescriptionEPKc at Base 1.8.0
- _ZN17GDALPamRasterBand14SetNoDataValueEd at Base 1.8.0
- _ZN17GDALPamRasterBand15SetMetadataItemEPKcS1_S1_ at Base 1.8.0
- _ZN17GDALPamRasterBand16GetCategoryNamesEv at Base 1.8.0
- _ZN17GDALPamRasterBand16SetCategoryNamesEPPc at Base 1.8.0
- _ZN17GDALPamRasterBand17DeleteNoDataValueEv at Base 2.1.0
- _ZN17GDALPamRasterBand17ResetNoDataValuesEv at Base 3.5.0
- _ZN17GDALPamRasterBand19GetDefaultHistogramEPdS0_PiPPyiPFidPKcPvES6_ at Base 2.0.1
- _ZN17GDALPamRasterBand19SetDefaultHistogramEddiPy at Base 2.0.1
- _ZN17GDALPamRasterBand21GetNoDataValueAsInt64EPi at Base 3.5.0
- _ZN17GDALPamRasterBand21PamInitializeNoParentEv at Base 3.5.0
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN17GDALPamRasterBand21SetNoDataValueAsInt64El at Base 3.8.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN17GDALPamRasterBand21SetNoDataValueAsInt64Ex at Base 3.7.2
- _ZN17GDALPamRasterBand22GetColorInterpretationEv at Base 1.8.0
- _ZN17GDALPamRasterBand22GetNoDataValueAsUInt64EPi at Base 3.5.0
- _ZN17GDALPamRasterBand22SetColorInterpretationE15GDALColorInterp at Base 1.8.0
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN17GDALPamRasterBand22SetNoDataValueAsUInt64Em at Base 3.8.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN17GDALPamRasterBand22SetNoDataValueAsUInt64Ey at Base 3.7.2
- _ZN17GDALPamRasterBand7XMLInitEP10CPLXMLNodePKc at Base 1.8.0
- _ZN17GDALPamRasterBand8GetScaleEPi at Base 1.8.0
- _ZN17GDALPamRasterBand8PamClearEv at Base 1.8.0
- _ZN17GDALPamRasterBand8SetScaleEd at Base 1.8.0
- _ZN17GDALPamRasterBand9CloneInfoEP14GDALRasterBandi at Base 1.8.0
- _ZN17GDALPamRasterBand9GetOffsetEPi at Base 1.8.0
- _ZN17GDALPamRasterBand9SetOffsetEd at Base 1.8.0
- _ZN17GDALPamRasterBandC1Ei at Base 2.1.0
- _ZN17GDALPamRasterBandC1Ev at Base 1.8.0
- _ZN17GDALPamRasterBandC2Ei at Base 2.1.0
- _ZN17GDALPamRasterBandC2Ev at Base 1.8.0
- _ZN17GDALPamRasterBandD0Ev at Base 1.8.0
- _ZN17GDALPamRasterBandD1Ev at Base 1.8.0
- _ZN17GDALPamRasterBandD2Ev at Base 1.8.0
- _ZN17GDALWarpOperation10GetOptionsEv at Base 1.8.0
- _ZN17GDALWarpOperation10InitializeEPK15GDALWarpOptions at Base 1.8.0
- _ZN17GDALWarpOperation10WarpRegionEiiiiiiiidd at Base 1.8.0
- _ZN17GDALWarpOperation10WarpRegionEiiiiiiiidddd at Base 2.3.0
- _ZN17GDALWarpOperation11WipeOptionsEv at Base 1.8.0
- _ZN17GDALWarpOperation12ReportTimingEPKc at Base 1.8.0
- _ZN17GDALWarpOperation13WipeChunkListEv at Base 1.8.0
- _ZN17GDALWarpOperation15ValidateOptionsEv at Base 1.8.0
- _ZN17GDALWarpOperation16CollectChunkListEiiii at Base 1.8.0
- _ZN17GDALWarpOperation16CreateKernelMaskEP14GDALWarpKerneliPKc at Base 1.8.0
- _ZN17GDALWarpOperation17ChunkAndWarpImageEiiii at Base 1.8.0
- _ZN17GDALWarpOperation17ChunkAndWarpMultiEiiii at Base 1.8.0
- _ZN17GDALWarpOperation18WarpRegionToBufferEiiiiPv12GDALDataTypeiiiidd at Base 1.8.0
- _ZN17GDALWarpOperation18WarpRegionToBufferEiiiiPv12GDALDataTypeiiiidddd at Base 2.3.0
- _ZN17GDALWarpOperation19ComputeSourceWindowEiiiiPiS0_S0_S0_PdS1_S1_ at Base 2.3.0
- _ZN17GDALWarpOperation23CreateDestinationBufferEiiPi at Base 2.3.0
- _ZN17GDALWarpOperation24CollectChunkListInternalEiiii at Base 2.3.0
- _ZN17GDALWarpOperation24DestroyDestinationBufferEPv at Base 2.3.0
- _ZN17GDALWarpOperation37ComputeSourceWindowStartingFromSourceEiiiiPdS0_S0_S0_ at Base 2.4.0
- _ZN17GDALWarpOperationC1Ev at Base 1.8.0
- _ZN17GDALWarpOperationC2Ev at Base 1.8.0
- _ZN17GDALWarpOperationD0Ev at Base 1.8.0
- _ZN17GDALWarpOperationD1Ev at Base 1.8.0
- _ZN17GDALWarpOperationD2Ev at Base 1.8.0
- _ZN17GNMGenericNetwork10CreateRuleEPKc at Base 2.2.0
- _ZN17GNMGenericNetwork10DeleteRuleEPKc at Base 2.2.0
- _ZN17GNMGenericNetwork10FlushCacheEb at Base 3.4.0
- _ZN17GNMGenericNetwork11DeleteLayerEi at Base 2.2.0
- _ZN17GNMGenericNetwork13DisconnectAllEv at Base 2.2.0
- _ZN17GNMGenericNetwork13GetLayerCountEv at Base 2.2.0
- _ZN17GNMGenericNetwork14DeleteAllRulesEv at Base 2.2.0
- _ZN17GNMGenericNetwork14FindConnectionExxx at Base 2.2.0
- _ZN17GNMGenericNetwork14LoadGraphLayerEP11GDALDataset at Base 2.2.0
- _ZN17GNMGenericNetwork14LoadNetworkSrsEv at Base 2.2.0
- _ZN17GNMGenericNetwork14TestCapabilityEPKc at Base 2.2.0
- _ZN17GNMGenericNetwork15ConnectFeaturesExxxddi at Base 2.2.0
- _ZN17GNMGenericNetwork15FillResultLayerEP24OGRGNMWrappedResultLayerRKSt6vectorISt4pairIxxESaIS4_EEibb at Base 2.2.0
- _ZN17GNMGenericNetwork15GetNewGlobalFIDEv at Base 2.2.0
- _ZN17GNMGenericNetwork15StoreNetworkSrsEv at Base 2.2.0
- _ZN17GNMGenericNetwork16ChangeBlockStateExb at Base 2.2.0
- _ZN17GNMGenericNetwork16CheckLayerDriverEPKcPPc at Base 2.2.0
- _ZN17GNMGenericNetwork16CreateGraphLayerEP11GDALDataset at Base 2.2.0
- _ZN17GNMGenericNetwork16FindNearestPointEPK8OGRPointRKSt6vectorIP8OGRLayerSaIS5_EEd at Base 2.2.0
- _ZN17GNMGenericNetwork16GetAlgorithmNameEib at Base 2.2.0
- _ZN17GNMGenericNetwork16GetNewVirtualFIDEv at Base 2.2.0
- _ZN17GNMGenericNetwork17LoadFeaturesLayerEP11GDALDataset at Base 2.2.0
- _ZN17GNMGenericNetwork17LoadMetadataLayerEP11GDALDataset at Base 2.2.0
- _ZN17GNMGenericNetwork17ReconnectFeaturesExxxddi at Base 2.2.0
- _ZN17GNMGenericNetwork18DisconnectFeaturesExxx at Base 2.2.0
- _ZN17GNMGenericNetwork19AddFeatureGlobalFIDExPKc at Base 2.2.0
- _ZN17GNMGenericNetwork19ChangeAllBlockStateEb at Base 2.2.0
- _ZN17GNMGenericNetwork19ConnectPointsByLineExPK13OGRLineStringRKSt6vectorIP8OGRLayerSaIS5_EEdddi at Base 2.2.0
- _ZN17GNMGenericNetwork19CreateFeaturesLayerEP11GDALDataset at Base 2.2.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN17GNMGenericNetwork19CreateMetadataLayerEP11GDALDatasetij at Base 3.7.2
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN17GNMGenericNetwork19CreateMetadataLayerEP11GDALDatasetim at Base 3.8.0
- _ZN17GNMGenericNetwork20ConnectPointsByLinesEPPcdddi at Base 2.2.0
- _ZN17GNMGenericNetwork21GetFeatureByGlobalFIDEx at Base 2.2.0
- _ZN17GNMGenericNetwork22CloseDependentDatasetsEv at Base 2.2.0
- _ZN17GNMGenericNetwork24ConnectPointsByMultilineExPK18OGRMultiLineStringRKSt6vectorIP8OGRLayerSaIS5_EEdddi at Base 2.2.0
- _ZN17GNMGenericNetwork24DisconnectFeaturesWithIdEx at Base 2.2.0
- _ZN17GNMGenericNetwork6DeleteEv at Base 2.2.0
- _ZN17GNMGenericNetwork7GetPathExx21GNMGraphAlgorithmTypePPc at Base 2.2.0
- _ZN17GNMGenericNetwork8GetLayerEi at Base 2.2.0
- _ZN17GNMGenericNetwork9CopyLayerEP8OGRLayerPKcPPc at Base 2.2.0
- _ZN17GNMGenericNetwork9LoadGraphEv at Base 2.2.0
- _ZN17GNMGenericNetwork9SaveRulesEv at Base 2.2.0
- _ZN17GNMGenericNetworkC1Ev at Base 2.2.0
- _ZN17GNMGenericNetworkC2Ev at Base 2.2.0
- _ZN17GNMGenericNetworkD0Ev at Base 2.2.0
- _ZN17GNMGenericNetworkD1Ev at Base 2.2.0
- _ZN17GNMGenericNetworkD2Ev at Base 2.2.0
- _ZN17OGRCircularString10segmentizeEd at Base 2.0.1
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN17OGRCircularString13importFromWkbEPKhj13OGRwkbVariantRj at Base 3.7.2
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN17OGRCircularString13importFromWkbEPKhm13OGRwkbVariantRm at Base 3.8.0
- _ZN17OGRCircularString13importFromWktEPPKc at Base 2.3.0
- _ZN17OGRCircularString6acceptEP19IOGRGeometryVisitor at Base 2.3.0
- _ZN17OGRCircularStringC1ERKS_ at Base 2.1.0
- _ZN17OGRCircularStringC1Ev at Base 2.0.1
- _ZN17OGRCircularStringC2ERKS_ at Base 2.1.0
- _ZN17OGRCircularStringC2Ev at Base 2.0.1
- _ZN17OGRCircularStringD0Ev at Base 2.0.1
- _ZN17OGRCircularStringD1Ev at Base 2.0.1
- _ZN17OGRCircularStringD2Ev at Base 2.0.1
- _ZN17OGRCircularStringaSERKS_ at Base 2.1.0
- _ZN17OGRLayerAttrIndexC1Ev at Base 1.8.0
- _ZN17OGRLayerAttrIndexC2Ev at Base 1.8.0
- _ZN17OGRLayerAttrIndexD0Ev at Base 1.8.0
- _ZN17OGRLayerAttrIndexD1Ev at Base 1.8.0
- _ZN17OGRLayerAttrIndexD2Ev at Base 1.8.0
- _ZN17OGRLayerDecorator10GetDatasetEv at Base 3.6.0
- _ZN17OGRLayerDecorator10GetFeatureEx at Base 2.0.1
- _ZN17OGRLayerDecorator10SyncToDiskEv at Base 2.0.1
- _ZN17OGRLayerDecorator11CreateFieldEP12OGRFieldDefni at Base 2.0.1
- _ZN17OGRLayerDecorator11DeleteFieldEi at Base 2.0.1
- _ZN17OGRLayerDecorator11GetGeomTypeEv at Base 2.0.1
- _ZN17OGRLayerDecorator11GetMetadataEPKc at Base 2.0.1
- _ZN17OGRLayerDecorator11ISetFeatureEP10OGRFeature at Base 2.0.1
- _ZN17OGRLayerDecorator11SetMetadataEPPcPKc at Base 2.0.1
- _ZN17OGRLayerDecorator12GetFIDColumnEv at Base 2.0.1
- _ZN17OGRLayerDecorator12GetLayerDefnEv at Base 2.0.1
- _ZN17OGRLayerDecorator12ResetReadingEv at Base 2.0.1
- _ZN17OGRLayerDecorator13DeleteFeatureEx at Base 2.0.1
- _ZN17OGRLayerDecorator13GetSpatialRefEv at Base 2.0.1
- _ZN17OGRLayerDecorator13GetStyleTableEv at Base 2.0.1
- _ZN17OGRLayerDecorator13ReorderFieldsEPi at Base 2.0.1
- _ZN17OGRLayerDecorator13SetStyleTableEP13OGRStyleTable at Base 2.0.1
- _ZN17OGRLayerDecorator14AlterFieldDefnEiP12OGRFieldDefni at Base 2.0.1
- _ZN17OGRLayerDecorator14GetArrowStreamEP16ArrowArrayStreamPKPKc at Base 3.6.0
- _ZN17OGRLayerDecorator14GetNextFeatureEv at Base 2.0.1
- _ZN17OGRLayerDecorator14ICreateFeatureEP10OGRFeature at Base 2.0.1
- _ZN17OGRLayerDecorator14IUpdateFeatureEP10OGRFeatureiPKiiS3_b at Base 3.7.0
- _ZN17OGRLayerDecorator14IUpsertFeatureEP10OGRFeature at Base 3.6.0
- _ZN17OGRLayerDecorator14SetNextByIndexEx at Base 2.0.1
- _ZN17OGRLayerDecorator14TestCapabilityEPKc at Base 2.0.1
- _ZN17OGRLayerDecorator15CreateGeomFieldEP16OGRGeomFieldDefni at Base 2.1.0
- _ZN17OGRLayerDecorator15GetFeatureCountEi at Base 2.0.1
- _ZN17OGRLayerDecorator15GetMetadataItemEPKcS1_ at Base 2.0.1
- _ZN17OGRLayerDecorator15SetMetadataItemEPKcS1_S1_ at Base 2.0.1
- _ZN17OGRLayerDecorator16GetSpatialFilterEv at Base 2.0.1
- _ZN17OGRLayerDecorator16SetIgnoredFieldsEPPKc at Base 2.0.1
- _ZN17OGRLayerDecorator16SetSpatialFilterEP11OGRGeometry at Base 2.0.1
- _ZN17OGRLayerDecorator16SetSpatialFilterEiP11OGRGeometry at Base 2.0.1
- _ZN17OGRLayerDecorator16StartTransactionEv at Base 2.0.1
- _ZN17OGRLayerDecorator17CommitTransactionEv at Base 2.0.1
- _ZN17OGRLayerDecorator17GetGeometryColumnEv at Base 2.0.1
- _ZN17OGRLayerDecorator18AlterGeomFieldDefnEiPK16OGRGeomFieldDefni at Base 3.6.0
- _ZN17OGRLayerDecorator18SetAttributeFilterEPKc at Base 2.0.1
- _ZN17OGRLayerDecorator19RollbackTransactionEv at Base 2.0.1
- _ZN17OGRLayerDecorator20SetSpatialFilterRectEdddd at Base 2.0.1
- _ZN17OGRLayerDecorator20SetSpatialFilterRectEidddd at Base 2.0.1
- _ZN17OGRLayerDecorator21SetStyleTableDirectlyEP13OGRStyleTable at Base 2.0.1
- _ZN17OGRLayerDecorator6RenameEPKc at Base 3.5.0
- _ZN17OGRLayerDecorator7GetNameEv at Base 2.0.1
- _ZN17OGRLayerDecorator9GetExtentEP11OGREnvelopei at Base 2.0.1
- _ZN17OGRLayerDecorator9GetExtentEiP11OGREnvelopei at Base 2.0.1
- _ZN17OGRLayerDecoratorC1EP8OGRLayeri at Base 2.0.1
- _ZN17OGRLayerDecoratorC2EP8OGRLayeri at Base 2.0.1
- _ZN17OGRLayerDecoratorD0Ev at Base 2.0.1
- _ZN17OGRLayerDecoratorD1Ev at Base 2.0.1
- _ZN17OGRLayerDecoratorD2Ev at Base 2.0.1
- _ZN17S57ClassRegistrar11GetAttrInfoEi at Base 1.11.0
- _ZN17S57ClassRegistrar17FindAttrByAcronymEPKc at Base 1.8.0
- _ZN17S57ClassRegistrar8FindFileEPKcS1_bPP16VSIVirtualHandle at Base 3.7.0
- _ZN17S57ClassRegistrar8LoadInfoEPKcS1_b at Base 2.2.0
- _ZN17S57ClassRegistrar8ReadLineEP16VSIVirtualHandle at Base 3.7.0
- _ZN17S57ClassRegistrarC1Ev at Base 1.8.0
- _ZN17S57ClassRegistrarC2Ev at Base 1.8.0
- _ZN17S57ClassRegistrarD1Ev at Base 1.8.0
- _ZN17S57ClassRegistrarD2Ev at Base 1.8.0
- _ZN18GDALNoDataMaskBand10IReadBlockEiiPv at Base 1.8.0
- _ZN18GDALNoDataMaskBand15IsNoDataInRangeEd12GDALDataType at Base 2.3.2
- _ZN18GDALNoDataMaskBand9IRasterIOE10GDALRWFlagiiiiPvii12GDALDataTypexxP20GDALRasterIOExtraArg at Base 2.0.1
- _ZN18GDALNoDataMaskBandC1EP14GDALRasterBand at Base 1.8.0
- _ZN18GDALNoDataMaskBandC1EP14GDALRasterBandd at Base 3.8.0
- _ZN18GDALNoDataMaskBandC2EP14GDALRasterBand at Base 1.8.0
- _ZN18GDALNoDataMaskBandC2EP14GDALRasterBandd at Base 3.8.0
- _ZN18GDALNoDataMaskBandD0Ev at Base 1.8.0
- _ZN18GDALNoDataMaskBandD1Ev at Base 1.8.0
- _ZN18GDALNoDataMaskBandD2Ev at Base 1.8.0
- _ZN18GDALSubdatasetInfo5quoteERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.8.0
- _ZN18GDALSubdatasetInfo7unquoteERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.8.0
- _ZN18GDALSubdatasetInfoC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.8.0
- _ZN18GDALSubdatasetInfoC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.8.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN18MEMAbstractMDArray4InitEPhRKSt6vectorIiSaIiEE at Base 3.7.2
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN18MEMAbstractMDArray4InitEPhRKSt6vectorIxSaIxEE at Base 3.8.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN18MEMAbstractMDArray6IWriteEPKyPKjPKxPKiRK20GDALExtendedDataTypePKv at Base 3.7.2
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN18MEMAbstractMDArray6IWriteEPKyPKmPKxS5_RK20GDALExtendedDataTypePKv at Base 3.8.0
- _ZN18MEMAbstractMDArray9FreeArrayEv at Base 3.7.0
- _ZN18MEMAbstractMDArrayC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_RKSt6vectorISt10shared_ptrI13GDALDimensionESaISB_EERK20GDALExtendedDataType at Base 3.5.0
- _ZN18MEMAbstractMDArrayC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_RKSt6vectorISt10shared_ptrI13GDALDimensionESaISB_EERK20GDALExtendedDataType at Base 3.5.0
- _ZN18MEMAbstractMDArrayD0Ev at Base 3.5.0
- _ZN18MEMAbstractMDArrayD1Ev at Base 3.5.0
- _ZN18MEMAbstractMDArrayD2Ev at Base 3.5.0
- _ZN18MEMAttributeHolder15RenameAttributeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_ at Base 3.8.0
- _ZN18MEMAttributeHolderD0Ev at Base 3.8.0
- _ZN18MEMAttributeHolderD1Ev at Base 3.8.0
- _ZN18MEMAttributeHolderD2Ev at Base 3.8.0
- _ZN18NASAKeywordHandler10GetKeywordEPKcS1_ at Base 2.2.0
- _ZN18NASAKeywordHandler14GetKeywordListEv at Base 2.2.0
- _ZN18NASAKeywordHandler5ParseEPKc at Base 3.7.0
- _ZN18NASAKeywordHandler6IngestEP16VSIVirtualHandlei at Base 3.7.0
- _ZN18NASAKeywordHandler8ReadPairER9CPLStringS1_R13CPLJSONObject at Base 2.3.0
- _ZN18NASAKeywordHandler8ReadWordER9CPLStringbbPb at Base 2.2.2
- _ZN18NASAKeywordHandler9ReadGroupERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEER13CPLJSONObjecti at Base 3.4.0
- _ZN18NASAKeywordHandler9SkipWhiteEv at Base 2.2.0
- _ZN18NASAKeywordHandlerC1Ev at Base 2.2.0
- _ZN18NASAKeywordHandlerC2Ev at Base 2.2.0
- _ZN18NASAKeywordHandlerD1Ev at Base 2.2.0
- _ZN18NASAKeywordHandlerD2Ev at Base 2.2.0
- _ZN18OGRCurveCollection10segmentizeEd at Base 2.0.1
- _ZN18OGRCurveCollection10stealCurveEi at Base 2.0.1
- _ZN18OGRCurveCollection11flattenTo2DEP11OGRGeometry at Base 2.0.1
- _ZN18OGRCurveCollection11removeCurveEib at Base 2.3.0
- _ZN18OGRCurveCollection11setMeasuredEP11OGRGeometryi at Base 2.1.0
- _ZN18OGRCurveCollection16addCurveDirectlyEP11OGRGeometryP8OGRCurvei at Base 2.0.1
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN18OGRCurveCollection17importBodyFromWkbEP11OGRGeometryPKhjbPFiS1_P8OGRCurveE13OGRwkbVariantRj at Base 3.7.2
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN18OGRCurveCollection17importBodyFromWkbEP11OGRGeometryPKhmbPFiS1_P8OGRCurveE13OGRwkbVariantRm at Base 3.8.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN18OGRCurveCollection21importPreambleFromWkbEP11OGRGeometryPKhRjS4_R15OGRwkbByteOrderj13OGRwkbVariant at Base 3.7.2
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN18OGRCurveCollection21importPreambleFromWkbEP11OGRGeometryPKhRmS4_R15OGRwkbByteOrderm13OGRwkbVariant at Base 3.8.0
- _ZN18OGRCurveCollection22assignSpatialReferenceEP11OGRGeometryPK19OGRSpatialReference at Base 3.7.0
- _ZN18OGRCurveCollection22setCoordinateDimensionEP11OGRGeometryi at Base 2.0.1
- _ZN18OGRCurveCollection5emptyEP11OGRGeometry at Base 2.0.1
- _ZN18OGRCurveCollection5set3DEP11OGRGeometryi at Base 2.1.0
- _ZN18OGRCurveCollection6swapXYEv at Base 2.0.1
- _ZN18OGRCurveCollection8getCurveEi at Base 2.0.1
- _ZN18OGRCurveCollection9transformEP11OGRGeometryP27OGRCoordinateTransformation at Base 2.0.1
- _ZN18OGRCurveCollectionC1ERKS_ at Base 2.1.0
- _ZN18OGRCurveCollectionC1Ev at Base 2.0.1
- _ZN18OGRCurveCollectionC2ERKS_ at Base 2.1.0
- _ZN18OGRCurveCollectionC2Ev at Base 2.0.1
- _ZN18OGRCurveCollectionD1Ev at Base 2.0.1
- _ZN18OGRCurveCollectionD2Ev at Base 2.0.1
- _ZN18OGRCurveCollectionaSERKS_ at Base 2.1.0
- _ZN18OGRGeometryFactory13createFromFgfEPKvP19OGRSpatialReferencePP11OGRGeometryiPi at Base 2.3.0
- _ZN18OGRGeometryFactory13createFromGMLEPKc at Base 1.8.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4)_ZN18OGRGeometryFactory13createFromWkbEPKvPK19OGRSpatialReferencePP11OGRGeometryj13OGRwkbVariant at Base 3.7.2
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4)_ZN18OGRGeometryFactory13createFromWkbEPKvPK19OGRSpatialReferencePP11OGRGeometryj13OGRwkbVariantRj at Base 3.7.2
- (arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4)_ZN18OGRGeometryFactory13createFromWkbEPKvPK19OGRSpatialReferencePP11OGRGeometrym13OGRwkbVariant at Base 3.7.1
- (arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4)_ZN18OGRGeometryFactory13createFromWkbEPKvPK19OGRSpatialReferencePP11OGRGeometrym13OGRwkbVariantRm at Base 3.7.1
- _ZN18OGRGeometryFactory13createFromWktEPKcPK19OGRSpatialReferencePP11OGRGeometry at Base 3.7.0
- _ZN18OGRGeometryFactory13createFromWktEPPKcPK19OGRSpatialReferencePP11OGRGeometry at Base 3.7.0
- _ZN18OGRGeometryFactory14createFromGEOSEP20GEOSContextHandle_HSP10GEOSGeom_t at Base 1.11.0
- _ZN18OGRGeometryFactory14createGeometryE18OGRwkbGeometryType at Base 1.8.0
- _ZN18OGRGeometryFactory14forceToPolygonEP11OGRGeometry at Base 1.8.0
- _ZN18OGRGeometryFactory15destroyGeometryEP11OGRGeometry at Base 1.8.0
- _ZN18OGRGeometryFactory16organizePolygonsEPP11OGRGeometryiPiPPKc at Base 1.8.0
- _ZN18OGRGeometryFactory17createFromGeoJsonEPKci at Base 3.4.0
- _ZN18OGRGeometryFactory17createFromGeoJsonERK13CPLJSONObject at Base 2.3.0
- _ZN18OGRGeometryFactory17curveToLineStringEdddddddddidPKPKc at Base 2.0.1
- _ZN18OGRGeometryFactory17forceToLineStringEP11OGRGeometryb at Base 1.10.0
- _ZN18OGRGeometryFactory17forceToMultiPointEP11OGRGeometry at Base 1.8.0
- _ZN18OGRGeometryFactory18GetCurveParametersEddddddRdS0_S0_S0_S0_S0_ at Base 3.3.0
- _ZN18OGRGeometryFactory19curveFromLineStringEPK13OGRLineStringPKPKc at Base 2.0.1
- _ZN18OGRGeometryFactory19forceToMultiPolygonEP11OGRGeometry at Base 1.8.0
- _ZN18OGRGeometryFactory20approximateArcAnglesEdddddddddb at Base 3.1.0
- _ZN18OGRGeometryFactory20transformWithOptionsEPK11OGRGeometryP27OGRCoordinateTransformationPPcRKNS_25TransformWithOptionsCacheE at Base 3.0.0
- _ZN18OGRGeometryFactory21createFromFgfInternalEPKhP19OGRSpatialReferencePP11OGRGeometryiPii at Base 2.3.0
- _ZN18OGRGeometryFactory22forceToMultiLineStringEP11OGRGeometry at Base 1.8.0
- _ZN18OGRGeometryFactory25TransformWithOptionsCacheC1Ev at Base 3.0.0
- _ZN18OGRGeometryFactory25TransformWithOptionsCacheC2Ev at Base 3.0.0
- _ZN18OGRGeometryFactory25TransformWithOptionsCacheD1Ev at Base 3.0.0
- _ZN18OGRGeometryFactory25TransformWithOptionsCacheD2Ev at Base 3.0.0
- _ZN18OGRGeometryFactory28removeLowerDimensionSubGeomsEPK11OGRGeometry at Base 3.1.0
- _ZN18OGRGeometryFactory7forceToEP11OGRGeometry18OGRwkbGeometryTypePKPKc at Base 2.0.1
- _ZN18OGRGeometryFactory8haveGEOSEv at Base 1.8.0
- _ZN18OGRGlobFieldDomainC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_12OGRFieldType15OGRFieldSubTypeS7_ at Base 3.3.0
- _ZN18OGRGlobFieldDomainC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_12OGRFieldType15OGRFieldSubTypeS7_ at Base 3.3.0
- _ZN18OGRGlobFieldDomainD0Ev at Base 3.3.0
- _ZN18OGRGlobFieldDomainD1Ev at Base 3.3.0
- _ZN18OGRGlobFieldDomainD2Ev at Base 3.3.0
- (arch=armel armhf hppa hurd-i386 i386 m68k powerpc sh4)_ZN18OGRMultiLineString13importFromWkbEPKhj13OGRwkbVariantRj at Base 3.8.0
- (arch=amd64 arm64 ia64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN18OGRMultiLineString13importFromWkbEPKhm13OGRwkbVariantRm at Base 3.8.3
- _ZN18OGRMultiLineString16CastToMultiCurveEPS_ at Base 2.0.1
- _ZN18OGRMultiLineString6acceptEP19IOGRGeometryVisitor at Base 2.3.0
- _ZN18OGRMultiLineStringC1ERKS_ at Base 2.1.0
- _ZN18OGRMultiLineStringC1Ev at Base 1.8.0
- _ZN18OGRMultiLineStringC2ERKS_ at Base 2.1.0
- _ZN18OGRMultiLineStringC2Ev at Base 1.8.0
- _ZN18OGRMultiLineStringD0Ev at Base 1.8.0
- _ZN18OGRMultiLineStringD1Ev at Base 1.8.0
- _ZN18OGRMultiLineStringD2Ev at Base 1.8.0
- _ZN18OGRMultiLineStringaSERKS_ at Base 2.1.0
- _ZN19CPLWorkerThreadPool10GetNextJobEP15CPLWorkerThread at Base 2.1.0
- _ZN19CPLWorkerThreadPool10SubmitJobsEPFvPvERKSt6vectorIS0_SaIS0_EE at Base 2.1.0
- _ZN19CPLWorkerThreadPool14CreateJobQueueEv at Base 3.2.0
- _ZN19CPLWorkerThreadPool14WaitCompletionEi at Base 2.1.0
- _ZN19CPLWorkerThreadPool18DeclareJobFinishedEv at Base 2.1.0
- _ZN19CPLWorkerThreadPool20WorkerThreadFunctionEPv at Base 2.1.0
- _ZN19CPLWorkerThreadPool5SetupEiPFvPvEPS0_ at Base 2.1.0
- _ZN19CPLWorkerThreadPool5SetupEiPFvPvEPS0_b at Base 2.4.0
- _ZN19CPLWorkerThreadPool9SubmitJobEPFvPvES0_ at Base 2.1.0
- _ZN19CPLWorkerThreadPool9WaitEventEv at Base 2.4.0
- _ZN19CPLWorkerThreadPoolC1Ev at Base 2.1.0
- _ZN19CPLWorkerThreadPoolC2Ev at Base 2.1.0
- _ZN19CPLWorkerThreadPoolD1Ev at Base 2.1.0
- _ZN19CPLWorkerThreadPoolD2Ev at Base 2.1.0
- _ZN19GDALAbstractMDArray10BaseRenameERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.8.0
- _ZN19GDALAbstractMDArray13ParentDeletedEv at Base 3.8.0
- _ZN19GDALAbstractMDArray13ParentRenamedERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.8.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN19GDALAbstractMDArray15ProcessPerChunkEPKyS1_PKjPFbPS_S1_S3_yyPvES5_ at Base 3.7.2
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN19GDALAbstractMDArray15ProcessPerChunkEPKyS1_PKmPFbPS_S1_S3_yyPvES5_ at Base 3.8.0
- _ZN19GDALAbstractMDArray24NotifyChildrenOfDeletionEv at Base 3.8.0
- _ZN19GDALAbstractMDArray24NotifyChildrenOfRenamingEv at Base 3.8.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN19GDALAbstractMDArray5WriteEPKyPKjPKxPKiRK20GDALExtendedDataTypePKvSC_j at Base 3.7.2
- (arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_ZN19GDALAbstractMDArray5WriteEPKyPKmPKxS5_RK20GDALExtendedDataTypePKvSA_m at Base 3.4.2
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN19GDALAbstractMDArray6IWriteEPKyPKjPKxPKiRK20GDALExtendedDataTypePKv at Base 3.7.2
- (arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_ZN19GDALAbstractMDArray6IWriteEPKyPKmPKxS5_RK20GDALExtendedDataTypePKv at Base 3.4.2
- _ZN19GDALAbstractMDArray6RenameERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.8.0
- _ZN19GDALAbstractMDArray7DeletedEv at Base 3.8.0
- _ZN19GDALAbstractMDArrayC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_ at Base 3.1.0
- _ZN19GDALAbstractMDArrayC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_ at Base 3.1.0
- _ZN19GDALAbstractMDArrayD0Ev at Base 3.1.0
- _ZN19GDALAbstractMDArrayD1Ev at Base 3.1.0
- _ZN19GDALAbstractMDArrayD2Ev at Base 3.1.0
- _ZN19GDALAttributeStringC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_S7_27GDALExtendedDataTypeSubType at Base 3.4.0
- _ZN19GDALAttributeStringC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_S7_27GDALExtendedDataTypeSubType at Base 3.4.0
- _ZN19GDALAttributeStringD0Ev at Base 3.1.0
- _ZN19GDALAttributeStringD1Ev at Base 3.1.0
- _ZN19GDALMDReaderManager9GetReaderEPKcPPcj at Base 2.0.1
- _ZN19GDALMDReaderManagerC1Ev at Base 2.0.1
- _ZN19GDALMDReaderManagerC2Ev at Base 2.0.1
- _ZN19GDALMDReaderManagerD0Ev at Base 2.0.1
- _ZN19GDALMDReaderManagerD1Ev at Base 2.0.1
- _ZN19GDALMDReaderManagerD2Ev at Base 2.0.1
- _ZN19GDALOrientedDataset11GetMetadataEPKc at Base 3.7.0
- _ZN19GDALOrientedDataset15GetMetadataItemEPKcS1_ at Base 3.7.0
- _ZN19GDALOrientedDataset21GetMetadataDomainListEv at Base 3.7.0
- _ZN19GDALOrientedDatasetC1EOSt10unique_ptrI11GDALDatasetSt14default_deleteIS1_EENS_6OriginE at Base 3.7.0
- _ZN19GDALOrientedDatasetC1EP11GDALDatasetNS_6OriginE at Base 3.7.0
- _ZN19GDALOrientedDatasetC2EOSt10unique_ptrI11GDALDatasetSt14default_deleteIS1_EENS_6OriginE at Base 3.7.0
- _ZN19GDALOrientedDatasetC2EP11GDALDatasetNS_6OriginE at Base 3.7.0
- _ZN19GDALOrientedDatasetD0Ev at Base 3.7.0
- _ZN19GDALOrientedDatasetD1Ev at Base 3.7.0
- _ZN19GDALOrientedDatasetD2Ev at Base 3.7.0
- _ZN19GDALProxyRasterBand10AdviseReadEiiiiii12GDALDataTypePPc at Base 1.8.0
- _ZN19GDALProxyRasterBand10FlushCacheEb at Base 3.4.0
- _ZN19GDALProxyRasterBand10GetMaximumEPi at Base 1.8.0
- _ZN19GDALProxyRasterBand10GetMinimumEPi at Base 1.8.0
- _ZN19GDALProxyRasterBand10IReadBlockEiiPv at Base 1.8.0
- _ZN19GDALProxyRasterBand11GetMaskBandEv at Base 1.8.0
- _ZN19GDALProxyRasterBand11GetMetadataEPKc at Base 1.8.0
- _ZN19GDALProxyRasterBand11GetOverviewEi at Base 1.8.0
- _ZN19GDALProxyRasterBand11GetUnitTypeEv at Base 1.8.0
- _ZN19GDALProxyRasterBand11IWriteBlockEiiPv at Base 1.8.0
- _ZN19GDALProxyRasterBand11SetMetadataEPPcPKc at Base 1.8.0
- _ZN19GDALProxyRasterBand11SetUnitTypeEPKc at Base 1.8.0
- _ZN19GDALProxyRasterBand12GetHistogramEddiPyiiPFidPKcPvES3_ at Base 2.0.1
- _ZN19GDALProxyRasterBand12GetMaskFlagsEv at Base 1.8.0
- _ZN19GDALProxyRasterBand13GetColorTableEv at Base 1.8.0
- _ZN19GDALProxyRasterBand13GetDefaultRATEv at Base 1.8.0
- _ZN19GDALProxyRasterBand13GetStatisticsEiiPdS0_S0_S0_ at Base 1.8.0
- _ZN19GDALProxyRasterBand13SetColorTableEP14GDALColorTable at Base 1.8.0
- _ZN19GDALProxyRasterBand13SetDefaultRATEPK24GDALRasterAttributeTable at Base 1.8.0
- _ZN19GDALProxyRasterBand13SetStatisticsEdddd at Base 1.8.0
- _ZN19GDALProxyRasterBand14BuildOverviewsEPKciPKiPFidS1_PvES4_PKS1_ at Base 3.6.0
- _ZN19GDALProxyRasterBand14CreateMaskBandEi at Base 1.8.0
- _ZN19GDALProxyRasterBand14GetNoDataValueEPi at Base 1.8.0
- _ZN19GDALProxyRasterBand14SetNoDataValueEd at Base 1.8.0
- _ZN19GDALProxyRasterBand15GetMetadataItemEPKcS1_ at Base 1.8.0
- _ZN19GDALProxyRasterBand15SetMetadataItemEPKcS1_S1_ at Base 1.8.0
- _ZN19GDALProxyRasterBand16GetCategoryNamesEv at Base 1.8.0
- _ZN19GDALProxyRasterBand16GetOverviewCountEv at Base 1.8.0
- _ZN19GDALProxyRasterBand16SetCategoryNamesEPPc at Base 1.8.0
- _ZN19GDALProxyRasterBand17ComputeStatisticsEiPdS0_S0_S0_PFidPKcPvES3_ at Base 1.8.0
- _ZN19GDALProxyRasterBand17DeleteNoDataValueEv at Base 2.1.0
- _ZN19GDALProxyRasterBand17GetVirtualMemAutoE10GDALRWFlagPiPxPPc at Base 1.11.0
- _ZN19GDALProxyRasterBand19ComputeRasterMinMaxEiPd at Base 1.8.0
- _ZN19GDALProxyRasterBand19GetDefaultHistogramEPdS0_PiPPyiPFidPKcPvES6_ at Base 2.0.1
- _ZN19GDALProxyRasterBand19SetDefaultHistogramEddiPy at Base 2.0.1
- _ZN19GDALProxyRasterBand21GetMetadataDomainListEv at Base 1.11.0
- _ZN19GDALProxyRasterBand21HasArbitraryOverviewsEv at Base 1.8.0
- _ZN19GDALProxyRasterBand22GetColorInterpretationEv at Base 1.8.0
- _ZN19GDALProxyRasterBand22SetColorInterpretationE15GDALColorInterp at Base 1.8.0
- _ZN19GDALProxyRasterBand23GetRasterSampleOverviewEy at Base 2.0.1
- _ZN19GDALProxyRasterBand4FillEdd at Base 1.8.0
- _ZN19GDALProxyRasterBand8GetScaleEPi at Base 1.8.0
- _ZN19GDALProxyRasterBand8SetScaleEd at Base 1.8.0
- _ZN19GDALProxyRasterBand9GetOffsetEPi at Base 1.8.0
- _ZN19GDALProxyRasterBand9IRasterIOE10GDALRWFlagiiiiPvii12GDALDataTypexxP20GDALRasterIOExtraArg at Base 2.0.1
- _ZN19GDALProxyRasterBand9SetOffsetEd at Base 1.8.0
- _ZN19OGRArrowArrayHelper11GetMemLimitEv at Base 3.8.0
- (arch=!sh4)_ZN19OGRArrowArrayHelper11SetDateTimeEP10ArrowArrayiR2tmiRK8OGRField at Base 3.8.0
- _ZN19OGRArrowArrayHelper21GetMaxFeaturesInBatchERK13CPLStringList at Base 3.6.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc x32)_ZN19OGRArrowArrayHelper23GetPtrForStringOrBinaryEiij at Base 3.7.2
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN19OGRArrowArrayHelper23GetPtrForStringOrBinaryEiim at Base 3.8.0
- _ZN19OGRArrowArrayHelper8FillDictEP10ArrowArrayPK19OGRCodedFieldDomain at Base 3.6.0
- _ZN19OGRArrowArrayHelperC1EP11GDALDatasetP14OGRFeatureDefnRK13CPLStringListP10ArrowArray at Base 3.6.0
- _ZN19OGRArrowArrayHelperC2EP11GDALDatasetP14OGRFeatureDefnRK13CPLStringListP10ArrowArray at Base 3.6.0
- _ZN19OGRArrowArrayHelperD1Ev at Base 3.7.2
- _ZN19OGRArrowArrayHelperD2Ev at Base 3.7.2
- _ZN19OGRCodedFieldDomainC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_12OGRFieldType15OGRFieldSubTypeOSt6vectorI13OGRCodedValueSaISB_EE at Base 3.3.0
- _ZN19OGRCodedFieldDomainC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_12OGRFieldType15OGRFieldSubTypeOSt6vectorI13OGRCodedValueSaISB_EE at Base 3.3.0
- _ZN19OGRCodedFieldDomainD0Ev at Base 3.3.0
- _ZN19OGRCodedFieldDomainD1Ev at Base 3.3.0
- _ZN19OGRCodedFieldDomainD2Ev at Base 3.3.0
- _ZN19OGRRangeFieldDomainC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_12OGRFieldType15OGRFieldSubTypeRK8OGRFieldbSC_b at Base 3.3.0
- _ZN19OGRRangeFieldDomainC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_12OGRFieldType15OGRFieldSubTypeRK8OGRFieldbSC_b at Base 3.3.0
- _ZN19OGRRangeFieldDomainD0Ev at Base 3.3.0
- _ZN19OGRRangeFieldDomainD1Ev at Base 3.3.0
- _ZN19OGRRangeFieldDomainD2Ev at Base 3.3.0
- _ZN19OGRSpatialReference10DemoteTo2DEPKc at Base 3.2.0
- _ZN19OGRSpatialReference10SetHOM2PNOEdddddddd at Base 1.8.0
- _ZN19OGRSpatialReference10SetLocalCSEPKc at Base 1.8.0
- _ZN19OGRSpatialReference10SetTOWGS84Eddddddd at Base 1.8.0
- _ZN19OGRSpatialReference11DereferenceEv at Base 1.8.0
- _ZN19OGRSpatialReference11GetAttrNodeEPKc at Base 1.8.0
- _ZN19OGRSpatialReference11GetWGS84SRSEv at Base 2.0.1
- _ZN19OGRSpatialReference11PromoteTo3DEPKc at Base 3.1.0
- _ZN19OGRSpatialReference11SetEckertIVEddd at Base 1.8.0
- _ZN19OGRSpatialReference11SetEckertVIEddd at Base 1.8.0
- _ZN19OGRSpatialReference11SetGnomonicEdddd at Base 1.8.0
- _ZN19OGRSpatialReference11SetMercatorEddddd at Base 1.8.0
- _ZN19OGRSpatialReference11SetProjParmEPKcd at Base 1.8.0
- _ZN19OGRSpatialReference11SetRobinsonEddd at Base 1.8.0
- _ZN19OGRSpatialReference11exportToERMEPcS0_S0_ at Base 1.8.0
- _ZN19OGRSpatialReference11morphToESRIEv at Base 1.8.0
- _ZN19OGRSpatialReference12SetAuthorityEPKcS1_i at Base 1.8.0
- _ZN19OGRSpatialReference12SetExtensionEPKcS1_S1_ at Base 1.8.0
- _ZN19OGRSpatialReference12SetMollweideEddd at Base 1.8.0
- _ZN19OGRSpatialReference12SetPolyconicEdddd at Base 1.8.0
- _ZN19OGRSpatialReference12SetTMVariantEPKcddddd at Base 1.8.0
- _ZN19OGRSpatialReference12dumpReadableEv at Base 1.10.0
- _ZN19OGRSpatialReference12lookupInDictEPKcS1_ at Base 3.0.0
- _ZN19OGRSpatialReference13SetCompoundCSEPKcPKS_S3_ at Base 1.9.0
- _ZN19OGRSpatialReference13SetProjectionEPKc at Base 1.8.0
- _ZN19OGRSpatialReference13SetSinusoidalEddd at Base 1.8.0
- _ZN19OGRSpatialReference13SetStatePlaneEiiPKcd at Base 1.8.0
- _ZN19OGRSpatialReference13StripVerticalEv at Base 1.8.0
- _ZN19OGRSpatialReference13importFromERMEPKcS1_S1_ at Base 1.8.0
- _ZN19OGRSpatialReference13importFromOziEPKPKc at Base 1.10.0
- _ZN19OGRSpatialReference13importFromPCIEPKcS1_PKd at Base 3.8.0
- _ZN19OGRSpatialReference13importFromURNEPKc at Base 1.8.0
- _ZN19OGRSpatialReference13importFromUrlEPKc at Base 1.8.0
- _ZN19OGRSpatialReference13importFromWktEPKc at Base 2.3.0
- _ZN19OGRSpatialReference13importFromWktEPKcPKS1_ at Base 3.6.0
- _ZN19OGRSpatialReference13importFromWktEPPKc at Base 2.3.0
- _ZN19OGRSpatialReference13importFromWktEPPKcPKS1_ at Base 3.6.0
- _ZN19OGRSpatialReference13importFromWktEPPc at Base 1.8.0
- _ZN19OGRSpatialReference13importFromXMLEPKc at Base 1.8.0
- _ZN19OGRSpatialReference13morphFromESRIEv at Base 1.8.0
- _ZN19OGRSpatialReference14CopyGeogCSFromEPKS_ at Base 1.8.0
- _ZN19OGRSpatialReference14SetLinearUnitsEPKcd at Base 1.8.0
- _ZN19OGRSpatialReference14SetMercator2SPEddddd at Base 1.8.0
- _ZN19OGRSpatialReference14importFromDictEPKcS1_ at Base 1.8.0
- _ZN19OGRSpatialReference14importFromEPSGEi at Base 1.8.0
- _ZN19OGRSpatialReference14importFromESRIEPPc at Base 1.8.0
- _ZN19OGRSpatialReference14importFromUSGSEllPdli at Base 1.8.0
- _ZN19OGRSpatialReference15SetAngularUnitsEPKcd at Base 1.8.0
- _ZN19OGRSpatialReference15SetIWMPolyconicEddddd at Base 1.8.0
- _ZN19OGRSpatialReference15SetNormProjParmEPKcd at Base 1.8.0
- _ZN19OGRSpatialReference15SetOrthographicEdddd at Base 1.8.0
- _ZN19OGRSpatialReference15importFromEPSGAEi at Base 1.8.0
- _ZN19OGRSpatialReference15importFromProj4EPKc at Base 1.8.0
- _ZN19OGRSpatialReference16AutoIdentifyEPSGEv at Base 1.8.0
- _ZN19OGRSpatialReference16SetFromUserInputEPKc at Base 1.8.0
- _ZN19OGRSpatialReference16SetFromUserInputEPKcPKS1_ at Base 3.4.0
- _ZN19OGRSpatialReference16SetStereographicEddddd at Base 1.8.0
- _ZN19OGRSpatialReference16importFromCRSURLEPKc at Base 1.10.0
- _ZN19OGRSpatialReference17AddGuessedTOWGS84Ev at Base 3.0.3
- _ZN19OGRSpatialReference17IsLinearParameterEPKc at Base 1.8.0
- _ZN19OGRSpatialReference17importFromURNPartEPKcS1_S1_ at Base 1.9.0
- _ZN19OGRSpatialReference17importFromWMSAUTOEPKc at Base 1.8.0
- _ZN19OGRSpatialReference18IsAngularParameterEPKc at Base 1.8.0
- _ZN19OGRSpatialReference18SetCoordinateEpochEd at Base 3.4.0
- _ZN19OGRSpatialReference18SetEquirectangularEdddd at Base 1.8.0
- _ZN19OGRSpatialReference18SetWellKnownGeogCSEPKc at Base 1.8.0
- _ZN19OGRSpatialReference18importFromPanoramaElllPdb at Base 3.7.0
- _ZN19OGRSpatialReference19SetEquirectangular2Eddddd at Base 1.8.0
- _ZN19OGRSpatialReference20IsLongitudeParameterEPKc at Base 1.8.0
- _ZN19OGRSpatialReference20SetTargetLinearUnitsEPKcS1_dS1_S1_ at Base 3.0.0
- _ZN19OGRSpatialReference20importFromMICoordSysEPKc at Base 1.8.0
- _ZN19OGRSpatialReference22SetAxisMappingStrategyE22OSRAxisMappingStrategy at Base 3.0.0
- _ZN19OGRSpatialReference22SetVerticalPerspectiveEdddddd at Base 3.1.0
- _ZN19OGRSpatialReference23DestroySpatialReferenceEPS_ at Base 1.8.0
- _ZN19OGRSpatialReference24StripTOWGS84IfKnownDatumEv at Base 3.1.0
- _ZN19OGRSpatialReference24importVertCSFromPanoramaEi at Base 3.1.0
- _ZN19OGRSpatialReference26ImportFromESRIWisconsinWKTEPKcddS1_S1_ at Base 1.9.0
- _ZN19OGRSpatialReference26SetGaussSchreiberTMercatorEddddd at Base 1.8.0
- _ZN19OGRSpatialReference27ImportFromESRIStatePlaneWKTEiPKcS1_iS1_ at Base 1.9.0
- _ZN19OGRSpatialReference27SetDataAxisToSRSAxisMappingERKSt6vectorIiSaIiEE at Base 3.0.0
- _ZN19OGRSpatialReference31SET_FROM_USER_INPUT_LIMITATIONSE at Base 3.4.0
- _ZN19OGRSpatialReference33SetLinearUnitsAndUpdateParametersEPKcdS1_S1_ at Base 3.0.0
- _ZN19OGRSpatialReference33UpdateCoordinateSystemFromGeogCRSEv at Base 3.1.0
- _ZN19OGRSpatialReference34StripTOWGS84IfKnownDatumAndAllowedEv at Base 3.1.0
- _ZN19OGRSpatialReference35SET_FROM_USER_INPUT_LIMITATIONS_getEv at Base 3.4.0
- _ZN19OGRSpatialReference47SetDerivedGeogCRSWithPoleRotationGRIBConventionEPKcddd at Base 3.1.0
- _ZN19OGRSpatialReference51SetDerivedGeogCRSWithPoleRotationNetCDFCFConventionEPKcddd at Base 3.4.0
- _ZN19OGRSpatialReference5ClearEv at Base 1.8.0
- _ZN19OGRSpatialReference5SetAEEdddd at Base 1.8.0
- _ZN19OGRSpatialReference5SetCSEdddd at Base 1.8.0
- _ZN19OGRSpatialReference5SetECEdddddd at Base 1.8.0
- _ZN19OGRSpatialReference5SetGHEddd at Base 1.8.0
- _ZN19OGRSpatialReference5SetGSEddd at Base 1.8.0
- _ZN19OGRSpatialReference5SetMCEdddd at Base 1.8.0
- _ZN19OGRSpatialReference5SetOSEddddd at Base 1.8.0
- _ZN19OGRSpatialReference5SetPSEddddd at Base 1.8.0
- _ZN19OGRSpatialReference5SetTMEddddd at Base 1.8.0
- _ZN19OGRSpatialReference6SetCEAEdddd at Base 1.8.0
- _ZN19OGRSpatialReference6SetHOMEddddddd at Base 1.8.0
- _ZN19OGRSpatialReference6SetIGHEv at Base 1.9.0
- _ZN19OGRSpatialReference6SetLCCEdddddd at Base 1.8.0
- _ZN19OGRSpatialReference6SetLOMEdddddd at Base 3.0.0
- _ZN19OGRSpatialReference6SetQSCEdd at Base 2.0.1
- _ZN19OGRSpatialReference6SetSCHEdddd at Base 2.1.0
- _ZN19OGRSpatialReference6SetSOCEdddd at Base 1.8.0
- _ZN19OGRSpatialReference6SetTMGEdddd at Base 1.8.0
- _ZN19OGRSpatialReference6SetUTMEii at Base 1.8.0
- _ZN19OGRSpatialReference6SetVDGEddd at Base 1.8.0
- _ZN19OGRSpatialReference7GetRootEv at Base 3.0.0
- _ZN19OGRSpatialReference7Private12nodesChangedEv at Base 3.0.0
- _ZN19OGRSpatialReference7Private14getGeodBaseCRSEv at Base 3.0.0
- _ZN19OGRSpatialReference7Private14getProjCRSNameEv at Base 3.0.0
- _ZN19OGRSpatialReference7Private14refreshProjObjEv at Base 3.0.0
- _ZN19OGRSpatialReference7Private14setMorphToESRIEb at Base 3.0.0
- _ZN19OGRSpatialReference7Private15invalidateNodesEv at Base 3.0.0
- _ZN19OGRSpatialReference7Private18demoteFromBoundCRSEv at Base 3.0.0
- _ZN19OGRSpatialReference7Private18getProjCRSCoordSysEv at Base 3.0.0
- _ZN19OGRSpatialReference7Private18refreshAxisMappingEv at Base 3.0.0
- _ZN19OGRSpatialReference7Private22refreshRootFromProjObjEv at Base 3.0.0
- _ZN19OGRSpatialReference7Private22undoDemoteFromBoundCRSEv at Base 3.0.0
- _ZN19OGRSpatialReference7Private25replaceConversionAndUnrefEP8PJconsts at Base 3.0.0
- _ZN19OGRSpatialReference7Private26nullifyTargetKeyIfPossibleEPKc at Base 3.0.0
- _ZN19OGRSpatialReference7Private5clearEv at Base 3.0.0
- _ZN19OGRSpatialReference7Private7setRootEP11OGR_SRSNode at Base 3.0.0
- _ZN19OGRSpatialReference7Private8Listener12notifyChangeEP11OGR_SRSNode at Base 3.0.0
- _ZN19OGRSpatialReference7Private8ListenerD0Ev at Base 3.0.0
- _ZN19OGRSpatialReference7Private8ListenerD1Ev at Base 3.0.0
- _ZN19OGRSpatialReference7Private8ListenerD2Ev at Base 3.0.0
- _ZN19OGRSpatialReference7Private8setPjCRSEP8PJconstsb at Base 3.0.0
- _ZN19OGRSpatialReference7PrivateC1EPS_ at Base 3.8.0
- _ZN19OGRSpatialReference7PrivateC2EPS_ at Base 3.8.0
- _ZN19OGRSpatialReference7PrivateD1Ev at Base 3.0.0
- _ZN19OGRSpatialReference7PrivateD2Ev at Base 3.0.0
- _ZN19OGRSpatialReference7ReleaseEv at Base 1.8.0
- _ZN19OGRSpatialReference7SetACEAEdddddd at Base 1.8.0
- _ZN19OGRSpatialReference7SetAxesEPKcS1_18OGRAxisOrientationS1_S2_ at Base 1.8.0
- _ZN19OGRSpatialReference7SetGEOSEdddd at Base 1.8.0
- _ZN19OGRSpatialReference7SetLAEAEdddd at Base 1.8.0
- _ZN19OGRSpatialReference7SetLCCBEdddddd at Base 1.8.0
- _ZN19OGRSpatialReference7SetNZMGEdddd at Base 1.8.0
- _ZN19OGRSpatialReference7SetNodeEPKcS1_ at Base 1.8.0
- _ZN19OGRSpatialReference7SetNodeEPKcd at Base 1.8.0
- _ZN19OGRSpatialReference7SetRootEP11OGR_SRSNode at Base 1.8.0
- _ZN19OGRSpatialReference7SetTMSOEddddd at Base 1.8.0
- _ZN19OGRSpatialReference7SetTPEDEdddddd at Base 1.8.0
- _ZN19OGRSpatialReference8SetBonneEdddd at Base 1.8.0
- _ZN19OGRSpatialReference8SetHOMACEddddddd at Base 1.10.0
- _ZN19OGRSpatialReference9ReferenceEv at Base 1.8.0
- _ZN19OGRSpatialReference9SetEckertEiddd at Base 1.8.0
- _ZN19OGRSpatialReference9SetGeocCSEPKc at Base 1.9.0
- _ZN19OGRSpatialReference9SetGeogCSEPKcS1_S1_ddS1_dS1_d at Base 1.8.0
- _ZN19OGRSpatialReference9SetKrovakEddddddd at Base 1.8.0
- _ZN19OGRSpatialReference9SetLCC1SPEddddd at Base 1.8.0
- _ZN19OGRSpatialReference9SetProjCSEPKc at Base 1.8.0
- _ZN19OGRSpatialReference9SetVertCSEPKcS1_i at Base 1.9.0
- _ZN19OGRSpatialReference9SetWagnerEiddd at Base 1.8.0
- _ZN19OGRSpatialReferenceC1EOS_ at Base 3.6.0
- _ZN19OGRSpatialReferenceC1EPKc at Base 1.8.0
- _ZN19OGRSpatialReferenceC1ERKS_ at Base 1.8.0
- _ZN19OGRSpatialReferenceC2EOS_ at Base 3.6.0
- _ZN19OGRSpatialReferenceC2EPKc at Base 1.8.0
- _ZN19OGRSpatialReferenceC2ERKS_ at Base 1.8.0
- _ZN19OGRSpatialReferenceD0Ev at Base 1.8.0
- _ZN19OGRSpatialReferenceD1Ev at Base 1.8.0
- _ZN19OGRSpatialReferenceD2Ev at Base 1.8.0
- _ZN19OGRSpatialReferenceaSEOS_ at Base 3.6.0
- _ZN19OGRSpatialReferenceaSERKS_ at Base 1.8.0
- _ZN19VRTWarpedRasterBand10IReadBlockEiiPv at Base 1.8.0
- _ZN19VRTWarpedRasterBand11GetOverviewEi at Base 1.8.0
- _ZN19VRTWarpedRasterBand11IWriteBlockEiiPv at Base 1.8.0
- _ZN19VRTWarpedRasterBand14SerializeToXMLEPKc at Base 1.8.0
- _ZN19VRTWarpedRasterBand16GetOverviewCountEv at Base 1.8.0
- _ZN19VRTWarpedRasterBandC1EP11GDALDataseti12GDALDataType at Base 1.8.0
- _ZN19VRTWarpedRasterBandC2EP11GDALDataseti12GDALDataType at Base 1.8.0
- _ZN19VRTWarpedRasterBandD0Ev at Base 1.8.0
- _ZN19VRTWarpedRasterBandD1Ev at Base 1.8.0
- _ZN19VRTWarpedRasterBandD2Ev at Base 1.8.0
- _ZN20GDALAllValidMaskBand10IReadBlockEiiPv at Base 1.8.0
- _ZN20GDALAllValidMaskBand11GetMaskBandEv at Base 1.8.0
- _ZN20GDALAllValidMaskBand12GetMaskFlagsEv at Base 1.8.0
- _ZN20GDALAllValidMaskBand17ComputeStatisticsEiPdS0_S0_S0_PFidPKcPvES3_ at Base 2.4.0
- _ZN20GDALAllValidMaskBandC1EP14GDALRasterBand at Base 1.8.0
- _ZN20GDALAllValidMaskBandC2EP14GDALRasterBand at Base 1.8.0
- _ZN20GDALAllValidMaskBandD0Ev at Base 1.8.0
- _ZN20GDALAllValidMaskBandD1Ev at Base 1.8.0
- _ZN20GDALAllValidMaskBandD2Ev at Base 1.8.0
- _ZN20GDALAttributeNumericC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_RKSt6vectorIjSaIjEE at Base 3.1.0
- _ZN20GDALAttributeNumericC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_d at Base 3.1.0
- _ZN20GDALAttributeNumericC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_i at Base 3.1.0
- _ZN20GDALAttributeNumericC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_RKSt6vectorIjSaIjEE at Base 3.1.0
- _ZN20GDALAttributeNumericC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_d at Base 3.1.0
- _ZN20GDALAttributeNumericC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_i at Base 3.1.0
- _ZN20GDALAttributeNumericD0Ev at Base 3.1.0
- _ZN20GDALAttributeNumericD1Ev at Base 3.1.0
- _ZN20GDALDefaultOverviews10InitializeEP11GDALDatasetPKcPPci at Base 1.8.0
- _ZN20GDALDefaultOverviews11GetMaskBandEi at Base 1.8.0
- _ZN20GDALDefaultOverviews11GetOverviewEii at Base 1.8.0
- _ZN20GDALDefaultOverviews12GetMaskFlagsEi at Base 1.8.0
- _ZN20GDALDefaultOverviews12HaveMaskFileEPPcPKc at Base 1.8.0
- _ZN20GDALDefaultOverviews12OverviewScanEv at Base 1.8.0
- _ZN20GDALDefaultOverviews13IsInitializedEv at Base 1.8.0
- _ZN20GDALDefaultOverviews14BuildOverviewsEPKcS1_iPKiiS3_PFidS1_PvES4_PKS1_ at Base 3.6.0
- _ZN20GDALDefaultOverviews14CleanOverviewsEv at Base 1.8.0
- _ZN20GDALDefaultOverviews14CreateMaskBandEii at Base 1.8.0
- _ZN20GDALDefaultOverviews16GetOverviewCountEi at Base 1.8.0
- _ZN20GDALDefaultOverviews20TransferSiblingFilesEPPc at Base 2.1.0
- _ZN20GDALDefaultOverviews22CloseDependentDatasetsEv at Base 1.9.0
- _ZN20GDALDefaultOverviews24BuildOverviewsSubDatasetEPKcS1_iPKiiS3_PFidS1_PvES4_PKS1_ at Base 3.6.0
- _ZN20GDALDefaultOverviewsC1Ev at Base 1.8.0
- _ZN20GDALDefaultOverviewsC2Ev at Base 1.8.0
- _ZN20GDALDefaultOverviewsD1Ev at Base 1.8.0
- _ZN20GDALDefaultOverviewsD2Ev at Base 1.8.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN20GDALExtendedDataType10CopyValuesEPKvRKS_iPvS3_ij at Base 3.7.2
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN20GDALExtendedDataType10CopyValuesEPKvRKS_xPvS3_xm at Base 3.8.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN20GDALExtendedDataType12CreateStringEj27GDALExtendedDataTypeSubType at Base 3.7.2
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN20GDALExtendedDataType12CreateStringEm27GDALExtendedDataTypeSubType at Base 3.8.0
- _ZN20GDALExtendedDataType6CreateE12GDALDataType at Base 3.1.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN20GDALExtendedDataType6CreateERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEjOSt6vectorISt10unique_ptrI16GDALEDTComponentSt14default_deleteISA_EESaISD_EE at Base 3.7.2
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN20GDALExtendedDataType6CreateERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEmOSt6vectorISt10unique_ptrI16GDALEDTComponentSt14default_deleteISA_EESaISD_EE at Base 3.8.0
- _ZN20GDALExtendedDataType9CopyValueEPKvRKS_PvS3_ at Base 3.1.0
- _ZN20GDALExtendedDataTypeC1E12GDALDataType at Base 3.1.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN20GDALExtendedDataTypeC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEjOSt6vectorISt10unique_ptrI16GDALEDTComponentSt14default_deleteISA_EESaISD_EE at Base 3.7.2
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN20GDALExtendedDataTypeC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEmOSt6vectorISt10unique_ptrI16GDALEDTComponentSt14default_deleteISA_EESaISD_EE at Base 3.8.0
- _ZN20GDALExtendedDataTypeC1ERKS_ at Base 3.1.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN20GDALExtendedDataTypeC1Ej27GDALExtendedDataTypeSubType at Base 3.7.2
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN20GDALExtendedDataTypeC1Em27GDALExtendedDataTypeSubType at Base 3.8.0
- _ZN20GDALExtendedDataTypeC2E12GDALDataType at Base 3.1.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN20GDALExtendedDataTypeC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEjOSt6vectorISt10unique_ptrI16GDALEDTComponentSt14default_deleteISA_EESaISD_EE at Base 3.7.2
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN20GDALExtendedDataTypeC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEmOSt6vectorISt10unique_ptrI16GDALEDTComponentSt14default_deleteISA_EESaISD_EE at Base 3.8.0
- _ZN20GDALExtendedDataTypeC2ERKS_ at Base 3.1.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN20GDALExtendedDataTypeC2Ej27GDALExtendedDataTypeSubType at Base 3.7.2
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN20GDALExtendedDataTypeC2Em27GDALExtendedDataTypeSubType at Base 3.8.0
- _ZN20GDALExtendedDataTypeD1Ev at Base 3.1.0
- _ZN20GDALExtendedDataTypeD2Ev at Base 3.1.0
- _ZN20GDALExtendedDataTypeaSEOS_ at Base 3.1.0
- _ZN20GDALExtendedDataTypeaSERKS_ at Base 3.8.0
- _ZN20GDALGeorefPamDataset10TryLoadXMLEPPc at Base 2.2.0
- _ZN20GDALGeorefPamDataset11GetGCPCountEv at Base 1.11.0
- _ZN20GDALGeorefPamDataset11GetMetadataEPKc at Base 2.2.0
- _ZN20GDALGeorefPamDataset11SetMetadataEPPcPKc at Base 2.2.0
- _ZN20GDALGeorefPamDataset15GetGeoTransformEPd at Base 1.11.0
- _ZN20GDALGeorefPamDataset15GetMetadataItemEPKcS1_ at Base 2.2.0
- _ZN20GDALGeorefPamDataset15SetMetadataItemEPKcS1_S1_ at Base 2.2.0
- _ZN20GDALGeorefPamDataset7GetGCPsEv at Base 1.11.0
- _ZN20GDALGeorefPamDatasetC1Ev at Base 1.11.0
- _ZN20GDALGeorefPamDatasetC2Ev at Base 1.11.0
- _ZN20GDALGeorefPamDatasetD0Ev at Base 1.11.0
- _ZN20GDALGeorefPamDatasetD1Ev at Base 1.11.0
- _ZN20GDALGeorefPamDatasetD2Ev at Base 1.11.0
- _ZN20GDALMDReaderPleiades12LoadMetadataEv at Base 3.4.0
- _ZN20GDALMDReaderPleiades14LoadRPCXmlFileEv at Base 3.4.0
- _ZN20GDALMDReaderPleiades18CreateReaderForRPCEPKc at Base 3.4.0
- _ZN20GDALMDReaderPleiadesC1EPKcPPc at Base 3.4.0
- _ZN20GDALMDReaderPleiadesC1Ev at Base 3.4.0
- _ZN20GDALMDReaderPleiadesC2EPKcPPc at Base 3.4.0
- _ZN20GDALMDReaderPleiadesC2Ev at Base 3.4.0
- _ZN20GDALMDReaderPleiadesD0Ev at Base 3.4.0
- _ZN20GDALMDReaderPleiadesD1Ev at Base 3.4.0
- _ZN20GDALMDReaderPleiadesD2Ev at Base 3.4.0
- _ZN20GDALProxyPoolDataset10AddSrcBandEi12GDALDataTypeii at Base 2.4.0
- _ZN20GDALProxyPoolDataset10FlushCacheEb at Base 3.4.0
- _ZN20GDALProxyPoolDataset11GetMetadataEPKc at Base 1.8.0
- _ZN20GDALProxyPoolDataset13SetSpatialRefEPK19OGRSpatialReference at Base 3.0.0
- _ZN20GDALProxyPoolDataset14SetOpenOptionsEPKPKc at Base 3.4.0
- _ZN20GDALProxyPoolDataset15GetGeoTransformEPd at Base 1.8.0
- _ZN20GDALProxyPoolDataset15GetMetadataItemEPKcS1_ at Base 1.8.0
- _ZN20GDALProxyPoolDataset15SetGeoTransformEPd at Base 1.8.0
- _ZN20GDALProxyPoolDataset17GetInternalHandleEPKc at Base 1.8.0
- _ZN20GDALProxyPoolDataset21AddSrcBandDescriptionE12GDALDataTypeii at Base 1.8.0
- _ZN20GDALProxyPoolDataset6CreateEPKcPKS1_10GDALAccessiS1_ at Base 3.4.0
- _ZN20GDALProxyPoolDataset7GetGCPsEv at Base 1.8.0
- _ZN20GDALProxyPoolDatasetC1EPKc10GDALAccessiS1_ at Base 3.4.0
- _ZN20GDALProxyPoolDatasetC1EPKcii10GDALAccessiS1_PdS1_ at Base 2.3.0
- _ZN20GDALProxyPoolDatasetC2EPKc10GDALAccessiS1_ at Base 3.4.0
- _ZN20GDALProxyPoolDatasetC2EPKcii10GDALAccessiS1_PdS1_ at Base 2.3.0
- _ZN20GDALProxyPoolDatasetD0Ev at Base 1.8.0
- _ZN20GDALProxyPoolDatasetD1Ev at Base 1.8.0
- _ZN20GDALProxyPoolDatasetD2Ev at Base 1.8.0
- _ZN20OGRMutexedDataSource10ExecuteSQLEPKcP11OGRGeometryS1_ at Base 1.11.0
- _ZN20OGRMutexedDataSource10FlushCacheEb at Base 3.4.0
- _ZN20OGRMutexedDataSource11DeleteLayerEi at Base 1.11.0
- _ZN20OGRMutexedDataSource11GetMetadataEPKc at Base 2.0.1
- _ZN20OGRMutexedDataSource11SetMetadataEPPcPKc at Base 2.0.1
- _ZN20OGRMutexedDataSource12ICreateLayerEPKcPK19OGRSpatialReference18OGRwkbGeometryTypePPc at Base 3.8.0
- _ZN20OGRMutexedDataSource13GetLayerCountEv at Base 1.11.0
- _ZN20OGRMutexedDataSource13GetStyleTableEv at Base 1.11.0
- _ZN20OGRMutexedDataSource13SetStyleTableEP13OGRStyleTable at Base 1.11.0
- _ZN20OGRMutexedDataSource14AddFieldDomainEOSt10unique_ptrI14OGRFieldDomainSt14default_deleteIS1_EERNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.3.0
- _ZN20OGRMutexedDataSource14GetLayerByNameEPKc at Base 1.11.0
- _ZN20OGRMutexedDataSource14TestCapabilityEPKc at Base 1.11.0
- _ZN20OGRMutexedDataSource15GetMetadataItemEPKcS1_ at Base 2.0.1
- _ZN20OGRMutexedDataSource15SetMetadataItemEPKcS1_S1_ at Base 2.0.1
- _ZN20OGRMutexedDataSource16ReleaseResultSetEP8OGRLayer at Base 1.11.0
- _ZN20OGRMutexedDataSource16StartTransactionEi at Base 2.0.1
- _ZN20OGRMutexedDataSource17CommitTransactionEv at Base 2.0.1
- _ZN20OGRMutexedDataSource17DeleteFieldDomainERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERS5_ at Base 3.5.0
- _ZN20OGRMutexedDataSource17UpdateFieldDomainEOSt10unique_ptrI14OGRFieldDomainSt14default_deleteIS1_EERNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.5.0
- _ZN20OGRMutexedDataSource19RollbackTransactionEv at Base 2.0.1
- _ZN20OGRMutexedDataSource20WrapLayerIfNecessaryEP8OGRLayer at Base 2.0.1
- _ZN20OGRMutexedDataSource21SetStyleTableDirectlyEP13OGRStyleTable at Base 1.11.0
- _ZN20OGRMutexedDataSource7GetNameEv at Base 1.11.0
- _ZN20OGRMutexedDataSource8GetLayerEi at Base 1.11.0
- _ZN20OGRMutexedDataSource9CopyLayerEP8OGRLayerPKcPPc at Base 1.11.0
- _ZN20OGRMutexedDataSourceC1EP13OGRDataSourceiPvi at Base 2.0.1
- _ZN20OGRMutexedDataSourceC2EP13OGRDataSourceiPvi at Base 2.0.1
- _ZN20OGRMutexedDataSourceD0Ev at Base 1.11.0
- _ZN20OGRMutexedDataSourceD1Ev at Base 1.11.0
- _ZN20OGRMutexedDataSourceD2Ev at Base 1.11.0
- _ZN20OGRPolyhedralSurface11addGeometryEPK11OGRGeometry at Base 2.2.0
- _ZN20OGRPolyhedralSurface11addGeometryESt10unique_ptrI11OGRGeometrySt14default_deleteIS1_EE at Base 3.8.0
- _ZN20OGRPolyhedralSurface11flattenTo2DEv at Base 2.2.0
- _ZN20OGRPolyhedralSurface11setMeasuredEi at Base 2.2.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN20OGRPolyhedralSurface13importFromWkbEPKhj13OGRwkbVariantRj at Base 3.7.2
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN20OGRPolyhedralSurface13importFromWkbEPKhm13OGRwkbVariantRm at Base 3.8.0
- _ZN20OGRPolyhedralSurface13importFromWktEPPKc at Base 2.3.0
- _ZN20OGRPolyhedralSurface14getGeometryRefEi at Base 2.2.0
- _ZN20OGRPolyhedralSurface14removeGeometryEii at Base 2.2.0
- _ZN20OGRPolyhedralSurface18CastToMultiPolygonEPS_ at Base 2.2.0
- _ZN20OGRPolyhedralSurface19addGeometryDirectlyEP11OGRGeometry at Base 2.2.0
- _ZN20OGRPolyhedralSurface22CastToMultiPolygonImplEPS_ at Base 2.2.0
- _ZN20OGRPolyhedralSurface22assignSpatialReferenceEPK19OGRSpatialReference at Base 3.7.0
- _ZN20OGRPolyhedralSurface22setCoordinateDimensionEi at Base 2.2.0
- _ZN20OGRPolyhedralSurface5emptyEv at Base 2.2.0
- _ZN20OGRPolyhedralSurface5set3DEi at Base 2.2.0
- _ZN20OGRPolyhedralSurface6acceptEP19IOGRGeometryVisitor at Base 2.3.0
- _ZN20OGRPolyhedralSurface6swapXYEv at Base 2.2.0
- _ZN20OGRPolyhedralSurface9transformEP27OGRCoordinateTransformation at Base 2.2.0
- _ZN20OGRPolyhedralSurfaceC1ERKS_ at Base 2.2.0
- _ZN20OGRPolyhedralSurfaceC1Ev at Base 2.2.0
- _ZN20OGRPolyhedralSurfaceC2ERKS_ at Base 2.2.0
- _ZN20OGRPolyhedralSurfaceC2Ev at Base 2.2.0
- _ZN20OGRPolyhedralSurfaceD0Ev at Base 2.2.0
- _ZN20OGRPolyhedralSurfaceD1Ev at Base 2.2.0
- _ZN20OGRPolyhedralSurfaceD2Ev at Base 2.2.0
- _ZN20OGRPolyhedralSurfaceaSERKS_ at Base 2.2.0
- _ZN20OGRSFDriverRegistrar12GetRegistrarEv at Base 1.8.0
- _ZN20OGRSFDriverRegistrar14GetDriverCountEv at Base 1.8.0
- _ZN20OGRSFDriverRegistrar14GetOpenDSCountEv at Base 2.0.1
- _ZN20OGRSFDriverRegistrar14RegisterDriverEP11OGRSFDriver at Base 1.8.0
- _ZN20OGRSFDriverRegistrar15GetDriverByNameEPKc at Base 1.8.0
- _ZN20OGRSFDriverRegistrar16CreateVectorOnlyEP10GDALDriverPKcPPc at Base 2.0.1
- _ZN20OGRSFDriverRegistrar16DeleteDataSourceEP10GDALDriverPKc at Base 2.0.1
- _ZN20OGRSFDriverRegistrar17OpenWithDriverArgEP10GDALDriverP12GDALOpenInfo at Base 2.0.1
- _ZN20OGRSFDriverRegistrar9GetDriverEi at Base 1.8.0
- _ZN20OGRSFDriverRegistrar9GetOpenDSEi at Base 1.8.0
- _ZN20OGRSFDriverRegistrarC1Ev at Base 1.8.0
- _ZN20OGRSFDriverRegistrarC2Ev at Base 1.8.0
- _ZN20OGRSFDriverRegistrarD1Ev at Base 1.8.0
- _ZN20OGRSFDriverRegistrarD2Ev at Base 1.8.0
- _ZN20VRTDerivedRasterBand10GetMaximumEPi at Base 2.2.0
- _ZN20VRTDerivedRasterBand10GetMinimumEPi at Base 2.2.0
- _ZN20VRTDerivedRasterBand12GetHistogramEddiPyiiPFidPKcPvES3_ at Base 2.2.0
- _ZN20VRTDerivedRasterBand14SerializeToXMLEPKc at Base 1.8.0
- _ZN20VRTDerivedRasterBand16AddPixelFunctionEPKcPF6CPLErrPPviS3_ii12GDALDataTypeS5_iiE at Base 1.8.0
- _ZN20VRTDerivedRasterBand16AddPixelFunctionEPKcPF6CPLErrPPviS3_ii12GDALDataTypeS5_iiPKS1_ES1_ at Base 3.4.0
- _ZN20VRTDerivedRasterBand16GetPixelFunctionEPKc at Base 1.8.0
- _ZN20VRTDerivedRasterBand16InitializePythonEv at Base 2.2.0
- _ZN20VRTDerivedRasterBand17ComputeStatisticsEiPdS0_S0_S0_PFidPKcPvES3_ at Base 2.2.0
- _ZN20VRTDerivedRasterBand19ComputeRasterMinMaxEiPd at Base 2.2.0
- _ZN20VRTDerivedRasterBand20SetPixelFunctionNameEPKc at Base 1.8.0
- _ZN20VRTDerivedRasterBand21SetSourceTransferTypeE12GDALDataType at Base 1.8.0
- _ZN20VRTDerivedRasterBand22IGetDataCoverageStatusEiiiiiPd at Base 2.2.0
- _ZN20VRTDerivedRasterBand24SetPixelFunctionLanguageEPKc at Base 2.3.0
- _ZN20VRTDerivedRasterBand25GetPixelFunctionArgumentsERK9CPLStringRSt6vectorISt4pairIS0_S0_ESaIS5_EE at Base 3.5.0
- _ZN20VRTDerivedRasterBand7CleanupEv at Base 2.2.0
- _ZN20VRTDerivedRasterBand7XMLInitEP10CPLXMLNodePKcRSt3mapI9CPLStringP11GDALDatasetSt4lessIS5_ESaISt4pairIKS5_S7_EEE at Base 3.4.0
- _ZN20VRTDerivedRasterBand9IRasterIOE10GDALRWFlagiiiiPvii12GDALDataTypexxP20GDALRasterIOExtraArg at Base 2.0.1
- _ZN20VRTDerivedRasterBandC1EP11GDALDataseti12GDALDataTypeii at Base 1.8.0
- _ZN20VRTDerivedRasterBandC1EP11GDALDataseti at Base 1.8.0
- _ZN20VRTDerivedRasterBandC2EP11GDALDataseti12GDALDataTypeii at Base 1.8.0
- _ZN20VRTDerivedRasterBandC2EP11GDALDataseti at Base 1.8.0
- _ZN20VRTDerivedRasterBandD0Ev at Base 1.8.0
- _ZN20VRTDerivedRasterBandD1Ev at Base 1.8.0
- _ZN20VRTDerivedRasterBandD2Ev at Base 1.8.0
- _ZN20VRTSourcedRasterBand10FlushCacheEb at Base 3.4.0
- _ZN20VRTSourcedRasterBand10GetMaximumEPi at Base 1.9.0
- _ZN20VRTSourcedRasterBand10GetMinimumEPi at Base 1.9.0
- _ZN20VRTSourcedRasterBand10IReadBlockEiiPv at Base 1.8.0
- _ZN20VRTSourcedRasterBand11GetFileListEPPPcPiS3_P11_CPLHashSet at Base 1.8.0
- _ZN20VRTSourcedRasterBand11GetMetadataEPKc at Base 1.8.0
- _ZN20VRTSourcedRasterBand11SetMetadataEPPcPKc at Base 1.8.0
- _ZN20VRTSourcedRasterBand12GetHistogramEddiPyiiPFidPKcPvES3_ at Base 2.0.1
- _ZN20VRTSourcedRasterBand13AddFuncSourceEPF6CPLErrPviiiiS1_ES1_d at Base 1.8.0
- _ZN20VRTSourcedRasterBand14SerializeToXMLEPKc at Base 1.8.0
- _ZN20VRTSourcedRasterBand15AddSimpleSourceEP14GDALRasterBandddddddddPKcd at Base 2.1.0
- _ZN20VRTSourcedRasterBand15AddSimpleSourceEPKciddddddddS1_d at Base 3.4.0
- _ZN20VRTSourcedRasterBand15ConfigureSourceEP15VRTSimpleSourceP14GDALRasterBandidddddddd at Base 2.1.0
- _ZN20VRTSourcedRasterBand15GetMetadataItemEPKcS1_ at Base 1.8.0
- _ZN20VRTSourcedRasterBand15SetMetadataItemEPKcS1_S1_ at Base 1.8.0
- _ZN20VRTSourcedRasterBand16AddComplexSourceEP14GDALRasterBanddddddddddddi at Base 2.1.0
- _ZN20VRTSourcedRasterBand16AddComplexSourceEPKcidddddddddddi at Base 3.4.0
- _ZN20VRTSourcedRasterBand17AddMaskBandSourceEP14GDALRasterBanddddddddd at Base 2.1.0
- _ZN20VRTSourcedRasterBand17ComputeStatisticsEiPdS0_S0_S0_PFidPKcPvES3_ at Base 1.10.0
- _ZN20VRTSourcedRasterBand19ComputeRasterMinMaxEiPd at Base 1.10.0
- _ZN20VRTSourcedRasterBand19IsSourcedRasterBandEv at Base 1.9.0
- _ZN20VRTSourcedRasterBand20RemoveCoveredSourcesEPKPKc at Base 3.4.0
- _ZN20VRTSourcedRasterBand21GetMetadataDomainListEv at Base 1.11.0
- _ZN20VRTSourcedRasterBand22CloseDependentDatasetsEv at Base 1.9.0
- _ZN20VRTSourcedRasterBand22IGetDataCoverageStatusEiiiiiPd at Base 2.2.0
- _ZN20VRTSourcedRasterBand24SkipBufferInitializationEv at Base 3.4.0
- _ZN20VRTSourcedRasterBand34CanUseSourcesMinMaxImplementationsEv at Base 1.11.1
- _ZN20VRTSourcedRasterBand7XMLInitEP10CPLXMLNodePKcRSt3mapI9CPLStringP11GDALDatasetSt4lessIS5_ESaISt4pairIKS5_S7_EEE at Base 3.4.0
- _ZN20VRTSourcedRasterBand9AddSourceEP9VRTSource at Base 1.8.0
- _ZN20VRTSourcedRasterBand9IRasterIOE10GDALRWFlagiiiiPvii12GDALDataTypexxP20GDALRasterIOExtraArg at Base 2.0.1
- _ZN20VRTSourcedRasterBandC1E12GDALDataTypeii at Base 1.8.0
- _ZN20VRTSourcedRasterBandC1EP11GDALDataseti12GDALDataTypeii at Base 1.8.0
- _ZN20VRTSourcedRasterBandC1EP11GDALDataseti12GDALDataTypeiiii at Base 3.3.0
- _ZN20VRTSourcedRasterBandC1EP11GDALDataseti at Base 1.8.0
- _ZN20VRTSourcedRasterBandC2E12GDALDataTypeii at Base 1.8.0
- _ZN20VRTSourcedRasterBandC2EP11GDALDataseti12GDALDataTypeii at Base 1.8.0
- _ZN20VRTSourcedRasterBandC2EP11GDALDataseti12GDALDataTypeiiii at Base 3.3.0
- _ZN20VRTSourcedRasterBandC2EP11GDALDataseti at Base 1.8.0
- _ZN20VRTSourcedRasterBandD0Ev at Base 1.8.0
- _ZN20VRTSourcedRasterBandD1Ev at Base 1.8.0
- _ZN20VRTSourcedRasterBandD2Ev at Base 1.8.0
- _ZN20VSIFilesystemHandler10GetOptionsEv at Base 2.3.0
- _ZN20VSIFilesystemHandler11UnlinkBatchEPKPKc at Base 3.1.0
- _ZN20VSIFilesystemHandler12GetActualURLEPKc at Base 2.3.0
- _ZN20VSIFilesystemHandler12GetSignedURLEPKcPKS1_ at Base 2.3.0
- _ZN20VSIFilesystemHandler12SiblingFilesEPKc at Base 3.2.0
- _ZN20VSIFilesystemHandler12SupportsReadEPKc at Base 3.6.0
- _ZN20VSIFilesystemHandler14RmdirRecursiveEPKc at Base 3.1.0
- _ZN20VSIFilesystemHandler15GetFileMetadataEPKcS1_PKS1_ at Base 3.1.0
- _ZN20VSIFilesystemHandler15IsCaseSensitiveEPKc at Base 1.8.0
- _ZN20VSIFilesystemHandler15SetFileMetadataEPKcPKS1_S1_S3_ at Base 3.1.0
- _ZN20VSIFilesystemHandler16GetDiskFreeSpaceEPKc at Base 2.1.0
- _ZN20VSIFilesystemHandler19AbortPendingUploadsEPKc at Base 3.4.0
- _ZN20VSIFilesystemHandler19SupportsRandomWriteEPKcb at Base 3.6.0
- _ZN20VSIFilesystemHandler19SupportsSparseFilesEPKc at Base 2.2.0
- _ZN20VSIFilesystemHandler23SupportsSequentialWriteEPKcb at Base 3.6.0
- _ZN20VSIFilesystemHandler26HasOptimizedReadMultiRangeEPKc at Base 2.3.0
- _ZN20VSIFilesystemHandler4OpenEPKcS1_ at Base 2.1.0
- _ZN20VSIFilesystemHandler4SyncEPKcS1_PKS1_PFidS1_PvES4_PPPc at Base 2.4.0
- _ZN20VSIFilesystemHandler5MkdirEPKcl at Base 1.8.0
- _ZN20VSIFilesystemHandler5RmdirEPKc at Base 1.8.0
- _ZN20VSIFilesystemHandler6RenameEPKcS1_ at Base 1.8.0
- _ZN20VSIFilesystemHandler6UnlinkEPKc at Base 1.8.0
- _ZN20VSIFilesystemHandler7IsLocalEPKc at Base 3.6.0
- _ZN20VSIFilesystemHandler7OpenDirEPKciPKS1_ at Base 2.4.0
- _ZN20VSIFilesystemHandler8CopyFileEPKcS1_P16VSIVirtualHandleyPKS1_PFidS1_PvES6_ at Base 3.7.0
- _ZN20VSIFilesystemHandler9DuplicateEPKc at Base 3.7.0
- _ZN20VSIFilesystemHandler9ReadDirExEPKci at Base 2.1.0
- _ZN21CPLConfigOptionSetterC1EPKcS1_b at Base 2.3.0
- _ZN21CPLConfigOptionSetterC2EPKcS1_b at Base 2.3.0
- _ZN21CPLConfigOptionSetterD1Ev at Base 2.3.0
- _ZN21CPLConfigOptionSetterD2Ev at Base 2.3.0
- _ZN21OGRGeometryCollection10closeRingsEv at Base 1.8.0
- _ZN21OGRGeometryCollection10segmentizeEd at Base 1.8.0
- _ZN21OGRGeometryCollection11addGeometryEPK11OGRGeometry at Base 1.8.0
- _ZN21OGRGeometryCollection11addGeometryESt10unique_ptrI11OGRGeometrySt14default_deleteIS1_EE at Base 3.8.0
- _ZN21OGRGeometryCollection11flattenTo2DEv at Base 1.8.0
- _ZN21OGRGeometryCollection11setMeasuredEi at Base 2.1.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN21OGRGeometryCollection13importFromWkbEPKhj13OGRwkbVariantRj at Base 3.7.2
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN21OGRGeometryCollection13importFromWkbEPKhm13OGRwkbVariantRm at Base 3.8.0
- _ZN21OGRGeometryCollection13importFromWktEPPKc at Base 2.3.0
- _ZN21OGRGeometryCollection14getGeometryRefEi at Base 1.8.0
- _ZN21OGRGeometryCollection14removeGeometryEii at Base 1.8.0
- _ZN21OGRGeometryCollection19addGeometryDirectlyEP11OGRGeometry at Base 1.8.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN21OGRGeometryCollection21importFromWkbInternalEPKhji13OGRwkbVariantRj at Base 3.7.2
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN21OGRGeometryCollection21importFromWkbInternalEPKhmi13OGRwkbVariantRm at Base 3.8.0
- _ZN21OGRGeometryCollection21importFromWktInternalEPPKci at Base 2.3.0
- _ZN21OGRGeometryCollection22assignSpatialReferenceEPK19OGRSpatialReference at Base 3.7.0
- _ZN21OGRGeometryCollection22setCoordinateDimensionEi at Base 1.8.0
- _ZN21OGRGeometryCollection24CastToGeometryCollectionEPS_ at Base 2.2.0
- _ZN21OGRGeometryCollection25TransferMembersAndDestroyEPS_S0_ at Base 2.0.1
- _ZN21OGRGeometryCollection5emptyEv at Base 1.8.0
- _ZN21OGRGeometryCollection5set3DEi at Base 2.1.0
- _ZN21OGRGeometryCollection6acceptEP19IOGRGeometryVisitor at Base 2.3.0
- _ZN21OGRGeometryCollection6swapXYEv at Base 1.8.0
- _ZN21OGRGeometryCollection9transformEP27OGRCoordinateTransformation at Base 1.8.0
- _ZN21OGRGeometryCollectionC1ERKS_ at Base 2.1.0
- _ZN21OGRGeometryCollectionC1Ev at Base 1.8.0
- _ZN21OGRGeometryCollectionC2ERKS_ at Base 2.1.0
- _ZN21OGRGeometryCollectionC2Ev at Base 1.8.0
- _ZN21OGRGeometryCollectionD0Ev at Base 1.8.0
- _ZN21OGRGeometryCollectionD1Ev at Base 1.8.0
- _ZN21OGRGeometryCollectionD2Ev at Base 1.8.0
- _ZN21OGRGeometryCollectionaSERKS_ at Base 2.1.0
- (arch=armel armhf hppa hurd-i386 i386 m68k powerpc sh4)_ZN21OGRWKTToWKBTranslator12TranslateWKTEPvjb at Base 3.8.0
- (arch=amd64 arm64 ia64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN21OGRWKTToWKBTranslator12TranslateWKTEPvmb at Base 3.8.3
- _ZN21OGRWKTToWKBTranslatorC1ER15OGRAppendBuffer at Base 3.8.0
- _ZN21OGRWKTToWKBTranslatorC2ER15OGRAppendBuffer at Base 3.8.0
- _ZN22CPLJSonStreamingParser10StartArrayEv at Base 2.3.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN22CPLJSonStreamingParser11AdvanceCharERPKcRj at Base 3.7.2
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN22CPLJSonStreamingParser11AdvanceCharERPKcRm at Base 3.8.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN22CPLJSonStreamingParser11SetMaxDepthEj at Base 3.7.2
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN22CPLJSonStreamingParser11SetMaxDepthEm at Base 3.8.0
- _ZN22CPLJSonStreamingParser11StartObjectEv at Base 2.3.0
- _ZN22CPLJSonStreamingParser13DecodeUnicodeEv at Base 2.3.0
- _ZN22CPLJSonStreamingParser13EmitExceptionEPKc at Base 2.3.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN22CPLJSonStreamingParser13StartNewTokenERPKcRj at Base 3.7.2
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN22CPLJSonStreamingParser13StartNewTokenERPKcRm at Base 3.8.0
- _ZN22CPLJSonStreamingParser15CheckStackEmptyEv at Base 2.3.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN22CPLJSonStreamingParser16SetMaxStringSizeEj at Base 3.7.2
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN22CPLJSonStreamingParser16SetMaxStringSizeEm at Base 3.8.0
- _ZN22CPLJSonStreamingParser16StartArrayMemberEv at Base 2.3.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN22CPLJSonStreamingParser17StartObjectMemberEPKcj at Base 3.7.2
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN22CPLJSonStreamingParser17StartObjectMemberEPKcm at Base 3.8.0
- _ZN22CPLJSonStreamingParser18EmitUnexpectedCharEcPKc at Base 2.4.0
- _ZN22CPLJSonStreamingParser19GetSerializedStringB5cxx11EPKc at Base 2.3.0
- _ZN22CPLJSonStreamingParser27CheckAndEmitTrueFalseOrNullEc at Base 2.3.0
- _ZN22CPLJSonStreamingParser4NullEv at Base 2.3.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN22CPLJSonStreamingParser5ParseEPKcjb at Base 3.7.2
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN22CPLJSonStreamingParser5ParseEPKcmb at Base 3.8.0
- _ZN22CPLJSonStreamingParser5ResetEv at Base 2.3.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN22CPLJSonStreamingParser6NumberEPKcj at Base 3.7.2
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN22CPLJSonStreamingParser6NumberEPKcm at Base 3.8.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN22CPLJSonStreamingParser6StringEPKcj at Base 3.7.2
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN22CPLJSonStreamingParser6StringEPKcm at Base 3.8.0
- _ZN22CPLJSonStreamingParser7BooleanEb at Base 2.3.0
- _ZN22CPLJSonStreamingParser8EndArrayEv at Base 2.3.0
- _ZN22CPLJSonStreamingParser9EndObjectEv at Base 2.3.0
- _ZN22CPLJSonStreamingParser9ExceptionEPKc at Base 2.3.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN22CPLJSonStreamingParser9SkipSpaceERPKcRj at Base 3.7.2
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN22CPLJSonStreamingParser9SkipSpaceERPKcRm at Base 3.8.0
- _ZN22CPLJSonStreamingParserC1Ev at Base 2.3.0
- _ZN22CPLJSonStreamingParserC2Ev at Base 2.3.0
- _ZN22CPLJSonStreamingParserD0Ev at Base 2.3.0
- _ZN22CPLJSonStreamingParserD1Ev at Base 2.3.0
- _ZN22CPLJSonStreamingParserD2Ev at Base 2.3.0
- _ZN22CPLJSonStreamingWriter10StartArrayEv at Base 3.1.0
- (arch=!sh4)_ZN22CPLJSonStreamingWriter12ArrayContextD1Ev at Base 3.7.2
- (arch=!sh4)_ZN22CPLJSonStreamingWriter12ArrayContextD2Ev at Base 3.7.2
- _ZN22CPLJSonStreamingWriter12FormatStringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.1.0
- _ZN22CPLJSonStreamingWriter17EmitCommaIfNeededEv at Base 3.1.0
- _ZN22CPLJSonStreamingWriter18SetIndentationSizeEi at Base 3.1.0
- _ZN22CPLJSonStreamingWriter3AddEPKc at Base 3.1.0
- _ZN22CPLJSonStreamingWriter3AddERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.1.0
- _ZN22CPLJSonStreamingWriter3AddEb at Base 3.1.0
- _ZN22CPLJSonStreamingWriter3AddEdi at Base 3.1.0
- _ZN22CPLJSonStreamingWriter3AddEfi at Base 3.1.0
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN22CPLJSonStreamingWriter3AddEl at Base 3.8.0
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN22CPLJSonStreamingWriter3AddEm at Base 3.8.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN22CPLJSonStreamingWriter3AddEx at Base 3.7.2
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN22CPLJSonStreamingWriter3AddEy at Base 3.7.2
- _ZN22CPLJSonStreamingWriter5PrintERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.1.0
- _ZN22CPLJSonStreamingWriter6EndObjEv at Base 3.1.0
- _ZN22CPLJSonStreamingWriter7AddNullEv at Base 3.1.0
- _ZN22CPLJSonStreamingWriter8EndArrayEv at Base 3.1.0
- _ZN22CPLJSonStreamingWriter8StartObjEv at Base 3.1.0
- _ZN22CPLJSonStreamingWriter9AddObjKeyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.1.0
- _ZN22CPLJSonStreamingWriter9DecIndentEv at Base 3.1.0
- _ZN22CPLJSonStreamingWriter9IncIndentEv at Base 3.1.0
- _ZN22CPLJSonStreamingWriterC1EPFvPKcPvES2_ at Base 3.1.0
- _ZN22CPLJSonStreamingWriterC2EPFvPKcPvES2_ at Base 3.1.0
- _ZN22CPLJSonStreamingWriterD1Ev at Base 3.1.0
- _ZN22CPLJSonStreamingWriterD2Ev at Base 3.1.0
- _ZN22CPLODBCDriverInstaller12RemoveDriverEPKci at Base 1.8.0
- _ZN22CPLODBCDriverInstaller13InstallDriverEPKcS1_t at Base 1.8.0
- _ZN22CPLODBCDriverInstaller13LibraryExistsEPKc at Base 3.4.0
- _ZN22CPLODBCDriverInstaller21FindMdbToolsDriverLibER9CPLString at Base 3.4.0
- _ZN22CPLODBCDriverInstaller21InstallMdbToolsDriverEv at Base 3.4.0
- _ZN22CPLODBCDriverInstallerC1Ev at Base 1.8.0
- _ZN22CPLODBCDriverInstallerC2Ev at Base 1.8.0
- _ZN22GDALJP2AbstractDataset11GetFileListEv at Base 2.0.1
- _ZN22GDALJP2AbstractDataset11GetMetadataEPKc at Base 3.6.0
- _ZN22GDALJP2AbstractDataset13GetFileHandleEv at Base 3.6.0
- _ZN22GDALJP2AbstractDataset13GetLayerCountEv at Base 2.0.1
- _ZN22GDALJP2AbstractDataset15GetMetadataItemEPKcS1_ at Base 3.6.0
- _ZN22GDALJP2AbstractDataset15LoadJP2MetadataEP12GDALOpenInfoPKcP16VSIVirtualHandle at Base 3.7.0
- _ZN22GDALJP2AbstractDataset16LoadVectorLayersEi at Base 2.0.1
- _ZN22GDALJP2AbstractDataset22CloseDependentDatasetsEv at Base 2.0.1
- _ZN22GDALJP2AbstractDataset8GetLayerEi at Base 2.0.1
- _ZN22GDALJP2AbstractDatasetC1Ev at Base 1.11.0
- _ZN22GDALJP2AbstractDatasetC2Ev at Base 1.11.0
- _ZN22GDALJP2AbstractDatasetD0Ev at Base 1.11.0
- _ZN22GDALJP2AbstractDatasetD1Ev at Base 1.11.0
- _ZN22GDALJP2AbstractDatasetD2Ev at Base 1.11.0
- _ZN22OGRTriangulatedSurface11addGeometryEPK11OGRGeometry at Base 2.2.0
- _ZN22OGRTriangulatedSurface22CastToMultiPolygonImplEP20OGRPolyhedralSurface at Base 2.2.0
- _ZN22OGRTriangulatedSurface23CastToPolyhedralSurfaceEPS_ at Base 2.2.0
- _ZN22OGRTriangulatedSurface6acceptEP19IOGRGeometryVisitor at Base 2.3.0
- _ZN22OGRTriangulatedSurfaceC1ERKS_ at Base 2.2.0
- _ZN22OGRTriangulatedSurfaceC1Ev at Base 2.2.0
- _ZN22OGRTriangulatedSurfaceC2ERKS_ at Base 2.2.0
- _ZN22OGRTriangulatedSurfaceC2Ev at Base 2.2.0
- _ZN22OGRTriangulatedSurfaceD0Ev at Base 2.2.0
- _ZN22OGRTriangulatedSurfaceD1Ev at Base 2.2.0
- _ZN22OGRTriangulatedSurfaceD2Ev at Base 2.2.0
- _ZN22OGRTriangulatedSurfaceaSERKS_ at Base 2.2.0
- _ZN23GDALMultiDomainMetadata11GetMetadataEPKc at Base 1.8.0
- _ZN23GDALMultiDomainMetadata11SetMetadataEPPcPKc at Base 1.8.0
- _ZN23GDALMultiDomainMetadata15GetMetadataItemEPKcS1_ at Base 1.8.0
- _ZN23GDALMultiDomainMetadata15SetMetadataItemEPKcS1_S1_ at Base 1.8.0
- _ZN23GDALMultiDomainMetadata5ClearEv at Base 1.8.0
- _ZN23GDALMultiDomainMetadata7XMLInitEP10CPLXMLNodei at Base 1.8.0
- _ZN23GDALMultiDomainMetadata9SerializeEv at Base 1.8.0
- _ZN23GDALMultiDomainMetadataC1Ev at Base 1.8.0
- _ZN23GDALMultiDomainMetadataC2Ev at Base 1.8.0
- _ZN23GDALMultiDomainMetadataD1Ev at Base 1.8.0
- _ZN23GDALMultiDomainMetadataD2Ev at Base 1.8.0
- _ZN23GDALProxyPoolRasterBand10FlushCacheEb at Base 3.4.0
- _ZN23GDALProxyPoolRasterBand11GetMaskBandEv at Base 1.8.0
- _ZN23GDALProxyPoolRasterBand11GetMetadataEPKc at Base 1.8.0
- _ZN23GDALProxyPoolRasterBand11GetOverviewEi at Base 1.8.0
- _ZN23GDALProxyPoolRasterBand11GetUnitTypeEv at Base 1.8.0
- _ZN23GDALProxyPoolRasterBand13GetColorTableEv at Base 1.8.0
- _ZN23GDALProxyPoolRasterBand15GetMetadataItemEPKcS1_ at Base 1.8.0
- _ZN23GDALProxyPoolRasterBand16GetCategoryNamesEv at Base 1.8.0
- _ZN23GDALProxyPoolRasterBand23GetRasterSampleOverviewEy at Base 2.0.1
- _ZN23GDALProxyPoolRasterBand25AddSrcMaskBandDescriptionE12GDALDataTypeii at Base 1.8.0
- _ZN23GDALProxyPoolRasterBand39AddSrcMaskBandDescriptionFromUnderlyingEv at Base 3.4.0
- _ZN23GDALProxyPoolRasterBandC1EP20GDALProxyPoolDatasetP14GDALRasterBand at Base 1.8.0
- _ZN23GDALProxyPoolRasterBandC1EP20GDALProxyPoolDataseti12GDALDataTypeii at Base 1.8.0
- _ZN23GDALProxyPoolRasterBandC2EP20GDALProxyPoolDatasetP14GDALRasterBand at Base 1.8.0
- _ZN23GDALProxyPoolRasterBandC2EP20GDALProxyPoolDataseti12GDALDataTypeii at Base 1.8.0
- _ZN23GDALProxyPoolRasterBandD0Ev at Base 1.8.0
- _ZN23GDALProxyPoolRasterBandD1Ev at Base 1.8.0
- _ZN23GDALProxyPoolRasterBandD2Ev at Base 1.8.0
- _ZN23GMLGeometryPropertyDefn12MergeSRSNameERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.6.0
- _ZN23GMLGeometryPropertyDefnC1EPKcS1_iib at Base 2.1.0
- _ZN23GMLGeometryPropertyDefnC2EPKcS1_iib at Base 2.1.0
- _ZN23GMLGeometryPropertyDefnD1Ev at Base 1.11.0
- _ZN23GMLGeometryPropertyDefnD2Ev at Base 1.11.0
- _ZN23OGRAbstractProxiedLayerC1EP12OGRLayerPool at Base 3.4.0
- _ZN23OGRAbstractProxiedLayerC2EP12OGRLayerPool at Base 3.4.0
- _ZN23OGRAbstractProxiedLayerD0Ev at Base 3.4.0
- _ZN23OGRAbstractProxiedLayerD1Ev at Base 3.4.0
- _ZN23OGRAbstractProxiedLayerD2Ev at Base 3.4.0
- _ZN24GDALNoDataValuesMaskBand10IReadBlockEiiPv at Base 1.8.0
- _ZN24GDALNoDataValuesMaskBandC1EP11GDALDataset at Base 1.8.0
- _ZN24GDALNoDataValuesMaskBandC2EP11GDALDataset at Base 1.8.0
- _ZN24GDALNoDataValuesMaskBandD0Ev at Base 1.8.0
- _ZN24GDALNoDataValuesMaskBandD1Ev at Base 1.8.0
- _ZN24GDALNoDataValuesMaskBandD2Ev at Base 1.8.0
- _ZN24GDALRasterAttributeTable11SetRowCountEi at Base 1.8.0
- _ZN24GDALRasterAttributeTable12CreateColumnEPKc16GDALRATFieldType17GDALRATFieldUsage at Base 1.8.0
- _ZN24GDALRasterAttributeTable12DumpReadableEP8_IO_FILE at Base 1.8.0
- _ZN24GDALRasterAttributeTable16SetLinearBinningEdd at Base 1.8.0
- _ZN24GDALRasterAttributeTable21TranslateToColorTableEi at Base 1.8.0
- _ZN24GDALRasterAttributeTable24InitializeFromColorTableEPK14GDALColorTable at Base 1.8.0
- _ZN24GDALRasterAttributeTable7XMLInitEP10CPLXMLNodePKc at Base 1.8.0
- _ZN24GDALRasterAttributeTable8ValuesIOE10GDALRWFlagiiiPPc at Base 1.11.0
- _ZN24GDALRasterAttributeTable8ValuesIOE10GDALRWFlagiiiPd at Base 1.11.0
- _ZN24GDALRasterAttributeTable8ValuesIOE10GDALRWFlagiiiPi at Base 1.11.0
- _ZN24GDALRasterAttributeTableD0Ev at Base 1.8.0
- _ZN24GDALRasterAttributeTableD1Ev at Base 1.8.0
- _ZN24GDALRasterAttributeTableD2Ev at Base 1.8.0
- _ZN24IOGRTransactionBehaviourD0Ev at Base 2.0.1
- _ZN24IOGRTransactionBehaviourD1Ev at Base 2.0.1
- _ZN24IOGRTransactionBehaviourD2Ev at Base 2.0.1
- _ZN25OGRDefaultGeometryVisitor5visitEP10OGRPolygon at Base 2.3.0
- _ZN25OGRDefaultGeometryVisitor5visitEP11OGRTriangle at Base 2.3.0
- _ZN25OGRDefaultGeometryVisitor5visitEP13OGRLineString at Base 2.3.0
- _ZN25OGRDefaultGeometryVisitor5visitEP13OGRLinearRing at Base 2.3.0
- _ZN25OGRDefaultGeometryVisitor5visitEP13OGRMultiCurve at Base 2.3.0
- _ZN25OGRDefaultGeometryVisitor5visitEP13OGRMultiPoint at Base 2.3.0
- _ZN25OGRDefaultGeometryVisitor5visitEP15OGRCurvePolygon at Base 2.3.0
- _ZN25OGRDefaultGeometryVisitor5visitEP15OGRMultiPolygon at Base 2.3.0
- _ZN25OGRDefaultGeometryVisitor5visitEP15OGRMultiSurface at Base 2.3.0
- _ZN25OGRDefaultGeometryVisitor5visitEP16OGRCompoundCurve at Base 2.3.0
- _ZN25OGRDefaultGeometryVisitor5visitEP17OGRCircularString at Base 2.3.0
- _ZN25OGRDefaultGeometryVisitor5visitEP18OGRMultiLineString at Base 2.3.0
- _ZN25OGRDefaultGeometryVisitor5visitEP20OGRPolyhedralSurface at Base 2.3.0
- _ZN25OGRDefaultGeometryVisitor5visitEP21OGRGeometryCollection at Base 2.3.0
- _ZN25OGRDefaultGeometryVisitor5visitEP22OGRTriangulatedSurface at Base 2.3.0
- _ZN25OGRDefaultGeometryVisitor5visitEP8OGRPoint at Base 2.3.0
- _ZN25OGRDefaultGeometryVisitor6_visitEP14OGRSimpleCurve at Base 2.3.0
- _ZN25OGRDefaultGeometryVisitorD0Ev at Base 2.3.0
- _ZN25OGRDefaultGeometryVisitorD1Ev at Base 2.3.0
- _ZN25OGRDefaultGeometryVisitorD2Ev at Base 2.3.0
- _ZN26GDALMDArrayRegularlySpaced12AddAttributeERKSt10shared_ptrI13GDALAttributeE at Base 3.1.0
- _ZN26GDALMDArrayRegularlySpaced6CreateERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_RKSt10shared_ptrI13GDALDimensionEddd at Base 3.5.2
- _ZN26GDALMDArrayRegularlySpacedC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_RKSt10shared_ptrI13GDALDimensionEddd at Base 3.1.0
- _ZN26GDALMDArrayRegularlySpacedC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_RKSt10shared_ptrI13GDALDimensionEddd at Base 3.1.0
- _ZN26GDALMDArrayRegularlySpacedD0Ev at Base 3.1.0
- _ZN26GDALMDArrayRegularlySpacedD1Ev at Base 3.1.0
- _ZN26OGRUnionLayerGeomFieldDefnC1EPK16OGRGeomFieldDefn at Base 3.4.0
- _ZN26OGRUnionLayerGeomFieldDefnC1EPKS_ at Base 3.4.0
- _ZN26OGRUnionLayerGeomFieldDefnC1EPKc18OGRwkbGeometryType at Base 3.4.0
- _ZN26OGRUnionLayerGeomFieldDefnC2EPK16OGRGeomFieldDefn at Base 3.4.0
- _ZN26OGRUnionLayerGeomFieldDefnC2EPKS_ at Base 3.4.0
- _ZN26OGRUnionLayerGeomFieldDefnC2EPKc18OGRwkbGeometryType at Base 3.4.0
- _ZN26OGRUnionLayerGeomFieldDefnD0Ev at Base 3.4.0
- _ZN26OGRUnionLayerGeomFieldDefnD1Ev at Base 3.4.0
- _ZN26OGRUnionLayerGeomFieldDefnD2Ev at Base 3.4.0
- _ZN27OGRCoordinateTransformation13SetEmitErrorsEb at Base 2.2.0
- _ZN27OGRCoordinateTransformation15TransformBoundsEddddPdS0_S0_S0_i at Base 3.4.0
- _ZN27OGRCoordinateTransformation23TransformWithErrorCodesEiPdS0_S0_S0_Pi at Base 3.3.0
- _ZN27OGRCoordinateTransformation9DestroyCTEPS_ at Base 1.8.0
- _ZN27OGRCoordinateTransformation9TransformEiPdS0_S0_Pi at Base 3.0.0
- _ZN28GDALDimensionWeakIndexingVar19SetIndexingVariableESt10shared_ptrI11GDALMDArrayE at Base 3.1.0
- _ZN28GDALDimensionWeakIndexingVar7SetSizeEy at Base 3.7.0
- _ZN28GDALDimensionWeakIndexingVarC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_S7_S7_y at Base 3.1.0
- _ZN28GDALDimensionWeakIndexingVarC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_S7_S7_y at Base 3.1.0
- _ZN28GDALDimensionWeakIndexingVarD0Ev at Base 3.1.0
- _ZN28GDALDimensionWeakIndexingVarD1Ev at Base 3.1.0
- _ZN28GDALDimensionWeakIndexingVarD2Ev at Base 3.1.0
- _ZN29IOGREditableLayerSynchronizerD0Ev at Base 2.1.0
- _ZN29IOGREditableLayerSynchronizerD1Ev at Base 2.1.0
- _ZN29IOGREditableLayerSynchronizerD2Ev at Base 2.1.0
- _ZN30OGRDefaultConstGeometryVisitor5visitEPK10OGRPolygon at Base 2.3.0
- _ZN30OGRDefaultConstGeometryVisitor5visitEPK11OGRTriangle at Base 2.3.0
- _ZN30OGRDefaultConstGeometryVisitor5visitEPK13OGRLineString at Base 2.3.0
- _ZN30OGRDefaultConstGeometryVisitor5visitEPK13OGRLinearRing at Base 2.3.0
- _ZN30OGRDefaultConstGeometryVisitor5visitEPK13OGRMultiCurve at Base 2.3.0
- _ZN30OGRDefaultConstGeometryVisitor5visitEPK13OGRMultiPoint at Base 2.3.0
- _ZN30OGRDefaultConstGeometryVisitor5visitEPK15OGRCurvePolygon at Base 2.3.0
- _ZN30OGRDefaultConstGeometryVisitor5visitEPK15OGRMultiPolygon at Base 2.3.0
- _ZN30OGRDefaultConstGeometryVisitor5visitEPK15OGRMultiSurface at Base 2.3.0
- _ZN30OGRDefaultConstGeometryVisitor5visitEPK16OGRCompoundCurve at Base 2.3.0
- _ZN30OGRDefaultConstGeometryVisitor5visitEPK17OGRCircularString at Base 2.3.0
- _ZN30OGRDefaultConstGeometryVisitor5visitEPK18OGRMultiLineString at Base 2.3.0
- _ZN30OGRDefaultConstGeometryVisitor5visitEPK20OGRPolyhedralSurface at Base 2.3.0
- _ZN30OGRDefaultConstGeometryVisitor5visitEPK21OGRGeometryCollection at Base 2.3.0
- _ZN30OGRDefaultConstGeometryVisitor5visitEPK22OGRTriangulatedSurface at Base 2.3.0
- _ZN30OGRDefaultConstGeometryVisitor5visitEPK8OGRPoint at Base 2.3.0
- _ZN30OGRDefaultConstGeometryVisitor6_visitEPK14OGRSimpleCurve at Base 2.3.0
- _ZN30OGRDefaultConstGeometryVisitorD0Ev at Base 2.3.0
- _ZN30OGRDefaultConstGeometryVisitorD1Ev at Base 2.3.0
- _ZN30OGRDefaultConstGeometryVisitorD2Ev at Base 2.3.0
- _ZN31GDALDefaultRasterAttributeTable11SetRowCountEi at Base 1.11.0
- _ZN31GDALDefaultRasterAttributeTable12CreateColumnEPKc16GDALRATFieldType17GDALRATFieldUsage at Base 1.11.0
- _ZN31GDALDefaultRasterAttributeTable12SetTableTypeE16GDALRATTableType at Base 2.4.0
- _ZN31GDALDefaultRasterAttributeTable14AnalyseColumnsEv at Base 1.11.0
- _ZN31GDALDefaultRasterAttributeTable16RemoveStatisticsEv at Base 2.4.0
- _ZN31GDALDefaultRasterAttributeTable16SetLinearBinningEdd at Base 1.11.0
- _ZN31GDALDefaultRasterAttributeTable23ChangesAreWrittenToFileEv at Base 1.11.0
- _ZN31GDALDefaultRasterAttributeTable8SetValueEiiPKc at Base 1.11.0
- _ZN31GDALDefaultRasterAttributeTable8SetValueEiid at Base 1.11.0
- _ZN31GDALDefaultRasterAttributeTable8SetValueEiii at Base 1.11.0
- _ZN31GDALDefaultRasterAttributeTableC1Ev at Base 1.11.0
- _ZN31GDALDefaultRasterAttributeTableC2Ev at Base 1.11.0
- _ZN31GDALDefaultRasterAttributeTableD0Ev at Base 1.11.0
- _ZN31GDALDefaultRasterAttributeTableD1Ev at Base 1.11.0
- _ZN31GDALDefaultRasterAttributeTableD2Ev at Base 1.11.0
- _ZN34OGRCoordinateTransformationOptions11SetOnlyBestEb at Base 3.8.0
- _ZN34OGRCoordinateTransformationOptions17SetAreaOfInterestEdddd at Base 3.0.0
- _ZN34OGRCoordinateTransformationOptions18SetBallparkAllowedEb at Base 3.3.0
- _ZN34OGRCoordinateTransformationOptions18SetDesiredAccuracyEd at Base 3.3.0
- _ZN34OGRCoordinateTransformationOptions19SetSourceCenterLongEd at Base 3.0.1
- _ZN34OGRCoordinateTransformationOptions19SetTargetCenterLongEd at Base 3.0.1
- _ZN34OGRCoordinateTransformationOptions22SetCoordinateOperationEPKcb at Base 3.0.0
- _ZN34OGRCoordinateTransformationOptions7Private26RefreshCheckWithInvertProjEv at Base 3.3.0
- _ZN34OGRCoordinateTransformationOptions7PrivateC1Ev at Base 3.3.0
- _ZN34OGRCoordinateTransformationOptions7PrivateC2Ev at Base 3.3.0
- _ZN34OGRCoordinateTransformationOptionsC1ERKS_ at Base 3.1.0
- _ZN34OGRCoordinateTransformationOptionsC1Ev at Base 3.0.0
- _ZN34OGRCoordinateTransformationOptionsC2ERKS_ at Base 3.1.0
- _ZN34OGRCoordinateTransformationOptionsC2Ev at Base 3.0.0
- _ZN34OGRCoordinateTransformationOptionsD1Ev at Base 3.0.0
- _ZN34OGRCoordinateTransformationOptionsD2Ev at Base 3.0.0
- _ZN34OGRCoordinateTransformationOptionsaSERKS_ at Base 3.1.0
- _ZN3OGR9transcodeEPKDsR9CPLStringi at Base 2.2.3
- _ZN3OGR9transcodeEPKDsi at Base 2.2.3
- _ZN4gdal13TileMatrixSet28listPredefinedTileMatrixSetsB5cxx11Ev at Base 3.2.0
- _ZN4gdal13TileMatrixSet5parseEPKc at Base 3.2.0
- (arch=sh4)_ZN4gdal13TileMatrixSetD1Ev at Base 3.7.2
- (arch=sh4)_ZN4gdal13TileMatrixSetD2Ev at Base 3.7.2
- _ZN6Stream10fillStringERNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.5.0
- _ZN6Stream14getImageParamsEPiP20StreamColorSpaceMode at Base 3.5.0
- _ZN6VSIDIRD0Ev at Base 2.4.0
- _ZN6VSIDIRD1Ev at Base 2.4.0
- _ZN6VSIDIRD2Ev at Base 2.4.0
- _ZN7GNMRule10CanConnectERK9CPLStringS2_S2_ at Base 2.2.0
- _ZN7GNMRule15ParseRuleStringEv at Base 2.2.0
- _ZN7GNMRuleC1EPKc at Base 2.2.0
- _ZN7GNMRuleC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.2.0
- _ZN7GNMRuleC1ERKS_ at Base 2.2.0
- _ZN7GNMRuleC1Ev at Base 2.2.0
- _ZN7GNMRuleC2EPKc at Base 2.2.0
- _ZN7GNMRuleC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.2.0
- _ZN7GNMRuleC2ERKS_ at Base 2.2.0
- _ZN7GNMRuleC2Ev at Base 2.2.0
- _ZN7GNMRuleD0Ev at Base 2.2.0
- _ZN7GNMRuleD1Ev at Base 2.2.0
- _ZN7GNMRuleD2Ev at Base 2.2.0
- _ZN8GDAL_MRF10MRFDataset13PatchOverviewEiiiiiii at Base 3.6.0
- _ZN8GNMGraph10ChangeEdgeExdd at Base 2.2.0
- _ZN8GNMGraph10DeleteEdgeEx at Base 2.2.0
- _ZN8GNMGraph12DeleteVertexEx at Base 2.2.0
- _ZN8GNMGraph12TraceTargetsERSt5queueIxSt5dequeIxSaIxEEERSt3setIxSt4lessIxES2_ERSt6vectorISt4pairIxxESaISD_EE at Base 2.2.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN8GNMGraph14KShortestPathsExxj at Base 3.7.2
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN8GNMGraph14KShortestPathsExxm at Base 3.8.0
- _ZN8GNMGraph16ChangeBlockStateExb at Base 2.2.0
- _ZN8GNMGraph19ChangeAllBlockStateEb at Base 2.2.0
- _ZN8GNMGraph19ConnectedComponentsERKSt6vectorIxSaIxEE at Base 2.2.0
- _ZN8GNMGraph20DijkstraShortestPathExx at Base 2.2.0
- _ZN8GNMGraph20DijkstraShortestPathExxRKSt3mapIx10GNMStdEdgeSt4lessIxESaISt4pairIKxS1_EEE at Base 2.2.0
- _ZN8GNMGraph24DijkstraShortestPathTreeExRKSt3mapIx10GNMStdEdgeSt4lessIxESaISt4pairIKxS1_EEERS0_IxxS3_SaIS4_IS5_xEEE at Base 2.2.0
- _ZN8GNMGraph5ClearEv at Base 2.2.0
- _ZN8GNMGraph7AddEdgeExxxbdd at Base 2.2.0
- _ZN8GNMGraph9AddVertexEx at Base 2.2.0
- _ZN8GNMGraphC1Ev at Base 2.2.0
- _ZN8GNMGraphC2Ev at Base 2.2.0
- _ZN8GNMGraphD0Ev at Base 2.2.0
- _ZN8GNMGraphD1Ev at Base 2.2.0
- _ZN8GNMGraphD2Ev at Base 2.2.0
- _ZN8MEMGroup11CreateGroupERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKPKc at Base 3.5.0
- _ZN8MEMGroup11DeleteGroupERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKPKc at Base 3.8.0
- _ZN8MEMGroup11RenameArrayERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_ at Base 3.8.0
- _ZN8MEMGroup13CreateMDArrayERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt6vectorISt10shared_ptrI13GDALDimensionESaISB_EERK20GDALExtendedDataTypePKPKc at Base 3.5.0
- _ZN8MEMGroup13CreateMDArrayERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt6vectorISt10shared_ptrI13GDALDimensionESaISB_EERK20GDALExtendedDataTypePvPKPKc at Base 3.6.0
- _ZN8MEMGroup13DeleteMDArrayERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKPKc at Base 3.8.0
- _ZN8MEMGroup15CreateAttributeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt6vectorIySaIyEERK20GDALExtendedDataTypePKPKc at Base 3.5.0
- _ZN8MEMGroup15CreateDimensionERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_S7_yPKPKc at Base 3.5.0
- _ZN8MEMGroup15DeleteAttributeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKPKc at Base 3.8.0
- _ZN8MEMGroup15RenameDimensionERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_ at Base 3.8.0
- _ZN8MEMGroup24NotifyChildrenOfDeletionEv at Base 3.8.0
- _ZN8MEMGroup24NotifyChildrenOfRenamingEv at Base 3.8.0
- _ZN8MEMGroup6CreateERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKc at Base 3.8.0
- _ZN8MEMGroup6RenameERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.8.0
- _ZN8MEMGroupC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKc at Base 3.8.0
- _ZN8MEMGroupC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKc at Base 3.8.0
- _ZN8MEMGroupD0Ev at Base 3.5.0
- _ZN8MEMGroupD1Ev at Base 3.5.0
- _ZN8MEMGroupD2Ev at Base 3.5.0
- _ZN8OGRCurve13ConstIteratorC1EOS0_ at Base 3.6.0
- _ZN8OGRCurve13ConstIteratorC1EPKS_b at Base 2.3.0
- _ZN8OGRCurve13ConstIteratorC2EOS0_ at Base 3.6.0
- _ZN8OGRCurve13ConstIteratorC2EPKS_b at Base 2.3.0
- _ZN8OGRCurve13ConstIteratorD1Ev at Base 2.3.0
- _ZN8OGRCurve13ConstIteratorD2Ev at Base 2.3.0
- _ZN8OGRCurve13ConstIteratoraSEOS0_ at Base 3.6.0
- _ZN8OGRCurve13ConstIteratorppEv at Base 2.3.0
- _ZN8OGRCurve16CastToLineStringEPS_ at Base 2.0.1
- _ZN8OGRCurve16CastToLinearRingEPS_ at Base 2.0.1
- _ZN8OGRCurve19CastToCompoundCurveEPS_ at Base 2.0.1
- _ZN8OGRCurveC1ERKS_ at Base 2.1.0
- _ZN8OGRCurveC1Ev at Base 1.8.0
- _ZN8OGRCurveC2ERKS_ at Base 2.1.0
- _ZN8OGRCurveC2Ev at Base 1.8.0
- _ZN8OGRCurveD0Ev at Base 1.8.0
- _ZN8OGRCurveD1Ev at Base 1.8.0
- _ZN8OGRCurveD2Ev at Base 1.8.0
- _ZN8OGRCurveaSERKS_ at Base 2.1.0
- _ZN8OGRLayer10GetDatasetEv at Base 3.6.0
- _ZN8OGRLayer10GetFeatureEx at Base 2.0.1
- _ZN8OGRLayer10SetFeatureEP10OGRFeature at Base 1.8.0
- _ZN8OGRLayer10SyncToDiskEv at Base 1.8.0
- _ZN8OGRLayer11CreateFieldEP12OGRFieldDefni at Base 1.8.0
- _ZN8OGRLayer11DeleteFieldEi at Base 1.9.0
- _ZN8OGRLayer11DereferenceEv at Base 1.8.0
- _ZN8OGRLayer11GetGeomTypeEv at Base 1.8.0
- _ZN8OGRLayer11ISetFeatureEP10OGRFeature at Base 2.0.1
- _ZN8OGRLayer12GetFIDColumnEv at Base 1.8.0
- _ZN8OGRLayer12IntersectionEPS_S0_PPcPFidPKcPvES5_ at Base 1.10.0
- _ZN8OGRLayer12ReleaseArrayEP10ArrowArray at Base 3.6.0
- _ZN8OGRLayer12ReorderFieldEii at Base 1.9.0
- _ZN8OGRLayer12SetActiveSRSEiPK19OGRSpatialReference at Base 3.7.0
- _ZN8OGRLayer13CreateFeatureEP10OGRFeature at Base 1.8.0
- _ZN8OGRLayer13DeleteFeatureEx at Base 2.0.1
- _ZN8OGRLayer13GetSpatialRefEv at Base 1.8.0
- _ZN8OGRLayer13GetStyleTableEv at Base 1.8.0
- _ZN8OGRLayer13InstallFilterEP11OGRGeometry at Base 1.8.0
- _ZN8OGRLayer13ReleaseSchemaEP11ArrowSchema at Base 3.6.0
- _ZN8OGRLayer13ReleaseStreamEP16ArrowArrayStream at Base 3.6.0
- _ZN8OGRLayer13ReorderFieldsEPi at Base 1.9.0
- _ZN8OGRLayer13SetStyleTableEP13OGRStyleTable at Base 1.8.0
- _ZN8OGRLayer13SymDifferenceEPS_S0_PPcPFidPKcPvES5_ at Base 1.10.0
- _ZN8OGRLayer13UpdateFeatureEP10OGRFeatureiPKiiS3_b at Base 3.7.0
- _ZN8OGRLayer13UpsertFeatureEP10OGRFeature at Base 3.6.0
- _ZN8OGRLayer14AlterFieldDefnEiP12OGRFieldDefni at Base 1.9.0
- _ZN8OGRLayer14FilterGeometryEP11OGRGeometry at Base 1.8.0
- _ZN8OGRLayer14FindFieldIndexEPKci at Base 1.11.0
- _ZN8OGRLayer14GetArrowSchemaEP16ArrowArrayStreamP11ArrowSchema at Base 3.6.0
- _ZN8OGRLayer14GetArrowStreamEP16ArrowArrayStreamPKPKc at Base 3.6.0
- _ZN8OGRLayer14ICreateFeatureEP10OGRFeature at Base 2.0.1
- _ZN8OGRLayer14IUpdateFeatureEP10OGRFeatureiPKiiS3_b at Base 3.7.0
- _ZN8OGRLayer14IUpsertFeatureEP10OGRFeature at Base 3.6.0
- _ZN8OGRLayer14SetNextByIndexEx at Base 2.0.1
- _ZN8OGRLayer15CreateGeomFieldEP16OGRGeomFieldDefni at Base 1.11.0
- _ZN8OGRLayer15FeatureIteratorC1EPS_b at Base 2.3.0
- _ZN8OGRLayer15FeatureIteratorC2EPS_b at Base 2.3.0
- _ZN8OGRLayer15FeatureIteratorD1Ev at Base 2.3.0
- _ZN8OGRLayer15FeatureIteratorD2Ev at Base 2.3.0
- _ZN8OGRLayer15FeatureIteratordeEv at Base 2.3.0
- _ZN8OGRLayer15FeatureIteratorppEv at Base 2.3.0
- _ZN8OGRLayer15GetFeatureCountEi at Base 1.8.0
- _ZN8OGRLayer15GetFeaturesReadEv at Base 1.8.0
- _ZN8OGRLayer15WriteArrowBatchEPK11ArrowSchemaP10ArrowArrayPKPKc at Base 3.8.0
- _ZN8OGRLayer16GetGeometryTypesEiiRiPFidPKcPvES3_ at Base 3.6.0
- _ZN8OGRLayer16GetSpatialFilterEv at Base 1.8.0
- _ZN8OGRLayer16SetIgnoredFieldsEPPKc at Base 1.8.0
- _ZN8OGRLayer16SetSpatialFilterEP11OGRGeometry at Base 1.8.0
- _ZN8OGRLayer16SetSpatialFilterEiP11OGRGeometry at Base 1.11.0
- _ZN8OGRLayer16StartTransactionEv at Base 1.8.0
- _ZN8OGRLayer17CommitTransactionEv at Base 1.8.0
- _ZN8OGRLayer17GetExtentInternalEiP11OGREnvelopei at Base 1.11.0
- _ZN8OGRLayer17GetGeometryColumnEv at Base 1.8.0
- _ZN8OGRLayer17GetNextArrowArrayEP16ArrowArrayStreamP10ArrowArray at Base 3.6.0
- _ZN8OGRLayer18AlterGeomFieldDefnEiPK16OGRGeomFieldDefni at Base 3.6.0
- _ZN8OGRLayer18SetAttributeFilterEPKc at Base 1.8.0
- _ZN8OGRLayer19GetSupportedSRSListEi at Base 3.7.0
- _ZN8OGRLayer19RollbackTransactionEv at Base 1.8.0
- _ZN8OGRLayer20SetSpatialFilterRectEdddd at Base 1.8.0
- _ZN8OGRLayer20SetSpatialFilterRectEidddd at Base 1.11.0
- _ZN8OGRLayer20StaticGetArrowSchemaEP16ArrowArrayStreamP11ArrowSchema at Base 3.6.0
- _ZN8OGRLayer21SetStyleTableDirectlyEP13OGRStyleTable at Base 1.8.0
- _ZN8OGRLayer22InitializeIndexSupportEPKc at Base 1.8.0
- _ZN8OGRLayer23ConvertGeomsIfNecessaryEP10OGRFeature at Base 2.1.0
- _ZN8OGRLayer23StaticGetNextArrowArrayEP16ArrowArrayStreamP10ArrowArray at Base 3.6.0
- _ZN8OGRLayer26CreateFieldFromArrowSchemaEPK11ArrowSchemaPKPKc at Base 3.8.0
- _ZN8OGRLayer28GetLastErrorArrowArrayStreamEP16ArrowArrayStream at Base 3.6.0
- _ZN8OGRLayer32CreateSchemaForWKBGeometryColumnEPK16OGRGeomFieldDefnPKcS4_ at Base 3.8.0
- _ZN8OGRLayer34CreateFieldFromArrowSchemaInternalEPK11ArrowSchemaRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKPKc at Base 3.8.0
- _ZN8OGRLayer38AttributeFilterEvaluationNeedsGeometryEv at Base 1.9.0
- _ZN8OGRLayer3endEv at Base 2.3.0
- _ZN8OGRLayer4ClipEPS_S0_PPcPFidPKcPvES5_ at Base 1.10.0
- _ZN8OGRLayer5EraseEPS_S0_PPcPFidPKcPvES5_ at Base 1.10.0
- _ZN8OGRLayer5UnionEPS_S0_PPcPFidPKcPvES5_ at Base 1.10.0
- _ZN8OGRLayer5beginEv at Base 2.3.0
- _ZN8OGRLayer6RenameEPKc at Base 3.5.0
- _ZN8OGRLayer6UpdateEPS_S0_PPcPFidPKcPvES5_ at Base 1.10.0
- _ZN8OGRLayer7GetNameEv at Base 1.8.0
- _ZN8OGRLayer8IdentityEPS_S0_PPcPFidPKcPvES5_ at Base 1.10.0
- _ZN8OGRLayer9GetExtentEP11OGREnvelopei at Base 1.8.0
- _ZN8OGRLayer9GetExtentEiP11OGREnvelopei at Base 1.11.0
- _ZN8OGRLayer9ReferenceEv at Base 1.8.0
- _ZN8OGRLayerC1Ev at Base 1.8.0
- _ZN8OGRLayerC2Ev at Base 1.8.0
- _ZN8OGRLayerD0Ev at Base 1.8.0
- _ZN8OGRLayerD1Ev at Base 1.8.0
- _ZN8OGRLayerD2Ev at Base 1.8.0
- _ZN8OGRPoint11flattenTo2DEv at Base 1.8.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN8OGRPoint13importFromWkbEPKhj13OGRwkbVariantRj at Base 3.7.2
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN8OGRPoint13importFromWkbEPKhm13OGRwkbVariantRm at Base 3.8.0
- _ZN8OGRPoint13importFromWktEPPKc at Base 2.3.0
- _ZN8OGRPoint22setCoordinateDimensionEi at Base 1.8.0
- _ZN8OGRPoint5emptyEv at Base 1.8.0
- _ZN8OGRPoint6acceptEP19IOGRGeometryVisitor at Base 2.3.0
- _ZN8OGRPoint6swapXYEv at Base 1.8.0
- _ZN8OGRPoint9createXYMEddd at Base 3.1.0
- _ZN8OGRPoint9transformEP27OGRCoordinateTransformation at Base 1.8.0
- _ZN8OGRPointC1ERKS_ at Base 2.1.0
- _ZN8OGRPointC1Edd at Base 1.8.0
- _ZN8OGRPointC1Eddd at Base 1.8.0
- _ZN8OGRPointC1Edddd at Base 2.1.0
- _ZN8OGRPointC1Ev at Base 1.8.0
- _ZN8OGRPointC2ERKS_ at Base 2.1.0
- _ZN8OGRPointC2Edd at Base 1.8.0
- _ZN8OGRPointC2Eddd at Base 1.8.0
- _ZN8OGRPointC2Edddd at Base 2.1.0
- _ZN8OGRPointC2Ev at Base 1.8.0
- _ZN8OGRPointD0Ev at Base 1.8.0
- _ZN8OGRPointD1Ev at Base 1.8.0
- _ZN8OGRPointD2Ev at Base 1.8.0
- _ZN8OGRPointaSERKS_ at Base 2.1.0
- _ZN9CPLString10replaceAllERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_ at Base 2.2.0
- _ZN9CPLString10replaceAllERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEc at Base 2.2.0
- _ZN9CPLString10replaceAllEcRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.2.0
- _ZN9CPLString10replaceAllEcc at Base 2.2.0
- _ZN9CPLString4TrimEv at Base 1.8.0
- _ZN9CPLString6PrintfEPKcz at Base 1.8.0
- _ZN9CPLString6RecodeEPKcS1_ at Base 1.8.0
- _ZN9CPLString7FormatCEdPKc at Base 1.8.0
- _ZN9CPLString7tolowerEv at Base 1.9.0
- _ZN9CPLString7toupperEv at Base 1.9.0
- (arch=alpha sh4)_ZN9CPLString7vPrintfEPKc13__va_list_tag at Base 3.7.2
- (arch=amd64 powerpc s390x x32)_ZN9CPLString7vPrintfEPKcP13__va_list_tag at Base 3.5.1
- (arch=hurd-i386 i386 ppc64 ppc64el)_ZN9CPLString7vPrintfEPKcPc at Base 3.5.1
- (arch=hppa ia64 loong64 m68k mips64el mipsel riscv64 sparc64)_ZN9CPLString7vPrintfEPKcPv at Base 3.8.0
- (arch=arm64 armel armhf)_ZN9CPLString7vPrintfEPKcSt9__va_list at Base 3.4.2
- _ZN9CPLStringD1Ev at Base 2.1.0
- _ZN9CPLStringD2Ev at Base 2.1.0
- _ZN9GDALGroup10BaseRenameERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.8.0
- _ZN9GDALGroup11CreateGroupERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKPKc at Base 3.1.0
- _ZN9GDALGroup11DeleteGroupERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKPKc at Base 3.8.0
- _ZN9GDALGroup13CreateMDArrayERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt6vectorISt10shared_ptrI13GDALDimensionESaISB_EERK20GDALExtendedDataTypePKPKc at Base 3.1.0
- _ZN9GDALGroup13DeleteMDArrayERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKPKc at Base 3.8.0
- _ZN9GDALGroup13ParentDeletedEv at Base 3.8.0
- _ZN9GDALGroup13ParentRenamedERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.8.0
- _ZN9GDALGroup15ClearStatisticsEv at Base 3.4.0
- _ZN9GDALGroup15CreateDimensionERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_S7_yPKPKc at Base 3.1.0
- _ZN9GDALGroup24NotifyChildrenOfDeletionEv at Base 3.8.0
- _ZN9GDALGroup24NotifyChildrenOfRenamingEv at Base 3.8.0
- _ZN9GDALGroup6RenameERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.8.0
- _ZN9GDALGroup7DeletedEv at Base 3.8.0
- (optional=templinst)_ZN9GDALGroup8CopyFromERKSt10shared_ptrIS_EP11GDALDatasetS3_bRyyPFidPKcPvES9_PKS8_ at Base 3.3.0
- _ZN9GDALGroupC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_S7_ at Base 3.8.0
- _ZN9GDALGroupC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_S7_ at Base 3.8.0
- _ZN9GDALGroupD0Ev at Base 3.1.0
- _ZN9GDALGroupD1Ev at Base 3.1.0
- _ZN9GDALGroupD2Ev at Base 3.1.0
- _ZN9OutputDev10drawStringEP8GfxStatePK9GooString at Base 3.5.0
- _ZN9OutputDev10updateRiseEP8GfxState at Base 3.5.0
- _ZN9OutputDev11beginStringEP8GfxStatePK9GooString at Base 3.5.0
- _ZN9OutputDev11endStringOpEP8GfxState at Base 3.5.0
- _ZN9OutputDev11needNonTextEv at Base 3.5.0
- _ZN9OutputDev11processLinkEP9AnnotLink at Base 3.5.0
- _ZN9OutputDev11saveTextPosEP8GfxState at Base 3.5.0
- _ZN9OutputDev11useDrawFormEv at Base 3.5.0
- _ZN9OutputDev12incCharCountEi at Base 3.5.0
- _ZN9OutputDev12initGfxStateEP8GfxState at Base 3.5.0
- _ZN9OutputDev12updateRenderEP8GfxState at Base 3.5.0
- _ZN9OutputDev13beginStringOpEP8GfxState at Base 3.5.0
- _ZN9OutputDev13endActualTextEP8GfxState at Base 3.5.0
- _ZN9OutputDev13needCharCountEv at Base 3.5.0
- _ZN9OutputDev13updateTextMatEP8GfxState at Base 3.5.0
- _ZN9OutputDev13updateTextPosEP8GfxState at Base 3.5.0
- _ZN9OutputDev14checkPageSliceEP4PageddibbiiiibPFbPvES2_PFbP5AnnotS2_ES2_ at Base 3.5.0
- _ZN9OutputDev14restoreTextPosEP8GfxState at Base 3.5.0
- _ZN9OutputDev15beginActualTextEP8GfxStatePK9GooString at Base 3.5.0
- _ZN9OutputDev15updateCharSpaceEP8GfxState at Base 3.5.0
- _ZN9OutputDev15updateTextShiftEP8GfxStated at Base 3.5.0
- _ZN9OutputDev15updateWordSpaceEP8GfxState at Base 3.5.0
- _ZN9OutputDev16useFillColorStopEv at Base 3.5.0
- _ZN9OutputDev17needClipToCropBoxEv at Base 3.5.0
- _ZN9OutputDev18updateAlphaIsShapeEP8GfxState at Base 3.5.0
- _ZN9OutputDev18updateHorizScalingEP8GfxState at Base 3.5.0
- _ZN9OutputDev18updateTextKnockoutEP8GfxState at Base 3.5.0
- _ZN9OutputDev19patchMeshShadedFillEP8GfxStateP19GfxPatchMeshShading at Base 3.5.0
- _ZN9OutputDev19updateFillColorStopEP8GfxStated at Base 3.5.0
- _ZN9OutputDev24axialShadedSupportExtendEP8GfxStateP15GfxAxialShading at Base 3.5.0
- _ZN9OutputDev25radialShadedSupportExtendEP8GfxStateP16GfxRadialShading at Base 3.5.0
- _ZN9OutputDev4dumpEv at Base 3.5.0
- _ZN9OutputDev7endFormE3Ref at Base 3.5.0
- _ZN9OutputDev8drawFormE3Ref at Base 3.5.0
- _ZN9OutputDev9beginFormE3Ref at Base 3.5.0
- _ZN9OutputDev9endStringEP8GfxState at Base 3.5.0
- _ZN9OutputDev9psXObjectEP6StreamS1_ at Base 3.5.0
- _ZN9S57Reader10FetchPointEiiPdS0_S0_ at Base 1.8.0
- _ZN9S57Reader10ReadVectorEii at Base 1.8.0
- _ZN9S57Reader10SetOptionsEPPc at Base 1.8.0
- _ZN9S57Reader11ReadFeatureEiP14OGRFeatureDefn at Base 1.8.0
- _ZN9S57Reader12ApplyUpdatesEP9DDFModule at Base 1.8.0
- _ZN9S57Reader12RecodeByDSSIEPKcb at Base 1.10.0
- _ZN9S57Reader13SetClassBasedEP17S57ClassRegistrarP23S57ClassContentExplorer at Base 1.11.0
- _ZN9S57Reader14AddFeatureDefnEP14OGRFeatureDefn at Base 1.8.0
- _ZN9S57Reader14GetNextFEIndexEi at Base 1.8.0
- _ZN9S57Reader14SetNextFEIndexEii at Base 1.8.0
- _ZN9S57Reader15AssembleFeatureEP9DDFRecordP14OGRFeatureDefn at Base 1.8.0
- _ZN9S57Reader15ReadNextFeatureEP14OGRFeatureDefn at Base 1.8.0
- _ZN9S57Reader16CollectClassListERSt6vectorIiSaIiEE at Base 1.11.0
- _ZN9S57Reader17ApplyRecordUpdateEP9DDFRecordS1_ at Base 1.8.0
- _ZN9S57Reader19FindAndApplyUpdatesEPKc at Base 1.8.0
- _ZN9S57Reader19GenerateLNAMAndRefsEP9DDFRecordP10OGRFeature at Base 1.8.0
- _ZN9S57Reader20AssembleAreaGeometryEP9DDFRecordP10OGRFeature at Base 1.8.0
- _ZN9S57Reader20AssembleLineGeometryEP9DDFRecordP10OGRFeature at Base 1.8.0
- _ZN9S57Reader21AssemblePointGeometryEP9DDFRecordP10OGRFeature at Base 1.8.0
- _ZN9S57Reader21NextPendingMultiPointEv at Base 1.8.0
- _ZN9S57Reader22ClearPendingMultiPointEv at Base 1.8.0
- _ZN9S57Reader22GenerateFSPTAttributesEP9DDFRecordP10OGRFeature at Base 1.8.0
- _ZN9S57Reader24AssembleSoundingGeometryEP9DDFRecordP10OGRFeature at Base 1.8.0
- _ZN9S57Reader26ApplyObjectClassAttributesEP9DDFRecordP10OGRFeature at Base 1.8.0
- _ZN9S57Reader4OpenEi at Base 1.8.0
- _ZN9S57Reader5CloseEv at Base 1.8.0
- _ZN9S57Reader6IngestEv at Base 1.8.0
- _ZN9S57Reader6RewindEv at Base 1.8.0
- _ZN9S57Reader8ReadDSIDEv at Base 1.8.0
- _ZN9S57Reader9FetchLineEP9DDFRecordiiP13OGRLineString at Base 1.8.0
- _ZN9S57Reader9FindFDefnEP9DDFRecord at Base 1.8.0
- _ZN9S57Reader9GetExtentEP11OGREnvelopei at Base 1.8.0
- _ZN9S57Reader9ParseNameEP8DDFFieldiPi at Base 1.8.0
- _ZN9S57ReaderC1EPKc at Base 1.8.0
- _ZN9S57ReaderC2EPKc at Base 1.8.0
- _ZN9S57ReaderD1Ev at Base 1.8.0
- _ZN9S57ReaderD2Ev at Base 1.8.0
- _ZN9S57Writer10MakeRecordEv at Base 1.8.0
- _ZN9S57Writer13CreateS57FileEPKc at Base 1.8.0
- _ZN9S57Writer13SetClassBasedEP17S57ClassRegistrarP23S57ClassContentExplorer at Base 1.11.0
- _ZN9S57Writer13WriteGeometryEP9DDFRecordiPKdS3_S3_ at Base 3.4.0
- _ZN9S57Writer14WritePrimitiveEP10OGRFeature at Base 1.8.0
- _ZN9S57Writer20WriteCompleteFeatureEP10OGRFeature at Base 1.8.0
- _ZN9S57Writer5CloseEv at Base 1.8.0
- _ZN9S57Writer9WriteATTFEP9DDFRecordP10OGRFeature at Base 1.8.0
- _ZN9S57Writer9WriteDSIDEiiPKcS1_S1_S1_S1_S1_iS1_iiiiiiii at Base 2.4.0
- _ZN9S57Writer9WriteDSPMEiiiiii at Base 2.4.0
- _ZN9S57WriterC1Ev at Base 1.8.0
- _ZN9S57WriterC2Ev at Base 1.8.0
- _ZN9S57WriterD1Ev at Base 1.8.0
- _ZN9S57WriterD2Ev at Base 1.8.0
- _ZN9VRTSource10FlushCacheEb at Base 3.4.0
- _ZN9VRTSource11GetFileListEPPPcPiS3_P11_CPLHashSet at Base 1.11.0
- _ZN9VRTSource14IsSimpleSourceEv at Base 1.11.0
- _ZN9VRTSourceD0Ev at Base 1.11.0
- _ZN9VRTSourceD1Ev at Base 1.11.0
- _ZN9VRTSourceD2Ev at Base 1.11.0
- (optional=templinst|arch=sh4)_ZN9__gnu_cxx12__to_xstringINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEcEET_PFiPT0_jPKS8_13__va_list_tagEjSB_z at Base 3.7.2
- (optional=templinst|arch=alpha)_ZN9__gnu_cxx12__to_xstringINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEcEET_PFiPT0_mPKS8_13__va_list_tagEmSB_z at Base 3.6.0
- (optional=templinst|arch=amd64 powerpc s390x x32|subst)_ZN9__gnu_cxx12__to_xstringINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEcEET_PFiPT0_{size_t}PKS8_P13__va_list_tagE{size_t}SB_z at Base 3.4.2
- (optional=templinst|arch=hurd-i386 i386 ppc64 ppc64el|subst)_ZN9__gnu_cxx12__to_xstringINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEcEET_PFiPT0_{size_t}PKS8_PcE{size_t}SB_z at Base 3.4.2
- (optional=templinst|arch=hppa ia64 loong64 m68k mips64el mipsel riscv64 sparc64|subst)_ZN9__gnu_cxx12__to_xstringINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEcEET_PFiPT0_{size_t}PKS8_PvE{size_t}SB_z at Base 3.4.2
- (optional=templinst|arch=arm64 armel armhf|subst)_ZN9__gnu_cxx12__to_xstringINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEcEET_PFiPT0_{size_t}PKS8_St9__va_listE{size_t}SB_z at Base 3.4.2
- (arch=armel riscv64)_ZN9__gnu_cxx24__concurrence_lock_errorD0Ev at Base 3.4.2
- (arch=armel riscv64)_ZN9__gnu_cxx24__concurrence_lock_errorD1Ev at Base 3.4.2
- (arch=armel riscv64)_ZN9__gnu_cxx24__concurrence_lock_errorD2Ev at Base 3.4.2
- (arch=armel riscv64)_ZN9__gnu_cxx26__concurrence_unlock_errorD0Ev at Base 3.4.2
- (arch=armel riscv64)_ZN9__gnu_cxx26__concurrence_unlock_errorD1Ev at Base 3.4.2
- (arch=armel riscv64)_ZN9__gnu_cxx26__concurrence_unlock_errorD2Ev at Base 3.4.2
- (arch=armel riscv64)_ZN9__gnu_cxx30__throw_concurrence_lock_errorEv at Base 3.4.2
- (arch=armel riscv64)_ZN9__gnu_cxx32__throw_concurrence_unlock_errorEv at Base 3.4.2
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN9__gnu_cxx6__stoaIlicJiEEET0_PFT_PKT1_PPS3_DpT2_EPKcS5_PjS9_ at Base 3.5.0
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN9__gnu_cxx6__stoaIlicJiEEET0_PFT_PKT1_PPS3_DpT2_EPKcS5_PmS9_ at Base 3.5.0
- _ZNK10BaseStream8isBinaryEb at Base 3.5.0
- _ZNK10GDALJP2Box13GetDataLengthEv at Base 3.6.0
- _ZNK10GDALJP2Box18GetWritableBoxDataEv at Base 3.6.0
- _ZNK10GMLFeature14GetGeometryRefEi at Base 1.11.0
- _ZNK10GNMNetwork10GetVersionEv at Base 2.2.0
- _ZNK10GNMNetwork13GetSpatialRefEv at Base 3.0.0
- _ZNK10GNMNetwork7GetNameEv at Base 2.2.0
- _ZNK10IGMLReader18IsSequentialLayersEv at Base 1.9.0
- _ZNK10MEMDataset12GetRootGroupEv at Base 3.1.0
- _ZNK10MEMDataset13GetSpatialRefEv at Base 3.0.0
- _ZNK10MEMDataset16GetGCPSpatialRefEv at Base 3.0.0
- _ZNK10MEMMDArray10IsWritableEv at Base 3.8.0
- _ZNK10MEMMDArray11GetFilenameB5cxx11Ev at Base 3.8.0
- _ZNK10MEMMDArray12GetAttributeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.8.0
- _ZNK10MEMMDArray12GetRootGroupEv at Base 3.8.0
- _ZNK10MEMMDArray13GetAttributesEPKPKc at Base 3.8.0
- _ZNK10MEMMDArray13GetSpatialRefEv at Base 3.8.0
- _ZNK10MEMMDArray17GetRawNoDataValueEv at Base 3.8.0
- _ZNK10MEMMDArray22GetCoordinateVariablesEv at Base 3.8.0
- _ZNK10MEMMDArray7GetUnitB5cxx11Ev at Base 3.8.0
- _ZNK10MEMMDArray8GetScaleEPbP12GDALDataType at Base 3.8.0
- _ZNK10MEMMDArray9GetOffsetEPbP12GDALDataType at Base 3.8.0
- _ZNK10OGRFeature10CopySelfToEPS_ at Base 2.3.0
- _ZNK10OGRFeature10FieldValue11GetAsDoubleEv at Base 2.3.0
- _ZNK10OGRFeature10FieldValue11GetAsStringEv at Base 2.3.0
- _ZNK10OGRFeature10FieldValue11GetDateTimeEPiS1_S1_S1_S1_PfS1_ at Base 2.3.0
- _ZNK10OGRFeature10FieldValue11GetRawValueEv at Base 2.3.0
- _ZNK10OGRFeature10FieldValue12GetAsIntegerEv at Base 2.3.0
- _ZNK10OGRFeature10FieldValue14GetAsInteger64Ev at Base 2.3.0
- _ZNK10OGRFeature10FieldValue15GetAsDoubleListEv at Base 2.3.0
- _ZNK10OGRFeature10FieldValue15GetAsStringListB5cxx11Ev at Base 2.3.0
- _ZNK10OGRFeature10FieldValue16GetAsIntegerListEv at Base 2.3.0
- _ZNK10OGRFeature10FieldValue18GetAsInteger64ListEv at Base 2.3.0
- _ZNK10OGRFeature10FieldValue6IsNullEv at Base 2.3.0
- _ZNK10OGRFeature10FieldValue7GetDefnEv at Base 2.3.0
- _ZNK10OGRFeature10FieldValue7IsUnsetEv at Base 2.3.0
- _ZNK10OGRFeature10FieldValue8GetIndexEv at Base 2.3.0
- _ZNK10OGRFeature10FieldValuecvPKPKcEv at Base 2.3.0
- _ZNK10OGRFeature10IsFieldSetEi at Base 2.3.0
- _ZNK10OGRFeature11IsFieldNullEi at Base 2.3.0
- _ZNK10OGRFeature12DumpReadableEP8_IO_FILEPKPKc at Base 3.7.0
- _ZNK10OGRFeature13GetStyleTableEv at Base 2.3.0
- _ZNK10OGRFeature14GetGeometryRefEv at Base 2.3.0
- _ZNK10OGRFeature14GetStyleStringEv at Base 2.3.0
- _ZNK10OGRFeature15GetGeomFieldRefEPKc at Base 2.3.0
- _ZNK10OGRFeature15GetGeomFieldRefEi at Base 2.3.0
- _ZNK10OGRFeature16GetFieldAsBinaryEiPi at Base 2.3.0
- _ZNK10OGRFeature16GetFieldAsDoubleEi at Base 2.3.0
- (arch=!sh4)_ZNK10OGRFeature16GetFieldAsStringEPKc at Base 3.7.2
- _ZNK10OGRFeature16GetFieldAsStringEi at Base 2.3.0
- _ZNK10OGRFeature17GetFieldAsIntegerEi at Base 2.3.0
- _ZNK10OGRFeature18ConstFieldIteratordeEv at Base 2.3.0
- _ZNK10OGRFeature18ConstFieldIteratorneERKS0_ at Base 2.3.0
- _ZNK10OGRFeature18GetFieldAsDateTimeEiPiS0_S0_S0_S0_PfS0_ at Base 2.3.0
- _ZNK10OGRFeature18GetFieldAsDateTimeEiPiS0_S0_S0_S0_S0_S0_ at Base 2.3.0
- _ZNK10OGRFeature19GetFieldAsInteger64Ei at Base 2.3.0
- _ZNK10OGRFeature20DumpReadableAsStringB5cxx11EPKPKc at Base 3.7.0
- _ZNK10OGRFeature20GetFieldAsDoubleListEiPi at Base 2.3.0
- _ZNK10OGRFeature20GetFieldAsStringListEi at Base 2.3.0
- _ZNK10OGRFeature20IsFieldSetAndNotNullEi at Base 2.3.0
- _ZNK10OGRFeature21GetFieldAsIntegerListEiPi at Base 2.3.0
- _ZNK10OGRFeature23GetFieldAsInteger64ListEiPi at Base 2.3.0
- _ZNK10OGRFeature24GetFieldAsSerializedJSonEi at Base 2.3.0
- _ZNK10OGRFeature25GetFieldAsISO8601DateTimeEiPKPKc at Base 3.7.0
- _ZNK10OGRFeature3endEv at Base 2.3.0
- _ZNK10OGRFeature5CloneEv at Base 2.3.0
- _ZNK10OGRFeature5EqualEPKS_ at Base 2.3.0
- _ZNK10OGRFeature5beginEv at Base 2.3.0
- _ZNK10OGRFeature8ValidateEii at Base 2.3.0
- _ZNK10OGRFeatureixEPKc at Base 2.3.0
- _ZNK10OGRFeatureixEi at Base 2.3.0
- _ZNK10OGRPolygon11exportToWkbE15OGRwkbByteOrderPh13OGRwkbVariant at Base 1.11.0
- _ZNK10OGRPolygon11exportToWktB5cxx11ERK13OGRWktOptionsPi at Base 3.1.0
- _ZNK10OGRPolygon15CurvePolyToPolyEdPKPKc at Base 2.0.1
- _ZNK10OGRPolygon15getExteriorRingEv at Base 1.8.0
- _ZNK10OGRPolygon15getGeometryNameEv at Base 1.8.0
- _ZNK10OGRPolygon15getGeometryTypeEv at Base 1.8.0
- _ZNK10OGRPolygon15getInteriorRingEi at Base 1.8.0
- _ZNK10OGRPolygon16IsPointOnSurfaceEPK8OGRPoint at Base 1.8.0
- _ZNK10OGRPolygon16getCurveGeometryEPKPKc at Base 2.0.1
- _ZNK10OGRPolygon16hasCurveGeometryEi at Base 2.0.1
- _ZNK10OGRPolygon17getLinearGeometryEdPKPKc at Base 2.0.1
- _ZNK10OGRPolygon18GetCasterToPolygonEv at Base 2.0.1
- _ZNK10OGRPolygon23GetCasterToCurvePolygonEv at Base 2.0.1
- _ZNK10OGRPolygon5cloneEv at Base 3.3.0
- _ZNK10OGRPolygon6acceptEP24IOGRConstGeometryVisitor at Base 2.3.0
- _ZNK10OGRPolygon7WkbSizeEv at Base 1.8.0
- _ZNK10OGRPolygon9checkRingEP8OGRCurve at Base 2.0.1
- _ZNK10OGRSurface14PointOnSurfaceEP8OGRPoint at Base 2.3.0
- _ZNK10VRTDataset12GetRootGroupEv at Base 3.1.0
- _ZNK10VRTDataset13GetSpatialRefEv at Base 3.0.0
- _ZNK10VRTDataset16GetGCPSpatialRefEv at Base 3.0.0
- _ZNK11GDALDataset10IsAllBandsEiPKi at Base 3.7.0
- _ZNK11GDALDataset11GetRefCountEv at Base 2.0.1
- _ZNK11GDALDataset12GetRootGroupEv at Base 3.1.0
- _ZNK11GDALDataset13GetSpatialRefEv at Base 3.0.0
- _ZNK11GDALDataset14GetFieldDomainERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.3.0
- _ZNK11GDALDataset14IsLayerPrivateEi at Base 3.4.0
- _ZNK11GDALDataset15GetRelationshipERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.6.0
- _ZNK11GDALDataset16GetGCPSpatialRefEv at Base 3.0.0
- _ZNK11GDALDataset16GetProjectionRefEv at Base 3.0.0
- _ZNK11GDALDataset18GetSummaryRefCountEv at Base 2.0.1
- _ZNK11GDALDataset19AreOverviewsEnabledEv at Base 3.3.0
- _ZNK11GDALDataset19GetFieldDomainNamesB5cxx11EPKPKc at Base 3.5.0
- _ZNK11GDALDataset20GetRelationshipNamesB5cxx11EPKPKc at Base 3.6.0
- _ZNK11GDALDataset5Bands3endEv at Base 2.3.0
- _ZNK11GDALDataset5Bands4sizeEv at Base 2.3.0
- _ZNK11GDALDataset5Bands5beginEv at Base 2.3.0
- _ZNK11GDALDataset5Bands8IteratorneERKS1_ at Base 2.3.0
- _ZNK11GDALDataset6Layers3endEv at Base 2.3.0
- _ZNK11GDALDataset6Layers4sizeEv at Base 2.3.0
- _ZNK11GDALDataset6Layers5beginEv at Base 2.3.0
- _ZNK11GDALDataset6Layers8IteratordeEv at Base 2.3.0
- _ZNK11GDALDataset6Layers8IteratorneERKS1_ at Base 2.3.0
- _ZNK11GDALDataset8Features3endEv at Base 2.3.0
- _ZNK11GDALDataset8Features5beginEv at Base 2.3.0
- _ZNK11GDALDataset8Features8IteratordeEv at Base 2.3.0
- _ZNK11GDALDataset8Features8IteratorneERKS1_ at Base 2.3.0
- _ZNK11GDALDataset9GetSharedEv at Base 2.2.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNK11GDALMDArray10AdviseReadEPKyPKjPKPKc at Base 3.7.2
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNK11GDALMDArray10AdviseReadEPKyPKmPKPKc at Base 3.8.0
- _ZNK11GDALMDArray10GetGriddedERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt10shared_ptrIS_ESB_PKPKc at Base 3.7.0
- _ZNK11GDALMDArray11GetUnscaledEddd at Base 3.8.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNK11GDALMDArray11IAdviseReadEPKyPKjPKPKc at Base 3.7.2
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNK11GDALMDArray11IAdviseReadEPKyPKmPKPKc at Base 3.8.0
- _ZNK11GDALMDArray11IsCacheableEv at Base 3.4.0
- _ZNK11GDALMDArray12GetResampledERKSt6vectorISt10shared_ptrI13GDALDimensionESaIS3_EE18GDALRIOResampleAlgPK19OGRSpatialReferencePKPKc at Base 3.4.0
- _ZNK11GDALMDArray12GetRootGroupEv at Base 3.8.0
- _ZNK11GDALMDArray13GetSpatialRefEv at Base 3.1.0
- (arch=armel armhf hppa hurd-i386 i386 m68k powerpc sh4)_ZNK11GDALMDArray16AsClassicDatasetEjjRKSt10shared_ptrI9GDALGroupEPKPKc at Base 3.8.0
- (arch=amd64 arm64 ia64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNK11GDALMDArray16AsClassicDatasetEmmRKSt10shared_ptrI9GDALGroupEPKPKc at Base 3.8.3
- _ZNK11GDALMDArray16GetTotalCopyCostEv at Base 3.1.0
- _ZNK11GDALMDArray17GetCacheRootGroupEbRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.4.0
- _ZNK11GDALMDArray17GetRawNoDataValueEv at Base 3.1.0
- _ZNK11GDALMDArray17GetStructuralInfoEv at Base 3.1.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNK11GDALMDArray17GuessGeoTransformEjjbPd at Base 3.7.2
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNK11GDALMDArray17GuessGeoTransformEmmbPd at Base 3.8.0
- _ZNK11GDALMDArray17IsRegularlySpacedERdS0_ at Base 3.4.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNK11GDALMDArray19IsTransposedRequestEPKjPKi at Base 3.7.2
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNK11GDALMDArray19IsTransposedRequestEPKmPKx at Base 3.8.0
- _ZNK11GDALMDArray21GetNoDataValueAsInt64EPb at Base 3.5.0
- _ZNK11GDALMDArray22GetCoordinateVariablesEv at Base 3.4.0
- _ZNK11GDALMDArray22GetNoDataValueAsDoubleEPb at Base 3.1.0
- _ZNK11GDALMDArray22GetNoDataValueAsUInt64EPb at Base 3.5.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNK11GDALMDArray24ReadForTransposedRequestEPKyPKjPKxPKiRK20GDALExtendedDataTypePv at Base 3.7.2
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNK11GDALMDArray24ReadForTransposedRequestEPKyPKmPKxS5_RK20GDALExtendedDataTypePv at Base 3.8.0
- (arch=armel armhf hppa hurd-i386 i386 m68k powerpc sh4)_ZNK11GDALMDArray24ReadUsingContiguousIReadEPKyPKjPKxPKiRK20GDALExtendedDataTypePv at Base 3.8.0
- (arch=amd64 arm64 ia64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNK11GDALMDArray24ReadUsingContiguousIReadEPKyPKmPKxS5_RK20GDALExtendedDataTypePv at Base 3.8.3
- (arch=armel armhf hppa hurd-i386 i386 m68k powerpc sh4)_ZNK11GDALMDArray46IsStepOneContiguousRowMajorOrderedSameDataTypeEPKjPKxPKiRK20GDALExtendedDataType at Base 3.8.0
- (arch=amd64 arm64 ia64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNK11GDALMDArray46IsStepOneContiguousRowMajorOrderedSameDataTypeEPKmPKxS3_RK20GDALExtendedDataType at Base 3.8.3
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNK11GDALMDArray4ReadEPKyPKjPKxPKiRK20GDALExtendedDataTypePvPKvj at Base 3.7.2
- (arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_ZNK11GDALMDArray4ReadEPKyPKmPKxS5_RK20GDALExtendedDataTypePvPKvm at Base 3.4.2
- _ZNK11GDALMDArray5CacheEPKPKc at Base 3.4.0
- _ZNK11GDALMDArray7GetMaskEPKPKc at Base 3.1.0
- _ZNK11GDALMDArray7GetUnitB5cxx11Ev at Base 3.1.0
- _ZNK11GDALMDArray7GetViewERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.1.0
- _ZNK11GDALMDArray7GetViewERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEbRSt6vectorINS_8ViewSpecESaIS9_EE at Base 3.1.0
- _ZNK11GDALMDArray7GetViewERKSt6vectorIySaIyEE at Base 3.1.0
- _ZNK11GDALMDArray8GetScaleEPbP12GDALDataType at Base 3.3.0
- _ZNK11GDALMDArray9GetOffsetEPbP12GDALDataType at Base 3.3.0
- _ZNK11GDALMDArray9TransposeERKSt6vectorIiSaIiEE at Base 3.1.0
- _ZNK11GDALMDArrayixERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.1.0
- _ZNK11OGRGeometry10ConvexHullEv at Base 1.8.0
- _ZNK11OGRGeometry10DifferenceEPKS_ at Base 1.8.0
- _ZNK11OGRGeometry10Distance3DEPKS_ at Base 2.2.0
- _ZNK11OGRGeometry10IntersectsEPKS_ at Base 2.0.1
- _ZNK11OGRGeometry10PolygonizeEv at Base 1.9.0
- _ZNK11OGRGeometry10UnaryUnionEv at Base 3.7.0
- _ZNK11OGRGeometry11ConcaveHullEdb at Base 3.6.0
- _ZNK11OGRGeometry11exportToGMLEPKPKc at Base 1.8.0
- _ZNK11OGRGeometry11exportToKMLEv at Base 1.8.0
- _ZNK11OGRGeometry11exportToWktEPPc13OGRwkbVariant at Base 3.1.0
- _ZNK11OGRGeometry11getBoundaryEv at Base 1.8.0
- _ZNK11OGRGeometry12IntersectionEPKS_ at Base 1.8.0
- _ZNK11OGRGeometry12dumpReadableB5cxx11EPKcPKS1_ at Base 3.7.0
- _ZNK11OGRGeometry12dumpReadableEP8_IO_FILEPKcPKS3_ at Base 3.7.0
- _ZNK11OGRGeometry12exportToGEOSEP20GEOSContextHandle_HS at Base 1.11.0
- _ZNK11OGRGeometry12exportToJsonEv at Base 1.8.0
- _ZNK11OGRGeometry13SymDifferenceEPKS_ at Base 1.8.0
- _ZNK11OGRGeometry13UnionCascadedEv at Base 1.8.0
- _ZNK11OGRGeometry13wktTypeStringB5cxx11E13OGRwkbVariant at Base 3.1.0
- _ZNK11OGRGeometry16getCurveGeometryEPKPKc at Base 2.0.1
- _ZNK11OGRGeometry16hasCurveGeometryEi at Base 2.0.1
- _ZNK11OGRGeometry17getLinearGeometryEdPKPKc at Base 2.0.1
- _ZNK11OGRGeometry18IsSFCGALCompatibleEv at Base 2.2.0
- _ZNK11OGRGeometry18getIsoGeometryTypeEv at Base 1.11.0
- _ZNK11OGRGeometry19CoordinateDimensionEv at Base 2.1.0
- _ZNK11OGRGeometry19SymmetricDifferenceEPKS_ at Base 1.8.0
- _ZNK11OGRGeometry21DelaunayTriangulationEdi at Base 2.1.0
- _ZNK11OGRGeometry22PointOnSurfaceInternalEP8OGRPoint at Base 2.1.0
- _ZNK11OGRGeometry22getCoordinateDimensionEv at Base 1.8.0
- _ZNK11OGRGeometry24SimplifyPreserveTopologyEd at Base 1.9.0
- _ZNK11OGRGeometry5EqualEPS_ at Base 1.8.0
- _ZNK11OGRGeometry5UnionEPKS_ at Base 1.8.0
- _ZNK11OGRGeometry6BufferEdi at Base 1.8.0
- _ZNK11OGRGeometry6IsRingEv at Base 1.8.0
- _ZNK11OGRGeometry6WithinEPKS_ at Base 1.8.0
- _ZNK11OGRGeometry7CrossesEPKS_ at Base 1.8.0
- _ZNK11OGRGeometry7IsValidEv at Base 1.8.0
- _ZNK11OGRGeometry7TouchesEPKS_ at Base 1.8.0
- _ZNK11OGRGeometry8BoundaryEv at Base 1.8.0
- _ZNK11OGRGeometry8CentroidEP8OGRPoint at Base 1.8.0
- _ZNK11OGRGeometry8ContainsEPKS_ at Base 1.8.0
- _ZNK11OGRGeometry8DisjointEPKS_ at Base 1.8.0
- _ZNK11OGRGeometry8DistanceEPKS_ at Base 1.8.0
- _ZNK11OGRGeometry8IsSimpleEv at Base 1.8.0
- _ZNK11OGRGeometry8OverlapsEPKS_ at Base 1.8.0
- _ZNK11OGRGeometry8SimplifyEd at Base 1.8.0
- _ZNK11OGRGeometry9IntersectEPS_ at Base 1.8.0
- _ZNK11OGRGeometry9MakeValidEPKPKc at Base 3.4.0
- _ZNK11OGRGeometry9NormalizeEv at Base 3.3.0
- _ZNK11OGRTriangle15getGeometryNameEv at Base 2.2.0
- _ZNK11OGRTriangle15getGeometryTypeEv at Base 2.2.0
- _ZNK11OGRTriangle18GetCasterToPolygonEv at Base 2.2.0
- _ZNK11OGRTriangle18quickValidityCheckEv at Base 2.2.0
- _ZNK11OGRTriangle5cloneEv at Base 3.3.0
- _ZNK11OGRTriangle6acceptEP24IOGRConstGeometryVisitor at Base 2.3.0
- _ZNK11OGR_SRSNode11exportToWktEPPc at Base 1.8.0
- _ZNK11OGR_SRSNode12NeedsQuotingEv at Base 1.8.0
- _ZNK11OGR_SRSNode17exportToPrettyWktEPPci at Base 1.8.0
- _ZNK11OGR_SRSNode5CloneEv at Base 1.8.0
- _ZNK11OGR_SRSNode7GetNodeEPKc at Base 1.8.0
- _ZNK11OGR_SRSNode8GetChildEi at Base 1.8.0
- _ZNK11OGR_SRSNode9FindChildEPKc at Base 1.8.0
- _ZNK11swq_summary10ComparatorclERK9CPLStringS3_ at Base 3.1.0
- _ZNK12CPLJSONArray13ConstIteratordeEv at Base 3.7.1
- _ZNK12CPLJSONArray4SizeEv at Base 2.3.0
- _ZNK12CPLJSONArrayixEi at Base 2.3.0
- _ZNK12GDALOpenInfo21AreSiblingFilesLoadedEv at Base 2.1.0
- _ZNK12OGRFieldDefn10GetDefaultEv at Base 2.0.1
- _ZNK12OGRFieldDefn23IsDefaultDriverSpecificEv at Base 2.0.1
- _ZNK12OGRFieldDefn6IsSameEPKS_ at Base 1.10.0
- _ZNK13CPLJSONObject10GetIntegerERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEi at Base 2.3.0
- _ZNK13CPLJSONObject11GetChildrenEv at Base 2.3.0
- _ZNK13CPLJSONObject15GetObjectByPathERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERS5_ at Base 2.3.0
- _ZNK13CPLJSONObject5CloneEv at Base 3.8.0
- _ZNK13CPLJSONObject6FormatB5cxx11ENS_12PrettyFormatE at Base 2.3.0
- _ZNK13CPLJSONObject6GetObjERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.3.0
- _ZNK13CPLJSONObject6ToBoolEb at Base 2.3.0
- _ZNK13CPLJSONObject6ToLongEx at Base 2.3.0
- _ZNK13CPLJSONObject7GetBoolERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEb at Base 2.3.0
- _ZNK13CPLJSONObject7GetLongERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEx at Base 2.3.0
- _ZNK13CPLJSONObject7GetTypeEv at Base 2.3.0
- _ZNK13CPLJSONObject7IsValidEv at Base 2.3.0
- _ZNK13CPLJSONObject7ToArrayEv at Base 2.3.0
- _ZNK13CPLJSONObject8GetArrayERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.3.0
- _ZNK13CPLJSONObject8ToDoubleEd at Base 2.3.0
- _ZNK13CPLJSONObject8ToStringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.3.0
- _ZNK13CPLJSONObject9GetDoubleERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEd at Base 2.3.0
- _ZNK13CPLJSONObject9GetStringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_ at Base 2.3.0
- _ZNK13CPLJSONObject9ToIntegerEi at Base 2.3.0
- _ZNK13CPLJSONObjectixERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.3.0
- _ZNK13CPLStringList12FetchBooleanEPKci at Base 1.9.0
- _ZNK13CPLStringList14FetchNameValueEPKc at Base 1.9.0
- _ZNK13CPLStringList17FetchNameValueDefEPKcS1_ at Base 1.9.0
- _ZNK13CPLStringList5CountEv at Base 1.9.0
- _ZNK13CPLStringList8FindNameEPKc at Base 1.9.0
- _ZNK13CPLStringList9FetchBoolEPKcb at Base 2.1.0
- _ZNK13CPLStringListixEi at Base 1.9.0
- _ZNK13GDALAttribute12ReadAsDoubleEv at Base 3.1.0
- _ZNK13GDALAttribute12ReadAsStringEv at Base 3.1.0
- _ZNK13GDALAttribute14ReadAsIntArrayEv at Base 3.1.0
- _ZNK13GDALAttribute17GetDimensionsSizeEv at Base 3.1.0
- _ZNK13GDALAttribute17ReadAsDoubleArrayEv at Base 3.1.0
- _ZNK13GDALAttribute17ReadAsStringArrayEv at Base 3.1.0
- _ZNK13GDALAttribute9ReadAsIntEv at Base 3.1.0
- _ZNK13GDALAttribute9ReadAsRawEv at Base 3.1.0
- _ZNK13GDALDimension19GetIndexingVariableEv at Base 3.1.0
- _ZNK13MEMRasterBand10IsMaskBandEv at Base 3.5.0
- _ZNK13OGRLineString11CurveToLineEdPKPKc at Base 2.0.1
- _ZNK13OGRLineString11isClockwiseEv at Base 3.6.0
- _ZNK13OGRLineString15getGeometryNameEv at Base 1.8.0
- _ZNK13OGRLineString15getGeometryTypeEv at Base 1.8.0
- _ZNK13OGRLineString16getCurveGeometryEPKPKc at Base 2.0.1
- _ZNK13OGRLineString21GetCasterToLineStringEv at Base 2.0.1
- _ZNK13OGRLineString21GetCasterToLinearRingEv at Base 2.0.1
- _ZNK13OGRLineString23get_AreaOfCurveSegmentsEv at Base 2.0.1
- _ZNK13OGRLineString5cloneEv at Base 3.3.0
- _ZNK13OGRLineString6acceptEP24IOGRConstGeometryVisitor at Base 2.3.0
- _ZNK13OGRLineString8get_AreaEv at Base 2.0.1
- _ZNK13OGRLinearRing11exportToWkbE15OGRwkbByteOrderPh13OGRwkbVariant at Base 1.11.0
- _ZNK13OGRLinearRing12_exportToWkbE15OGRwkbByteOrderiPh at Base 1.8.0
- _ZNK13OGRLinearRing13isPointInRingEPK8OGRPointi at Base 1.8.0
- _ZNK13OGRLinearRing15getGeometryNameEv at Base 1.8.0
- _ZNK13OGRLinearRing21GetCasterToLineStringEv at Base 2.0.1
- _ZNK13OGRLinearRing21GetCasterToLinearRingEv at Base 2.0.1
- _ZNK13OGRLinearRing21isPointOnRingBoundaryEPK8OGRPointi at Base 1.8.0
- _ZNK13OGRLinearRing5cloneEv at Base 1.8.0
- _ZNK13OGRLinearRing6acceptEP24IOGRConstGeometryVisitor at Base 2.3.0
- _ZNK13OGRLinearRing7WkbSizeEv at Base 1.8.0
- _ZNK13OGRLinearRing8_WkbSizeEi at Base 1.8.0
- _ZNK13OGRMultiCurve11exportToWktB5cxx11ERK13OGRWktOptionsPi at Base 3.1.0
- _ZNK13OGRMultiCurve12getDimensionEv at Base 2.0.1
- _ZNK13OGRMultiCurve15getGeometryNameEv at Base 2.0.1
- _ZNK13OGRMultiCurve15getGeometryTypeEv at Base 2.0.1
- _ZNK13OGRMultiCurve16hasCurveGeometryEi at Base 2.0.1
- _ZNK13OGRMultiCurve19isCompatibleSubTypeE18OGRwkbGeometryType at Base 2.0.1
- _ZNK13OGRMultiCurve5cloneEv at Base 3.3.0
- _ZNK13OGRMultiCurve6acceptEP24IOGRConstGeometryVisitor at Base 2.3.0
- _ZNK13OGRMultiPoint11exportToWktB5cxx11ERK13OGRWktOptionsPi at Base 3.1.0
- _ZNK13OGRMultiPoint12getDimensionEv at Base 1.10.0
- _ZNK13OGRMultiPoint15getGeometryNameEv at Base 1.8.0
- _ZNK13OGRMultiPoint15getGeometryTypeEv at Base 1.8.0
- _ZNK13OGRMultiPoint16hasCurveGeometryEi at Base 2.0.1
- _ZNK13OGRMultiPoint19isCompatibleSubTypeE18OGRwkbGeometryType at Base 2.0.1
- _ZNK13OGRMultiPoint5cloneEv at Base 3.3.0
- _ZNK13OGRMultiPoint6acceptEP24IOGRConstGeometryVisitor at Base 2.3.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNK13RawRasterBand10DoByteSwapEPvjib at Base 3.7.2
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNK13RawRasterBand10DoByteSwapEPvmib at Base 3.8.0
- _ZNK13RawRasterBand17ComputeFileOffsetEi at Base 3.3.0
- _ZNK13RawRasterBand20NeedsByteOrderChangeEv at Base 3.1.0
- _ZNK13RawRasterBand5IsBIPEv at Base 3.3.0
- _ZNK13VRTRasterBand10IsMaskBandEv at Base 3.5.0
- _ZNK13VRTRasterBand28IsNoDataValueInDataTypeRangeEv at Base 3.6.0
- _ZNK13swq_expr_nodeeqERKS_ at Base 3.7.0
- _ZNK14GDALColorTable10IsIdentityEv at Base 3.4.1
- _ZNK14GDALColorTable13GetColorEntryEi at Base 1.8.0
- _ZNK14GDALColorTable18GetColorEntryAsRGBEiP14GDALColorEntry at Base 1.8.0
- _ZNK14GDALColorTable18GetColorEntryCountEv at Base 1.8.0
- _ZNK14GDALColorTable24GetPaletteInterpretationEv at Base 1.8.0
- _ZNK14GDALColorTable5CloneEv at Base 1.8.0
- _ZNK14GDALColorTable6IsSameEPKS_ at Base 2.0.1
- _ZNK14GDALPamDataset13GetSpatialRefEv at Base 3.0.0
- _ZNK14GDALPamDataset16GetGCPSpatialRefEv at Base 3.0.0
- _ZNK14GDALPamMDArray13GetSpatialRefEv at Base 3.4.0
- _ZNK14GDALRasterBand10IsMaskBandEv at Base 3.5.0
- _ZNK14GDALRasterBand17GetMaskValueRangeEv at Base 3.5.0
- _ZNK14GDALRasterBand30GetSuggestedBlockAccessPatternEv at Base 3.6.0
- _ZNK14GDALRasterBand9AsMDArrayEv at Base 3.1.0
- _ZNK14OGRFeatureDefn11GetGeomTypeEv at Base 2.3.0
- _ZNK14OGRFeatureDefn12GetFieldDefnEi at Base 2.3.0
- _ZNK14OGRFeatureDefn13GetFieldCountEv at Base 2.3.0
- _ZNK14OGRFeatureDefn13GetFieldIndexEPKc at Base 2.3.0
- _ZNK14OGRFeatureDefn14IsStyleIgnoredEv at Base 2.2.0
- _ZNK14OGRFeatureDefn16GetGeomFieldDefnEi at Base 2.3.0
- _ZNK14OGRFeatureDefn17GetGeomFieldCountEv at Base 2.3.0
- _ZNK14OGRFeatureDefn17GetGeomFieldIndexEPKc at Base 2.3.0
- _ZNK14OGRFeatureDefn17IsGeometryIgnoredEv at Base 2.3.0
- _ZNK14OGRFeatureDefn20ComputeMapForSetFromEPKS_b at Base 2.3.0
- _ZNK14OGRFeatureDefn26GetFieldIndexCaseSensitiveEPKc at Base 2.4.0
- _ZNK14OGRFeatureDefn5CloneEv at Base 2.3.0
- _ZNK14OGRFeatureDefn6IsSameEPKS_ at Base 2.3.0
- _ZNK14OGRFeatureDefn7GetNameEv at Base 2.3.0
- _ZNK14OGRSimpleCurve10StartPointEP8OGRPoint at Base 2.0.1
- _ZNK14OGRSimpleCurve10getSubLineEddi at Base 2.0.1
- _ZNK14OGRSimpleCurve10get_LengthEv at Base 2.0.1
- _ZNK14OGRSimpleCurve11exportToWkbE15OGRwkbByteOrderPh13OGRwkbVariant at Base 2.0.1
- _ZNK14OGRSimpleCurve11exportToWktB5cxx11ERK13OGRWktOptionsPi at Base 3.1.0
- _ZNK14OGRSimpleCurve11getEnvelopeEP11OGREnvelope at Base 2.0.1
- _ZNK14OGRSimpleCurve11getEnvelopeEP13OGREnvelope3D at Base 2.0.1
- _ZNK14OGRSimpleCurve12getNumPointsEv at Base 2.0.1
- _ZNK14OGRSimpleCurve13ConstIteratordeEv at Base 2.3.0
- _ZNK14OGRSimpleCurve13ConstIteratorneERKS0_ at Base 2.3.0
- _ZNK14OGRSimpleCurve14get_LinearAreaEv at Base 2.0.1
- _ZNK14OGRSimpleCurve16getPointIteratorEv at Base 2.0.1
- _ZNK14OGRSimpleCurve3endEv at Base 2.3.0
- _ZNK14OGRSimpleCurve4getMEi at Base 2.1.0
- _ZNK14OGRSimpleCurve4getZEi at Base 2.0.1
- _ZNK14OGRSimpleCurve5ValueEdP8OGRPoint at Base 2.0.1
- _ZNK14OGRSimpleCurve5beginEv at Base 2.3.0
- _ZNK14OGRSimpleCurve6EqualsEPK11OGRGeometry at Base 2.3.0
- _ZNK14OGRSimpleCurve7IsEmptyEv at Base 2.0.1
- _ZNK14OGRSimpleCurve7ProjectEPK8OGRPoint at Base 2.0.1
- _ZNK14OGRSimpleCurve7WkbSizeEv at Base 2.0.1
- _ZNK14OGRSimpleCurve8EndPointEP8OGRPoint at Base 2.0.1
- _ZNK14OGRSimpleCurve8IteratorneERKS0_ at Base 2.3.0
- _ZNK14OGRSimpleCurve8getPointEiP8OGRPoint at Base 2.0.1
- _ZNK14OGRSimpleCurve9getPointsEP11OGRRawPointPd at Base 2.0.1
- _ZNK14OGRSimpleCurve9getPointsEPviS0_iS0_iS0_i at Base 2.1.0
- _ZNK15CPLJSONDocument12SaveAsStringB5cxx11Ev at Base 3.1.0
- _ZNK15CPLJSONDocument4SaveERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.1.0
- _ZNK15CPLJSONDocument7GetRootEv at Base 3.1.0
- _ZNK15GDALMajorObject10GetMOFlagsEv at Base 2.2.0
- _ZNK15GDALMajorObject14GetDescriptionEv at Base 1.8.0
- _ZNK15GMLFeatureClass11GetPropertyEi at Base 1.8.0
- _ZNK15GMLFeatureClass14GetElementNameEv at Base 1.8.0
- _ZNK15GMLFeatureClass16GetPropertyIndexEPKc at Base 1.8.0
- _ZNK15GMLFeatureClass17GetElementNameLenEv at Base 1.9.0
- _ZNK15GMLFeatureClass19GetGeometryPropertyEi at Base 1.11.0
- _ZNK15GMLFeatureClass28GetPropertyIndexBySrcElementEPKci at Base 1.9.0
- _ZNK15GMLFeatureClass36GetGeometryPropertyIndexBySrcElementEPKc at Base 1.11.0
- _ZNK15OGRCurvePolygon10IntersectsEPK11OGRGeometry at Base 2.0.1
- _ZNK15OGRCurvePolygon11exportToWkbE15OGRwkbByteOrderPh13OGRwkbVariant at Base 2.0.1
- _ZNK15OGRCurvePolygon11exportToWktB5cxx11ERK13OGRWktOptionsPi at Base 3.1.0
- _ZNK15OGRCurvePolygon11getEnvelopeEP11OGREnvelope at Base 2.0.1
- _ZNK15OGRCurvePolygon11getEnvelopeEP13OGREnvelope3D at Base 2.0.1
- _ZNK15OGRCurvePolygon12getDimensionEv at Base 2.0.1
- _ZNK15OGRCurvePolygon13ContainsPointEPK8OGRPoint at Base 2.0.1
- _ZNK15OGRCurvePolygon15CurvePolyToPolyEdPKPKc at Base 2.0.1
- _ZNK15OGRCurvePolygon15IntersectsPointEPK8OGRPoint at Base 2.3.0
- _ZNK15OGRCurvePolygon15getGeometryNameEv at Base 2.0.1
- _ZNK15OGRCurvePolygon15getGeometryTypeEv at Base 2.0.1
- _ZNK15OGRCurvePolygon16hasCurveGeometryEi at Base 2.0.1
- _ZNK15OGRCurvePolygon17getLinearGeometryEdPKPKc at Base 2.0.1
- _ZNK15OGRCurvePolygon18GetCasterToPolygonEv at Base 2.0.1
- _ZNK15OGRCurvePolygon19getNumInteriorRingsEv at Base 2.0.1
- _ZNK15OGRCurvePolygon20getExteriorRingCurveEv at Base 2.0.1
- _ZNK15OGRCurvePolygon20getInteriorRingCurveEi at Base 2.0.1
- _ZNK15OGRCurvePolygon23GetCasterToCurvePolygonEv at Base 2.0.1
- _ZNK15OGRCurvePolygon5cloneEv at Base 2.0.1
- _ZNK15OGRCurvePolygon6EqualsEPK11OGRGeometry at Base 2.3.0
- _ZNK15OGRCurvePolygon6acceptEP24IOGRConstGeometryVisitor at Base 2.3.0
- _ZNK15OGRCurvePolygon7IsEmptyEv at Base 2.0.1
- _ZNK15OGRCurvePolygon7WkbSizeEv at Base 2.0.1
- _ZNK15OGRCurvePolygon8ContainsEPK11OGRGeometry at Base 2.0.1
- _ZNK15OGRCurvePolygon8get_AreaEv at Base 2.0.1
- _ZNK15OGRCurvePolygon9checkRingEP8OGRCurve at Base 2.0.1
- _ZNK15OGRMultiPolygon11exportToWktB5cxx11ERK13OGRWktOptionsPi at Base 3.1.0
- _ZNK15OGRMultiPolygon15getGeometryNameEv at Base 1.8.0
- _ZNK15OGRMultiPolygon15getGeometryTypeEv at Base 1.8.0
- _ZNK15OGRMultiPolygon16hasCurveGeometryEi at Base 2.0.1
- _ZNK15OGRMultiPolygon19isCompatibleSubTypeE18OGRwkbGeometryType at Base 2.0.1
- _ZNK15OGRMultiPolygon5cloneEv at Base 3.3.0
- _ZNK15OGRMultiPolygon6acceptEP24IOGRConstGeometryVisitor at Base 2.3.0
- _ZNK15OGRMultiSurface11exportToWktB5cxx11ERK13OGRWktOptionsPi at Base 3.1.0
- _ZNK15OGRMultiSurface12getDimensionEv at Base 2.0.1
- _ZNK15OGRMultiSurface14PointOnSurfaceEP8OGRPoint at Base 2.0.1
- _ZNK15OGRMultiSurface15getGeometryNameEv at Base 2.0.1
- _ZNK15OGRMultiSurface15getGeometryTypeEv at Base 2.0.1
- _ZNK15OGRMultiSurface16hasCurveGeometryEi at Base 2.0.1
- _ZNK15OGRMultiSurface19isCompatibleSubTypeE18OGRwkbGeometryType at Base 2.0.1
- _ZNK15OGRMultiSurface5cloneEv at Base 3.3.0
- _ZNK15OGRMultiSurface6acceptEP24IOGRConstGeometryVisitor at Base 2.3.0
- _ZNK15VRTSimpleSource10OpenSourceEv at Base 3.4.0
- _ZNK15VRTSimpleSource13GetRasterBandEv at Base 3.4.0
- _ZNK15VRTSimpleSource18ValidateOpenedBandEP14GDALRasterBand at Base 3.6.0
- _ZNK15VRTSimpleSource20NeedMaxValAdjustmentEv at Base 2.1.0
- _ZNK15VRTSimpleSource8DstToSrcEddRdS0_ at Base 2.3.0
- _ZNK15VRTSimpleSource8SrcToDstEddRdS0_ at Base 2.3.0
- _ZNK16CPLODBCStatement18GetColDataAsDoubleEPKc at Base 3.5.0
- _ZNK16CPLODBCStatement18GetColDataAsDoubleEi at Base 3.5.0
- _ZNK16CPLODBCStatement8GetColIdEPKc at Base 3.5.0
- _ZNK16GDALEDTComponenteqERKS_ at Base 3.1.0
- _ZNK16GDALProxyDataset13GetSpatialRefEv at Base 3.0.0
- _ZNK16GDALProxyDataset16GetGCPSpatialRefEv at Base 3.0.0
- _ZNK16GDALProxyDataset22UnrefUnderlyingDatasetEP11GDALDataset at Base 3.0.0
- _ZNK16OGRCompoundCurve10StartPointEP8OGRPoint at Base 2.0.1
- _ZNK16OGRCompoundCurve10get_LengthEv at Base 2.0.1
- _ZNK16OGRCompoundCurve11CurveToLineEdPKPKc at Base 2.0.1
- _ZNK16OGRCompoundCurve11exportToWkbE15OGRwkbByteOrderPh13OGRwkbVariant at Base 2.0.1
- _ZNK16OGRCompoundCurve11exportToWktB5cxx11ERK13OGRWktOptionsPi at Base 3.1.0
- _ZNK16OGRCompoundCurve11getEnvelopeEP11OGREnvelope at Base 2.0.1
- _ZNK16OGRCompoundCurve11getEnvelopeEP13OGREnvelope3D at Base 2.0.1
- _ZNK16OGRCompoundCurve12getNumCurvesEv at Base 2.0.1
- _ZNK16OGRCompoundCurve12getNumPointsEv at Base 2.0.1
- _ZNK16OGRCompoundCurve15getGeometryNameEv at Base 2.0.1
- _ZNK16OGRCompoundCurve15getGeometryTypeEv at Base 2.0.1
- _ZNK16OGRCompoundCurve16getPointIteratorEv at Base 2.0.1
- _ZNK16OGRCompoundCurve16hasCurveGeometryEi at Base 2.0.1
- _ZNK16OGRCompoundCurve17getLinearGeometryEdPKPKc at Base 2.0.1
- _ZNK16OGRCompoundCurve19CurveToLineInternalEdPKPKci at Base 2.0.1
- _ZNK16OGRCompoundCurve21GetCasterToLineStringEv at Base 2.0.1
- _ZNK16OGRCompoundCurve21GetCasterToLinearRingEv at Base 2.0.1
- _ZNK16OGRCompoundCurve23get_AreaOfCurveSegmentsEv at Base 2.0.1
- _ZNK16OGRCompoundCurve5ValueEdP8OGRPoint at Base 2.0.1
- _ZNK16OGRCompoundCurve5cloneEv at Base 2.0.1
- _ZNK16OGRCompoundCurve6EqualsEPK11OGRGeometry at Base 2.3.0
- _ZNK16OGRCompoundCurve6acceptEP24IOGRConstGeometryVisitor at Base 2.3.0
- _ZNK16OGRCompoundCurve7IsEmptyEv at Base 2.0.1
- _ZNK16OGRCompoundCurve7WkbSizeEv at Base 2.0.1
- _ZNK16OGRCompoundCurve8EndPointEP8OGRPoint at Base 2.0.1
- _ZNK16OGRCompoundCurve8getCurveEi at Base 2.0.1
- _ZNK16OGRCompoundCurve8get_AreaEv at Base 2.0.1
- _ZNK16OGRGeomFieldDefn13GetSpatialRefEv at Base 2.3.0
- _ZNK16OGRGeomFieldDefn6IsSameEPKS_ at Base 2.3.0
- _ZNK16VRTComplexSource18AreValuesUnchangedEv at Base 2.3.2
- _ZNK16VRTComplexSource22GetAdjustedNoDataValueEv at Base 3.6.0
- _ZNK16VRTWarpedDataset12GetBlockSizeEPiS0_ at Base 2.3.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNK16VSIVirtualHandle5PReadEPvjy at Base 3.7.2
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNK16VSIVirtualHandle5PReadEPvmy at Base 3.8.0
- _ZNK16VSIVirtualHandle8HasPReadEv at Base 3.6.0
- _ZNK17GDALDriverManager14GetDriverCountEv at Base 2.2.0
- _ZNK17GDALIHasAttribute12GetAttributeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.1.0
- _ZNK17GDALIHasAttribute13GetAttributesEPKPKc at Base 3.1.0
- _ZNK17GDALIHasAttribute26GetAttributeFromAttributesERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.1.0
- _ZNK17GNMGenericNetwork10GetVersionEv at Base 2.2.0
- _ZNK17GNMGenericNetwork8GetRulesEv at Base 2.2.0
- _ZNK17OGRCircularString10get_LengthEv at Base 2.0.1
- _ZNK17OGRCircularString11CurveToLineEdPKPKc at Base 2.0.1
- _ZNK17OGRCircularString11IsValidFastEv at Base 2.0.1
- _ZNK17OGRCircularString11exportToWkbE15OGRwkbByteOrderPh13OGRwkbVariant at Base 2.0.1
- _ZNK17OGRCircularString11exportToWktB5cxx11ERK13OGRWktOptionsPi at Base 3.1.0
- _ZNK17OGRCircularString11getEnvelopeEP11OGREnvelope at Base 2.0.1
- _ZNK17OGRCircularString11getEnvelopeEP13OGREnvelope3D at Base 2.0.1
- _ZNK17OGRCircularString12IsFullCircleERdS0_S0_ at Base 2.0.1
- _ZNK17OGRCircularString13ContainsPointEPK8OGRPoint at Base 2.0.1
- _ZNK17OGRCircularString15IntersectsPointEPK8OGRPoint at Base 2.2.3
- _ZNK17OGRCircularString15getGeometryNameEv at Base 2.0.1
- _ZNK17OGRCircularString15getGeometryTypeEv at Base 2.0.1
- _ZNK17OGRCircularString16hasCurveGeometryEi at Base 2.0.1
- _ZNK17OGRCircularString17getLinearGeometryEdPKPKc at Base 2.0.1
- _ZNK17OGRCircularString21GetCasterToLineStringEv at Base 2.0.1
- _ZNK17OGRCircularString21GetCasterToLinearRingEv at Base 2.0.1
- _ZNK17OGRCircularString23get_AreaOfCurveSegmentsEv at Base 2.0.1
- _ZNK17OGRCircularString26ExtendEnvelopeWithCircularEP11OGREnvelope at Base 2.0.1
- _ZNK17OGRCircularString5ValueEdP8OGRPoint at Base 2.0.1
- _ZNK17OGRCircularString5cloneEv at Base 3.3.0
- _ZNK17OGRCircularString6acceptEP24IOGRConstGeometryVisitor at Base 2.3.0
- _ZNK17OGRCircularString7IsValidEv at Base 2.0.1
- _ZNK17OGRCircularString8get_AreaEv at Base 2.0.1
- _ZNK18GDALNoDataMaskBand10IsMaskBandEv at Base 3.5.0
- _ZNK18GDALNoDataMaskBand17GetMaskValueRangeEv at Base 3.5.0
- _ZNK18GDALSubdatasetInfo16GetPathComponentB5cxx11Ev at Base 3.8.0
- _ZNK18GDALSubdatasetInfo19ModifyPathComponentERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.8.0
- _ZNK18GDALSubdatasetInfo22GetSubdatasetComponentB5cxx11Ev at Base 3.8.0
- _ZNK18GDALSubdatasetInfo4initEv at Base 3.8.0
- _ZNK18MEMAbstractMDArray11GetDataTypeEv at Base 3.5.0
- _ZNK18MEMAbstractMDArray13GetDimensionsEv at Base 3.5.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNK18MEMAbstractMDArray5IReadEPKyPKjPKxPKiRK20GDALExtendedDataTypePv at Base 3.7.2
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNK18MEMAbstractMDArray5IReadEPKyPKmPKxS5_RK20GDALExtendedDataTypePv at Base 3.8.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNK18MEMAbstractMDArray9ReadWriteEbPKjRSt6vectorINS_14StackReadWriteESaIS3_EERK20GDALExtendedDataTypeS9_ at Base 3.7.2
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNK18MEMAbstractMDArray9ReadWriteEbPKmRSt6vectorINS_14StackReadWriteESaIS3_EERK20GDALExtendedDataTypeS9_ at Base 3.8.0
- _ZNK18NASAKeywordHandler13GetJsonObjectEv at Base 2.3.0
- _ZNK18OGRCurveCollection11exportToWkbEPK11OGRGeometry15OGRwkbByteOrderPh13OGRwkbVariant at Base 2.0.1
- _ZNK18OGRCurveCollection11exportToWktB5cxx11EPK11OGRGeometryRK13OGRWktOptionsPi at Base 3.1.0
- _ZNK18OGRCurveCollection11getEnvelopeEP11OGREnvelope at Base 2.0.1
- _ZNK18OGRCurveCollection11getEnvelopeEP13OGREnvelope3D at Base 2.0.1
- _ZNK18OGRCurveCollection12getNumCurvesEv at Base 2.0.1
- _ZNK18OGRCurveCollection16hasCurveGeometryEi at Base 2.0.1
- _ZNK18OGRCurveCollection6EqualsEPKS_ at Base 2.3.0
- _ZNK18OGRCurveCollection7IsEmptyEv at Base 2.0.1
- _ZNK18OGRCurveCollection7WkbSizeEv at Base 2.0.1
- _ZNK18OGRCurveCollection8getCurveEi at Base 2.0.1
- _ZNK18OGRGlobFieldDomain5CloneEv at Base 3.3.0
- _ZNK18OGRMultiLineString11exportToWktB5cxx11ERK13OGRWktOptionsPi at Base 3.1.0
- _ZNK18OGRMultiLineString15getGeometryNameEv at Base 1.8.0
- _ZNK18OGRMultiLineString15getGeometryTypeEv at Base 1.8.0
- _ZNK18OGRMultiLineString16hasCurveGeometryEi at Base 2.0.1
- _ZNK18OGRMultiLineString19isCompatibleSubTypeE18OGRwkbGeometryType at Base 2.0.1
- _ZNK18OGRMultiLineString5cloneEv at Base 3.3.0
- _ZNK18OGRMultiLineString6acceptEP24IOGRConstGeometryVisitor at Base 2.3.0
- _ZNK19GDALAbstractMDArray12GetBlockSizeEv at Base 3.1.0
- _ZNK19GDALAbstractMDArray17GetDimensionCountEv at Base 3.1.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNK19GDALAbstractMDArray20CheckReadWriteParamsEPKyPKjRPKxRPKiRK20GDALExtendedDataTypePKvSE_jRSt6vectorIxSaIxEERSF_IiSaIiEE at Base 3.7.2
- (arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_ZNK19GDALAbstractMDArray20CheckReadWriteParamsEPKyPKmRPKxS6_RK20GDALExtendedDataTypePKvSB_mRSt6vectorIxSaIxEESF_ at Base 3.4.2
- _ZNK19GDALAbstractMDArray21GetTotalElementsCountEv at Base 3.1.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNK19GDALAbstractMDArray22GetProcessingChunkSizeEj at Base 3.7.2
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNK19GDALAbstractMDArray22GetProcessingChunkSizeEm at Base 3.8.0
- _ZNK19GDALAbstractMDArray26CheckValidAndErrorOutIfNotEv at Base 3.8.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNK19GDALAbstractMDArray4ReadEPKyPKjPKxPKiRK20GDALExtendedDataTypePvPKvj at Base 3.7.2
- (arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_ZNK19GDALAbstractMDArray4ReadEPKyPKmPKxS5_RK20GDALExtendedDataTypePvPKvm at Base 3.4.2
- _ZNK19GDALAttributeString11GetDataTypeEv at Base 3.1.0
- _ZNK19GDALAttributeString13GetDimensionsEv at Base 3.1.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNK19GDALAttributeString5IReadEPKyPKjPKxPKiRK20GDALExtendedDataTypePv at Base 3.7.2
- (arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_ZNK19GDALAttributeString5IReadEPKyPKmPKxS5_RK20GDALExtendedDataTypePv at Base 3.4.2
- _ZNK19GDALProxyRasterBand10IsMaskBandEv at Base 3.5.0
- _ZNK19GDALProxyRasterBand17GetMaskValueRangeEv at Base 3.5.0
- _ZNK19GDALProxyRasterBand25UnrefUnderlyingRasterBandEP14GDALRasterBand at Base 3.5.0
- _ZNK19OGRCodedFieldDomain5CloneEv at Base 3.3.0
- _ZNK19OGRRangeFieldDomain5CloneEv at Base 3.3.0
- _ZNK19OGRSpatialReference10GetTOWGS84EPdi at Base 1.8.0
- _ZNK19OGRSpatialReference10GetUTMZoneEPi at Base 1.8.0
- _ZNK19OGRSpatialReference10IsCompoundEv at Base 1.9.0
- _ZNK19OGRSpatialReference10IsVerticalEv at Base 1.8.0
- _ZNK19OGRSpatialReference11CloneGeogCSEv at Base 1.8.0
- _ZNK19OGRSpatialReference11FindMatchesEPPcPiPS2_ at Base 2.3.0
- _ZNK19OGRSpatialReference11GetAttrNodeEPKc at Base 1.8.0
- _ZNK19OGRSpatialReference11GetNormInfoEv at Base 1.8.0
- _ZNK19OGRSpatialReference11GetProjParmEPKcdPi at Base 1.8.0
- _ZNK19OGRSpatialReference11IsProjectedEv at Base 1.8.0
- _ZNK19OGRSpatialReference11exportToPCIEPPcS1_PPd at Base 1.8.0
- _ZNK19OGRSpatialReference11exportToWktEPPc at Base 1.8.0
- _ZNK19OGRSpatialReference11exportToWktEPPcPKPKc at Base 3.0.0
- _ZNK19OGRSpatialReference11exportToXMLEPPcPKc at Base 1.8.0
- _ZNK19OGRSpatialReference12FindProjParmEPKcPK11OGR_SRSNode at Base 1.8.0
- _ZNK19OGRSpatialReference12GetAreaOfUseEPdS0_S0_S0_PPKc at Base 3.0.0
- _ZNK19OGRSpatialReference12GetAttrValueEPKci at Base 1.8.0
- _ZNK19OGRSpatialReference12GetAxesCountEv at Base 3.0.0
- _ZNK19OGRSpatialReference12GetExtensionEPKcS1_S1_ at Base 1.8.0
- _ZNK19OGRSpatialReference12GetSemiMajorEPi at Base 1.8.0
- _ZNK19OGRSpatialReference12GetSemiMinorEPi at Base 1.8.0
- _ZNK19OGRSpatialReference12IsGeocentricEv at Base 1.9.0
- _ZNK19OGRSpatialReference12IsGeographicEv at Base 1.8.0
- _ZNK19OGRSpatialReference12IsSameGeogCSEPKS_ at Base 1.8.0
- _ZNK19OGRSpatialReference12IsSameGeogCSEPKS_PKPKc at Base 2.3.0
- _ZNK19OGRSpatialReference12IsSameVertCSEPKS_ at Base 1.8.0
- _ZNK19OGRSpatialReference12exportToUSGSEPlS0_PPdS0_ at Base 1.8.0
- _ZNK19OGRSpatialReference13FindBestMatchEiPKcPKS1_ at Base 3.6.0
- _ZNK19OGRSpatialReference13GetEPSGGeogCSEv at Base 2.3.0
- _ZNK19OGRSpatialReference13exportToProj4EPPc at Base 1.8.0
- _ZNK19OGRSpatialReference14GetLinearUnitsEPPKc at Base 2.3.0
- _ZNK19OGRSpatialReference14GetLinearUnitsEPPc at Base 1.8.0
- _ZNK19OGRSpatialReference15GetAngularUnitsEPPKc at Base 2.3.0
- _ZNK19OGRSpatialReference15GetAngularUnitsEPPc at Base 1.8.0
- _ZNK19OGRSpatialReference15GetEccentricityEv at Base 2.3.0
- _ZNK19OGRSpatialReference15GetNormProjParmEPKcdPi at Base 1.8.0
- _ZNK19OGRSpatialReference16GetAuthorityCodeEPKc at Base 1.8.0
- _ZNK19OGRSpatialReference16GetAuthorityNameEPKc at Base 1.8.0
- _ZNK19OGRSpatialReference16GetInvFlatteningEPi at Base 1.8.0
- _ZNK19OGRSpatialReference16GetPrimeMeridianEPPKc at Base 2.3.0
- _ZNK19OGRSpatialReference16GetPrimeMeridianEPPc at Base 1.8.0
- _ZNK19OGRSpatialReference16exportToPROJJSONEPPcPKPKc at Base 3.1.0
- _ZNK19OGRSpatialReference16exportToPanoramaEPlS0_S0_S0_Pd at Base 1.8.0
- _ZNK19OGRSpatialReference17GetReferenceCountEv at Base 3.0.0
- _ZNK19OGRSpatialReference17exportToPrettyWktEPPci at Base 1.8.0
- _ZNK19OGRSpatialReference18GetCoordinateEpochEv at Base 3.4.0
- _ZNK19OGRSpatialReference18exportToMICoordSysEPPc at Base 1.8.0
- _ZNK19OGRSpatialReference19EPSGTreatsAsLatLongEv at Base 2.3.0
- _ZNK19OGRSpatialReference19IsDerivedGeographicEv at Base 3.1.0
- _ZNK19OGRSpatialReference20GetTargetLinearUnitsEPKcPPc at Base 1.9.0
- _ZNK19OGRSpatialReference20GetTargetLinearUnitsEPKcPS1_ at Base 2.3.0
- _ZNK19OGRSpatialReference22GetAxisMappingStrategyEv at Base 3.0.0
- _ZNK19OGRSpatialReference22GetSquaredEccentricityEv at Base 2.3.0
- _ZNK19OGRSpatialReference22exportVertCSToPanoramaEPi at Base 3.7.0
- _ZNK19OGRSpatialReference23GetWKT2ProjectionMethodEPPKcS2_S2_ at Base 3.7.0
- _ZNK19OGRSpatialReference23HasPointMotionOperationEv at Base 3.8.0
- _ZNK19OGRSpatialReference24convertToOtherProjectionEPKcPKS1_ at Base 2.3.0
- _ZNK19OGRSpatialReference27EPSGTreatsAsNorthingEastingEv at Base 2.3.0
- _ZNK19OGRSpatialReference27GetDataAxisToSRSAxisMappingEv at Base 3.0.0
- _ZNK19OGRSpatialReference5CloneEv at Base 1.8.0
- _ZNK19OGRSpatialReference6IsSameEPKS_ at Base 1.8.0
- _ZNK19OGRSpatialReference6IsSameEPKS_PKPKc at Base 2.3.0
- _ZNK19OGRSpatialReference7GetAxisEPKciP18OGRAxisOrientationPd at Base 3.4.0
- _ZNK19OGRSpatialReference7GetNameEv at Base 3.0.0
- _ZNK19OGRSpatialReference7GetRootEv at Base 3.0.0
- _ZNK19OGRSpatialReference7IsEmptyEv at Base 3.0.0
- _ZNK19OGRSpatialReference7IsLocalEv at Base 1.8.0
- _ZNK19OGRSpatialReference8ValidateEv at Base 2.3.0
- _ZNK19OGRSpatialReference9GetOGCURNEv at Base 3.5.0
- _ZNK19OGRSpatialReference9IsDynamicEv at Base 3.4.0
- _ZNK20GDALAllValidMaskBand10IsMaskBandEv at Base 3.5.0
- _ZNK20GDALAllValidMaskBand17GetMaskValueRangeEv at Base 3.5.0
- _ZNK20GDALAttributeNumeric11GetDataTypeEv at Base 3.1.0
- _ZNK20GDALAttributeNumeric13GetDimensionsEv at Base 3.1.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNK20GDALAttributeNumeric5IReadEPKyPKjPKxPKiRK20GDALExtendedDataTypePv at Base 3.7.2
- (arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_ZNK20GDALAttributeNumeric5IReadEPKyPKmPKxS5_RK20GDALExtendedDataTypePv at Base 3.4.2
- _ZNK20GDALExtendedDataType12CanConvertToERKS_ at Base 3.1.0
- _ZNK20GDALExtendedDataType17FreeDynamicMemoryEPv at Base 3.1.0
- _ZNK20GDALExtendedDataType22NeedsFreeDynamicMemoryEv at Base 3.1.0
- _ZNK20GDALExtendedDataTypeeqERKS_ at Base 3.1.0
- _ZNK20GDALGeorefPamDataset13GetSpatialRefEv at Base 3.0.0
- _ZNK20GDALGeorefPamDataset16GetGCPSpatialRefEv at Base 3.0.0
- _ZNK20GDALGeorefPamDataset20GetPAMGeorefSrcIndexEv at Base 3.4.0
- _ZNK20GDALMDReaderPleiades16GetMetadataFilesEv at Base 3.4.0
- _ZNK20GDALMDReaderPleiades16HasRequiredFilesEv at Base 3.4.0
- _ZNK20GDALProxyPoolDataset13GetSpatialRefEv at Base 3.0.0
- _ZNK20GDALProxyPoolDataset16GetGCPSpatialRefEv at Base 3.0.0
- _ZNK20GDALProxyPoolDataset20RefUnderlyingDatasetEb at Base 3.0.0
- _ZNK20GDALProxyPoolDataset20RefUnderlyingDatasetEv at Base 3.0.0
- _ZNK20GDALProxyPoolDataset22UnrefUnderlyingDatasetEP11GDALDataset at Base 3.0.0
- _ZNK20OGRMutexedDataSource12GetRootGroupEv at Base 3.4.0
- _ZNK20OGRMutexedDataSource14GetFieldDomainERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.3.0
- _ZNK20OGRMutexedDataSource14IsLayerPrivateEi at Base 3.4.0
- _ZNK20OGRMutexedDataSource15GetRelationshipERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.6.0
- _ZNK20OGRMutexedDataSource19GetFieldDomainNamesB5cxx11EPKPKc at Base 3.5.0
- _ZNK20OGRMutexedDataSource20GetRelationshipNamesB5cxx11EPKPKc at Base 3.6.0
- _ZNK20OGRPolyhedralSurface11exportToWkbE15OGRwkbByteOrderPh13OGRwkbVariant at Base 2.2.0
- _ZNK20OGRPolyhedralSurface11exportToWktB5cxx11ERK13OGRWktOptionsPi at Base 3.1.0
- _ZNK20OGRPolyhedralSurface11getEnvelopeEP11OGREnvelope at Base 2.2.0
- _ZNK20OGRPolyhedralSurface11getEnvelopeEP13OGREnvelope3D at Base 2.2.0
- _ZNK20OGRPolyhedralSurface12getDimensionEv at Base 2.2.0
- _ZNK20OGRPolyhedralSurface14PointOnSurfaceEP8OGRPoint at Base 2.2.0
- _ZNK20OGRPolyhedralSurface14getGeometryRefEi at Base 2.2.0
- _ZNK20OGRPolyhedralSurface15getGeometryNameEv at Base 2.2.0
- _ZNK20OGRPolyhedralSurface15getGeometryTypeEv at Base 2.2.0
- _ZNK20OGRPolyhedralSurface16getNumGeometriesEv at Base 2.2.0
- _ZNK20OGRPolyhedralSurface16hasCurveGeometryEi at Base 2.2.0
- _ZNK20OGRPolyhedralSurface18GetCasterToPolygonEv at Base 2.2.0
- _ZNK20OGRPolyhedralSurface18getSubGeometryNameEv at Base 2.2.0
- _ZNK20OGRPolyhedralSurface18getSubGeometryTypeEv at Base 2.2.0
- _ZNK20OGRPolyhedralSurface19exportToWktInternalB5cxx11ERK13OGRWktOptionsPi at Base 3.1.0
- _ZNK20OGRPolyhedralSurface19isCompatibleSubTypeE18OGRwkbGeometryType at Base 2.2.0
- _ZNK20OGRPolyhedralSurface23GetCasterToCurvePolygonEv at Base 2.2.0
- _ZNK20OGRPolyhedralSurface23GetCasterToMultiPolygonEv at Base 2.2.0
- _ZNK20OGRPolyhedralSurface5cloneEv at Base 2.2.0
- _ZNK20OGRPolyhedralSurface6EqualsEPK11OGRGeometry at Base 2.3.0
- _ZNK20OGRPolyhedralSurface6acceptEP24IOGRConstGeometryVisitor at Base 2.3.0
- _ZNK20OGRPolyhedralSurface7IsEmptyEv at Base 2.2.0
- _ZNK20OGRPolyhedralSurface7WkbSizeEv at Base 2.2.0
- _ZNK20OGRPolyhedralSurface8get_AreaEv at Base 2.2.0
- _ZNK20VRTSourcedRasterBand35CanIRasterIOBeForwardedToEachSourceE10GDALRWFlagiiiiiiP20GDALRasterIOExtraArg at Base 3.7.3
- _ZNK20VRTSourcedRasterBand67IsMosaicOfNonOverlappingSimpleSourcesOfFullRasterNoResAndTypeChangeEb at Base 3.6.0
- _ZNK20VSIFilesystemHandler20GetCanonicalFilenameERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.8.0
- _ZNK20VSIFilesystemHandler20GetStreamingFilenameERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.4.0
- _ZNK21OGRGeometryCollection10get_LengthEv at Base 1.8.0
- _ZNK21OGRGeometryCollection11exportToWkbE15OGRwkbByteOrderPh13OGRwkbVariant at Base 1.11.0
- _ZNK21OGRGeometryCollection11exportToWktB5cxx11ERK13OGRWktOptionsPi at Base 3.1.0
- _ZNK21OGRGeometryCollection11getEnvelopeEP11OGREnvelope at Base 1.8.0
- _ZNK21OGRGeometryCollection11getEnvelopeEP13OGREnvelope3D at Base 1.9.0
- _ZNK21OGRGeometryCollection12getDimensionEv at Base 1.8.0
- _ZNK21OGRGeometryCollection14getGeometryRefEi at Base 1.8.0
- _ZNK21OGRGeometryCollection15getGeometryNameEv at Base 1.8.0
- _ZNK21OGRGeometryCollection15getGeometryTypeEv at Base 1.8.0
- _ZNK21OGRGeometryCollection16getCurveGeometryEPKPKc at Base 2.0.1
- _ZNK21OGRGeometryCollection16getNumGeometriesEv at Base 1.8.0
- _ZNK21OGRGeometryCollection16hasCurveGeometryEi at Base 2.0.1
- _ZNK21OGRGeometryCollection17getLinearGeometryEdPKPKc at Base 2.0.1
- _ZNK21OGRGeometryCollection19exportToWktInternalERK13OGRWktOptionsPiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.6.0
- _ZNK21OGRGeometryCollection19isCompatibleSubTypeE18OGRwkbGeometryType at Base 2.0.1
- _ZNK21OGRGeometryCollection5cloneEv at Base 1.8.0
- _ZNK21OGRGeometryCollection6EqualsEPK11OGRGeometry at Base 2.3.0
- _ZNK21OGRGeometryCollection6acceptEP24IOGRConstGeometryVisitor at Base 2.3.0
- _ZNK21OGRGeometryCollection7IsEmptyEv at Base 1.8.0
- _ZNK21OGRGeometryCollection7WkbSizeEv at Base 1.8.0
- _ZNK21OGRGeometryCollection8get_AreaEv at Base 1.8.0
- _ZNK22OGRTriangulatedSurface15getGeometryNameEv at Base 2.2.0
- _ZNK22OGRTriangulatedSurface15getGeometryTypeEv at Base 2.2.0
- _ZNK22OGRTriangulatedSurface18getSubGeometryNameEv at Base 2.2.0
- _ZNK22OGRTriangulatedSurface18getSubGeometryTypeEv at Base 2.2.0
- _ZNK22OGRTriangulatedSurface19isCompatibleSubTypeE18OGRwkbGeometryType at Base 2.2.0
- _ZNK22OGRTriangulatedSurface23GetCasterToMultiPolygonEv at Base 2.2.0
- _ZNK22OGRTriangulatedSurface5cloneEv at Base 3.3.0
- _ZNK22OGRTriangulatedSurface6acceptEP24IOGRConstGeometryVisitor at Base 2.3.0
- _ZNK23GDALProxyPoolRasterBand23RefUnderlyingRasterBandEb at Base 3.5.0
- _ZNK23GDALProxyPoolRasterBand25UnrefUnderlyingRasterBandEP14GDALRasterBand at Base 3.5.0
- _ZNK24GDALNoDataValuesMaskBand10IsMaskBandEv at Base 3.5.0
- _ZNK24GDALNoDataValuesMaskBand17GetMaskValueRangeEv at Base 3.5.0
- _ZNK24GDALRasterAttributeTable13GetRowOfValueEd at Base 1.8.0
- _ZNK24GDALRasterAttributeTable13GetRowOfValueEi at Base 1.8.0
- _ZNK24GDALRasterAttributeTable13SerializeJSONEv at Base 2.0.1
- _ZNK24GDALRasterAttributeTable16GetLinearBinningEPdS0_ at Base 1.8.0
- _ZNK24GDALRasterAttributeTable9SerializeEv at Base 1.8.0
- _ZNK26GDALMDArrayRegularlySpaced10IsWritableEv at Base 3.1.0
- _ZNK26GDALMDArrayRegularlySpaced11GetDataTypeEv at Base 3.1.0
- _ZNK26GDALMDArrayRegularlySpaced11GetFilenameB5cxx11Ev at Base 3.4.0
- _ZNK26GDALMDArrayRegularlySpaced13GetAttributesEPKPKc at Base 3.1.0
- _ZNK26GDALMDArrayRegularlySpaced13GetDimensionsEv at Base 3.1.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNK26GDALMDArrayRegularlySpaced5IReadEPKyPKjPKxPKiRK20GDALExtendedDataTypePv at Base 3.7.2
- (arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_ZNK26GDALMDArrayRegularlySpaced5IReadEPKyPKmPKxS5_RK20GDALExtendedDataTypePv at Base 3.4.2
- _ZNK26OGRFeatureUniquePtrDeleterclEP10OGRFeature at Base 2.3.0
- _ZNK27OGRCoordinateTransformation13GetEmitErrorsEv at Base 3.0.0
- _ZNK27OGRGeometryUniquePtrDeleterclEP11OGRGeometry at Base 2.3.0
- _ZNK28GDALDimensionWeakIndexingVar19GetIndexingVariableEv at Base 3.1.0
- _ZNK31GDALDefaultRasterAttributeTable11GetRowCountEv at Base 1.11.0
- _ZNK31GDALDefaultRasterAttributeTable12GetNameOfColEi at Base 1.11.0
- _ZNK31GDALDefaultRasterAttributeTable12GetTableTypeEv at Base 2.4.0
- _ZNK31GDALDefaultRasterAttributeTable12GetTypeOfColEi at Base 1.11.0
- _ZNK31GDALDefaultRasterAttributeTable13GetColOfUsageE17GDALRATFieldUsage at Base 1.11.0
- _ZNK31GDALDefaultRasterAttributeTable13GetRowOfValueEd at Base 1.11.0
- _ZNK31GDALDefaultRasterAttributeTable13GetRowOfValueEi at Base 1.11.0
- _ZNK31GDALDefaultRasterAttributeTable13GetUsageOfColEi at Base 1.11.0
- _ZNK31GDALDefaultRasterAttributeTable13GetValueAsIntEii at Base 1.11.0
- _ZNK31GDALDefaultRasterAttributeTable14GetColumnCountEv at Base 1.11.0
- _ZNK31GDALDefaultRasterAttributeTable16GetLinearBinningEPdS0_ at Base 1.11.0
- _ZNK31GDALDefaultRasterAttributeTable16GetValueAsDoubleEii at Base 1.11.0
- _ZNK31GDALDefaultRasterAttributeTable16GetValueAsStringEii at Base 1.11.0
- _ZNK31GDALDefaultRasterAttributeTable5CloneEv at Base 1.11.0
- _ZNK34OGRCoordinateTransformationOptions7Private6GetKeyB5cxx11Ev at Base 3.3.0
- _ZNK35OGRPreparedGeometryUniquePtrDeleterclEP20_OGRPreparedGeometry at Base 2.3.0
- _ZNK4gdal13TileMatrixSet22hasVariableMatrixWidthEv at Base 3.2.0
- _ZNK4gdal13TileMatrixSet24haveAllLevelsSameTopLeftEv at Base 3.2.0
- _ZNK4gdal13TileMatrixSet25haveAllLevelsSameTileSizeEv at Base 3.2.0
- _ZNK4gdal13TileMatrixSet30hasOnlyPowerOfTwoVaryingScalesEv at Base 3.2.0
- _ZNK6Stream13getNextStreamEv at Base 3.5.0
- _ZNK6Stream9isEncoderEv at Base 3.5.0
- _ZNK7GNMRule11IsAcceptAnyEv at Base 2.2.0
- _ZNK7GNMRule18GetSourceLayerNameEv at Base 2.2.0
- _ZNK7GNMRule18GetTargetLayerNameEv at Base 2.2.0
- _ZNK7GNMRule21GetConnectorLayerNameEv at Base 2.2.0
- _ZNK7GNMRule5c_strEv at Base 2.2.0
- _ZNK7GNMRule7GetTypeEv at Base 2.2.0
- _ZNK7GNMRule7IsValidEv at Base 2.2.0
- _ZNK7GNMRulecvPKcEv at Base 2.2.0
- _ZNK8GNMGraph11GetOutEdgesEx at Base 2.2.0
- _ZNK8GNMGraph16GetOppositVertexExx at Base 2.2.0
- _ZNK8GNMGraph18CheckVertexBlockedEx at Base 2.2.0
- _ZNK8MEMGroup11OpenMDArrayERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKPKc at Base 3.5.0
- _ZNK8MEMGroup12GetAttributeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.5.0
- _ZNK8MEMGroup13GetAttributesEPKPKc at Base 3.5.0
- _ZNK8MEMGroup13GetDimensionsEPKPKc at Base 3.5.0
- _ZNK8MEMGroup13GetGroupNamesB5cxx11EPKPKc at Base 3.5.0
- _ZNK8MEMGroup15GetMDArrayNamesB5cxx11EPKPKc at Base 3.5.0
- _ZNK8MEMGroup9OpenGroupERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKPKc at Base 3.5.0
- _ZNK8OGRCurve11isClockwiseEv at Base 3.6.0
- _ZNK8OGRCurve12getDimensionEv at Base 2.0.1
- _ZNK8OGRCurve12get_IsClosedEv at Base 1.8.0
- _ZNK8OGRCurve13ConstIteratordeEv at Base 2.3.0
- _ZNK8OGRCurve13ConstIteratorneERKS0_ at Base 2.3.0
- _ZNK8OGRCurve13ContainsPointEPK8OGRPoint at Base 2.0.1
- _ZNK8OGRCurve15IntersectsPointEPK8OGRPoint at Base 2.3.0
- _ZNK8OGRCurve3endEv at Base 2.3.0
- _ZNK8OGRCurve5beginEv at Base 2.3.0
- _ZNK8OGRCurve8IsConvexEv at Base 2.0.1
- _ZNK8OGRLayer11GetRefCountEv at Base 1.8.0
- _ZNK8OGRLayer15FeatureIteratorneERKS0_ at Base 2.3.0
- (arch=armel armhf hppa hurd-i386 i386 m68k powerpc sh4)_ZNK8OGRLayer17FilterWKBGeometryEPKhjbR11OGREnvelope at Base 3.8.0
- (arch=amd64 arm64 ia64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNK8OGRLayer17FilterWKBGeometryEPKhmbR11OGREnvelope at Base 3.8.3
- _ZNK8OGRLayer20PostFilterArrowArrayEPK11ArrowSchemaP10ArrowArrayPKPKc at Base 3.8.0
- _ZNK8OGRLayer22IsArrowSchemaSupportedEPK11ArrowSchemaPKPKcRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.8.0
- _ZNK8OGRLayer23CanPostFilterArrowArrayEPK11ArrowSchema at Base 3.8.0
- _ZNK8OGRPoint10IntersectsEPK11OGRGeometry at Base 2.0.1
- _ZNK8OGRPoint11exportToWkbE15OGRwkbByteOrderPh13OGRwkbVariant at Base 1.11.0
- _ZNK8OGRPoint11exportToWktB5cxx11ERK13OGRWktOptionsPi at Base 3.1.0
- _ZNK8OGRPoint11getEnvelopeEP11OGREnvelope at Base 1.8.0
- _ZNK8OGRPoint11getEnvelopeEP13OGREnvelope3D at Base 1.9.0
- _ZNK8OGRPoint12getDimensionEv at Base 1.8.0
- _ZNK8OGRPoint15getGeometryNameEv at Base 1.8.0
- _ZNK8OGRPoint15getGeometryTypeEv at Base 1.8.0
- _ZNK8OGRPoint5cloneEv at Base 1.8.0
- _ZNK8OGRPoint6EqualsEPK11OGRGeometry at Base 2.3.0
- _ZNK8OGRPoint6WithinEPK11OGRGeometry at Base 2.0.1
- _ZNK8OGRPoint6acceptEP24IOGRConstGeometryVisitor at Base 2.3.0
- _ZNK8OGRPoint7IsEmptyEv at Base 1.8.0
- _ZNK8OGRPoint7WkbSizeEv at Base 1.8.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNK9CPLString5ifindEPKcj at Base 3.7.2
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNK9CPLString5ifindEPKcm at Base 3.8.0
- (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNK9CPLString5ifindERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEj at Base 3.7.2
- (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNK9CPLString5ifindERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEm at Base 3.8.0
- _ZNK9CPLString8endsWithERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.3.0
- _ZNK9GDALGroup11OpenMDArrayERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKPKc at Base 3.1.0
- _ZNK9GDALGroup13GetDimensionsEPKPKc at Base 3.1.0
- _ZNK9GDALGroup13GetGroupNamesB5cxx11EPKPKc at Base 3.1.0
- _ZNK9GDALGroup14ResolveMDArrayERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_PKPKc at Base 3.2.0
- _ZNK9GDALGroup15GetMDArrayNamesB5cxx11EPKPKc at Base 3.1.0
- _ZNK9GDALGroup15OpenVectorLayerERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKPKc at Base 3.4.0
- _ZNK9GDALGroup16GetTotalCopyCostEv at Base 3.1.0
- _ZNK9GDALGroup17GetInnerMostGroupERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERSt10shared_ptrIS_ERS5_ at Base 3.1.0
- _ZNK9GDALGroup17GetStructuralInfoEv at Base 3.1.0
- _ZNK9GDALGroup19GetVectorLayerNamesB5cxx11EPKPKc at Base 3.4.0
- _ZNK9GDALGroup21OpenGroupFromFullnameERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKPKc at Base 3.2.0
- _ZNK9GDALGroup23OpenMDArrayFromFullnameERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKPKc at Base 3.1.0
- _ZNK9GDALGroup25OpenDimensionFromFullnameERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.1.0
- _ZNK9GDALGroup26CheckValidAndErrorOutIfNotEv at Base 3.8.0
- _ZNK9GDALGroup28SubsetDimensionFromSelectionERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.8.0
- _ZNK9GDALGroup9OpenGroupERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKPKc at Base 3.1.0
- (arch=armel riscv64)_ZNK9__gnu_cxx24__concurrence_lock_error4whatEv at Base 3.4.2
- (arch=armel riscv64)_ZNK9__gnu_cxx26__concurrence_unlock_error4whatEv at Base 3.4.2
- (optional=templinst|arch=mipsel sh4 x32)_ZNKSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_SaIS5_ENSt8__detail9_IdentityESt8equal_toIS5_ESt4hashIS5_ENS7_18_Mod_range_hashingENS7_20_Default_ranged_hashENS7_20_Prime_rehash_policyENS7_17_Hashtable_traitsILb1ELb1ELb1EEEE22_M_find_before_node_trIS5_EEPNS7_15_Hash_node_baseEjRKT_j at Base 3.5.2
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNKSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESaIS8_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSA_18_Mod_range_hashingENSA_20_Default_ranged_hashENSA_20_Prime_rehash_policyENSA_17_Hashtable_traitsILb1ELb0ELb1EEEE19_M_find_before_nodeEjRS7_j at Base 3.5.0
- (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !powerpc !sh4)_ZNKSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESaIS8_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSA_18_Mod_range_hashingENSA_20_Default_ranged_hashENSA_20_Prime_rehash_policyENSA_17_Hashtable_traitsILb1ELb0ELb1EEEE19_M_find_before_nodeEmRS7_m at Base 3.7.3
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNKSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_iESaIS8_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSA_18_Mod_range_hashingENSA_20_Default_ranged_hashENSA_20_Prime_rehash_policyENSA_17_Hashtable_traitsILb1ELb0ELb1EEEE19_M_find_before_nodeEjRS7_j at Base 3.5.0
- (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !powerpc !sh4)_ZNKSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_iESaIS8_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSA_18_Mod_range_hashingENSA_20_Default_ranged_hashENSA_20_Prime_rehash_policyENSA_17_Hashtable_traitsILb1ELb0ELb1EEEE19_M_find_before_nodeEmRS7_m at Base 3.7.3
- (optional=templinst)_ZNKSt5ctypeIcE8do_widenEc at Base 2.1.0
- (optional=templinst|arch=sh4)_ZNKSt6vectorI9CPLStringSaIS0_EE12_M_check_lenEjPKc at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE12_M_check_lenEjPKc at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNKSt6vectorISt10unique_ptrI11GDALDatasetSt14default_deleteIS1_EESaIS4_EE12_M_check_lenEjPKc at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNKSt6vectorIbSaIbEE12_M_check_lenEjPKc at Base 3.7.2
- (optional=templinst)_ZNKSt8_Rb_treeI9CPLStringS0_St9_IdentityIS0_ESt4lessIS0_ESaIS0_EE4findERKS0_ at Base 1.10.1
- (optional=templinst|arch=sh4)_ZNKSt8_Rb_treeI9CPLStringSt4pairIKS0_12GDALDataTypeESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE4findERS2_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNKSt8_Rb_treeI9CPLStringSt4pairIKS0_P10GDALDriverESt10_Select1stIS5_ESt4lessIS0_ESaIS5_EE4findERS2_ at Base 3.7.2
- (optional=templinst)_ZNKSt8_Rb_treeI9CPLStringSt4pairIKS0_PvESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE4findERS2_ at Base 2.3.0
- (optional=templinst)_ZNKSt8_Rb_treeI9CPLStringSt4pairIKS0_S0_ESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE4findERS2_ at Base 1.10.1
- (optional=templinst|arch=sh4)_ZNKSt8_Rb_treeI9CPLStringSt4pairIKS0_St10shared_ptrI11GDALMDArrayEESt10_Select1stIS6_ESt4lessIS0_ESaIS6_EE4findERS2_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNKSt8_Rb_treeI9CPLStringSt4pairIKS0_St10shared_ptrI9GDALGroupEESt10_Select1stIS6_ESt4lessIS0_ESaIS6_EE4findERS2_ at Base 3.8.0
- (optional=templinst)_ZNKSt8_Rb_treeI9CPLStringSt4pairIKS0_St3mapIS0_S0_St4lessIS0_ESaIS1_IS2_S0_EEEESt10_Select1stIS9_ES5_SaIS9_EE4findERS2_ at Base 2.3.0
- (optional=templinst)_ZNKSt8_Rb_treeI9CPLStringSt4pairIKS0_St6vectorIdSaIdEEESt10_Select1stIS6_ESt4lessIS0_ESaIS6_EE4findERS2_ at Base 2.3.0
- (optional=templinst)_ZNKSt8_Rb_treeI9CPLStringSt4pairIKS0_St6vectorIhSaIhEEESt10_Select1stIS6_ESt4lessIS0_ESaIS6_EE4findERS2_ at Base 2.3.0
- (optional=templinst)_ZNKSt8_Rb_treeI9CPLStringSt4pairIKS0_iESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE4findERS2_ at Base 2.2.0
- (optional=templinst|arch=sh4)_ZNKSt8_Rb_treeI9CPLStringSt4pairIKS0_jESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE4findERS2_ at Base 3.7.2
- (optional=templinst)_ZNKSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE4findERKS5_ at Base 3.7.0
- (optional=templinst)_ZNKSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE4findERS7_ at Base 3.7.2
- (optional=templinst)_ZNKSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_iESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE4findERS7_ at Base 3.1.0
- (optional=templinst|arch=sh4)_ZNKSt8_Rb_treeISt6vectorIdSaIdEESt4pairIKS2_S3_IiiEESt10_Select1stIS6_ESt4lessIS2_ESaIS6_EE4findERS4_ at Base 3.7.2
- (optional=templinst|arch=!sh4)_ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_SaIS5_ENSt8__detail9_IdentityESt8equal_toIS5_ESt4hashIS5_ENS7_18_Mod_range_hashingENS7_20_Default_ranged_hashENS7_20_Prime_rehash_policyENS7_17_Hashtable_traitsILb1ELb1ELb1EEEE12_Scoped_nodeD1Ev at Base 3.1.3
- (optional=templinst|arch=!sh4)_ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_SaIS5_ENSt8__detail9_IdentityESt8equal_toIS5_ESt4hashIS5_ENS7_18_Mod_range_hashingENS7_20_Default_ranged_hashENS7_20_Prime_rehash_policyENS7_17_Hashtable_traitsILb1ELb1ELb1EEEE12_Scoped_nodeD2Ev at Base 3.1.3
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_SaIS5_ENSt8__detail9_IdentityESt8equal_toIS5_ESt4hashIS5_ENS7_18_Mod_range_hashingENS7_20_Default_ranged_hashENS7_20_Prime_rehash_policyENS7_17_Hashtable_traitsILb1ELb1ELb1EEEE21_M_insert_unique_nodeEjjPNS7_10_Hash_nodeIS5_Lb1EEEj at Base 3.5.0
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_SaIS5_ENSt8__detail9_IdentityESt8equal_toIS5_ESt4hashIS5_ENS7_18_Mod_range_hashingENS7_20_Default_ranged_hashENS7_20_Prime_rehash_policyENS7_17_Hashtable_traitsILb1ELb1ELb1EEEE21_M_insert_unique_nodeEmmPNS7_10_Hash_nodeIS5_Lb1EEEm at Base 3.5.0
- (optional=templinst)_ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_SaIS5_ENSt8__detail9_IdentityESt8equal_toIS5_ESt4hashIS5_ENS7_18_Mod_range_hashingENS7_20_Default_ranged_hashENS7_20_Prime_rehash_policyENS7_17_Hashtable_traitsILb1ELb1ELb1EEEE4findERKS5_ at Base 3.5.2
- (optional=templinst)_ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_SaIS5_ENSt8__detail9_IdentityESt8equal_toIS5_ESt4hashIS5_ENS7_18_Mod_range_hashingENS7_20_Default_ranged_hashENS7_20_Prime_rehash_policyENS7_17_Hashtable_traitsILb1ELb1ELb1EEEE5clearEv at Base 2.2.0
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc x32)_ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_SaIS5_ENSt8__detail9_IdentityESt8equal_toIS5_ESt4hashIS5_ENS7_18_Mod_range_hashingENS7_20_Default_ranged_hashENS7_20_Prime_rehash_policyENS7_17_Hashtable_traitsILb1ELb1ELb1EEEE9_M_rehashEjRKj at Base 3.5.0
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_SaIS5_ENSt8__detail9_IdentityESt8equal_toIS5_ESt4hashIS5_ENS7_18_Mod_range_hashingENS7_20_Default_ranged_hashENS7_20_Prime_rehash_policyENS7_17_Hashtable_traitsILb1ELb1ELb1EEEE9_M_rehashEmRKm at Base 3.5.0
- (optional=templinst|arch=sh4)_ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_SaIS5_ENSt8__detail9_IdentityESt8equal_toIS5_ESt4hashIS5_ENS7_18_Mod_range_hashingENS7_20_Default_ranged_hashENS7_20_Prime_rehash_policyENS7_17_Hashtable_traitsILb1ELb1ELb1EEEEC1EOSI_OSaINS7_10_Hash_nodeIS5_Lb1EEEESt17integral_constantIbLb1EE at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_SaIS5_ENSt8__detail9_IdentityESt8equal_toIS5_ESt4hashIS5_ENS7_18_Mod_range_hashingENS7_20_Default_ranged_hashENS7_20_Prime_rehash_policyENS7_17_Hashtable_traitsILb1ELb1ELb1EEEEC2EOSI_OSaINS7_10_Hash_nodeIS5_Lb1EEEESt17integral_constantIbLb1EE at Base 3.7.2
- (optional=templinst)_ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_SaIS5_ENSt8__detail9_IdentityESt8equal_toIS5_ESt4hashIS5_ENS7_18_Mod_range_hashingENS7_20_Default_ranged_hashENS7_20_Prime_rehash_policyENS7_17_Hashtable_traitsILb1ELb1ELb1EEEED1Ev at Base 3.5.0
- (optional=templinst)_ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_SaIS5_ENSt8__detail9_IdentityESt8equal_toIS5_ESt4hashIS5_ENS7_18_Mod_range_hashingENS7_20_Default_ranged_hashENS7_20_Prime_rehash_policyENS7_17_Hashtable_traitsILb1ELb1ELb1EEEED2Ev at Base 3.5.0
- (optional=templinst|arch=sh4)_ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESaIS8_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSA_18_Mod_range_hashingENSA_20_Default_ranged_hashENSA_20_Prime_rehash_policyENSA_17_Hashtable_traitsILb1ELb0ELb1EEEE21_M_insert_unique_nodeEjjPNSA_10_Hash_nodeIS8_Lb1EEEj at Base 3.7.2
- (optional=templinst)_ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESaIS8_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSA_18_Mod_range_hashingENSA_20_Default_ranged_hashENSA_20_Prime_rehash_policyENSA_17_Hashtable_traitsILb1ELb0ELb1EEEE4findERS7_ at Base 3.5.2
- (optional=templinst)_ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESaIS8_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSA_18_Mod_range_hashingENSA_20_Default_ranged_hashENSA_20_Prime_rehash_policyENSA_17_Hashtable_traitsILb1ELb0ELb1EEEE5clearEv at Base 3.3.0
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc x32)_ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESaIS8_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSA_18_Mod_range_hashingENSA_20_Default_ranged_hashENSA_20_Prime_rehash_policyENSA_17_Hashtable_traitsILb1ELb0ELb1EEEE9_M_rehashEjRKj at Base 3.5.0
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESaIS8_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSA_18_Mod_range_hashingENSA_20_Default_ranged_hashENSA_20_Prime_rehash_policyENSA_17_Hashtable_traitsILb1ELb0ELb1EEEE9_M_rehashEmRKm at Base 3.5.0
- (optional=templinst|arch=!sh4)_ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESaIS8_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSA_18_Mod_range_hashingENSA_20_Default_ranged_hashENSA_20_Prime_rehash_policyENSA_17_Hashtable_traitsILb1ELb0ELb1EEEED1Ev at Base 3.5.0
- (optional=templinst|arch=!sh4)_ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESaIS8_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSA_18_Mod_range_hashingENSA_20_Default_ranged_hashENSA_20_Prime_rehash_policyENSA_17_Hashtable_traitsILb1ELb0ELb1EEEED2Ev at Base 3.5.0
- (optional=templinst|arch=sh4)_ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_iESaIS8_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSA_18_Mod_range_hashingENSA_20_Default_ranged_hashENSA_20_Prime_rehash_policyENSA_17_Hashtable_traitsILb1ELb0ELb1EEEE21_M_insert_unique_nodeEjjPNSA_10_Hash_nodeIS8_Lb1EEEj at Base 3.7.2
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc x32)_ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_iESaIS8_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSA_18_Mod_range_hashingENSA_20_Default_ranged_hashENSA_20_Prime_rehash_policyENSA_17_Hashtable_traitsILb1ELb0ELb1EEEE9_M_rehashEjRKj at Base 3.5.0
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_iESaIS8_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSA_18_Mod_range_hashingENSA_20_Default_ranged_hashENSA_20_Prime_rehash_policyENSA_17_Hashtable_traitsILb1ELb0ELb1EEEE9_M_rehashEmRKm at Base 3.5.0
- (optional=templinst)_ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_iESaIS8_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSA_18_Mod_range_hashingENSA_20_Default_ranged_hashENSA_20_Prime_rehash_policyENSA_17_Hashtable_traitsILb1ELb0ELb1EEEED1Ev at Base 3.5.0
- (optional=templinst)_ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_iESaIS8_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSA_18_Mod_range_hashingENSA_20_Default_ranged_hashENSA_20_Prime_rehash_policyENSA_17_Hashtable_traitsILb1ELb0ELb1EEEED2Ev at Base 3.5.0
- (optional=templinst)_ZNSt10_HashtableIPKvS1_SaIS1_ENSt8__detail9_IdentityESt8equal_toIS1_ESt4hashIS1_ENS3_18_Mod_range_hashingENS3_20_Default_ranged_hashENS3_20_Prime_rehash_policyENS3_17_Hashtable_traitsILb0ELb1ELb1EEEE18_M_assign_elementsIRKSE_EEvOT_ at Base 3.1.3
- (optional=templinst|arch=sh4)_ZNSt10_HashtableIPKvS1_SaIS1_ENSt8__detail9_IdentityESt8equal_toIS1_ESt4hashIS1_ENS3_18_Mod_range_hashingENS3_20_Default_ranged_hashENS3_20_Prime_rehash_policyENS3_17_Hashtable_traitsILb0ELb1ELb1EEEE21_M_insert_unique_nodeEjjPNS3_10_Hash_nodeIS1_Lb0EEEj at Base 3.8.2
- (optional=templinst)_ZNSt10_HashtableIPKvS1_SaIS1_ENSt8__detail9_IdentityESt8equal_toIS1_ESt4hashIS1_ENS3_18_Mod_range_hashingENS3_20_Default_ranged_hashENS3_20_Prime_rehash_policyENS3_17_Hashtable_traitsILb0ELb1ELb1EEEE5clearEv at Base 3.1.0
- (optional=templinst)_ZNSt10_HashtableIPKvS1_SaIS1_ENSt8__detail9_IdentityESt8equal_toIS1_ESt4hashIS1_ENS3_18_Mod_range_hashingENS3_20_Default_ranged_hashENS3_20_Prime_rehash_policyENS3_17_Hashtable_traitsILb0ELb1ELb1EEEE9_M_assignIRKSE_NS3_17_ReuseOrAllocNodeISaINS3_10_Hash_nodeIS1_Lb0EEEEEEEEvOT_RKT0_ at Base 3.1.3
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc x32)_ZNSt10_HashtableIPKvS1_SaIS1_ENSt8__detail9_IdentityESt8equal_toIS1_ESt4hashIS1_ENS3_18_Mod_range_hashingENS3_20_Default_ranged_hashENS3_20_Prime_rehash_policyENS3_17_Hashtable_traitsILb0ELb1ELb1EEEE9_M_rehashEjRKj at Base 3.5.0
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt10_HashtableIPKvS1_SaIS1_ENSt8__detail9_IdentityESt8equal_toIS1_ESt4hashIS1_ENS3_18_Mod_range_hashingENS3_20_Default_ranged_hashENS3_20_Prime_rehash_policyENS3_17_Hashtable_traitsILb0ELb1ELb1EEEE9_M_rehashEmRKm at Base 3.5.0
- (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_ZNSt10_HashtableImSt4pairIKmmESaIS2_ENSt8__detail10_Select1stESt8equal_toImESt4hashImENS4_18_Mod_range_hashingENS4_20_Default_ranged_hashENS4_20_Prime_rehash_policyENS4_17_Hashtable_traitsILb0ELb0ELb1EEEE9_M_rehashEmRS1_ at Base 3.4.2
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt10_HashtableImSt4pairIKmmESaIS2_ENSt8__detail10_Select1stESt8equal_toImESt4hashImENS4_18_Mod_range_hashingENS4_20_Default_ranged_hashENS4_20_Prime_rehash_policyENS4_17_Hashtable_traitsILb0ELb0ELb1EEEED1Ev at Base 3.5.0
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt10_HashtableImSt4pairIKmmESaIS2_ENSt8__detail10_Select1stESt8equal_toImESt4hashImENS4_18_Mod_range_hashingENS4_20_Default_ranged_hashENS4_20_Prime_rehash_policyENS4_17_Hashtable_traitsILb0ELb0ELb1EEEED2Ev at Base 3.5.0
- (optional=templinst|arch=sh4)_ZNSt10_HashtableIySt4pairIKyyESaIS2_ENSt8__detail10_Select1stESt8equal_toIyESt4hashIyENS4_18_Mod_range_hashingENS4_20_Default_ranged_hashENS4_20_Prime_rehash_policyENS4_17_Hashtable_traitsILb0ELb0ELb1EEEE21_M_insert_unique_nodeEjjPNS4_10_Hash_nodeIS2_Lb0EEEj at Base 3.7.2
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc x32)_ZNSt10_HashtableIySt4pairIKyyESaIS2_ENSt8__detail10_Select1stESt8equal_toIyESt4hashIyENS4_18_Mod_range_hashingENS4_20_Default_ranged_hashENS4_20_Prime_rehash_policyENS4_17_Hashtable_traitsILb0ELb0ELb1EEEE9_M_rehashEjRKj at Base 3.4.2
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt10_HashtableIySt4pairIKyyESaIS2_ENSt8__detail10_Select1stESt8equal_toIyESt4hashIyENS4_18_Mod_range_hashingENS4_20_Default_ranged_hashENS4_20_Prime_rehash_policyENS4_17_Hashtable_traitsILb0ELb0ELb1EEEED1Ev at Base 3.5.0
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt10_HashtableIySt4pairIKyyESaIS2_ENSt8__detail10_Select1stESt8equal_toIyESt4hashIyENS4_18_Mod_range_hashingENS4_20_Default_ranged_hashENS4_20_Prime_rehash_policyENS4_17_Hashtable_traitsILb0ELb0ELb1EEEED2Ev at Base 3.5.0
- (optional=templinst|arch=!sh4)_ZNSt10shared_ptrI10OGRPolygonEC1ISaIvEJEEESt20_Sp_alloc_shared_tagIT_EDpOT0_ at Base 3.7.0
- (optional=templinst|arch=!sh4)_ZNSt10shared_ptrI10OGRPolygonEC2ISaIvEJEEESt20_Sp_alloc_shared_tagIT_EDpOT0_ at Base 3.7.0
- (optional=templinst|arch=!sh4)_ZNSt10shared_ptrI13GDALDimensionEC1ISaIvEJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERPKcS9_S9_yEEESt20_Sp_alloc_shared_tagIT_EDpOT0_ at Base 3.7.0
- (optional=templinst|arch=!sh4)_ZNSt10shared_ptrI13GDALDimensionEC2ISaIvEJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERPKcS9_S9_yEEESt20_Sp_alloc_shared_tagIT_EDpOT0_ at Base 3.7.0
- (optional=templinst|arch=!sh4)_ZNSt10shared_ptrI28GDALDimensionWeakIndexingVarEC1ISaIvEJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERA2_KcRA13_SA_S9_iEEESt20_Sp_alloc_shared_tagIT_EDpOT0_ at Base 3.8.0
- (optional=templinst|arch=!sh4)_ZNSt10shared_ptrI28GDALDimensionWeakIndexingVarEC1ISaIvEJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERA5_KcRA13_SA_RA6_SA_RKiEEESt20_Sp_alloc_shared_tagIT_EDpOT0_ at Base 3.7.0
- (optional=templinst|arch=!sh4)_ZNSt10shared_ptrI28GDALDimensionWeakIndexingVarEC1ISaIvEJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERA5_KcRA13_SA_SC_RKiEEESt20_Sp_alloc_shared_tagIT_EDpOT0_ at Base 3.7.0
- (optional=templinst|arch=!sh4)_ZNSt10shared_ptrI28GDALDimensionWeakIndexingVarEC1ISaIvEJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERA2_KcRA13_SC_S9_yEEESt20_Sp_alloc_shared_tagIT_EDpOT0_ at Base 3.5.2
- (optional=templinst|arch=!sh4)_ZNSt10shared_ptrI28GDALDimensionWeakIndexingVarEC2ISaIvEJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERA2_KcRA13_SA_S9_iEEESt20_Sp_alloc_shared_tagIT_EDpOT0_ at Base 3.8.0
- (optional=templinst|arch=!sh4)_ZNSt10shared_ptrI28GDALDimensionWeakIndexingVarEC2ISaIvEJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERA5_KcRA13_SA_RA6_SA_RKiEEESt20_Sp_alloc_shared_tagIT_EDpOT0_ at Base 3.7.0
- (optional=templinst|arch=!sh4)_ZNSt10shared_ptrI28GDALDimensionWeakIndexingVarEC2ISaIvEJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERA5_KcRA13_SA_SC_RKiEEESt20_Sp_alloc_shared_tagIT_EDpOT0_ at Base 3.7.0
- (optional=templinst|arch=!sh4)_ZNSt10shared_ptrI28GDALDimensionWeakIndexingVarEC2ISaIvEJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERA2_KcRA13_SC_S9_yEEESt20_Sp_alloc_shared_tagIT_EDpOT0_ at Base 3.5.2
- (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI10MEMDatasetSt14default_deleteIS0_EED1Ev at Base 3.6.0
- (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI10MEMDatasetSt14default_deleteIS0_EED2Ev at Base 3.6.0
- (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI10OGRFeature26OGRFeatureUniquePtrDeleterED1Ev at Base 3.1.3
- (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI10OGRFeature26OGRFeatureUniquePtrDeleterED2Ev at Base 3.1.3
- (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI10OGRFeatureSt14default_deleteIS0_EED1Ev at Base 3.5.0
- (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI10OGRFeatureSt14default_deleteIS0_EED2Ev at Base 3.5.0
- (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI10OGRPolygonSt14default_deleteIS0_EED1Ev at Base 3.4.0
- (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI10OGRPolygonSt14default_deleteIS0_EED2Ev at Base 3.4.0
- (optional=templinst)_ZNSt10unique_ptrI11GDALDatasetSt14default_deleteIS0_EED1Ev at Base 3.1.3
- (optional=templinst)_ZNSt10unique_ptrI11GDALDatasetSt14default_deleteIS0_EED2Ev at Base 3.1.3
- (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI11OGRGeometry27OGRGeometryUniquePtrDeleterED1Ev at Base 3.1.3
- (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI11OGRGeometry27OGRGeometryUniquePtrDeleterED2Ev at Base 3.1.3
- (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI11OGRGeometrySt14default_deleteIS0_EED1Ev at Base 3.1.3
- (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI11OGRGeometrySt14default_deleteIS0_EED2Ev at Base 3.1.3
- (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI11OGRTriangleSt14default_deleteIS0_EED1Ev at Base 3.8.0
- (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI11OGRTriangleSt14default_deleteIS0_EED2Ev at Base 3.8.0
- (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI13OGRLineStringSt14default_deleteIS0_EED1Ev at Base 3.1.3
- (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI13OGRLineStringSt14default_deleteIS0_EED2Ev at Base 3.1.3
- (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI13OGRLinearRingSt14default_deleteIS0_EED1Ev at Base 3.1.3
- (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI13OGRLinearRingSt14default_deleteIS0_EED2Ev at Base 3.1.3
- (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI13OGRMultiCurveSt14default_deleteIS0_EED1Ev at Base 3.8.0
- (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI13OGRMultiCurveSt14default_deleteIS0_EED2Ev at Base 3.8.0
- (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI13OGRMultiPointSt14default_deleteIS0_EED1Ev at Base 3.8.0
- (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI13OGRMultiPointSt14default_deleteIS0_EED2Ev at Base 3.8.0
- (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI13RawRasterBandSt14default_deleteIS0_EED1Ev at Base 3.7.0
- (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI13RawRasterBandSt14default_deleteIS0_EED2Ev at Base 3.7.0
- (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI14GDALRasterBandSt14default_deleteIS0_EED1Ev at Base 3.2.0
- (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI14GDALRasterBandSt14default_deleteIS0_EED2Ev at Base 3.2.0
- (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI14OGRFieldDomainSt14default_deleteIS0_EED1Ev at Base 3.3.0
- (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI14OGRFieldDomainSt14default_deleteIS0_EED2Ev at Base 3.3.0
- (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI15OGRCurvePolygonSt14default_deleteIS0_EED1Ev at Base 3.8.0
- (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI15OGRCurvePolygonSt14default_deleteIS0_EED2Ev at Base 3.8.0
- (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI15OGRMultiPolygonSt14default_deleteIS0_EED1Ev at Base 3.2.0
- (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI15OGRMultiPolygonSt14default_deleteIS0_EED2Ev at Base 3.2.0
- (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI15OGRMultiSurfaceSt14default_deleteIS0_EED1Ev at Base 3.8.0
- (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI15OGRMultiSurfaceSt14default_deleteIS0_EED2Ev at Base 3.8.0
- (optional=templinst|arch=sh4)_ZNSt10unique_ptrI16GDALRelationshipSt14default_deleteIS0_EED1Ev at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt10unique_ptrI16GDALRelationshipSt14default_deleteIS0_EED2Ev at Base 3.7.2
- (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI16OGRCompoundCurveSt14default_deleteIS0_EED1Ev at Base 3.8.0
- (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI16OGRCompoundCurveSt14default_deleteIS0_EED2Ev at Base 3.8.0
- (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI16OGRGeomFieldDefnSt14default_deleteIS0_EED1Ev at Base 3.4.0
- (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI16OGRGeomFieldDefnSt14default_deleteIS0_EED2Ev at Base 3.4.0
- (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI17OGRCircularStringSt14default_deleteIS0_EED1Ev at Base 3.8.0
- (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI17OGRCircularStringSt14default_deleteIS0_EED2Ev at Base 3.8.0
- (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI18OGRMultiLineStringSt14default_deleteIS0_EED1Ev at Base 3.8.0
- (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI18OGRMultiLineStringSt14default_deleteIS0_EED2Ev at Base 3.8.0
- (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI19OGRSpatialReferenceSt14default_deleteIS0_EED1Ev at Base 3.4.0
- (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI19OGRSpatialReferenceSt14default_deleteIS0_EED2Ev at Base 3.4.0
- (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI20OGRPolyhedralSurfaceSt14default_deleteIS0_EED1Ev at Base 3.8.0
- (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI20OGRPolyhedralSurfaceSt14default_deleteIS0_EED2Ev at Base 3.8.0
- (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI21OGRGeometryCollectionSt14default_deleteIS0_EED1Ev at Base 3.8.0
- (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI21OGRGeometryCollectionSt14default_deleteIS0_EED2Ev at Base 3.8.0
- (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI22OGRTriangulatedSurfaceSt14default_deleteIS0_EED1Ev at Base 3.8.0
- (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI22OGRTriangulatedSurfaceSt14default_deleteIS0_EED2Ev at Base 3.8.0
- (optional=templinst)_ZNSt10unique_ptrI27OGRCoordinateTransformationSt14default_deleteIS0_EED1Ev at Base 3.1.3
- (optional=templinst)_ZNSt10unique_ptrI27OGRCoordinateTransformationSt14default_deleteIS0_EED2Ev at Base 3.1.3
- (optional=templinst)_ZNSt10unique_ptrI6VSIDIRSt14default_deleteIS0_EED1Ev at Base 3.1.3
- (optional=templinst)_ZNSt10unique_ptrI6VSIDIRSt14default_deleteIS0_EED2Ev at Base 3.1.3
- (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI8OGRCurveSt14default_deleteIS0_EED1Ev at Base 3.8.0
- (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI8OGRCurveSt14default_deleteIS0_EED2Ev at Base 3.8.0
- (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI8OGRLayerSt14default_deleteIS0_EED1Ev at Base 3.1.3
- (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI8OGRLayerSt14default_deleteIS0_EED2Ev at Base 3.1.3
- (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI8OGRPointSt14default_deleteIS0_EED1Ev at Base 3.8.0
- (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI8OGRPointSt14default_deleteIS0_EED2Ev at Base 3.8.0
- (optional=templinst|arch=!armel !armhf !hppa !riscv64 !sh4 !sparc64)_ZNSt10unique_ptrIN10MEMDataset7PrivateESt14default_deleteIS1_EED1Ev at Base 3.1.3
- (optional=templinst|arch=!armel !armhf !hppa !riscv64 !sh4 !sparc64)_ZNSt10unique_ptrIN10MEMDataset7PrivateESt14default_deleteIS1_EED2Ev at Base 3.1.3
- (optional=templinst|arch=sh4)_ZNSt10unique_ptrIN15GDALPamMultiDim7PrivateESt14default_deleteIS1_EED1Ev at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt10unique_ptrIN15GDALPamMultiDim7PrivateESt14default_deleteIS1_EED2Ev at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt10unique_ptrIN4gdal13TileMatrixSetESt14default_deleteIS1_EED1Ev at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt10unique_ptrIN4gdal13TileMatrixSetESt14default_deleteIS1_EED2Ev at Base 3.7.2
- (optional=templinst|arch=!sh4)_ZNSt10unique_ptrINSt6thread6_StateESt14default_deleteIS1_EED1Ev at Base 3.6.0
- (optional=templinst|arch=!sh4)_ZNSt10unique_ptrINSt6thread6_StateESt14default_deleteIS1_EED2Ev at Base 3.6.0
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt11_Deque_baseIxSaIxEE17_M_initialize_mapEj at Base 3.4.2
- (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_ZNSt11_Deque_baseIxSaIxEE17_M_initialize_mapEm at Base 3.4.2
- (optional=templinst|arch=!sh4)_ZNSt11_Deque_baseIxSaIxEED1Ev at Base 2.2.0
- (optional=templinst|arch=!sh4)_ZNSt11_Deque_baseIxSaIxEED2Ev at Base 2.2.0
- (optional=templinst|arch=sh4)_ZNSt11__copy_moveILb0ELb0ESt26random_access_iterator_tagE8__copy_mIPKSt10shared_ptrI13GDALDimensionEPS5_EET0_T_SA_S9_ at Base 3.7.2
- (optional=templinst|arch=!sh4)_ZNSt11unique_lockISt5mutexE6unlockEv at Base 3.2.0
- (optional=templinst|arch=!sh4)_ZNSt12_Destroy_auxILb0EE9__destroyIP10_linestyleEEvT_S4_ at Base 3.7.1
- (optional=templinst|arch=!sh4)_ZNSt12_Destroy_auxILb0EE9__destroyIP4_EedEEvT_S4_ at Base 3.7.1
- (optional=templinst|arch=!sh4)_ZNSt12_Destroy_auxILb0EE9__destroyIPN15TargetLayerInfo16ReprojectionInfoEEEvT_S5_ at Base 3.8.0
- (optional=templinst)_ZNSt12_Destroy_auxILb0EE9__destroyIPN16marching_squares19PolygonRingAppenderI20PolygonContourWriterE4RingEEEvT_S8_ at Base 3.7.1
- (optional=templinst|arch=!sh4)_ZNSt12_Destroy_auxILb0EE9__destroyIPN6PCIDSK3GCPEEEvT_S5_ at Base 3.7.0
- (optional=templinst)_ZNSt12_Destroy_auxILb0EE9__destroyIPSt4pairI9CPLStringS3_EEEvT_S6_ at Base 3.7.0
- (optional=templinst|arch=!sh4)_ZNSt12_Destroy_auxILb0EE9__destroyIPSt4pairINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE17MVTTileLayerValueEEEvT_SC_ at Base 3.7.0
- (optional=templinst|arch=!sh4)_ZNSt12_Vector_baseI9CPLStringSaIS0_EED1Ev at Base 3.7.1
- (optional=templinst|arch=!sh4)_ZNSt12_Vector_baseI9CPLStringSaIS0_EED2Ev at Base 3.7.1
- (optional=templinst|arch=!sh4)_ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EED1Ev at Base 3.7.1
- (optional=templinst|arch=!sh4)_ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EED2Ev at Base 3.7.1
- (optional=templinst|arch=!sh4)_ZNSt12_Vector_baseIdSaIdEED1Ev at Base 3.1.3
- (optional=templinst|arch=!sh4)_ZNSt12_Vector_baseIdSaIdEED2Ev at Base 3.1.3
- (optional=templinst|arch=!sh4)_ZNSt12_Vector_baseIiSaIiEED1Ev at Base 3.7.1
- (optional=templinst|arch=!sh4)_ZNSt12_Vector_baseIiSaIiEED2Ev at Base 3.7.1
- (optional=templinst|arch=!sh4)_ZNSt12_Vector_baseIySaIyEED1Ev at Base 3.8.0
- (optional=templinst|arch=!sh4)_ZNSt12_Vector_baseIySaIyEED2Ev at Base 3.8.0
- (optional=templinst|arch=armel riscv64)_ZNSt12__shared_ptrI11OGRGeometryLN9__gnu_cxx12_Lock_policyE1EE5resetEv at Base 3.7.0
- (optional=templinst|arch=armel riscv64)_ZNSt12__shared_ptrI11OGRGeometryLN9__gnu_cxx12_Lock_policyE1EE5resetIS0_EENSt9enable_ifIXsrSt21__sp_is_constructibleIS0_T_E5valueEvE4typeEPS7_ at Base 3.7.0
- (optional=templinst|arch=!armel !riscv64 !sh4)_ZNSt12__shared_ptrI11OGRGeometryLN9__gnu_cxx12_Lock_policyE2EE5resetEv at Base 3.7.0
- (optional=templinst|arch=!armel !riscv64)_ZNSt12__shared_ptrI11OGRGeometryLN9__gnu_cxx12_Lock_policyE2EE5resetIS0_EENSt9enable_ifIXsrSt21__sp_is_constructibleIS0_T_E5valueEvE4typeEPS7_ at Base 3.7.0
- (optional=templinst|arch=armel riscv64)_ZNSt12__shared_ptrI14GDALColorTableLN9__gnu_cxx12_Lock_policyE1EE5resetEv at Base 3.4.2
- (optional=templinst|arch=armel riscv64)_ZNSt12__shared_ptrI14GDALColorTableLN9__gnu_cxx12_Lock_policyE1EE5resetIS0_EENSt9enable_ifIXsrSt21__sp_is_constructibleIS0_T_E5valueEvE4typeEPS7_ at Base 3.4.2
- (optional=templinst|arch=!armel !riscv64 !sh4)_ZNSt12__shared_ptrI14GDALColorTableLN9__gnu_cxx12_Lock_policyE2EE5resetEv at Base 3.4.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt12__shared_ptrI14GDALColorTableLN9__gnu_cxx12_Lock_policyE2EE5resetIS0_EENSt9enable_ifIXsrSt21__sp_is_constructibleIS0_T_E5valueEvE4typeEPS7_ at Base 3.4.2
- (optional=templinst|arch=armel riscv64)_ZNSt12__shared_ptrI19OGRSpatialReferenceLN9__gnu_cxx12_Lock_policyE1EE5resetIS0_EENSt9enable_ifIXsrSt21__sp_is_constructibleIS0_T_E5valueEvE4typeEPS7_ at Base 3.4.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt12__shared_ptrI19OGRSpatialReferenceLN9__gnu_cxx12_Lock_policyE2EE5resetIS0_EENSt9enable_ifIXsrSt21__sp_is_constructibleIS0_T_E5valueEvE4typeEPS7_ at Base 3.4.2
- (optional=templinst|arch=armel riscv64)_ZNSt12__shared_ptrI24GDALRasterAttributeTableLN9__gnu_cxx12_Lock_policyE1EE5resetI31GDALDefaultRasterAttributeTableEENSt9enable_ifIXsrSt21__sp_is_constructibleIS0_T_E5valueEvE4typeEPS8_ at Base 3.4.2
- (optional=templinst|arch=!armel !riscv64 !sh4)_ZNSt12__shared_ptrI24GDALRasterAttributeTableLN9__gnu_cxx12_Lock_policyE2EE5resetI31GDALDefaultRasterAttributeTableEENSt9enable_ifIXsrSt21__sp_is_constructibleIS0_T_E5valueEvE4typeEPS8_ at Base 3.4.2
- (optional=templinst|arch=armel riscv64)_ZNSt12__shared_ptrI9GDALGroupLN9__gnu_cxx12_Lock_policyE1EEC1ERKSt10__weak_ptrIS0_LS2_1EESt9nothrow_t at Base 3.8.0
- (optional=templinst|arch=armel riscv64)_ZNSt12__shared_ptrI9GDALGroupLN9__gnu_cxx12_Lock_policyE1EEC2ERKSt10__weak_ptrIS0_LS2_1EESt9nothrow_t at Base 3.8.0
- (optional=templinst|arch=!armel !riscv64)_ZNSt12__shared_ptrI9GDALGroupLN9__gnu_cxx12_Lock_policyE2EEC1ERKSt10__weak_ptrIS0_LS2_2EESt9nothrow_t at Base 3.8.0
- (optional=templinst|arch=!armel !riscv64)_ZNSt12__shared_ptrI9GDALGroupLN9__gnu_cxx12_Lock_policyE2EEC2ERKSt10__weak_ptrIS0_LS2_2EESt9nothrow_t at Base 3.8.0
- (optional=templinst|arch=sh4)_ZNSt12__shared_ptrISt6vectorIhSaIhEELN9__gnu_cxx12_Lock_policyE2EE5resetIS2_EENSt9enable_ifIXsrSt21__sp_is_constructibleIS2_T_E5valueEvE4typeEPS9_ at Base 3.7.2
- (optional=templinst|arch=!sh4)_ZNSt13_Bvector_baseISaIbEE13_M_deallocateEv at Base 2.2.0
- (optional=templinst|arch=ia64 loong64 mips64el ppc64el riscv64 sparc64)_ZNSt13unordered_setINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4hashIS5_ESt8equal_toIS5_ESaIS5_EE6insertEOS5_ at Base 3.7.1
- (optional=templinst|arch=ia64 loong64 mips64el ppc64el riscv64 sparc64)_ZNSt13unordered_setINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4hashIS5_ESt8equal_toIS5_ESaIS5_EE6insertERKS5_ at Base 3.7.1
- (optional=templinst|arch=ia64 loong64 mips64el ppc64el riscv64 sparc64)_ZNSt13unordered_setIPKvSt4hashIS1_ESt8equal_toIS1_ESaIS1_EE6insertEOS1_ at Base 3.7.1
- (arch=!sh4)_ZNSt14_Function_baseD1Ev at Base 3.8.0
- (arch=!sh4)_ZNSt14_Function_baseD2Ev at Base 3.8.0
- (optional=templinst|arch=sh4)_ZNSt14__shared_countILN9__gnu_cxx12_Lock_policyE2EEC1IP15netCDFAttributeEET_ at Base 3.8.2
- (optional=templinst|arch=sh4)_ZNSt14__shared_countILN9__gnu_cxx12_Lock_policyE2EEC1IP19MVTTileLayerFeatureEET_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt14__shared_countILN9__gnu_cxx12_Lock_policyE2EEC1IP19OGRSpatialReferenceEET_ at Base 3.8.0
- (optional=templinst|arch=sh4)_ZNSt14__shared_countILN9__gnu_cxx12_Lock_policyE2EEC2IP15netCDFAttributeEET_ at Base 3.8.2
- (optional=templinst|arch=sh4)_ZNSt14__shared_countILN9__gnu_cxx12_Lock_policyE2EEC2IP19MVTTileLayerFeatureEET_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt14__shared_countILN9__gnu_cxx12_Lock_policyE2EEC2IP19OGRSpatialReferenceEET_ at Base 3.8.0
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIDnLN9__gnu_cxx12_Lock_policyE1EE10_M_disposeEv at Base 3.4.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIDnLN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv at Base 3.4.2
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP10MEMDatasetLN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv at Base 3.6.0
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP10MEMDatasetLN9__gnu_cxx12_Lock_policyE1EE10_M_disposeEv at Base 3.6.0
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP10MEMDatasetLN9__gnu_cxx12_Lock_policyE1EE14_M_get_deleterERKSt9type_info at Base 3.6.0
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP10MEMDatasetLN9__gnu_cxx12_Lock_policyE1EED0Ev at Base 3.6.0
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP10MEMDatasetLN9__gnu_cxx12_Lock_policyE1EED1Ev at Base 3.6.0
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP10MEMDatasetLN9__gnu_cxx12_Lock_policyE1EED2Ev at Base 3.6.0
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP10MEMDatasetLN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv at Base 3.6.0
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP10MEMDatasetLN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv at Base 3.6.0
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP10MEMDatasetLN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info at Base 3.6.0
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP10MEMDatasetLN9__gnu_cxx12_Lock_policyE2EED0Ev at Base 3.6.0
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP10MEMDatasetLN9__gnu_cxx12_Lock_policyE2EED1Ev at Base 3.6.0
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP10MEMDatasetLN9__gnu_cxx12_Lock_policyE2EED2Ev at Base 3.6.0
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP10MEMMDArrayLN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv at Base 3.8.0
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP10MEMMDArrayLN9__gnu_cxx12_Lock_policyE1EE10_M_disposeEv at Base 3.8.0
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP10MEMMDArrayLN9__gnu_cxx12_Lock_policyE1EE14_M_get_deleterERKSt9type_info at Base 3.8.0
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP10MEMMDArrayLN9__gnu_cxx12_Lock_policyE1EED0Ev at Base 3.8.0
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP10MEMMDArrayLN9__gnu_cxx12_Lock_policyE1EED1Ev at Base 3.8.0
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP10MEMMDArrayLN9__gnu_cxx12_Lock_policyE1EED2Ev at Base 3.8.0
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP10MEMMDArrayLN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv at Base 3.8.0
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP10MEMMDArrayLN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv at Base 3.8.0
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP10MEMMDArrayLN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info at Base 3.8.0
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP10MEMMDArrayLN9__gnu_cxx12_Lock_policyE2EED0Ev at Base 3.8.0
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP10MEMMDArrayLN9__gnu_cxx12_Lock_policyE2EED1Ev at Base 3.8.0
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP10MEMMDArrayLN9__gnu_cxx12_Lock_policyE2EED2Ev at Base 3.8.0
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP11GDALDatasetLN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv at Base 3.4.2
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP11GDALDatasetLN9__gnu_cxx12_Lock_policyE1EE10_M_disposeEv at Base 3.4.2
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP11GDALDatasetLN9__gnu_cxx12_Lock_policyE1EE14_M_get_deleterERKSt9type_info at Base 3.4.2
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP11GDALDatasetLN9__gnu_cxx12_Lock_policyE1EED0Ev at Base 3.4.2
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP11GDALDatasetLN9__gnu_cxx12_Lock_policyE1EED1Ev at Base 3.4.2
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP11GDALDatasetLN9__gnu_cxx12_Lock_policyE1EED2Ev at Base 3.4.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP11GDALDatasetLN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv at Base 3.4.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP11GDALDatasetLN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv at Base 3.4.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP11GDALDatasetLN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info at Base 3.4.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP11GDALDatasetLN9__gnu_cxx12_Lock_policyE2EED0Ev at Base 3.4.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP11GDALDatasetLN9__gnu_cxx12_Lock_policyE2EED1Ev at Base 3.4.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP11GDALDatasetLN9__gnu_cxx12_Lock_policyE2EED2Ev at Base 3.4.2
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP11OGRGeometryLN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv at Base 3.4.2
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP11OGRGeometryLN9__gnu_cxx12_Lock_policyE1EE10_M_disposeEv at Base 3.4.2
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP11OGRGeometryLN9__gnu_cxx12_Lock_policyE1EE14_M_get_deleterERKSt9type_info at Base 3.4.2
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP11OGRGeometryLN9__gnu_cxx12_Lock_policyE1EED0Ev at Base 3.4.2
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP11OGRGeometryLN9__gnu_cxx12_Lock_policyE1EED1Ev at Base 3.4.2
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP11OGRGeometryLN9__gnu_cxx12_Lock_policyE1EED2Ev at Base 3.4.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP11OGRGeometryLN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv at Base 3.4.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP11OGRGeometryLN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv at Base 3.4.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP11OGRGeometryLN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info at Base 3.4.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP11OGRGeometryLN9__gnu_cxx12_Lock_policyE2EED0Ev at Base 3.4.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP11OGRGeometryLN9__gnu_cxx12_Lock_policyE2EED1Ev at Base 3.4.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP11OGRGeometryLN9__gnu_cxx12_Lock_policyE2EED2Ev at Base 3.4.2
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP12MEMAttributeLN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv at Base 3.8.0
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP12MEMAttributeLN9__gnu_cxx12_Lock_policyE1EE10_M_disposeEv at Base 3.8.0
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP12MEMAttributeLN9__gnu_cxx12_Lock_policyE1EE14_M_get_deleterERKSt9type_info at Base 3.8.0
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP12MEMAttributeLN9__gnu_cxx12_Lock_policyE1EED0Ev at Base 3.8.0
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP12MEMAttributeLN9__gnu_cxx12_Lock_policyE1EED1Ev at Base 3.8.0
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP12MEMAttributeLN9__gnu_cxx12_Lock_policyE1EED2Ev at Base 3.8.0
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP12MEMAttributeLN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv at Base 3.8.0
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP12MEMAttributeLN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv at Base 3.8.0
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP12MEMAttributeLN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info at Base 3.8.0
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP12MEMAttributeLN9__gnu_cxx12_Lock_policyE2EED0Ev at Base 3.8.0
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP12MEMAttributeLN9__gnu_cxx12_Lock_policyE2EED1Ev at Base 3.8.0
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP12MEMAttributeLN9__gnu_cxx12_Lock_policyE2EED2Ev at Base 3.8.0
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP14GDALColorTableLN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv at Base 3.4.2
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP14GDALColorTableLN9__gnu_cxx12_Lock_policyE1EE10_M_disposeEv at Base 3.4.2
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP14GDALColorTableLN9__gnu_cxx12_Lock_policyE1EE14_M_get_deleterERKSt9type_info at Base 3.4.2
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP14GDALColorTableLN9__gnu_cxx12_Lock_policyE1EED0Ev at Base 3.4.2
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP14GDALColorTableLN9__gnu_cxx12_Lock_policyE1EED1Ev at Base 3.4.2
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP14GDALColorTableLN9__gnu_cxx12_Lock_policyE1EED2Ev at Base 3.4.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP14GDALColorTableLN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv at Base 3.4.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP14GDALColorTableLN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv at Base 3.4.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP14GDALColorTableLN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info at Base 3.4.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP14GDALColorTableLN9__gnu_cxx12_Lock_policyE2EED0Ev at Base 3.4.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP14GDALColorTableLN9__gnu_cxx12_Lock_policyE2EED1Ev at Base 3.4.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP14GDALColorTableLN9__gnu_cxx12_Lock_policyE2EED2Ev at Base 3.4.2
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP19OGRSpatialReferenceLN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv at Base 3.4.2
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP19OGRSpatialReferenceLN9__gnu_cxx12_Lock_policyE1EE10_M_disposeEv at Base 3.4.2
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP19OGRSpatialReferenceLN9__gnu_cxx12_Lock_policyE1EE14_M_get_deleterERKSt9type_info at Base 3.4.2
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP19OGRSpatialReferenceLN9__gnu_cxx12_Lock_policyE1EED0Ev at Base 3.4.2
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP19OGRSpatialReferenceLN9__gnu_cxx12_Lock_policyE1EED1Ev at Base 3.4.2
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP19OGRSpatialReferenceLN9__gnu_cxx12_Lock_policyE1EED2Ev at Base 3.4.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP19OGRSpatialReferenceLN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv at Base 3.4.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP19OGRSpatialReferenceLN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv at Base 3.4.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP19OGRSpatialReferenceLN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info at Base 3.4.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP19OGRSpatialReferenceLN9__gnu_cxx12_Lock_policyE2EED0Ev at Base 3.4.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP19OGRSpatialReferenceLN9__gnu_cxx12_Lock_policyE2EED1Ev at Base 3.4.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP19OGRSpatialReferenceLN9__gnu_cxx12_Lock_policyE2EED2Ev at Base 3.4.2
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP24GDALRasterAttributeTableLN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv at Base 3.4.2
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP24GDALRasterAttributeTableLN9__gnu_cxx12_Lock_policyE1EE10_M_disposeEv at Base 3.4.2
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP24GDALRasterAttributeTableLN9__gnu_cxx12_Lock_policyE1EE14_M_get_deleterERKSt9type_info at Base 3.4.2
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP24GDALRasterAttributeTableLN9__gnu_cxx12_Lock_policyE1EED0Ev at Base 3.4.2
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP24GDALRasterAttributeTableLN9__gnu_cxx12_Lock_policyE1EED1Ev at Base 3.4.2
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP24GDALRasterAttributeTableLN9__gnu_cxx12_Lock_policyE1EED2Ev at Base 3.4.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP24GDALRasterAttributeTableLN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv at Base 3.4.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP24GDALRasterAttributeTableLN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv at Base 3.4.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP24GDALRasterAttributeTableLN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info at Base 3.4.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP24GDALRasterAttributeTableLN9__gnu_cxx12_Lock_policyE2EED0Ev at Base 3.4.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP24GDALRasterAttributeTableLN9__gnu_cxx12_Lock_policyE2EED1Ev at Base 3.4.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP24GDALRasterAttributeTableLN9__gnu_cxx12_Lock_policyE2EED2Ev at Base 3.4.2
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP31GDALDefaultRasterAttributeTableLN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv at Base 3.4.2
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP31GDALDefaultRasterAttributeTableLN9__gnu_cxx12_Lock_policyE1EE10_M_disposeEv at Base 3.4.2
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP31GDALDefaultRasterAttributeTableLN9__gnu_cxx12_Lock_policyE1EE14_M_get_deleterERKSt9type_info at Base 3.4.2
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP31GDALDefaultRasterAttributeTableLN9__gnu_cxx12_Lock_policyE1EED0Ev at Base 3.4.2
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP31GDALDefaultRasterAttributeTableLN9__gnu_cxx12_Lock_policyE1EED1Ev at Base 3.4.2
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP31GDALDefaultRasterAttributeTableLN9__gnu_cxx12_Lock_policyE1EED2Ev at Base 3.4.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP31GDALDefaultRasterAttributeTableLN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv at Base 3.4.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP31GDALDefaultRasterAttributeTableLN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv at Base 3.4.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP31GDALDefaultRasterAttributeTableLN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info at Base 3.4.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP31GDALDefaultRasterAttributeTableLN9__gnu_cxx12_Lock_policyE2EED0Ev at Base 3.4.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP31GDALDefaultRasterAttributeTableLN9__gnu_cxx12_Lock_policyE2EED1Ev at Base 3.4.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP31GDALDefaultRasterAttributeTableLN9__gnu_cxx12_Lock_policyE2EED2Ev at Base 3.4.2
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP8MEMGroupLN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv at Base 3.8.0
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP8MEMGroupLN9__gnu_cxx12_Lock_policyE1EE10_M_disposeEv at Base 3.8.0
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP8MEMGroupLN9__gnu_cxx12_Lock_policyE1EE14_M_get_deleterERKSt9type_info at Base 3.8.0
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP8MEMGroupLN9__gnu_cxx12_Lock_policyE1EED0Ev at Base 3.8.0
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP8MEMGroupLN9__gnu_cxx12_Lock_policyE1EED1Ev at Base 3.8.0
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP8MEMGroupLN9__gnu_cxx12_Lock_policyE1EED2Ev at Base 3.8.0
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP8MEMGroupLN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv at Base 3.8.0
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP8MEMGroupLN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv at Base 3.8.0
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP8MEMGroupLN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info at Base 3.8.0
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP8MEMGroupLN9__gnu_cxx12_Lock_policyE2EED0Ev at Base 3.8.0
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP8MEMGroupLN9__gnu_cxx12_Lock_policyE2EED1Ev at Base 3.8.0
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP8MEMGroupLN9__gnu_cxx12_Lock_policyE2EED2Ev at Base 3.8.0
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIPN19OGRSpatialReference7Private8ListenerELN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv at Base 3.4.2
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIPN19OGRSpatialReference7Private8ListenerELN9__gnu_cxx12_Lock_policyE1EE10_M_disposeEv at Base 3.4.2
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIPN19OGRSpatialReference7Private8ListenerELN9__gnu_cxx12_Lock_policyE1EE14_M_get_deleterERKSt9type_info at Base 3.4.2
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIPN19OGRSpatialReference7Private8ListenerELN9__gnu_cxx12_Lock_policyE1EED0Ev at Base 3.4.2
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIPN19OGRSpatialReference7Private8ListenerELN9__gnu_cxx12_Lock_policyE1EED1Ev at Base 3.4.2
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIPN19OGRSpatialReference7Private8ListenerELN9__gnu_cxx12_Lock_policyE1EED2Ev at Base 3.4.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIPN19OGRSpatialReference7Private8ListenerELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv at Base 3.4.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIPN19OGRSpatialReference7Private8ListenerELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv at Base 3.4.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIPN19OGRSpatialReference7Private8ListenerELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info at Base 3.4.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIPN19OGRSpatialReference7Private8ListenerELN9__gnu_cxx12_Lock_policyE2EED0Ev at Base 3.4.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIPN19OGRSpatialReference7Private8ListenerELN9__gnu_cxx12_Lock_policyE2EED1Ev at Base 3.4.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIPN19OGRSpatialReference7Private8ListenerELN9__gnu_cxx12_Lock_policyE2EED2Ev at Base 3.4.2
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv at Base 3.4.2
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELN9__gnu_cxx12_Lock_policyE1EE10_M_disposeEv at Base 3.4.2
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELN9__gnu_cxx12_Lock_policyE1EE14_M_get_deleterERKSt9type_info at Base 3.4.2
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELN9__gnu_cxx12_Lock_policyE1EED0Ev at Base 3.4.2
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELN9__gnu_cxx12_Lock_policyE1EED1Ev at Base 3.4.2
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELN9__gnu_cxx12_Lock_policyE1EED2Ev at Base 3.4.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv at Base 3.4.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv at Base 3.4.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info at Base 3.4.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELN9__gnu_cxx12_Lock_policyE2EED0Ev at Base 3.4.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELN9__gnu_cxx12_Lock_policyE2EED1Ev at Base 3.4.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELN9__gnu_cxx12_Lock_policyE2EED2Ev at Base 3.4.2
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIPSt6vectorIhSaIhEELN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv at Base 3.4.2
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIPSt6vectorIhSaIhEELN9__gnu_cxx12_Lock_policyE1EE10_M_disposeEv at Base 3.4.2
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIPSt6vectorIhSaIhEELN9__gnu_cxx12_Lock_policyE1EE14_M_get_deleterERKSt9type_info at Base 3.4.2
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIPSt6vectorIhSaIhEELN9__gnu_cxx12_Lock_policyE1EED0Ev at Base 3.4.2
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIPSt6vectorIhSaIhEELN9__gnu_cxx12_Lock_policyE1EED1Ev at Base 3.4.2
- (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIPSt6vectorIhSaIhEELN9__gnu_cxx12_Lock_policyE1EED2Ev at Base 3.4.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIPSt6vectorIhSaIhEELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv at Base 3.4.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIPSt6vectorIhSaIhEELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv at Base 3.4.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIPSt6vectorIhSaIhEELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info at Base 3.4.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIPSt6vectorIhSaIhEELN9__gnu_cxx12_Lock_policyE2EED0Ev at Base 3.4.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIPSt6vectorIhSaIhEELN9__gnu_cxx12_Lock_policyE2EED1Ev at Base 3.4.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIPSt6vectorIhSaIhEELN9__gnu_cxx12_Lock_policyE2EED2Ev at Base 3.4.2
- (optional=templinst|arch=!sh4)_ZNSt15__allocated_ptrISaISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEED1Ev at Base 3.7.1
- (optional=templinst|arch=!sh4)_ZNSt15__allocated_ptrISaISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEED2Ev at Base 3.7.1
- (optional=templinst|arch=armel riscv64)_ZNSt15__allocated_ptrISaISt23_Sp_counted_ptr_inplaceI13GDALDimensionSaIvELN9__gnu_cxx12_Lock_policyE1EEEED1Ev at Base 3.7.1
- (optional=templinst|arch=armel riscv64)_ZNSt15__allocated_ptrISaISt23_Sp_counted_ptr_inplaceI13GDALDimensionSaIvELN9__gnu_cxx12_Lock_policyE1EEEED2Ev at Base 3.7.1
- (optional=templinst|arch=!armel !riscv64 !sh4)_ZNSt15__allocated_ptrISaISt23_Sp_counted_ptr_inplaceI13GDALDimensionSaIvELN9__gnu_cxx12_Lock_policyE2EEEED1Ev at Base 3.7.1
- (optional=templinst|arch=!armel !riscv64 !sh4)_ZNSt15__allocated_ptrISaISt23_Sp_counted_ptr_inplaceI13GDALDimensionSaIvELN9__gnu_cxx12_Lock_policyE2EEEED2Ev at Base 3.7.1
- (optional=templinst|arch=armel riscv64)_ZNSt15__allocated_ptrISaISt23_Sp_counted_ptr_inplaceI19GDALAttributeStringSaIvELN9__gnu_cxx12_Lock_policyE1EEEED1Ev at Base 3.7.1
- (optional=templinst|arch=armel riscv64)_ZNSt15__allocated_ptrISaISt23_Sp_counted_ptr_inplaceI19GDALAttributeStringSaIvELN9__gnu_cxx12_Lock_policyE1EEEED2Ev at Base 3.7.1
- (optional=templinst|arch=!armel !riscv64 !sh4)_ZNSt15__allocated_ptrISaISt23_Sp_counted_ptr_inplaceI19GDALAttributeStringSaIvELN9__gnu_cxx12_Lock_policyE2EEEED1Ev at Base 3.7.1
- (optional=templinst|arch=!armel !riscv64 !sh4)_ZNSt15__allocated_ptrISaISt23_Sp_counted_ptr_inplaceI19GDALAttributeStringSaIvELN9__gnu_cxx12_Lock_policyE2EEEED2Ev at Base 3.7.1
- (optional=templinst|arch=armel riscv64)_ZNSt15__allocated_ptrISaISt23_Sp_counted_ptr_inplaceI20GDALAttributeNumericSaIvELN9__gnu_cxx12_Lock_policyE1EEEED1Ev at Base 3.7.1
- (optional=templinst|arch=armel riscv64)_ZNSt15__allocated_ptrISaISt23_Sp_counted_ptr_inplaceI20GDALAttributeNumericSaIvELN9__gnu_cxx12_Lock_policyE1EEEED2Ev at Base 3.7.1
- (optional=templinst|arch=!armel !riscv64 !sh4)_ZNSt15__allocated_ptrISaISt23_Sp_counted_ptr_inplaceI20GDALAttributeNumericSaIvELN9__gnu_cxx12_Lock_policyE2EEEED1Ev at Base 3.7.1
- (optional=templinst|arch=!armel !riscv64 !sh4)_ZNSt15__allocated_ptrISaISt23_Sp_counted_ptr_inplaceI20GDALAttributeNumericSaIvELN9__gnu_cxx12_Lock_policyE2EEEED2Ev at Base 3.7.1
- (optional=templinst|arch=armel riscv64)_ZNSt15__allocated_ptrISaISt23_Sp_counted_ptr_inplaceI28GDALDimensionWeakIndexingVarSaIvELN9__gnu_cxx12_Lock_policyE1EEEED1Ev at Base 3.7.1
- (optional=templinst|arch=armel riscv64)_ZNSt15__allocated_ptrISaISt23_Sp_counted_ptr_inplaceI28GDALDimensionWeakIndexingVarSaIvELN9__gnu_cxx12_Lock_policyE1EEEED2Ev at Base 3.7.1
- (optional=templinst|arch=!armel !riscv64 !sh4)_ZNSt15__allocated_ptrISaISt23_Sp_counted_ptr_inplaceI28GDALDimensionWeakIndexingVarSaIvELN9__gnu_cxx12_Lock_policyE2EEEED1Ev at Base 3.7.1
- (optional=templinst|arch=!armel !riscv64 !sh4)_ZNSt15__allocated_ptrISaISt23_Sp_counted_ptr_inplaceI28GDALDimensionWeakIndexingVarSaIvELN9__gnu_cxx12_Lock_policyE2EEEED2Ev at Base 3.7.1
- (arch=!sh4)_ZNSt15recursive_mutex4lockEv at Base 3.8.0
- (optional=templinst|arch=armel riscv64)_ZNSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv at Base 3.4.2
- (optional=templinst|arch=armel riscv64)_ZNSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE1EE10_M_releaseEv at Base 3.4.2
- (optional=templinst|arch=armel riscv64)_ZNSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE1EE15_M_add_ref_copyEv at Base 3.4.2
- (optional=templinst|arch=armel riscv64)_ZNSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE1EE15_M_weak_releaseEv at Base 3.4.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv at Base 3.4.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE10_M_releaseEv at Base 3.4.2
- (optional=templinst|arch=!armel !riscv64 !sh4)_ZNSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE15_M_add_ref_copyEv at Base 3.4.2
- (optional=templinst|arch=!armel !riscv64 !sh4)_ZNSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE15_M_weak_releaseEv at Base 3.4.2
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el s390x)_ZNSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE24_M_release_last_use_coldEv at Base 3.5.2
- (optional=templinst)_ZNSt17_Function_handlerIF6CPLErrPPviS1_ii12GDALDataTypeS3_iiPKPKcEPS8_E10_M_managerERSt9_Any_dataRKSB_St18_Manager_operation at Base 3.4.0
- (optional=templinst)_ZNSt17_Function_handlerIF6CPLErrPPviS1_ii12GDALDataTypeS3_iiPKPKcEPS8_E9_M_invokeERKSt9_Any_dataOS2_OiOS1_SF_SF_OS3_SH_SF_SF_OS7_ at Base 3.4.0
- (arch=armel armhf hppa hurd-i386 i386 mipsel powerpc x32)_ZNSt18_Bit_iterator_base7_M_incrEi at Base 3.6.0
- (arch=alpha amd64 arm64 ppc64 s390x)_ZNSt18_Bit_iterator_base7_M_incrEl at Base 3.7.0
- (optional=templinst|arch=armel riscv64)_ZNSt19_Sp_counted_deleterIP11OGRGeometrySt14default_deleteIS0_ESaIvELN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv at Base 3.7.0
- (optional=templinst|arch=armel riscv64)_ZNSt19_Sp_counted_deleterIP11OGRGeometrySt14default_deleteIS0_ESaIvELN9__gnu_cxx12_Lock_policyE1EE10_M_disposeEv at Base 3.7.0
- (optional=templinst|arch=armel riscv64)_ZNSt19_Sp_counted_deleterIP11OGRGeometrySt14default_deleteIS0_ESaIvELN9__gnu_cxx12_Lock_policyE1EE14_M_get_deleterERKSt9type_info at Base 3.7.0
- (optional=templinst|arch=armel riscv64)_ZNSt19_Sp_counted_deleterIP11OGRGeometrySt14default_deleteIS0_ESaIvELN9__gnu_cxx12_Lock_policyE1EED0Ev at Base 3.7.0
- (optional=templinst|arch=armel riscv64)_ZNSt19_Sp_counted_deleterIP11OGRGeometrySt14default_deleteIS0_ESaIvELN9__gnu_cxx12_Lock_policyE1EED1Ev at Base 3.7.0
- (optional=templinst|arch=armel riscv64)_ZNSt19_Sp_counted_deleterIP11OGRGeometrySt14default_deleteIS0_ESaIvELN9__gnu_cxx12_Lock_policyE1EED2Ev at Base 3.7.0
- (optional=templinst|arch=!armel !riscv64)_ZNSt19_Sp_counted_deleterIP11OGRGeometrySt14default_deleteIS0_ESaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv at Base 3.7.0
- (optional=templinst|arch=!armel !riscv64)_ZNSt19_Sp_counted_deleterIP11OGRGeometrySt14default_deleteIS0_ESaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv at Base 3.7.0
- (optional=templinst|arch=!armel !riscv64)_ZNSt19_Sp_counted_deleterIP11OGRGeometrySt14default_deleteIS0_ESaIvELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info at Base 3.7.0
- (optional=templinst|arch=!armel !riscv64)_ZNSt19_Sp_counted_deleterIP11OGRGeometrySt14default_deleteIS0_ESaIvELN9__gnu_cxx12_Lock_policyE2EED0Ev at Base 3.7.0
- (optional=templinst|arch=!armel !riscv64)_ZNSt19_Sp_counted_deleterIP11OGRGeometrySt14default_deleteIS0_ESaIvELN9__gnu_cxx12_Lock_policyE2EED1Ev at Base 3.7.0
- (optional=templinst|arch=!armel !riscv64)_ZNSt19_Sp_counted_deleterIP11OGRGeometrySt14default_deleteIS0_ESaIvELN9__gnu_cxx12_Lock_policyE2EED2Ev at Base 3.7.0
- (optional=templinst|arch=armel riscv64)_ZNSt19_Sp_counted_deleterIPcPFvPvESaIvELN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv at Base 3.4.2
- (optional=templinst|arch=armel riscv64)_ZNSt19_Sp_counted_deleterIPcPFvPvESaIvELN9__gnu_cxx12_Lock_policyE1EE10_M_disposeEv at Base 3.4.2
- (optional=templinst|arch=armel riscv64)_ZNSt19_Sp_counted_deleterIPcPFvPvESaIvELN9__gnu_cxx12_Lock_policyE1EE14_M_get_deleterERKSt9type_info at Base 3.4.2
- (optional=templinst|arch=armel riscv64)_ZNSt19_Sp_counted_deleterIPcPFvPvESaIvELN9__gnu_cxx12_Lock_policyE1EED0Ev at Base 3.4.2
- (optional=templinst|arch=armel riscv64)_ZNSt19_Sp_counted_deleterIPcPFvPvESaIvELN9__gnu_cxx12_Lock_policyE1EED1Ev at Base 3.4.2
- (optional=templinst|arch=armel riscv64)_ZNSt19_Sp_counted_deleterIPcPFvPvESaIvELN9__gnu_cxx12_Lock_policyE1EED2Ev at Base 3.4.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt19_Sp_counted_deleterIPcPFvPvESaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv at Base 3.4.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt19_Sp_counted_deleterIPcPFvPvESaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv at Base 3.4.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt19_Sp_counted_deleterIPcPFvPvESaIvELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info at Base 3.4.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt19_Sp_counted_deleterIPcPFvPvESaIvELN9__gnu_cxx12_Lock_policyE2EED0Ev at Base 3.4.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt19_Sp_counted_deleterIPcPFvPvESaIvELN9__gnu_cxx12_Lock_policyE2EED1Ev at Base 3.4.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt19_Sp_counted_deleterIPcPFvPvESaIvELN9__gnu_cxx12_Lock_policyE2EED2Ev at Base 3.4.2
- (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI10OGRPolygonSaIvELN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv at Base 3.7.0
- (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI10OGRPolygonSaIvELN9__gnu_cxx12_Lock_policyE1EE10_M_disposeEv at Base 3.7.0
- (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI10OGRPolygonSaIvELN9__gnu_cxx12_Lock_policyE1EE14_M_get_deleterERKSt9type_info at Base 3.7.0
- (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI10OGRPolygonSaIvELN9__gnu_cxx12_Lock_policyE1EED0Ev at Base 3.7.0
- (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI10OGRPolygonSaIvELN9__gnu_cxx12_Lock_policyE1EED1Ev at Base 3.7.0
- (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI10OGRPolygonSaIvELN9__gnu_cxx12_Lock_policyE1EED2Ev at Base 3.7.0
- (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI10OGRPolygonSaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv at Base 3.7.0
- (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI10OGRPolygonSaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv at Base 3.7.0
- (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI10OGRPolygonSaIvELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info at Base 3.7.0
- (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI10OGRPolygonSaIvELN9__gnu_cxx12_Lock_policyE2EED0Ev at Base 3.7.0
- (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI10OGRPolygonSaIvELN9__gnu_cxx12_Lock_policyE2EED1Ev at Base 3.7.0
- (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI10OGRPolygonSaIvELN9__gnu_cxx12_Lock_policyE2EED2Ev at Base 3.7.0
- (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI13GDALDimensionSaIvELN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv at Base 3.5.2
- (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI13GDALDimensionSaIvELN9__gnu_cxx12_Lock_policyE1EE10_M_disposeEv at Base 3.5.2
- (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI13GDALDimensionSaIvELN9__gnu_cxx12_Lock_policyE1EE14_M_get_deleterERKSt9type_info at Base 3.5.2
- (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI13GDALDimensionSaIvELN9__gnu_cxx12_Lock_policyE1EED0Ev at Base 3.5.2
- (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI13GDALDimensionSaIvELN9__gnu_cxx12_Lock_policyE1EED1Ev at Base 3.5.2
- (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI13GDALDimensionSaIvELN9__gnu_cxx12_Lock_policyE1EED2Ev at Base 3.5.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI13GDALDimensionSaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv at Base 3.5.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI13GDALDimensionSaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv at Base 3.5.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI13GDALDimensionSaIvELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info at Base 3.5.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI13GDALDimensionSaIvELN9__gnu_cxx12_Lock_policyE2EED0Ev at Base 3.5.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI13GDALDimensionSaIvELN9__gnu_cxx12_Lock_policyE2EED1Ev at Base 3.5.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI13GDALDimensionSaIvELN9__gnu_cxx12_Lock_policyE2EED2Ev at Base 3.5.2
- (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI15GDALPamMultiDimSaIvELN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv at Base 3.5.2
- (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI15GDALPamMultiDimSaIvELN9__gnu_cxx12_Lock_policyE1EE10_M_disposeEv at Base 3.5.2
- (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI15GDALPamMultiDimSaIvELN9__gnu_cxx12_Lock_policyE1EE14_M_get_deleterERKSt9type_info at Base 3.5.2
- (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI15GDALPamMultiDimSaIvELN9__gnu_cxx12_Lock_policyE1EED0Ev at Base 3.5.2
- (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI15GDALPamMultiDimSaIvELN9__gnu_cxx12_Lock_policyE1EED1Ev at Base 3.5.2
- (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI15GDALPamMultiDimSaIvELN9__gnu_cxx12_Lock_policyE1EED2Ev at Base 3.5.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI15GDALPamMultiDimSaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv at Base 3.5.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI15GDALPamMultiDimSaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv at Base 3.5.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI15GDALPamMultiDimSaIvELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info at Base 3.5.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI15GDALPamMultiDimSaIvELN9__gnu_cxx12_Lock_policyE2EED0Ev at Base 3.5.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI15GDALPamMultiDimSaIvELN9__gnu_cxx12_Lock_policyE2EED1Ev at Base 3.5.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI15GDALPamMultiDimSaIvELN9__gnu_cxx12_Lock_policyE2EED2Ev at Base 3.5.2
- (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI19GDALAttributeStringSaIvELN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv at Base 3.5.2
- (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI19GDALAttributeStringSaIvELN9__gnu_cxx12_Lock_policyE1EE10_M_disposeEv at Base 3.5.2
- (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI19GDALAttributeStringSaIvELN9__gnu_cxx12_Lock_policyE1EE14_M_get_deleterERKSt9type_info at Base 3.5.2
- (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI19GDALAttributeStringSaIvELN9__gnu_cxx12_Lock_policyE1EED0Ev at Base 3.5.2
- (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI19GDALAttributeStringSaIvELN9__gnu_cxx12_Lock_policyE1EED1Ev at Base 3.5.2
- (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI19GDALAttributeStringSaIvELN9__gnu_cxx12_Lock_policyE1EED2Ev at Base 3.5.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI19GDALAttributeStringSaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv at Base 3.5.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI19GDALAttributeStringSaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv at Base 3.5.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI19GDALAttributeStringSaIvELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info at Base 3.5.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI19GDALAttributeStringSaIvELN9__gnu_cxx12_Lock_policyE2EED0Ev at Base 3.5.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI19GDALAttributeStringSaIvELN9__gnu_cxx12_Lock_policyE2EED1Ev at Base 3.5.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI19GDALAttributeStringSaIvELN9__gnu_cxx12_Lock_policyE2EED2Ev at Base 3.5.2
- (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI19OGRSpatialReferenceSaIvELN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv at Base 3.5.2
- (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI19OGRSpatialReferenceSaIvELN9__gnu_cxx12_Lock_policyE1EE10_M_disposeEv at Base 3.5.2
- (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI19OGRSpatialReferenceSaIvELN9__gnu_cxx12_Lock_policyE1EE14_M_get_deleterERKSt9type_info at Base 3.5.2
- (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI19OGRSpatialReferenceSaIvELN9__gnu_cxx12_Lock_policyE1EED0Ev at Base 3.5.2
- (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI19OGRSpatialReferenceSaIvELN9__gnu_cxx12_Lock_policyE1EED1Ev at Base 3.5.2
- (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI19OGRSpatialReferenceSaIvELN9__gnu_cxx12_Lock_policyE1EED2Ev at Base 3.5.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI19OGRSpatialReferenceSaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv at Base 3.5.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI19OGRSpatialReferenceSaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv at Base 3.5.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI19OGRSpatialReferenceSaIvELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info at Base 3.5.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI19OGRSpatialReferenceSaIvELN9__gnu_cxx12_Lock_policyE2EED0Ev at Base 3.5.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI19OGRSpatialReferenceSaIvELN9__gnu_cxx12_Lock_policyE2EED1Ev at Base 3.5.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI19OGRSpatialReferenceSaIvELN9__gnu_cxx12_Lock_policyE2EED2Ev at Base 3.5.2
- (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI20GDALAttributeNumericSaIvELN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv at Base 3.5.2
- (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI20GDALAttributeNumericSaIvELN9__gnu_cxx12_Lock_policyE1EE10_M_disposeEv at Base 3.5.2
- (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI20GDALAttributeNumericSaIvELN9__gnu_cxx12_Lock_policyE1EE14_M_get_deleterERKSt9type_info at Base 3.5.2
- (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI20GDALAttributeNumericSaIvELN9__gnu_cxx12_Lock_policyE1EED0Ev at Base 3.5.2
- (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI20GDALAttributeNumericSaIvELN9__gnu_cxx12_Lock_policyE1EED1Ev at Base 3.5.2
- (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI20GDALAttributeNumericSaIvELN9__gnu_cxx12_Lock_policyE1EED2Ev at Base 3.5.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI20GDALAttributeNumericSaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv at Base 3.5.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI20GDALAttributeNumericSaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv at Base 3.5.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI20GDALAttributeNumericSaIvELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info at Base 3.5.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI20GDALAttributeNumericSaIvELN9__gnu_cxx12_Lock_policyE2EED0Ev at Base 3.5.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI20GDALAttributeNumericSaIvELN9__gnu_cxx12_Lock_policyE2EED1Ev at Base 3.5.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI20GDALAttributeNumericSaIvELN9__gnu_cxx12_Lock_policyE2EED2Ev at Base 3.5.2
- (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI26GDALMDArrayRegularlySpacedSaIvELN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv at Base 3.5.2
- (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI26GDALMDArrayRegularlySpacedSaIvELN9__gnu_cxx12_Lock_policyE1EE10_M_disposeEv at Base 3.5.2
- (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI26GDALMDArrayRegularlySpacedSaIvELN9__gnu_cxx12_Lock_policyE1EE14_M_get_deleterERKSt9type_info at Base 3.5.2
- (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI26GDALMDArrayRegularlySpacedSaIvELN9__gnu_cxx12_Lock_policyE1EED0Ev at Base 3.5.2
- (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI26GDALMDArrayRegularlySpacedSaIvELN9__gnu_cxx12_Lock_policyE1EED1Ev at Base 3.5.2
- (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI26GDALMDArrayRegularlySpacedSaIvELN9__gnu_cxx12_Lock_policyE1EED2Ev at Base 3.5.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI26GDALMDArrayRegularlySpacedSaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv at Base 3.5.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI26GDALMDArrayRegularlySpacedSaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv at Base 3.5.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI26GDALMDArrayRegularlySpacedSaIvELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info at Base 3.5.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI26GDALMDArrayRegularlySpacedSaIvELN9__gnu_cxx12_Lock_policyE2EED0Ev at Base 3.5.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI26GDALMDArrayRegularlySpacedSaIvELN9__gnu_cxx12_Lock_policyE2EED1Ev at Base 3.5.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI26GDALMDArrayRegularlySpacedSaIvELN9__gnu_cxx12_Lock_policyE2EED2Ev at Base 3.5.2
- (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI28GDALDimensionWeakIndexingVarSaIvELN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv at Base 3.5.2
- (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI28GDALDimensionWeakIndexingVarSaIvELN9__gnu_cxx12_Lock_policyE1EE10_M_disposeEv at Base 3.5.2
- (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI28GDALDimensionWeakIndexingVarSaIvELN9__gnu_cxx12_Lock_policyE1EE14_M_get_deleterERKSt9type_info at Base 3.5.2
- (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI28GDALDimensionWeakIndexingVarSaIvELN9__gnu_cxx12_Lock_policyE1EED0Ev at Base 3.5.2
- (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI28GDALDimensionWeakIndexingVarSaIvELN9__gnu_cxx12_Lock_policyE1EED1Ev at Base 3.5.2
- (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI28GDALDimensionWeakIndexingVarSaIvELN9__gnu_cxx12_Lock_policyE1EED2Ev at Base 3.5.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI28GDALDimensionWeakIndexingVarSaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv at Base 3.5.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI28GDALDimensionWeakIndexingVarSaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv at Base 3.5.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI28GDALDimensionWeakIndexingVarSaIvELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info at Base 3.5.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI28GDALDimensionWeakIndexingVarSaIvELN9__gnu_cxx12_Lock_policyE2EED0Ev at Base 3.5.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI28GDALDimensionWeakIndexingVarSaIvELN9__gnu_cxx12_Lock_policyE2EED1Ev at Base 3.5.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI28GDALDimensionWeakIndexingVarSaIvELN9__gnu_cxx12_Lock_policyE2EED2Ev at Base 3.5.2
- (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceIN8OGRLayer27ArrowArrayStreamPrivateDataESaIvELN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv at Base 3.6.0
- (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceIN8OGRLayer27ArrowArrayStreamPrivateDataESaIvELN9__gnu_cxx12_Lock_policyE1EE10_M_disposeEv at Base 3.6.0
- (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceIN8OGRLayer27ArrowArrayStreamPrivateDataESaIvELN9__gnu_cxx12_Lock_policyE1EE14_M_get_deleterERKSt9type_info at Base 3.6.0
- (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceIN8OGRLayer27ArrowArrayStreamPrivateDataESaIvELN9__gnu_cxx12_Lock_policyE1EED0Ev at Base 3.6.0
- (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceIN8OGRLayer27ArrowArrayStreamPrivateDataESaIvELN9__gnu_cxx12_Lock_policyE1EED1Ev at Base 3.6.0
- (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceIN8OGRLayer27ArrowArrayStreamPrivateDataESaIvELN9__gnu_cxx12_Lock_policyE1EED2Ev at Base 3.6.0
- (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceIN8OGRLayer27ArrowArrayStreamPrivateDataESaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv at Base 3.6.0
- (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceIN8OGRLayer27ArrowArrayStreamPrivateDataESaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv at Base 3.6.0
- (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceIN8OGRLayer27ArrowArrayStreamPrivateDataESaIvELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info at Base 3.6.0
- (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceIN8OGRLayer27ArrowArrayStreamPrivateDataESaIvELN9__gnu_cxx12_Lock_policyE2EED0Ev at Base 3.6.0
- (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceIN8OGRLayer27ArrowArrayStreamPrivateDataESaIvELN9__gnu_cxx12_Lock_policyE2EED1Ev at Base 3.6.0
- (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceIN8OGRLayer27ArrowArrayStreamPrivateDataESaIvELN9__gnu_cxx12_Lock_policyE2EED2Ev at Base 3.6.0
- (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceISt6vectorIdSaIdEESaIvELN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv at Base 3.5.2
- (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceISt6vectorIdSaIdEESaIvELN9__gnu_cxx12_Lock_policyE1EE10_M_disposeEv at Base 3.5.2
- (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceISt6vectorIdSaIdEESaIvELN9__gnu_cxx12_Lock_policyE1EE14_M_get_deleterERKSt9type_info at Base 3.5.2
- (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceISt6vectorIdSaIdEESaIvELN9__gnu_cxx12_Lock_policyE1EED0Ev at Base 3.5.2
- (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceISt6vectorIdSaIdEESaIvELN9__gnu_cxx12_Lock_policyE1EED1Ev at Base 3.5.2
- (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceISt6vectorIdSaIdEESaIvELN9__gnu_cxx12_Lock_policyE1EED2Ev at Base 3.5.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceISt6vectorIdSaIdEESaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv at Base 3.5.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceISt6vectorIdSaIdEESaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv at Base 3.5.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceISt6vectorIdSaIdEESaIvELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info at Base 3.5.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceISt6vectorIdSaIdEESaIvELN9__gnu_cxx12_Lock_policyE2EED0Ev at Base 3.5.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceISt6vectorIdSaIdEESaIvELN9__gnu_cxx12_Lock_policyE2EED1Ev at Base 3.5.2
- (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceISt6vectorIdSaIdEESaIvELN9__gnu_cxx12_Lock_policyE2EED2Ev at Base 3.5.2
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt23mersenne_twister_engineIjLj32ELj624ELj397ELj31ELj2567483615ELj11ELj4294967295ELj7ELj2636928640ELj15ELj4022730752ELj18ELj1812433253EE11_M_gen_randEv at Base 3.6.0
- (optional=templinst|arch=sh4)_ZNSt23mersenne_twister_engineIjLj32ELj624ELj397ELj31ELj2567483615ELj11ELj4294967295ELj7ELj2636928640ELj15ELj4022730752ELj18ELj1812433253EE4seedEj at Base 3.7.2
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt23mersenne_twister_engineIjLj32ELj624ELj397ELj31ELj2567483615ELj11ELj4294967295ELj7ELj2636928640ELj15ELj4022730752ELj18ELj1812433253EEclEv at Base 3.6.0
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt23mersenne_twister_engineImLm32ELm624ELm397ELm31ELm2567483615ELm11ELm4294967295ELm7ELm2636928640ELm15ELm4022730752ELm18ELm1812433253EE11_M_gen_randEv at Base 3.6.0
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt23mersenne_twister_engineImLm32ELm624ELm397ELm31ELm2567483615ELm11ELm4294967295ELm7ELm2636928640ELm15ELm4022730752ELm18ELm1812433253EEclEv at Base 3.6.0
- (optional=templinst|arch=!m68k !powerpc !ppc64 !s390x)_ZNSt3mapI9CPLString11OGREnvelopeSt4lessIS0_ESaISt4pairIKS0_S1_EEEixERS5_ at Base 3.4.2
- (optional=templinst|arch=alpha armel armhf hurd-i386 i386 mipsel powerpc ppc64 s390x)_ZNSt3mapI9CPLString12GDALDataTypeSt4lessIS0_ESaISt4pairIKS0_S1_EEEC1ESt16initializer_listIS6_ERKS3_RKS7_ at Base 3.4.2
- (optional=templinst|arch=alpha armel armhf hurd-i386 i386 mipsel powerpc ppc64 s390x)_ZNSt3mapI9CPLString12GDALDataTypeSt4lessIS0_ESaISt4pairIKS0_S1_EEEC2ESt16initializer_listIS6_ERKS3_RKS7_ at Base 3.4.2
- (optional=templinst)_ZNSt3mapI9CPLString12GDALDataTypeSt4lessIS0_ESaISt4pairIKS0_S1_EEED1Ev at Base 3.2.0
- (optional=templinst)_ZNSt3mapI9CPLString12GDALDataTypeSt4lessIS0_ESaISt4pairIKS0_S1_EEED2Ev at Base 3.2.0
- (optional=templinst|arch=!sh4)_ZNSt3mapI9CPLStringP11GDALDatasetSt4lessIS0_ESaISt4pairIKS0_S2_EEEixEOS0_ at Base 3.3.3
- (optional=templinst)_ZNSt3mapI9CPLStringS0_St4lessIS0_ESaISt4pairIKS0_S0_EEED1Ev at Base 2.2.0
- (optional=templinst)_ZNSt3mapI9CPLStringS0_St4lessIS0_ESaISt4pairIKS0_S0_EEED2Ev at Base 2.2.0
- (optional=templinst)_ZNSt3mapI9CPLStringS0_St4lessIS0_ESaISt4pairIKS0_S0_EEEixEOS0_ at Base 2.2.0
- (optional=templinst)_ZNSt3mapI9CPLStringS0_St4lessIS0_ESaISt4pairIKS0_S0_EEEixERS4_ at Base 1.8.0
- (optional=templinst|arch=!sh4)_ZNSt3mapI9CPLStringS_IS0_S0_St4lessIS0_ESaISt4pairIKS0_S0_EEES2_SaIS3_IS4_S7_EEEixERS4_ at Base 3.3.3
- (optional=templinst|arch=sh4)_ZNSt3mapI9CPLStringSt10shared_ptrI11GDALMDArrayESt4lessIS0_ESaISt4pairIKS0_S3_EEEixEOS0_ at Base 3.8.0
- (optional=templinst)_ZNSt3mapI9CPLStringSt10shared_ptrI9GDALGroupESt4lessIS0_ESaISt4pairIKS0_S3_EEEixEOS0_ at Base 3.8.0
- (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x !sh4)_ZNSt3mapI9CPLStringSt3setIS0_St4lessIS0_ESaIS0_EES3_SaISt4pairIKS0_S5_EEEixEOS0_ at Base 3.4.2
- (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x !sh4)_ZNSt3mapI9CPLStringSt3setIS0_St4lessIS0_ESaIS0_EES3_SaISt4pairIKS0_S5_EEEixERS7_ at Base 3.4.2
- (optional=templinst)_ZNSt3mapI9CPLStringSt4pairISt8functionIF6CPLErrPPviS4_ii12GDALDataTypeS6_iiPKPKcEES0_ESt4lessIS0_ESaIS1_IKS0_SD_EEED1Ev at Base 3.5.0
- (optional=templinst)_ZNSt3mapI9CPLStringSt4pairISt8functionIF6CPLErrPPviS4_ii12GDALDataTypeS6_iiPKPKcEES0_ESt4lessIS0_ESaIS1_IKS0_SD_EEED2Ev at Base 3.5.0
- (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x !sh4)_ZNSt3mapI9CPLStringSt4pairIddESt4lessIS0_ESaIS1_IKS0_S2_EEEixERS5_ at Base 3.4.2
- (optional=templinst|arch=amd64 arm64 hppa ia64 loong64 m68k mips64el ppc64el riscv64 sh4 sparc64)_ZNSt3mapI9CPLStringSt6vectorIS0_SaIS0_EESt4lessIS0_ESaISt4pairIKS0_S3_EEEixERS7_ at Base 3.5.2
- (optional=templinst|arch=sh4)_ZNSt3mapI9CPLStringSt6vectorISt4pairIS0_S0_ESaIS3_EESt4lessIS0_ESaIS2_IKS0_S5_EEEixERS8_ at Base 3.7.2
- (optional=templinst|arch=!armel !armhf !ia64 !loong64 !m68k !mips64el !ppc64el !riscv64 !sh4 !sparc64)_ZNSt3mapI9CPLStringSt6vectorIhSaIhEESt4lessIS0_ESaISt4pairIKS0_S3_EEEixEOS0_ at Base 3.3.3
- (optional=templinst|arch=sh4)_ZNSt3mapI9CPLStringSt6vectorIiSaIiEESt4lessIS0_ESaISt4pairIKS0_S3_EEEixERS7_ at Base 3.7.2
- (optional=templinst|arch=!alpha !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x !sh4)_ZNSt3mapI9CPLStringbSt4lessIS0_ESaISt4pairIKS0_bEEEixEOS0_ at Base 3.5.2
- (optional=templinst)_ZNSt3mapI9CPLStringbSt4lessIS0_ESaISt4pairIKS0_bEEEixERS4_ at Base 3.1.3
- (optional=templinst)_ZNSt3mapI9CPLStringiSt4lessIS0_ESaISt4pairIKS0_iEEEixEOS0_ at Base 3.1.3
- (optional=templinst)_ZNSt3mapI9CPLStringiSt4lessIS0_ESaISt4pairIKS0_iEEEixERS4_ at Base 2.2.0
- (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt3mapI9CPLStringjSt4lessIS0_ESaISt4pairIKS0_jEEEixEOS0_ at Base 3.4.2
- (optional=templinst|arch=hppa m68k)_ZNSt3mapI9CPLStringjSt4lessIS0_ESaISt4pairIKS0_jEEEixERS4_ at Base 3.7.2
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt3mapI9CPLStringmSt4lessIS0_ESaISt4pairIKS0_mEEEixEOS0_ at Base 3.4.2
- (optional=templinst|arch=amd64 arm64 ia64 loong64 mips64el ppc64el riscv64 sparc64)_ZNSt3mapI9CPLStringmSt4lessIS0_ESaISt4pairIKS0_mEEEixERS4_ at Base 3.4.2
- (optional=templinst|arch=alpha amd64 arm64 armel armhf hppa hurd-i386 i386 ia64 loong64 m68k mips64el mipsel powerpc ppc64 ppc64el riscv64 s390x sparc64)_ZNSt3mapIN19MVTTileLayerFeature8GeomTypeExSt4lessIS1_ESaISt4pairIKS1_xEEEixEOS1_ at Base 3.4.2
- (optional=templinst|arch=amd64 arm64 armel armhf hppa ia64 loong64 m68k mips64el ppc64el riscv64 sparc64 x32)_ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE12OGRFieldTypeSt4lessIS5_ESaISt4pairIKS5_S6_EEEixEOS5_ at Base 3.3.3
- (optional=templinst|arch=amd64 arm64 hppa)_ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE13CPLStringListSt4lessIS5_ESaISt4pairIKS5_S6_EEEixEOS5_ at Base 3.7.0
- (optional=templinst)_ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St4lessIS5_ESaISt4pairIKS5_S5_EEEixEOS5_ at Base 3.4.2
- (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St4lessIS5_ESaISt4pairIKS5_S5_EEEixERS9_ at Base 3.7.0
- (optional=templinst)_ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES_IS5_S5_St4lessIS5_ESaISt4pairIKS5_S5_EEES7_SaIS8_IS9_SC_EEED1Ev at Base 3.5.0
- (optional=templinst)_ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES_IS5_S5_St4lessIS5_ESaISt4pairIKS5_S5_EEES7_SaIS8_IS9_SC_EEED2Ev at Base 3.5.0
- (optional=templinst|arch=loong64 m68k mips64el mipsel powerpc ppc64 ppc64el riscv64 s390x)_ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES_IiS5_St4lessIiESaISt4pairIKiS5_EEES6_IS5_ESaIS8_IKS5_SC_EEEixEOS5_ at Base 3.7.0
- (optional=templinst|arch=!sh4)_ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt10shared_ptrI13GDALDimensionESt4lessIS5_ESaISt4pairIKS5_S8_EEEixERSC_ at Base 3.7.1
- (optional=templinst)_ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt10unique_ptrI11GDALDatasetSt14default_deleteIS7_EESt4lessIS5_ESaISt4pairIKS5_SA_EEEixEOS5_ at Base 3.7.0
- (optional=templinst)_ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt10unique_ptrI14OGRFieldDomainSt14default_deleteIS7_EESt4lessIS5_ESaISt4pairIKS5_SA_EEEixERSE_ at Base 3.4.2
- (optional=templinst|arch=amd64 arm64 ia64 loong64 mips64el ppc64el riscv64 sparc64)_ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEdSt4lessIS5_ESaISt4pairIKS5_dEEEixEOS5_ at Base 3.4.2
- (optional=templinst)_ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiSt4lessIS5_ESaISt4pairIKS5_iEEED1Ev at Base 3.6.0
- (optional=templinst)_ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiSt4lessIS5_ESaISt4pairIKS5_iEEED2Ev at Base 3.6.0
- (optional=templinst|arch=!sh4)_ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiSt4lessIS5_ESaISt4pairIKS5_iEEEixEOS5_ at Base 3.3.3
- (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x !sh4)_ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiSt4lessIS5_ESaISt4pairIKS5_iEEEixERS9_ at Base 3.4.2
- (optional=templinst|arch=alpha hurd-i386 i386 powerpc ppc64 s390x)_ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEjSt4lessIS5_ESaISt4pairIKS5_jEEEixERS9_ at Base 3.8.0
- (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEExSt4lessIS5_ESaISt4pairIKS5_xEEEixERS9_ at Base 3.4.2
- (optional=templinst|arch=sh4)_ZNSt3mapIP16OGRGeomFieldDefn9CPLStringSt4lessIS1_ESaISt4pairIKS1_S2_EEEixERS6_ at Base 3.7.1
- (optional=templinst|arch=!sh4)_ZNSt3mapIP8OGRLayerS1_St4lessIS1_ESaISt4pairIKS1_S1_EEEixERS5_ at Base 2.0.1
- (optional=templinst)_ZNSt3mapIP8OGRLayeriSt4lessIS1_ESaISt4pairIKS1_iEEEixEOS1_ at Base 3.1.3
- (optional=templinst|arch=alpha amd64 arm64 armel armhf hppa hurd-i386 i386 ia64 loong64 m68k mips64el mipsel powerpc ppc64 ppc64el riscv64 s390x sparc64)_ZNSt3mapIP8OGRLayeriSt4lessIS1_ESaISt4pairIKS1_iEEEixERS5_ at Base 3.4.2
- (optional=templinst|arch=alpha amd64 arm64 armel armhf hppa hurd-i386 i386 ia64 loong64 m68k mips64el mipsel powerpc ppc64 ppc64el riscv64 s390x sparc64)_ZNSt3mapIPKciSt4lessIS1_ESaISt4pairIKS1_iEEEC1ESt16initializer_listIS6_ERKS3_RKS7_ at Base 3.4.2
- (optional=templinst|arch=alpha amd64 arm64 armel armhf hppa hurd-i386 i386 ia64 loong64 m68k mips64el mipsel powerpc ppc64 ppc64el riscv64 s390x sparc64)_ZNSt3mapIPKciSt4lessIS1_ESaISt4pairIKS1_iEEEC2ESt16initializer_listIS6_ERKS3_RKS7_ at Base 3.4.2
- (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !powerpc !ppc64 !s390x !sh4)_ZNSt3mapISt10shared_ptrI13GDALDimensionES2_St4lessIS2_ESaISt4pairIKS2_S2_EEEixERS6_ at Base 3.4.2
- (optional=templinst|arch=!sh4)_ZNSt3mapISt4pairINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_EN15GDALPamMultiDim7Private9ArrayInfoESt4lessIS7_ESaIS0_IKS7_SA_EEEixEOS7_ at Base 3.8.0
- (optional=templinst|arch=!sh4)_ZNSt3mapISt4pairINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_EN15GDALPamMultiDim7Private9ArrayInfoESt4lessIS7_ESaIS0_IKS7_SA_EEEixERSD_ at Base 3.8.0
- (optional=templinst|arch=amd64 arm64 hppa ia64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt3mapISt4pairIddEPSt6vectorI8OGRPointSaIS3_EESt4lessIS1_ESaIS0_IKS1_S6_EEEixEOS1_ at Base 3.4.2
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc x32)_ZNSt3mapISt5arrayIiLj3EESt6vectorISt4pairIiiESaIS4_EESt4lessIS1_ESaIS3_IKS1_S6_EEEixERS9_ at Base 3.5.0
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt3mapISt5arrayIiLm3EESt6vectorISt4pairIiiESaIS4_EESt4lessIS1_ESaIS3_IKS1_S6_EEEixERS9_ at Base 3.5.0
- (optional=templinst|arch=!sh4)_ZNSt3mapIcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4lessIcESaISt4pairIKcS5_EEEC1ESt16initializer_listISA_ERKS7_RKSB_ at Base 2.2.0
- (optional=templinst|arch=!sh4)_ZNSt3mapIcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4lessIcESaISt4pairIKcS5_EEEC2ESt16initializer_listISA_ERKS7_RKSB_ at Base 2.2.0
- (optional=templinst)_ZNSt3mapIcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4lessIcESaISt4pairIKcS5_EEED1Ev at Base 2.2.0
- (optional=templinst)_ZNSt3mapIcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4lessIcESaISt4pairIKcS5_EEED2Ev at Base 2.2.0
- (optional=templinst|arch=alpha amd64 arm64 armel armhf hppa hurd-i386 i386 ia64 loong64 m68k mips64el mipsel powerpc ppc64 ppc64el riscv64 s390x sparc64)_ZNSt3mapIi9CPLStringSt4lessIiESaISt4pairIKiS0_EEEixERS4_ at Base 3.5.2
- (optional=templinst|arch=mipsel powerpc ppc64 s390x)_ZNSt3mapIiNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4lessIiESaISt4pairIKiS5_EEEixERS9_ at Base 3.7.0
- (optional=templinst|arch=alpha amd64 arm64 armel armhf hppa hurd-i386 i386 ia64 loong64 m68k mips64el mipsel powerpc ppc64 ppc64el riscv64 s390x sparc64)_ZNSt3mapIiP11OGRGeometrySt4lessIiESaISt4pairIKiS1_EEEixERS5_ at Base 3.4.2
- (optional=templinst|arch=alpha amd64 arm64 armel armhf hppa hurd-i386 i386 ia64 loong64 m68k mips64el mipsel powerpc ppc64 ppc64el riscv64 s390x sparc64)_ZNSt3mapIiPKcSt4lessIiESaISt4pairIKiS1_EEEC1ESt16initializer_listIS6_ERKS3_RKS7_ at Base 3.4.2
- (optional=templinst|arch=alpha amd64 arm64 armel armhf hppa hurd-i386 i386 ia64 loong64 m68k mips64el mipsel powerpc ppc64 ppc64el riscv64 s390x sparc64)_ZNSt3mapIiPKcSt4lessIiESaISt4pairIKiS1_EEEC2ESt16initializer_listIS6_ERKS3_RKS7_ at Base 3.4.2
- (optional=templinst)_ZNSt3mapIiSt3setI9CPLStringSt4lessIS1_ESaIS1_EES2_IiESaISt4pairIKiS5_EEEixERS8_ at Base 3.1.3
- (optional=templinst)_ZNSt3mapIiSt4pairINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiESt4lessIiESaIS0_IKiS7_EEED1Ev at Base 3.6.0
- (optional=templinst)_ZNSt3mapIiSt4pairINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiESt4lessIiESaIS0_IKiS7_EEED2Ev at Base 3.6.0
- (optional=templinst|arch=alpha amd64 arm64 hppa hurd-i386 i386 ia64 loong64 m68k mips64el mipsel powerpc ppc64 ppc64el riscv64 s390x sparc64)_ZNSt3mapIiSt6vectorIiSaIiEESt4lessIiESaISt4pairIKiS2_EEEixEOi at Base 3.4.2
- (optional=templinst|arch=!sh4)_ZNSt3mapIiiSt4lessIiESaISt4pairIKiiEEEixERS3_ at Base 3.4.2
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc x32)_ZNSt3mapIjNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4lessIjESaISt4pairIKjS5_EEEixERS9_ at Base 3.5.0
- (optional=templinst|arch=alpha amd64 arm64 armel armhf hppa hurd-i386 i386 ia64 loong64 m68k mips64el mipsel powerpc ppc64 ppc64el riscv64 s390x sparc64)_ZNSt3mapIjiSt4lessIjESaISt4pairIKjiEEEixERS3_ at Base 3.4.2
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt3mapImNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4lessImESaISt4pairIKmS5_EEEixERS9_ at Base 3.5.0
- (optional=templinst|arch=alpha amd64 arm64 armel armhf hppa hurd-i386 i386 ia64 loong64 m68k mips64el mipsel powerpc ppc64 ppc64el riscv64 s390x sparc64)_ZNSt3mapIxP13OGRLineStringSt4lessIxESaISt4pairIKxS1_EEEixERS5_ at Base 3.4.2
- (optional=templinst|arch=alpha amd64 arm64 armel armhf hppa ia64 loong64 m68k mips64el mipsel ppc64 ppc64el riscv64 s390x sparc64)_ZNSt3mapIxSt4pairIyyESt4lessIxESaIS0_IKxS1_EEEixERS4_ at Base 3.4.2
- (optional=templinst|arch=amd64 arm64 hppa ia64 loong64 m68k mips64el mipsel ppc64el riscv64 sparc64|subst)_ZNSt3mapI{size_t}St6vectorI9CPLStringSaIS1_EESt4lessI{size_t}ESaISt4pairIK{size_t}S3_EEEixEO{size_t}@Base 3.4.2
- (optional=templinst|arch=amd64 arm64 hppa ia64 loong64 mips64el ppc64el riscv64 sparc64 x32)_ZNSt3setI9CPLStringSt4lessIS0_ESaIS0_EE6insertEOS0_ at Base 3.4.2
- (optional=templinst|arch=amd64 arm64 hppa ia64 loong64 mips64el ppc64el riscv64 sparc64 x32)_ZNSt3setI9CPLStringSt4lessIS0_ESaIS0_EE6insertERKS0_ at Base 3.4.2
- (optional=templinst|arch=amd64 arm64 hppa ia64 loong64 mips64el ppc64el riscv64 sparc64 x32)_ZNSt3setINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4lessIS5_ESaIS5_EE6insertEOS5_ at Base 3.4.2
- (optional=templinst|arch=amd64 arm64 hppa ia64 loong64 mips64el ppc64el riscv64 sparc64 x32)_ZNSt3setINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4lessIS5_ESaIS5_EE6insertERKS5_ at Base 3.4.2
- (optional=templinst|arch=amd64 arm64 hppa ia64 loong64 mips64el ppc64el riscv64 sparc64 x32)_ZNSt3setISt4pairIiiESt4lessIS1_ESaIS1_EE6insertEOS1_ at Base 3.4.2
- (optional=templinst|arch=amd64 arm64 hppa ia64 loong64 mips64el ppc64el riscv64 sparc64 x32)_ZNSt3setISt4pairIiiESt4lessIS1_ESaIS1_EE6insertERKS1_ at Base 3.4.2
- (optional=templinst|arch=amd64 arm64 hppa ia64 loong64 mips64el ppc64el riscv64 sparc64)_ZNSt3setIiSt4lessIiESaIiEE6insertERKi at Base 3.7.0
- (optional=templinst|arch=alpha amd64 arm64 armel armhf hppa hurd-i386 i386 ia64 loong64 m68k mips64el mipsel powerpc ppc64 ppc64el riscv64 s390x sparc64)_ZNSt3setIjSt4lessIjESaIjEEC1ESt16initializer_listIjERKS1_RKS2_ at Base 3.6.0
- (optional=templinst|arch=alpha amd64 arm64 armel armhf hppa hurd-i386 i386 ia64 loong64 m68k mips64el mipsel powerpc ppc64 ppc64el riscv64 s390x sparc64)_ZNSt3setIjSt4lessIjESaIjEEC2ESt16initializer_listIjERKS1_RKS2_ at Base 3.6.0
- (optional=templinst|arch=armel armhf)_ZNSt4pairI9CPLStringS0_EC1IRS0_S3_Lb1EEEOT_OT0_ at Base 3.7.1
- (optional=templinst|arch=armel armhf)_ZNSt4pairI9CPLStringS0_EC2IRS0_S3_Lb1EEEOT_OT0_ at Base 3.7.1
- (optional=templinst)_ZNSt5dequeIP13swq_expr_nodeSaIS1_EE16_M_push_back_auxIJRKS1_EEEvDpOT_ at Base 3.1.0
- (optional=templinst)_ZNSt5dequeISt10shared_ptrI9GDALGroupESaIS2_EE16_M_push_back_auxIJRKS2_EEEvDpOT_ at Base 3.2.0
- (optional=templinst)_ZNSt5dequeISt10shared_ptrI9GDALGroupESaIS2_EED1Ev at Base 3.2.0
- (optional=templinst)_ZNSt5dequeISt10shared_ptrI9GDALGroupESaIS2_EED2Ev at Base 3.2.0
- (optional=templinst|arch=!sh4)_ZNSt5dequeISt10unique_ptrI10OGRFeatureSt14default_deleteIS1_EESaIS4_EE12emplace_backIJS4_EEEvDpOT_ at Base 3.8.0
- (optional=templinst|arch=sh4)_ZNSt5dequeISt10unique_ptrI10OGRFeatureSt14default_deleteIS1_EESaIS4_EE16_M_push_back_auxIJS4_EEEvDpOT_ at Base 3.8.0
- (optional=templinst)_ZNSt5dequeIiSaIiEE16_M_push_back_auxIJRKiEEEvDpOT_ at Base 3.0.0
- (optional=templinst)_ZNSt5dequeIxSaIxEE16_M_push_back_auxIJRKxEEEvDpOT_ at Base 2.2.0
- _ZNSt6thread24_M_thread_deps_never_runEv at Base 3.7.1
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorI11swq_summarySaIS0_EE17_M_default_appendEj at Base 3.5.0
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorI11swq_summarySaIS0_EE17_M_default_appendEm at Base 3.5.0
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k powerpc sh4)_ZNSt6vectorI12GDALDataTypeSaIS0_EE17_M_default_appendEj at Base 3.8.0
- (optional=templinst|arch=amd64 arm64 ia64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorI12GDALDataTypeSaIS0_EE17_M_default_appendEm at Base 3.8.0
- (optional=templinst)_ZNSt6vectorI12GDALDataTypeSaIS0_EE17_M_realloc_insertIJRKS0_EEEvN9__gnu_cxx17__normal_iteratorIPS0_S2_EEDpOT_ at Base 3.8.2
- (optional=templinst|arch=!sh4)_ZNSt6vectorI12GDALDataTypeSaIS0_EED1Ev at Base 3.8.2
- (optional=templinst|arch=!sh4)_ZNSt6vectorI12GDALDataTypeSaIS0_EED2Ev at Base 3.8.2
- (optional=templinst)_ZNSt6vectorI13CPLJSONObjectSaIS0_EE17_M_realloc_insertIJS0_EEEvN9__gnu_cxx17__normal_iteratorIPS0_S2_EEDpOT_ at Base 2.3.0
- (optional=templinst)_ZNSt6vectorI13CPLJSONObjectSaIS0_EED1Ev at Base 2.3.0
- (optional=templinst)_ZNSt6vectorI13CPLJSONObjectSaIS0_EED2Ev at Base 2.3.0
- (optional=templinst)_ZNSt6vectorI15GDALColorInterpSaIS0_EE17_M_realloc_insertIJRKS0_EEEvN9__gnu_cxx17__normal_iteratorIPS0_S2_EEDpOT_ at Base 2.2.2
- (optional=templinst)_ZNSt6vectorI15GDALColorInterpSaIS0_EE17_M_realloc_insertIJS0_EEEvN9__gnu_cxx17__normal_iteratorIPS0_S2_EEDpOT_ at Base 3.7.0
- (optional=templinst)_ZNSt6vectorI16CPLXMLTreeCloserSaIS0_EE17_M_realloc_insertIJS0_EEEvN9__gnu_cxx17__normal_iteratorIPS0_S2_EEDpOT_ at Base 3.4.0
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorI32CPLErrorHandlerAccumulatorStructSaIS0_EE17_M_default_appendEj at Base 3.5.0
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorI32CPLErrorHandlerAccumulatorStructSaIS0_EE17_M_default_appendEm at Base 3.5.0
- (optional=templinst)_ZNSt6vectorI32CPLErrorHandlerAccumulatorStructSaIS0_EE17_M_realloc_insertIJR6CPLErrRiRPKcEEEvN9__gnu_cxx17__normal_iteratorIPS0_S2_EEDpOT_ at Base 3.7.1
- (optional=templinst)_ZNSt6vectorI32CPLErrorHandlerAccumulatorStructSaIS0_EE17_M_realloc_insertIJS0_EEEvN9__gnu_cxx17__normal_iteratorIPS0_S2_EEDpOT_ at Base 3.1.0
- (optional=templinst|arch=!sh4)_ZNSt6vectorI32CPLErrorHandlerAccumulatorStructSaIS0_EED1Ev at Base 3.1.0
- (optional=templinst|arch=!sh4)_ZNSt6vectorI32CPLErrorHandlerAccumulatorStructSaIS0_EED2Ev at Base 3.1.0
- (optional=templinst)_ZNSt6vectorI8OGRPointSaIS0_EE17_M_realloc_insertIJRdS4_S4_EEEvN9__gnu_cxx17__normal_iteratorIPS0_S2_EEDpOT_ at Base 3.4.0
- (optional=templinst)_ZNSt6vectorI8OGRPointSaIS0_EE17_M_realloc_insertIJS0_EEEvN9__gnu_cxx17__normal_iteratorIPS0_S2_EEDpOT_ at Base 3.1.0
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorI8OGRPointSaIS0_EE7reserveEj at Base 3.5.0
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorI8OGRPointSaIS0_EE7reserveEm at Base 3.5.0
- (optional=templinst|arch=!sh4)_ZNSt6vectorI8OGRPointSaIS0_EED1Ev at Base 3.1.0
- (optional=templinst|arch=!sh4)_ZNSt6vectorI8OGRPointSaIS0_EED2Ev at Base 3.1.0
- (optional=templinst)_ZNSt6vectorI9CPLStringSaIS0_EE12emplace_backIJS0_EEEvDpOT_ at Base 3.5.0
- (optional=templinst)_ZNSt6vectorI9CPLStringSaIS0_EE14_M_insert_rvalEN9__gnu_cxx17__normal_iteratorIPKS0_S2_EEOS0_ at Base 2.2.2
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorI9CPLStringSaIS0_EE17_M_default_appendEj at Base 3.5.0
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorI9CPLStringSaIS0_EE17_M_default_appendEm at Base 3.5.0
- (optional=templinst)_ZNSt6vectorI9CPLStringSaIS0_EE17_M_realloc_insertIJPKcEEEvN9__gnu_cxx17__normal_iteratorIPS0_S2_EEDpOT_ at Base 2.4.0
- (optional=templinst)_ZNSt6vectorI9CPLStringSaIS0_EE17_M_realloc_insertIJPcEEEvN9__gnu_cxx17__normal_iteratorIPS0_S2_EEDpOT_ at Base 3.1.0
- (optional=templinst)_ZNSt6vectorI9CPLStringSaIS0_EE17_M_realloc_insertIJRKS0_EEEvN9__gnu_cxx17__normal_iteratorIPS0_S2_EEDpOT_ at Base 2.2.2
- (optional=templinst)_ZNSt6vectorI9CPLStringSaIS0_EE17_M_realloc_insertIJRPKcEEEvN9__gnu_cxx17__normal_iteratorIPS0_S2_EEDpOT_ at Base 2.4.0
- (optional=templinst)_ZNSt6vectorI9CPLStringSaIS0_EE17_M_realloc_insertIJRS0_EEEvN9__gnu_cxx17__normal_iteratorIPS0_S2_EEDpOT_ at Base 3.4.0
- (optional=templinst)_ZNSt6vectorI9CPLStringSaIS0_EE17_M_realloc_insertIJS0_EEEvN9__gnu_cxx17__normal_iteratorIPS0_S2_EEDpOT_ at Base 2.2.2
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorI9CPLStringSaIS0_EE7reserveEj at Base 3.5.0
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorI9CPLStringSaIS0_EE7reserveEm at Base 3.5.0
- (optional=templinst|arch=!alpha !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt6vectorI9CPLStringSaIS0_EE8_M_eraseEN9__gnu_cxx17__normal_iteratorIPS0_S2_EE at Base 3.1.3
- (optional=templinst|arch=armel armhf sh4)_ZNSt6vectorI9CPLStringSaIS0_EE9push_backERKS0_ at Base 3.7.2
- (optional=templinst)_ZNSt6vectorI9CPLStringSaIS0_EEC1ERKS2_ at Base 3.1.3
- (optional=templinst)_ZNSt6vectorI9CPLStringSaIS0_EEC2ERKS2_ at Base 3.1.3
- (optional=templinst)_ZNSt6vectorI9CPLStringSaIS0_EED1Ev at Base 1.8.0
- (optional=templinst)_ZNSt6vectorI9CPLStringSaIS0_EED2Ev at Base 1.8.0
- (optional=templinst|arch=!armel !armhf !hurd-i386 !i386 !m68k !powerpc !sh4)_ZNSt6vectorIN11GDALMDArray5RangeESaIS1_EE12emplace_backIJiiEEEvDpOT_ at Base 3.5.0
- (optional=templinst)_ZNSt6vectorIN11GDALMDArray5RangeESaIS1_EE17_M_realloc_insertIJRS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 3.1.0
- (optional=templinst|arch=!amd64 !arm64 !x32)_ZNSt6vectorIN11GDALMDArray5RangeESaIS1_EE17_M_realloc_insertIJRxiEEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 3.4.2
- (optional=templinst|arch=armel armhf hurd-i386 i386 m68k powerpc sh4)_ZNSt6vectorIN11GDALMDArray5RangeESaIS1_EE17_M_realloc_insertIJiiEEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 3.7.2
- (optional=templinst|arch=!sh4)_ZNSt6vectorIN11GDALMDArray5RangeESaIS1_EED1Ev at Base 3.7.1
- (optional=templinst|arch=!sh4)_ZNSt6vectorIN11GDALMDArray5RangeESaIS1_EED2Ev at Base 3.7.1
- (optional=templinst)_ZNSt6vectorIN11GDALMDArray8ViewSpecESaIS1_EE12emplace_backIJS1_EEEvDpOT_ at Base 3.5.0
- (optional=templinst)_ZNSt6vectorIN11GDALMDArray8ViewSpecESaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 3.1.0
- (optional=templinst|arch=!sh4)_ZNSt6vectorIN11GDALMDArray8ViewSpecESaIS1_EED1Ev at Base 3.5.0
- (optional=templinst|arch=!sh4)_ZNSt6vectorIN11GDALMDArray8ViewSpecESaIS1_EED2Ev at Base 3.5.0
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k powerpc sh4)_ZNSt6vectorIN16VRTComplexSource10NoInitByteESaIS1_EE17_M_default_appendEj at Base 3.8.0
- (optional=templinst|arch=amd64 arm64 ia64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorIN16VRTComplexSource10NoInitByteESaIS1_EE17_M_default_appendEm at Base 3.8.0
- (optional=templinst|arch=!sh4)_ZNSt6vectorIN16VRTComplexSource10NoInitByteESaIS1_EED1Ev at Base 3.8.0
- (optional=templinst|arch=!sh4)_ZNSt6vectorIN16VRTComplexSource10NoInitByteESaIS1_EED2Ev at Base 3.8.0
- (optional=templinst|arch=!sh4)_ZNSt6vectorIN18MEMAbstractMDArray14StackReadWriteESaIS1_EED1Ev at Base 3.7.1
- (optional=templinst|arch=!sh4)_ZNSt6vectorIN18MEMAbstractMDArray14StackReadWriteESaIS1_EED2Ev at Base 3.7.1
- (optional=templinst)_ZNSt6vectorIN22CPLJSonStreamingParser10ArrayStateESaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.4.0
- (optional=templinst)_ZNSt6vectorIN22CPLJSonStreamingParser11MemberStateESaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.3.0
- (optional=templinst)_ZNSt6vectorIN22CPLJSonStreamingParser5StateESaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.3.0
- (optional=templinst)_ZNSt6vectorIN22CPLJSonStreamingWriter5StateESaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 3.1.0
- (optional=templinst)_ZNSt6vectorIN4gdal13TileMatrixSet10TileMatrix19VariableMatrixWidthESaIS3_EE17_M_realloc_insertIJS3_EEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_ at Base 3.2.0
- (optional=templinst|arch=armel armhf sh4)_ZNSt6vectorIN4gdal13TileMatrixSet10TileMatrix19VariableMatrixWidthESaIS3_EEC1ERKS5_ at Base 3.7.2
- (optional=templinst|arch=armel armhf sh4)_ZNSt6vectorIN4gdal13TileMatrixSet10TileMatrix19VariableMatrixWidthESaIS3_EEC2ERKS5_ at Base 3.7.2
- (optional=templinst|arch=!sh4)_ZNSt6vectorIN4gdal13TileMatrixSet10TileMatrix19VariableMatrixWidthESaIS3_EED1Ev at Base 3.7.1
- (optional=templinst|arch=!sh4)_ZNSt6vectorIN4gdal13TileMatrixSet10TileMatrix19VariableMatrixWidthESaIS3_EED2Ev at Base 3.7.1
- (optional=templinst)_ZNSt6vectorIN4gdal13TileMatrixSet10TileMatrixESaIS2_EE12emplace_backIJS2_EEEvDpOT_ at Base 3.5.0
- (optional=templinst)_ZNSt6vectorIN4gdal13TileMatrixSet10TileMatrixESaIS2_EE17_M_realloc_insertIJS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_ at Base 3.2.0
- (optional=templinst|arch=!sh4)_ZNSt6vectorIN4gdal13TileMatrixSet10TileMatrixESaIS2_EED1Ev at Base 3.3.0
- (optional=templinst|arch=!sh4)_ZNSt6vectorIN4gdal13TileMatrixSet10TileMatrixESaIS2_EED2Ev at Base 3.3.0
- (optional=templinst)_ZNSt6vectorIN6PCIDSK14ShapeFieldTypeESaIS1_EE17_M_realloc_insertIJRKS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.2.2
- (optional=templinst)_ZNSt6vectorIN6PCIDSK14ShapeFieldTypeESaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.2.2
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIN6PCIDSK9eChanTypeESaIS1_EE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPS1_S3_EEjRKS1_ at Base 3.5.0
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorIN6PCIDSK9eChanTypeESaIS1_EE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPS1_S3_EEmRKS1_ at Base 3.5.0
- (optional=templinst)_ZNSt6vectorIN9CADObject10ObjectTypeESaIS1_EE17_M_realloc_insertIJRKS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.2.2
- (optional=templinst)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE12emplace_backIJPKcEEEvDpOT_ at Base 3.5.0
- (optional=templinst|arch=sh4)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE12emplace_backIJRA257_cEEEvDpOT_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE12emplace_backIJRKPKcEEEvDpOT_ at Base 3.7.2
- (optional=templinst)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE12emplace_backIJRKPcEEEvDpOT_ at Base 3.8.0
- (optional=templinst)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE12emplace_backIJRKS5_EEEvDpOT_ at Base 3.5.0
- (optional=templinst)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE12emplace_backIJRPKcEEEvDpOT_ at Base 3.6.0
- (optional=templinst|arch=armel armhf)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE12emplace_backIJRS5_EEEvDpOT_ at Base 3.5.1
- (optional=templinst)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE12emplace_backIJS5_EEEvDpOT_ at Base 3.5.0
- (optional=templinst|arch=sh4)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE13_M_insert_auxIS5_EEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEOT_ at Base 3.7.2
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_M_default_appendEj at Base 3.5.0
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_M_default_appendEm at Base 3.5.0
- (optional=templinst)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_M_realloc_insertIJPKcEEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_ at Base 3.4.0
- (optional=templinst)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_M_realloc_insertIJRA10_KcEEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_ at Base 3.1.0
- (optional=templinst)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_M_realloc_insertIJRA16_KcEEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_ at Base 3.1.0
- (optional=templinst)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_M_realloc_insertIJRA20_KcEEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_ at Base 3.1.0
- (optional=templinst)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_M_realloc_insertIJRA257_cEEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_ at Base 3.1.0
- (optional=templinst)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_M_realloc_insertIJRA7_KcEEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_ at Base 3.1.0
- (optional=templinst)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_M_realloc_insertIJRKPKcEEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_ at Base 3.6.0
- (optional=templinst)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_M_realloc_insertIJRKPcEEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_ at Base 3.8.0
- (optional=templinst)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_M_realloc_insertIJRKS5_EEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_ at Base 2.2.2
- (optional=templinst)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_M_realloc_insertIJRPKcEEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_ at Base 3.1.0
- (optional=templinst)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_M_realloc_insertIJRPcEEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_ at Base 2.4.0
- (optional=templinst)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_M_realloc_insertIJRS5_EEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_ at Base 2.2.2
- (optional=templinst)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_M_realloc_insertIJS5_EEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_ at Base 2.2.2
- (optional=templinst|arch=!sh4)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE5clearEv at Base 3.7.1
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE7reserveEj at Base 3.5.0
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE7reserveEm at Base 3.5.0
- (optional=templinst|arch=!hurd-i386 !i386 !powerpc !ppc64 !s390x)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE8_M_eraseEN9__gnu_cxx17__normal_iteratorIPS5_S7_EE at Base 3.8.0
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k powerpc riscv64 sh4 sparc64)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE9push_backERKS5_ at Base 3.5.2
- (optional=templinst)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EEC1ERKS7_ at Base 3.1.3
- (optional=templinst)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EEC2ERKS7_ at Base 3.1.3
- (optional=templinst)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EED1Ev at Base 2.0.1
- (optional=templinst)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EED2Ev at Base 2.0.1
- (optional=templinst|arch=sh4)_ZNSt6vectorIP10GDALJP2BoxSaIS1_EE12emplace_backIJS1_EEEvDpOT_ at Base 3.7.2
- (optional=templinst)_ZNSt6vectorIP10GDALJP2BoxSaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.2.2
- (optional=templinst|arch=!sh4)_ZNSt6vectorIP10GDALJP2BoxSaIS1_EED1Ev at Base 3.7.1
- (optional=templinst|arch=!sh4)_ZNSt6vectorIP10GDALJP2BoxSaIS1_EED2Ev at Base 3.7.1
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIP10OGRFeatureSaIS1_EE17_M_default_appendEj at Base 3.5.0
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorIP10OGRFeatureSaIS1_EE17_M_default_appendEm at Base 3.5.0
- (optional=templinst)_ZNSt6vectorIP10OGRFeatureSaIS1_EE17_M_realloc_insertIJRKS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.2.2
- (optional=templinst)_ZNSt6vectorIP10OGRFeatureSaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.2.2
- (optional=templinst|arch=!sh4)_ZNSt6vectorIP11GDALDatasetSaIS1_EE12emplace_backIJS1_EEEvDpOT_ at Base 3.5.0
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIP11GDALDatasetSaIS1_EE17_M_default_appendEj at Base 3.5.0
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorIP11GDALDatasetSaIS1_EE17_M_default_appendEm at Base 3.5.0
- (optional=templinst)_ZNSt6vectorIP11GDALDatasetSaIS1_EE17_M_realloc_insertIJRKS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.2.2
- (optional=templinst)_ZNSt6vectorIP11GDALDatasetSaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.2.2
- (optional=templinst|arch=!sh4)_ZNSt6vectorIP11GDALDatasetSaIS1_EED1Ev at Base 3.7.1
- (optional=templinst|arch=!sh4)_ZNSt6vectorIP11GDALDatasetSaIS1_EED2Ev at Base 3.7.1
- (optional=templinst)_ZNSt6vectorIP11OGRGeometrySaIS1_EE17_M_realloc_insertIJP10OGRPolygonEEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 3.8.0
- (optional=templinst)_ZNSt6vectorIP11OGRGeometrySaIS1_EE17_M_realloc_insertIJRKS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.2.2
- (optional=templinst)_ZNSt6vectorIP11OGRGeometrySaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.2.2
- (optional=templinst|arch=!sh4)_ZNSt6vectorIP11OGRGeometrySaIS1_EED1Ev at Base 3.8.0
- (optional=templinst|arch=!sh4)_ZNSt6vectorIP11OGRGeometrySaIS1_EED2Ev at Base 3.8.0
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIP11S57AttrInfoSaIS1_EE17_M_default_appendEj at Base 3.5.0
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorIP11S57AttrInfoSaIS1_EE17_M_default_appendEm at Base 3.5.0
- (optional=templinst|arch=sh4)_ZNSt6vectorIP12OGRFieldDefnSaIS1_EE12emplace_backIJS1_EEEvDpOT_ at Base 3.8.2
- (optional=templinst)_ZNSt6vectorIP12OGRFieldDefnSaIS1_EE17_M_realloc_insertIJRKS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.2.2
- (optional=templinst)_ZNSt6vectorIP12OGRFieldDefnSaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.2.3
- (optional=templinst|arch=!sh4)_ZNSt6vectorIP12OGRFieldDefnSaIS1_EED1Ev at Base 3.7.1
- (optional=templinst|arch=!sh4)_ZNSt6vectorIP12OGRFieldDefnSaIS1_EED2Ev at Base 3.7.1
- (optional=templinst)_ZNSt6vectorIP13OGRDataSourceSaIS1_EE17_M_realloc_insertIJRKS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.2.2
- (optional=templinst)_ZNSt6vectorIP13OGRLinearRingSaIS1_EE17_M_realloc_insertIJRKS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.2.2
- (optional=templinst)_ZNSt6vectorIP13OGRLinearRingSaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.2.2
- (optional=templinst)_ZNSt6vectorIP13swq_expr_nodeSaIS1_EE17_M_realloc_insertIJRKS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 3.1.0
- (optional=templinst|arch=!sh4)_ZNSt6vectorIP13swq_expr_nodeSaIS1_EED1Ev at Base 3.7.1
- (optional=templinst|arch=!sh4)_ZNSt6vectorIP13swq_expr_nodeSaIS1_EED2Ev at Base 3.7.1
- (optional=templinst)_ZNSt6vectorIP14GDALRasterBandSaIS1_EE17_M_realloc_insertIJRKS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.2.2
- (optional=templinst)_ZNSt6vectorIP14GDALRasterBandSaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.2.2
- (optional=templinst|arch=!sh4)_ZNSt6vectorIP14GDALRasterBandSaIS1_EED1Ev at Base 3.7.1
- (optional=templinst|arch=!sh4)_ZNSt6vectorIP14GDALRasterBandSaIS1_EED2Ev at Base 3.7.1
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIP14OGRFeatureDefnSaIS1_EE17_M_default_appendEj at Base 3.5.0
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorIP14OGRFeatureDefnSaIS1_EE17_M_default_appendEm at Base 3.5.0
- (optional=templinst)_ZNSt6vectorIP15GDALRasterBlockSaIS1_EE17_M_realloc_insertIJRKS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.2.2
- (optional=templinst)_ZNSt6vectorIP15GDALRasterBlockSaIS1_EE17_M_realloc_insertIJRS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 3.1.0
- (optional=templinst|arch=!sh4)_ZNSt6vectorIP15GDALRasterBlockSaIS1_EED1Ev at Base 3.7.1
- (optional=templinst|arch=!sh4)_ZNSt6vectorIP15GDALRasterBlockSaIS1_EED2Ev at Base 3.7.1
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIP15GMLFeatureClassSaIS1_EE17_M_default_appendEj at Base 3.5.0
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorIP15GMLFeatureClassSaIS1_EE17_M_default_appendEm at Base 3.5.0
- (optional=templinst)_ZNSt6vectorIP15GMLFeatureClassSaIS1_EE17_M_realloc_insertIJRKS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.2.2
- (optional=templinst)_ZNSt6vectorIP15GMLPropertyDefnSaIS1_EE17_M_realloc_insertIJRKS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.2.2
- (optional=templinst)_ZNSt6vectorIP23GMLGeometryPropertyDefnSaIS1_EE17_M_realloc_insertIJRKS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.2.2
- (optional=templinst|arch=!sh4)_ZNSt6vectorIP23GMLGeometryPropertyDefnSaIS1_EED1Ev at Base 3.7.1
- (optional=templinst|arch=!sh4)_ZNSt6vectorIP23GMLGeometryPropertyDefnSaIS1_EED2Ev at Base 3.7.1
- (optional=templinst)_ZNSt6vectorIP27OGRCoordinateTransformationSaIS1_EE17_M_realloc_insertIJRKS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.2.2
- (optional=templinst)_ZNSt6vectorIP27OGRCoordinateTransformationSaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.2.3
- (optional=templinst)_ZNSt6vectorIP8OGRCurveSaIS1_EE17_M_realloc_insertIJRKS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.2.2
- (optional=templinst)_ZNSt6vectorIP8OGRCurveSaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 3.1.3
- (optional=templinst|arch=!sh4)_ZNSt6vectorIP8OGRCurveSaIS1_EED1Ev at Base 3.7.1
- (optional=templinst|arch=!sh4)_ZNSt6vectorIP8OGRCurveSaIS1_EED2Ev at Base 3.7.1
- (optional=templinst|arch=!sh4)_ZNSt6vectorIP8OGRLayerSaIS1_EE12emplace_backIJRS1_EEEvDpOT_ at Base 3.5.0
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIP8OGRLayerSaIS1_EE17_M_default_appendEj at Base 3.5.0
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorIP8OGRLayerSaIS1_EE17_M_default_appendEm at Base 3.5.0
- (optional=templinst)_ZNSt6vectorIP8OGRLayerSaIS1_EE17_M_realloc_insertIJP19OGROpenFileGDBLayerEEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 3.6.0
- (optional=templinst)_ZNSt6vectorIP8OGRLayerSaIS1_EE17_M_realloc_insertIJRKS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.2.2
- (optional=templinst)_ZNSt6vectorIP8OGRLayerSaIS1_EE17_M_realloc_insertIJRS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 3.6.0
- (optional=templinst)_ZNSt6vectorIP8OGRLayerSaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.2.2
- (optional=templinst|arch=!sh4)_ZNSt6vectorIP8OGRLayerSaIS1_EED1Ev at Base 3.7.1
- (optional=templinst|arch=!sh4)_ZNSt6vectorIP8OGRLayerSaIS1_EED2Ev at Base 3.7.1
- (optional=templinst)_ZNSt6vectorIPK11OGRGeometrySaIS2_EE17_M_realloc_insertIJRKS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_ at Base 3.1.0
- (optional=templinst|arch=!sh4)_ZNSt6vectorIPK11OGRGeometrySaIS2_EED1Ev at Base 3.7.1
- (optional=templinst|arch=!sh4)_ZNSt6vectorIPK11OGRGeometrySaIS2_EED2Ev at Base 3.7.1
- (optional=templinst)_ZNSt6vectorIPKS_ISt4pairIddESaIS1_EESaIS5_EE17_M_realloc_insertIJS5_EEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_ at Base 2.2.2
- (optional=templinst)_ZNSt6vectorIPKcSaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 3.8.0
- (optional=templinst|arch=!sh4)_ZNSt6vectorIPKhSaIS1_EED1Ev at Base 3.7.1
- (optional=templinst|arch=!sh4)_ZNSt6vectorIPKhSaIS1_EED2Ev at Base 3.7.1
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIPPcSaIS1_EE17_M_default_appendEj at Base 3.5.0
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorIPPcSaIS1_EE17_M_default_appendEm at Base 3.5.0
- (optional=templinst)_ZNSt6vectorIPS_I8OGRPointSaIS0_EESaIS3_EE17_M_realloc_insertIJRS3_EEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_ at Base 3.1.0
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4)_ZNSt6vectorIPS_ISt5arrayIjLj2EESaIS1_EESaIS4_EE17_M_realloc_insertIJRKS4_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_ at Base 3.7.0
- (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4)_ZNSt6vectorIPS_ISt5arrayIjLm2EESaIS1_EESaIS4_EE17_M_realloc_insertIJRKS4_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_ at Base 3.7.0
- (optional=templinst|arch=sh4)_ZNSt6vectorIPcSaIS0_EE12emplace_backIJS0_EEEvDpOT_ at Base 3.7.2
- (optional=templinst)_ZNSt6vectorIPcSaIS0_EE17_M_realloc_insertIJRKS0_EEEvN9__gnu_cxx17__normal_iteratorIPS0_S2_EEDpOT_ at Base 2.2.2
- (optional=templinst)_ZNSt6vectorIPcSaIS0_EE17_M_realloc_insertIJS0_EEEvN9__gnu_cxx17__normal_iteratorIPS0_S2_EEDpOT_ at Base 2.2.2
- (optional=templinst|arch=!sh4)_ZNSt6vectorIPcSaIS0_EED1Ev at Base 3.7.1
- (optional=templinst|arch=!sh4)_ZNSt6vectorIPcSaIS0_EED2Ev at Base 3.7.1
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIPhSaIS0_EE17_M_default_appendEj at Base 3.5.0
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorIPhSaIS0_EE17_M_default_appendEm at Base 3.5.0
- (optional=templinst)_ZNSt6vectorIPhSaIS0_EE17_M_realloc_insertIJS0_EEEvN9__gnu_cxx17__normal_iteratorIPS0_S2_EEDpOT_ at Base 2.2.2
- (optional=templinst|arch=sh4)_ZNSt6vectorIPhSaIS0_EEC1EjRKS1_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt6vectorIPhSaIS0_EEC2EjRKS1_ at Base 3.7.2
- (optional=templinst|arch=!sh4)_ZNSt6vectorIPhSaIS0_EED1Ev at Base 3.7.1
- (optional=templinst|arch=!sh4)_ZNSt6vectorIPhSaIS0_EED2Ev at Base 3.7.1
- (optional=templinst|arch=armel armhf ppc64 s390x sh4)_ZNSt6vectorIPvSaIS0_EE12emplace_backIJS0_EEEvDpOT_ at Base 3.7.1
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIPvSaIS0_EE17_M_default_appendEj at Base 3.5.0
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorIPvSaIS0_EE17_M_default_appendEm at Base 3.5.0
- (optional=templinst)_ZNSt6vectorIPvSaIS0_EE17_M_realloc_insertIJRKS0_EEEvN9__gnu_cxx17__normal_iteratorIPS0_S2_EEDpOT_ at Base 2.2.2
- (optional=templinst)_ZNSt6vectorIPvSaIS0_EE17_M_realloc_insertIJS0_EEEvN9__gnu_cxx17__normal_iteratorIPS0_S2_EEDpOT_ at Base 2.2.2
- (optional=templinst|arch=!sh4)_ZNSt6vectorIPvSaIS0_EED1Ev at Base 3.7.1
- (optional=templinst|arch=!sh4)_ZNSt6vectorIPvSaIS0_EED2Ev at Base 3.7.1
- (optional=templinst|arch=sh4)_ZNSt6vectorIS_I9CPLStringSaIS0_EESaIS2_EE13_M_insert_auxIS2_EEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEOT_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt6vectorIS_I9CPLStringSaIS0_EESaIS2_EE14_M_insert_rvalEN9__gnu_cxx17__normal_iteratorIPKS2_S4_EEOS2_ at Base 3.7.2
- (optional=templinst)_ZNSt6vectorIS_I9CPLStringSaIS0_EESaIS2_EE17_M_realloc_insertIJRKS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_ at Base 2.2.2
- (optional=templinst|arch=!sh4)_ZNSt6vectorIS_I9CPLStringSaIS0_EESaIS2_EE17_M_realloc_insertIJS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_ at Base 3.5.0
- (optional=templinst)_ZNSt6vectorIS_I9CPLStringSaIS0_EESaIS2_EED1Ev at Base 2.1.0
- (optional=templinst)_ZNSt6vectorIS_I9CPLStringSaIS0_EESaIS2_EED2Ev at Base 2.1.0
- (optional=templinst)_ZNSt6vectorIS_INSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EESaIS7_EE17_M_realloc_insertIJRKS7_EEEvN9__gnu_cxx17__normal_iteratorIPS7_S9_EEDpOT_ at Base 3.8.0
- (optional=templinst|arch=!sh4)_ZNSt6vectorIS_INSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EESaIS7_EED1Ev at Base 3.8.0
- (optional=templinst|arch=!sh4)_ZNSt6vectorIS_INSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EESaIS7_EED2Ev at Base 3.8.0
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIS_IP15GMLPropertyDefnSaIS1_EESaIS3_EE17_M_default_appendEj at Base 3.5.0
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorIS_IP15GMLPropertyDefnSaIS1_EESaIS3_EE17_M_default_appendEm at Base 3.5.0
- (optional=templinst)_ZNSt6vectorIS_IP15GMLPropertyDefnSaIS1_EESaIS3_EE17_M_realloc_insertIJS3_EEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_ at Base 3.5.0
- (optional=templinst)_ZNSt6vectorIS_ISt4pairIddESaIS1_EESaIS3_EE17_M_realloc_insertIJRKS3_EEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_ at Base 2.2.2
- (optional=templinst)_ZNSt6vectorIS_ISt4pairIxxESaIS1_EESaIS3_EE17_M_realloc_insertIJRKS3_EEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_ at Base 2.2.2
- (optional=templinst|arch=!sh4)_ZNSt6vectorIS_IdSaIdEESaIS1_EE12emplace_backIJS1_EEEvDpOT_ at Base 3.7.1
- (optional=templinst)_ZNSt6vectorIS_IdSaIdEESaIS1_EE17_M_realloc_insertIJRKS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.3.0
- (optional=templinst)_ZNSt6vectorIS_IdSaIdEESaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.3.0
- (optional=templinst|arch=!sh4)_ZNSt6vectorIS_IdSaIdEESaIS1_EED1Ev at Base 2.3.0
- (optional=templinst|arch=!sh4)_ZNSt6vectorIS_IdSaIdEESaIS1_EED2Ev at Base 2.3.0
- (optional=templinst)_ZNSt6vectorIS_IiSaIiEESaIS1_EE17_M_realloc_insertIJRKS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.2.2
- (optional=templinst|arch=!sh4)_ZNSt6vectorIS_IiSaIiEESaIS1_EED1Ev at Base 3.7.2
- (optional=templinst|arch=!sh4)_ZNSt6vectorIS_IiSaIiEESaIS1_EED2Ev at Base 3.7.2
- (optional=templinst)_ZNSt6vectorISt10shared_ptrI11GDALMDArrayESaIS2_EE12emplace_backIJRKS2_EEEvDpOT_ at Base 3.5.0
- (optional=templinst)_ZNSt6vectorISt10shared_ptrI11GDALMDArrayESaIS2_EE12emplace_backIJRS0_I26GDALMDArrayRegularlySpacedEEEEvDpOT_ at Base 3.8.0
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k powerpc)_ZNSt6vectorISt10shared_ptrI11GDALMDArrayESaIS2_EE12emplace_backIJS0_I14netCDFVariableEEEEvDpOT_ at Base 3.8.0
- (optional=templinst)_ZNSt6vectorISt10shared_ptrI11GDALMDArrayESaIS2_EE17_M_realloc_insertIJRKS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_ at Base 3.1.0
- (optional=templinst)_ZNSt6vectorISt10shared_ptrI11GDALMDArrayESaIS2_EE17_M_realloc_insertIJRS0_I26GDALMDArrayRegularlySpacedEEEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_ at Base 3.8.0
- (optional=templinst)_ZNSt6vectorISt10shared_ptrI11GDALMDArrayESaIS2_EE17_M_realloc_insertIJRS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_ at Base 3.4.0
- (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !powerpc)_ZNSt6vectorISt10shared_ptrI11GDALMDArrayESaIS2_EE17_M_realloc_insertIJS0_I14netCDFVariableEEEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_ at Base 3.4.0
- (optional=templinst)_ZNSt6vectorISt10shared_ptrI11GDALMDArrayESaIS2_EE9push_backERKS2_ at Base 3.7.0
- (optional=templinst)_ZNSt6vectorISt10shared_ptrI11GDALMDArrayESaIS2_EED1Ev at Base 3.1.0
- (optional=templinst)_ZNSt6vectorISt10shared_ptrI11GDALMDArrayESaIS2_EED2Ev at Base 3.1.0
- (optional=templinst)_ZNSt6vectorISt10shared_ptrI8OGRLayerESaIS2_EE17_M_realloc_insertIJRS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_ at Base 3.1.0
- (optional=templinst)_ZNSt6vectorISt10shared_ptrI8OGRLayerESaIS2_EE17_M_realloc_insertIJS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_ at Base 3.1.0
- (optional=templinst|arch=!sh4)_ZNSt6vectorISt10shared_ptrI8OGRLayerESaIS2_EED1Ev at Base 3.1.0
- (optional=templinst|arch=!sh4)_ZNSt6vectorISt10shared_ptrI8OGRLayerESaIS2_EED2Ev at Base 3.1.0
- (optional=templinst)_ZNSt6vectorISt10shared_ptrI9GDALGroupESaIS2_EE17_M_realloc_insertIJRS0_I19OGROpenFileGDBGroupEEEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_ at Base 3.4.0
- (optional=templinst)_ZNSt6vectorISt10unique_ptrI10OGRFeatureSt14default_deleteIS1_EESaIS4_EE17_M_realloc_insertIJRPS1_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_ at Base 3.5.0
- (optional=templinst)_ZNSt6vectorISt10unique_ptrI10OGRFeatureSt14default_deleteIS1_EESaIS4_EE17_M_realloc_insertIJS4_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_ at Base 3.6.0
- (optional=templinst|arch=!sh4)_ZNSt6vectorISt10unique_ptrI10OGRFeatureSt14default_deleteIS1_EESaIS4_EED1Ev at Base 3.8.0
- (optional=templinst|arch=!sh4)_ZNSt6vectorISt10unique_ptrI10OGRFeatureSt14default_deleteIS1_EESaIS4_EED2Ev at Base 3.8.0
- (optional=templinst|arch=armel armhf sh4)_ZNSt6vectorISt10unique_ptrI11GDALDatasetSt14default_deleteIS1_EESaIS4_EE12emplace_backIJPS1_EEEvDpOT_ at Base 3.7.1
- (optional=templinst|arch=!sh4)_ZNSt6vectorISt10unique_ptrI11GDALDatasetSt14default_deleteIS1_EESaIS4_EE12emplace_backIJS0_I16STACTARawDatasetS2_IS8_EEEEEvDpOT_ at Base 3.5.0
- (optional=templinst)_ZNSt6vectorISt10unique_ptrI11GDALDatasetSt14default_deleteIS1_EESaIS4_EE12emplace_backIJS4_EEEvDpOT_ at Base 3.5.0
- (optional=templinst)_ZNSt6vectorISt10unique_ptrI11GDALDatasetSt14default_deleteIS1_EESaIS4_EE17_M_realloc_insertIJPS1_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_ at Base 3.2.0
- (optional=templinst)_ZNSt6vectorISt10unique_ptrI11GDALDatasetSt14default_deleteIS1_EESaIS4_EE17_M_realloc_insertIJS0_I16STACTARawDatasetS2_IS8_EEEEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_ at Base 3.3.0
- (optional=templinst|arch=!sh4)_ZNSt6vectorISt10unique_ptrI11GDALDatasetSt14default_deleteIS1_EESaIS4_EE17_M_realloc_insertIJS4_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_ at Base 3.2.0
- (optional=templinst|arch=sh4)_ZNSt6vectorISt10unique_ptrI11GDALDatasetSt14default_deleteIS1_EESaIS4_EE5clearEv at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt6vectorISt10unique_ptrI11GDALDatasetSt14default_deleteIS1_EESaIS4_EED1Ev at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt6vectorISt10unique_ptrI11GDALDatasetSt14default_deleteIS1_EESaIS4_EED2Ev at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt6vectorISt10unique_ptrI12OGRFieldDefnSt14default_deleteIS1_EESaIS4_EE12emplace_backIJS4_EEEvDpOT_ at Base 3.7.2
- (optional=templinst)_ZNSt6vectorISt10unique_ptrI12OGRFieldDefnSt14default_deleteIS1_EESaIS4_EE17_M_realloc_insertIJS4_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_ at Base 3.1.0
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorISt10unique_ptrI12OGRFieldDefnSt14default_deleteIS1_EESaIS4_EE7reserveEj at Base 3.5.0
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorISt10unique_ptrI12OGRFieldDefnSt14default_deleteIS1_EESaIS4_EE7reserveEm at Base 3.5.0
- (optional=templinst|arch=!sh4)_ZNSt6vectorISt10unique_ptrI12OGRFieldDefnSt14default_deleteIS1_EESaIS4_EED1Ev at Base 3.2.0
- (optional=templinst|arch=!sh4)_ZNSt6vectorISt10unique_ptrI12OGRFieldDefnSt14default_deleteIS1_EESaIS4_EED2Ev at Base 3.2.0
- (optional=templinst)_ZNSt6vectorISt10unique_ptrI16OGRGeomFieldDefnSt14default_deleteIS1_EESaIS4_EE17_M_realloc_insertIJS4_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_ at Base 3.4.0
- (optional=templinst)_ZNSt6vectorISt10unique_ptrI19OGRSpatialReference27OGRSpatialReferenceReleaserESaIS3_EE17_M_realloc_insertIJS3_EEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_ at Base 3.7.0
- (optional=templinst)_ZNSt6vectorISt10unique_ptrI19OGRSpatialReference27OGRSpatialReferenceReleaserESaIS3_EED1Ev at Base 3.7.0
- (optional=templinst)_ZNSt6vectorISt10unique_ptrI19OGRSpatialReference27OGRSpatialReferenceReleaserESaIS3_EED2Ev at Base 3.7.0
- (optional=templinst)_ZNSt6vectorISt10unique_ptrI21CPLConfigOptionSetterSt14default_deleteIS1_EESaIS4_EE17_M_realloc_insertIJS4_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_ at Base 3.6.0
- (optional=templinst|arch=sh4)_ZNSt6vectorISt10unique_ptrI8OGRLayerSt14default_deleteIS1_EESaIS4_EE12emplace_backIJS0_I16OGCAPITiledLayerS2_IS8_EEEEEvDpOT_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt6vectorISt10unique_ptrI8OGRLayerSt14default_deleteIS1_EESaIS4_EE12emplace_backIJS4_EEEvDpOT_ at Base 3.7.2
- (optional=templinst)_ZNSt6vectorISt10unique_ptrI8OGRLayerSt14default_deleteIS1_EESaIS4_EE17_M_realloc_insertIJP18OGRGeoJSONSeqLayerEEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_ at Base 3.6.0
- (optional=templinst)_ZNSt6vectorISt10unique_ptrI8OGRLayerSt14default_deleteIS1_EESaIS4_EE17_M_realloc_insertIJS0_I12OGRGTFSLayerS2_IS8_EEEEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_ at Base 3.7.0
- (optional=templinst)_ZNSt6vectorISt10unique_ptrI8OGRLayerSt14default_deleteIS1_EESaIS4_EE17_M_realloc_insertIJS0_I13OGROAPIFLayerS2_IS8_EEEEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_ at Base 3.0.2
- (optional=templinst)_ZNSt6vectorISt10unique_ptrI8OGRLayerSt14default_deleteIS1_EESaIS4_EE17_M_realloc_insertIJS0_I16OGCAPITiledLayerS2_IS8_EEEEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_ at Base 3.7.1
- (optional=templinst|arch=sh4)_ZNSt6vectorISt10unique_ptrI8OGRLayerSt14default_deleteIS1_EESaIS4_EE17_M_realloc_insertIJS0_I17OGRJSONFGMemLayerS2_IS8_EEEEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_ at Base 3.8.0
- (optional=templinst)_ZNSt6vectorISt10unique_ptrI8OGRLayerSt14default_deleteIS1_EESaIS4_EE17_M_realloc_insertIJS0_I17OGRPGeoTableLayerS2_IS8_EEEEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_ at Base 3.4.0
- (optional=templinst)_ZNSt6vectorISt10unique_ptrI8OGRLayerSt14default_deleteIS1_EESaIS4_EE17_M_realloc_insertIJS0_I18OGRGeoJSONSeqLayerS2_IS8_EEEEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_ at Base 3.6.0
- (optional=templinst)_ZNSt6vectorISt10unique_ptrI8OGRLayerSt14default_deleteIS1_EESaIS4_EE17_M_realloc_insertIJS0_I19OGRJSONFGWriteLayerS2_IS8_EEEEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_ at Base 3.8.0
- (optional=templinst)_ZNSt6vectorISt10unique_ptrI8OGRLayerSt14default_deleteIS1_EESaIS4_EE17_M_realloc_insertIJS0_I22OGRGTFSShapesGeomLayerS2_IS8_EEEEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_ at Base 3.7.0
- (optional=templinst|arch=sh4)_ZNSt6vectorISt10unique_ptrI8OGRLayerSt14default_deleteIS1_EESaIS4_EE17_M_realloc_insertIJS0_I22OGRJSONFGStreamedLayerS2_IS8_EEEEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_ at Base 3.8.0
- (optional=templinst)_ZNSt6vectorISt10unique_ptrI8OGRLayerSt14default_deleteIS1_EESaIS4_EE17_M_realloc_insertIJS4_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_ at Base 2.3.0
- (optional=templinst)_ZNSt6vectorISt4pairI9CPLStringP20OptionalContentGroupESaIS4_EE17_M_realloc_insertIJS4_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_ at Base 3.4.2
- (optional=templinst)_ZNSt6vectorISt4pairI9CPLStringS1_ESaIS2_EE12emplace_backIJS2_EEEvDpOT_ at Base 3.5.0
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorISt4pairI9CPLStringS1_ESaIS2_EE17_M_default_appendEj at Base 3.5.0
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorISt4pairI9CPLStringS1_ESaIS2_EE17_M_default_appendEm at Base 3.5.0
- (optional=templinst)_ZNSt6vectorISt4pairI9CPLStringS1_ESaIS2_EE17_M_realloc_insertIJS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_ at Base 2.2.2
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorISt4pairI9CPLStringS1_ESaIS2_EE6resizeEj at Base 3.5.0
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorISt4pairI9CPLStringS1_ESaIS2_EE6resizeEm at Base 3.5.0
- (optional=templinst)_ZNSt6vectorISt4pairI9CPLStringS1_ESaIS2_EEC1ERKS4_ at Base 2.2.0
- (optional=templinst)_ZNSt6vectorISt4pairI9CPLStringS1_ESaIS2_EEC2ERKS4_ at Base 2.2.0
- (optional=templinst|arch=!sh4)_ZNSt6vectorISt4pairI9CPLStringS1_ESaIS2_EED1Ev at Base 1.9.0
- (optional=templinst|arch=!sh4)_ZNSt6vectorISt4pairI9CPLStringS1_ESaIS2_EED2Ev at Base 1.9.0
- (optional=templinst)_ZNSt6vectorISt4pairI9CPLStringS_IP23GMLGeometryPropertyDefnSaIS3_EEESaIS6_EE12emplace_backIJS6_EEEvDpOT_ at Base 3.5.0
- (optional=templinst)_ZNSt6vectorISt4pairI9CPLStringS_IP23GMLGeometryPropertyDefnSaIS3_EEESaIS6_EE17_M_realloc_insertIJS6_EEEvN9__gnu_cxx17__normal_iteratorIPS6_S8_EEDpOT_ at Base 2.2.2
- (optional=templinst)_ZNSt6vectorISt4pairI9CPLStringS_IS1_SaIS1_EEESaIS4_EE12emplace_backIJS4_EEEvDpOT_ at Base 3.5.0
- (optional=templinst)_ZNSt6vectorISt4pairI9CPLStringS_IS1_SaIS1_EEESaIS4_EE17_M_realloc_insertIJS4_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_ at Base 2.2.2
- (optional=templinst|arch=sh4)_ZNSt6vectorISt4pairI9CPLStringS_IS1_SaIS1_EEESaIS4_EE5clearEv at Base 3.7.2
- (optional=templinst)_ZNSt6vectorISt4pairI9CPLStringS_IS1_SaIS1_EEESaIS4_EED1Ev at Base 2.3.2
- (optional=templinst)_ZNSt6vectorISt4pairI9CPLStringS_IS1_SaIS1_EEESaIS4_EED2Ev at Base 2.3.2
- (optional=templinst)_ZNSt6vectorISt4pairI9CPLStringiESaIS2_EE12emplace_backIJS2_EEEvDpOT_ at Base 3.5.0
- (optional=templinst)_ZNSt6vectorISt4pairI9CPLStringiESaIS2_EE17_M_realloc_insertIJS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_ at Base 2.2.2
- (optional=templinst)_ZNSt6vectorISt4pairIN8OGRLVBAG9LayerTypeESt10unique_ptrI8OGRLayerSt14default_deleteIS4_EEESaIS8_EE17_M_realloc_insertIJS8_EEEvN9__gnu_cxx17__normal_iteratorIPS8_SA_EEDpOT_ at Base 3.2.0
- (optional=templinst)_ZNSt6vectorISt4pairINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_ESaIS7_EE12emplace_backIJS7_EEEvDpOT_ at Base 3.8.0
- (optional=templinst)_ZNSt6vectorISt4pairINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_ESaIS7_EE17_M_realloc_insertIJS7_EEEvN9__gnu_cxx17__normal_iteratorIPS7_S9_EEDpOT_ at Base 3.2.0
- (optional=templinst)_ZNSt6vectorISt4pairINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEdESaIS7_EE12emplace_backIJS7_EEEvDpOT_ at Base 3.5.0
- (optional=templinst)_ZNSt6vectorISt4pairINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEdESaIS7_EE17_M_realloc_insertIJS7_EEEvN9__gnu_cxx17__normal_iteratorIPS7_S9_EEDpOT_ at Base 2.2.2
- (optional=templinst|arch=!sh4)_ZNSt6vectorISt4pairINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEdESaIS7_EED1Ev at Base 3.1.0
- (optional=templinst|arch=!sh4)_ZNSt6vectorISt4pairINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEdESaIS7_EED2Ev at Base 3.1.0
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorISt4pairINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEElESaIS7_EE17_M_realloc_insertIJS7_EEEvN9__gnu_cxx17__normal_iteratorIPS7_S9_EEDpOT_ at Base 3.5.0
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorISt4pairINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEElESaIS7_EED1Ev at Base 3.5.0
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorISt4pairINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEElESaIS7_EED2Ev at Base 3.5.0
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorISt4pairINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEExESaIS7_EE17_M_realloc_insertIJS7_EEEvN9__gnu_cxx17__normal_iteratorIPS7_S9_EEDpOT_ at Base 3.5.0
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorISt4pairINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEExESaIS7_EED1Ev at Base 3.5.0
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorISt4pairINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEExESaIS7_EED2Ev at Base 3.5.0
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4)_ZNSt6vectorISt4pairIPFvPKcS2_bPvES3_ESaIS6_EE17_M_default_appendEj at Base 3.7.0
- (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4)_ZNSt6vectorISt4pairIPFvPKcS2_bPvES3_ESaIS6_EE17_M_default_appendEm at Base 3.7.0
- (optional=templinst)_ZNSt6vectorISt4pairIPFvPKcS2_bPvES3_ESaIS6_EE17_M_realloc_insertIJS6_EEEvN9__gnu_cxx17__normal_iteratorIPS6_S8_EEDpOT_ at Base 3.7.0
- (optional=templinst)_ZNSt6vectorISt4pairIPFvPKcS2_bPvES3_ESaIS6_EED1Ev at Base 3.7.0
- (optional=templinst)_ZNSt6vectorISt4pairIPFvPKcS2_bPvES3_ESaIS6_EED2Ev at Base 3.7.0
- (optional=templinst)_ZNSt6vectorISt4pairIPK13OGRLinearRingbESaIS4_EE17_M_realloc_insertIJS4_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_ at Base 3.7.0
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4)_ZNSt6vectorISt4pairIPK13OGRLinearRingbESaIS4_EE7reserveEj at Base 3.7.0
- (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4)_ZNSt6vectorISt4pairIPK13OGRLinearRingbESaIS4_EE7reserveEm at Base 3.7.0
- (optional=templinst)_ZNSt6vectorISt4pairIPKcdESaIS3_EE12emplace_backIJS3_EEEvDpOT_ at Base 3.5.0
- (optional=templinst)_ZNSt6vectorISt4pairIPKcdESaIS3_EE17_M_realloc_insertIJS3_EEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_ at Base 2.3.0
- (optional=templinst|arch=armel armhf hurd-i386 i386 m68k powerpc)_ZNSt6vectorISt4pairIPKcdESaIS3_EED1Ev at Base 3.7.2
- (optional=templinst|arch=armel armhf hurd-i386 i386 m68k powerpc)_ZNSt6vectorISt4pairIPKcdESaIS3_EED2Ev at Base 3.7.2
- (optional=templinst)_ZNSt6vectorISt4pairIS0_IiiEbESaIS2_EE17_M_realloc_insertIJS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_ at Base 2.2.2
- (optional=templinst)_ZNSt6vectorISt4pairIS_ItSaItEEiESaIS3_EE17_M_realloc_insertIJS3_EEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_ at Base 3.6.0
- (optional=templinst)_ZNSt6vectorISt4pairISt10unique_ptrI10OGRFeatureSt14default_deleteIS2_EEP8OGRLayerESaIS8_EE17_M_realloc_insertIJS8_EEEvN9__gnu_cxx17__normal_iteratorIPS8_SA_EEDpOT_ at Base 3.8.0
- (optional=templinst|arch=amd64 arm64)_ZNSt6vectorISt4pairIddESaIS1_EE12emplace_backIJS1_EEEvDpOT_ at Base 3.8.1
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorISt4pairIddESaIS1_EE17_M_default_appendEj at Base 3.5.0
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorISt4pairIddESaIS1_EE17_M_default_appendEm at Base 3.5.0
- (optional=templinst)_ZNSt6vectorISt4pairIddESaIS1_EE17_M_realloc_insertIJRKS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.2.2
- (optional=templinst)_ZNSt6vectorISt4pairIddESaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.2.2
- (optional=templinst|arch=!sh4)_ZNSt6vectorISt4pairIddESaIS1_EED1Ev at Base 3.7.1
- (optional=templinst|arch=!sh4)_ZNSt6vectorISt4pairIddESaIS1_EED2Ev at Base 3.7.1
- (optional=templinst)_ZNSt6vectorISt4pairIdiESaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 3.6.0
- (optional=templinst|arch=armel armhf)_ZNSt6vectorISt4pairIdiESaIS1_EED1Ev at Base 3.7.2
- (optional=templinst|arch=armel armhf)_ZNSt6vectorISt4pairIdiESaIS1_EED2Ev at Base 3.7.2
- (optional=templinst)_ZNSt6vectorISt4pairIfiESaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 3.6.0
- (optional=templinst|arch=amd64 arm64 armel armhf ia64 loong64 ppc64el riscv64)_ZNSt6vectorISt4pairIfiESaIS1_EED1Ev at Base 3.7.1
- (optional=templinst|arch=amd64 arm64 armel armhf ia64 loong64 ppc64el riscv64)_ZNSt6vectorISt4pairIfiESaIS1_EED2Ev at Base 3.7.1
- (optional=templinst)_ZNSt6vectorISt4pairIiiESaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.2.2
- (optional=templinst|arch=amd64 arm64 armel armhf ia64 loong64 ppc64el riscv64)_ZNSt6vectorISt4pairIiiESaIS1_EED1Ev at Base 3.7.1
- (optional=templinst|arch=amd64 arm64 armel armhf ia64 loong64 ppc64el riscv64)_ZNSt6vectorISt4pairIiiESaIS1_EED2Ev at Base 3.7.1
- (optional=templinst|subst)_ZNSt6vectorISt4pairIjjESaIS1_EE17_M_default_appendE{size_t}@Base 3.4.2
- (optional=templinst|arch=!hppa !m68k !powerpc !ppc64 !s390x !sh4 !sparc64)_ZNSt6vectorISt4pairIjjESaIS1_EED1Ev at Base 3.7.1
- (optional=templinst|arch=!hppa !m68k !powerpc !ppc64 !s390x !sh4 !sparc64)_ZNSt6vectorISt4pairIjjESaIS1_EED2Ev at Base 3.7.1
- (optional=templinst|arch=!sh4)_ZNSt6vectorISt4pairIlSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEElSt4lessIS7_ESaIS0_IKS7_lEEEESaISE_EED1Ev at Base 3.7.1
- (optional=templinst|arch=!sh4)_ZNSt6vectorISt4pairIlSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEElSt4lessIS7_ESaIS0_IKS7_lEEEESaISE_EED2Ev at Base 3.7.1
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorISt4pairIliESaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 3.6.0
- (optional=templinst)_ZNSt6vectorISt4pairIllESaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.2.2
- (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_ZNSt6vectorISt4pairImmESaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 3.4.2
- (optional=templinst|arch=amd64 arm64 ia64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorISt4pairImmESaIS1_EED1Ev at Base 3.7.1
- (optional=templinst|arch=amd64 arm64 ia64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorISt4pairImmESaIS1_EED2Ev at Base 3.7.1
- (optional=templinst)_ZNSt6vectorISt4pairIsiESaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 3.6.0
- (optional=templinst|arch=amd64 arm64 armel armhf ia64 loong64 ppc64el riscv64)_ZNSt6vectorISt4pairIsiESaIS1_EED1Ev at Base 3.7.1
- (optional=templinst|arch=amd64 arm64 armel armhf ia64 loong64 ppc64el riscv64)_ZNSt6vectorISt4pairIsiESaIS1_EED2Ev at Base 3.7.1
- (optional=templinst|subst)_ZNSt6vectorISt4pairIssESaIS1_EE14_M_fill_assignE{size_t}RKS1_ at Base 3.4.2
- (optional=templinst|subst)_ZNSt6vectorISt4pairItjESaIS1_EE17_M_default_appendE{size_t}@Base 3.4.2
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorISt4pairIxiESaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 3.6.0
- (optional=templinst|arch=armel armhf hurd-i386 i386 m68k mipsel powerpc)_ZNSt6vectorISt4pairIxxESaIS1_EE12emplace_backIJS1_EEEvDpOT_ at Base 3.5.0
- (optional=templinst)_ZNSt6vectorISt4pairIxxESaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.2.2
- (optional=templinst|arch=!sh4)_ZNSt6vectorISt4pairIxxESaIS1_EED1Ev at Base 3.7.1
- (optional=templinst|arch=!sh4)_ZNSt6vectorISt4pairIxxESaIS1_EED2Ev at Base 3.7.1
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorISt4pairIyjESaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 3.4.2
- (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_ZNSt6vectorISt4pairIymESaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 3.4.2
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorISt4pairIyyESaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 3.4.2
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k powerpc)_ZNSt6vectorISt4pairIyyESaIS1_EED1Ev at Base 3.7.2
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k powerpc)_ZNSt6vectorISt4pairIyyESaIS1_EED2Ev at Base 3.7.2
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorISt5arrayIdLj4EESaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 3.5.0
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorISt5arrayIdLm4EESaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 3.5.0
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4)_ZNSt6vectorISt5arrayIjLj2EESaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 3.7.0
- (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4)_ZNSt6vectorISt5arrayIjLm2EESaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 3.7.0
- (optional=templinst)_ZNSt6vectorIaSaIaEE17_M_realloc_insertIJRKaEEEvN9__gnu_cxx17__normal_iteratorIPaS1_EEDpOT_ at Base 3.7.1
- (optional=templinst)_ZNSt6vectorIaSaIaEE17_M_realloc_insertIJaEEEvN9__gnu_cxx17__normal_iteratorIPaS1_EEDpOT_ at Base 3.7.1
- (optional=templinst|arch=!sh4)_ZNSt6vectorIaSaIaEED1Ev at Base 3.7.1
- (optional=templinst|arch=!sh4)_ZNSt6vectorIaSaIaEED2Ev at Base 3.7.1
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIbSaIbEE13_M_insert_auxESt13_Bit_iteratorb at Base 3.4.2
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIbSaIbEE14_M_fill_insertESt13_Bit_iteratorjb at Base 3.5.0
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorIbSaIbEE14_M_fill_insertESt13_Bit_iteratormb at Base 3.5.0
- (optional=templinst|arch=sh4)_ZNSt6vectorIbSaIbEE6resizeEjb at Base 3.7.2
- (optional=templinst|arch=amd64 arm64 hppa ia64 loong64 m68k mips64el ppc64el riscv64 sh4 sparc64 x32)_ZNSt6vectorIbSaIbEE8_M_eraseESt13_Bit_iterator at Base 3.2.0
- (optional=templinst|arch=!sh4)_ZNSt6vectorIbSaIbEE9push_backEb at Base 3.8.2
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIcSaIcEE17_M_default_appendEj at Base 3.5.0
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorIcSaIcEE17_M_default_appendEm at Base 3.5.0
- (optional=templinst)_ZNSt6vectorIcSaIcEE17_M_realloc_insertIJRKcEEEvN9__gnu_cxx17__normal_iteratorIPcS1_EEDpOT_ at Base 3.0.1
- (optional=templinst)_ZNSt6vectorIcSaIcEE17_M_realloc_insertIJcEEEvN9__gnu_cxx17__normal_iteratorIPcS1_EEDpOT_ at Base 3.7.1
- (optional=templinst|arch=!sh4)_ZNSt6vectorIcSaIcEEC1ESt16initializer_listIcERKS0_ at Base 2.2.0
- (optional=templinst|arch=!sh4)_ZNSt6vectorIcSaIcEEC2ESt16initializer_listIcERKS0_ at Base 2.2.0
- (optional=templinst)_ZNSt6vectorIcSaIcEED1Ev at Base 2.2.0
- (optional=templinst)_ZNSt6vectorIcSaIcEED2Ev at Base 2.2.0
- (optional=templinst|arch=!sh4)_ZNSt6vectorIdSaIdEE12emplace_backIJRdEEEvDpOT_ at Base 3.5.0
- (optional=templinst)_ZNSt6vectorIdSaIdEE12emplace_backIJdEEEvDpOT_ at Base 3.5.0
- (optional=templinst|arch=!hppa !m68k !powerpc !ppc64 !s390x !sparc64|subst)_ZNSt6vectorIdSaIdEE14_M_fill_assignE{size_t}RKd at Base 3.4.2
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIdSaIdEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPdS1_EEjRKd at Base 3.5.0
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorIdSaIdEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPdS1_EEmRKd at Base 3.5.0
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIdSaIdEE17_M_default_appendEj at Base 3.4.2
- (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_ZNSt6vectorIdSaIdEE17_M_default_appendEm at Base 3.4.2
- (optional=templinst)_ZNSt6vectorIdSaIdEE17_M_realloc_insertIJRKdEEEvN9__gnu_cxx17__normal_iteratorIPdS1_EEDpOT_ at Base 2.2.2
- (optional=templinst|arch=sh4)_ZNSt6vectorIdSaIdEE17_M_realloc_insertIJRdEEEvN9__gnu_cxx17__normal_iteratorIPdS1_EEDpOT_ at Base 3.7.2
- (optional=templinst)_ZNSt6vectorIdSaIdEE17_M_realloc_insertIJdEEEvN9__gnu_cxx17__normal_iteratorIPdS1_EEDpOT_ at Base 2.2.2
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc)_ZNSt6vectorIdSaIdEE6resizeEj at Base 3.7.0
- (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4)_ZNSt6vectorIdSaIdEE6resizeEm at Base 3.7.0
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIdSaIdEE7reserveEj at Base 3.5.0
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorIdSaIdEE7reserveEm at Base 3.5.0
- (optional=templinst|arch=!sh4)_ZNSt6vectorIdSaIdEED1Ev at Base 3.7.1
- (optional=templinst|arch=!sh4)_ZNSt6vectorIdSaIdEED2Ev at Base 3.7.1
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIfSaIfEE17_M_default_appendEj at Base 3.4.2
- (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_ZNSt6vectorIfSaIfEE17_M_default_appendEm at Base 3.4.2
- (optional=templinst)_ZNSt6vectorIfSaIfEE17_M_realloc_insertIJRKfEEEvN9__gnu_cxx17__normal_iteratorIPfS1_EEDpOT_ at Base 2.3.0
- (optional=templinst)_ZNSt6vectorIfSaIfEE17_M_realloc_insertIJfEEEvN9__gnu_cxx17__normal_iteratorIPfS1_EEDpOT_ at Base 3.2.1
- (optional=templinst|arch=loong64 m68k mips64el powerpc ppc64 ppc64el riscv64 s390x|subst)_ZNSt6vectorIfSaIfEE6resizeE{size_t}@Base 3.8.0
- (optional=templinst)_ZNSt6vectorIfSaIfEED1Ev at Base 3.2.1
- (optional=templinst)_ZNSt6vectorIfSaIfEED2Ev at Base 3.2.1
- (optional=templinst|arch=!sh4)_ZNSt6vectorIhSaIhEE12emplace_backIJhEEEvDpOT_ at Base 3.5.0
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIhSaIhEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPhS1_EEjRKh at Base 3.6.0
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorIhSaIhEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPhS1_EEmRKh at Base 3.6.0
- (optional=templinst)_ZNSt6vectorIhSaIhEE14_M_insert_rvalEN9__gnu_cxx17__normal_iteratorIPKhS1_EEOh at Base 3.7.0
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIhSaIhEE17_M_default_appendEj at Base 3.5.0
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorIhSaIhEE17_M_default_appendEm at Base 3.5.0
- (optional=templinst)_ZNSt6vectorIhSaIhEE17_M_realloc_insertIJRKhEEEvN9__gnu_cxx17__normal_iteratorIPhS1_EEDpOT_ at Base 3.0.1
- (optional=templinst)_ZNSt6vectorIhSaIhEE17_M_realloc_insertIJhEEEvN9__gnu_cxx17__normal_iteratorIPhS1_EEDpOT_ at Base 3.5.0
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc x32)_ZNSt6vectorIhSaIhEE6resizeEj at Base 3.5.0
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorIhSaIhEE6resizeEm at Base 3.5.0
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIhSaIhEE7reserveEj at Base 3.5.0
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorIhSaIhEE7reserveEm at Base 3.5.0
- (optional=templinst|arch=!alpha !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt6vectorIhSaIhEE8_M_eraseEN9__gnu_cxx17__normal_iteratorIPhS1_EES5_ at Base 3.7.0
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIhSaIhEEC1EjRKS0_ at Base 3.5.0
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorIhSaIhEEC1EmRKS0_ at Base 3.5.0
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIhSaIhEEC2EjRKS0_ at Base 3.5.0
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorIhSaIhEEC2EmRKS0_ at Base 3.5.0
- (optional=templinst|arch=!sh4)_ZNSt6vectorIhSaIhEED1Ev at Base 3.7.1
- (optional=templinst|arch=!sh4)_ZNSt6vectorIhSaIhEED2Ev at Base 3.7.1
- (optional=templinst)_ZNSt6vectorIiSaIiEE12emplace_backIJiEEEvDpOT_ at Base 3.5.0
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIiSaIiEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPiS1_EEjRKi at Base 3.4.2
- (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_ZNSt6vectorIiSaIiEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPiS1_EEmRKi at Base 3.4.2
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIiSaIiEE17_M_default_appendEj at Base 3.4.2
- (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_ZNSt6vectorIiSaIiEE17_M_default_appendEm at Base 3.4.2
- (optional=templinst)_ZNSt6vectorIiSaIiEE17_M_realloc_insertIJRKiEEEvN9__gnu_cxx17__normal_iteratorIPiS1_EEDpOT_ at Base 2.2.2
- (optional=templinst)_ZNSt6vectorIiSaIiEE17_M_realloc_insertIJiEEEvN9__gnu_cxx17__normal_iteratorIPiS1_EEDpOT_ at Base 2.2.2
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIiSaIiEE7reserveEj at Base 3.4.2
- (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_ZNSt6vectorIiSaIiEE7reserveEm at Base 3.4.2
- (optional=templinst|arch=sh4)_ZNSt6vectorIiSaIiEEC1ERKS1_ at Base 3.8.0
- (optional=templinst)_ZNSt6vectorIiSaIiEEC1ESt16initializer_listIiERKS0_ at Base 3.5.1
- (optional=templinst|arch=sh4)_ZNSt6vectorIiSaIiEEC1EjRKS0_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt6vectorIiSaIiEEC2ERKS1_ at Base 3.8.0
- (optional=templinst)_ZNSt6vectorIiSaIiEEC2ESt16initializer_listIiERKS0_ at Base 3.5.1
- (optional=templinst|arch=sh4)_ZNSt6vectorIiSaIiEEC2EjRKS0_ at Base 3.7.2
- (optional=templinst)_ZNSt6vectorIiSaIiEED1Ev at Base 3.4.2
- (optional=templinst)_ZNSt6vectorIiSaIiEED2Ev at Base 3.4.2
- (optional=templinst)_ZNSt6vectorIjSaIjEE12emplace_backIJjEEEvDpOT_ at Base 3.5.0
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIjSaIjEE14_M_fill_assignEjRKj at Base 3.4.2
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIjSaIjEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPjS1_EEjRKj at Base 3.4.2
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorIjSaIjEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPjS1_EEmRKj at Base 3.4.2
- (optional=templinst)_ZNSt6vectorIjSaIjEE14_M_insert_rvalEN9__gnu_cxx17__normal_iteratorIPKjS1_EEOj at Base 3.5.2
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIjSaIjEE17_M_default_appendEj at Base 3.4.2
- (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_ZNSt6vectorIjSaIjEE17_M_default_appendEm at Base 3.4.2
- (optional=templinst)_ZNSt6vectorIjSaIjEE17_M_realloc_insertIJRKjEEEvN9__gnu_cxx17__normal_iteratorIPjS1_EEDpOT_ at Base 2.2.2
- (optional=templinst)_ZNSt6vectorIjSaIjEE17_M_realloc_insertIJRjEEEvN9__gnu_cxx17__normal_iteratorIPjS1_EEDpOT_ at Base 3.3.1
- (optional=templinst)_ZNSt6vectorIjSaIjEE17_M_realloc_insertIJjEEEvN9__gnu_cxx17__normal_iteratorIPjS1_EEDpOT_ at Base 2.2.2
- (optional=templinst|arch=alpha hurd-i386 i386 mipsel powerpc ppc64 s390x)_ZNSt6vectorIjSaIjEE6insertEN9__gnu_cxx17__normal_iteratorIPKjS1_EERS4_ at Base 3.5.2
- (optional=templinst|subst|arch=!sh4)_ZNSt6vectorIjSaIjEE6resizeE{size_t}@Base 3.7.0
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIjSaIjEE7reserveEj at Base 3.4.2
- (optional=templinst|arch=!sh4)_ZNSt6vectorIjSaIjEE9push_backERKj at Base 3.7.0
- (optional=templinst|arch=sh4)_ZNSt6vectorIjSaIjEEC1ERKS1_ at Base 3.8.0
- (optional=templinst|arch=sh4)_ZNSt6vectorIjSaIjEEC1EjRKS0_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt6vectorIjSaIjEEC2ERKS1_ at Base 3.8.0
- (optional=templinst|arch=sh4)_ZNSt6vectorIjSaIjEEC2EjRKS0_ at Base 3.7.2
- (optional=templinst|arch=!sh4)_ZNSt6vectorIjSaIjEED1Ev at Base 3.7.1
- (optional=templinst|arch=!sh4)_ZNSt6vectorIjSaIjEED2Ev at Base 3.7.1
- (optional=templinst)_ZNSt6vectorIlSaIlEE17_M_realloc_insertIJRKlEEEvN9__gnu_cxx17__normal_iteratorIPlS1_EEDpOT_ at Base 2.2.2
- (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_ZNSt6vectorIlSaIlEE17_M_realloc_insertIJlEEEvN9__gnu_cxx17__normal_iteratorIPlS1_EEDpOT_ at Base 3.4.2
- (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_ZNSt6vectorIlSaIlEE7reserveEm at Base 3.4.2
- (optional=templinst|arch=amd64 arm64 ia64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorIlSaIlEED1Ev at Base 3.7.1
- (optional=templinst|arch=amd64 arm64 ia64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorIlSaIlEED2Ev at Base 3.7.1
- (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4)_ZNSt6vectorImSaImEE12emplace_backIJmEEEvDpOT_ at Base 3.7.0
- (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_ZNSt6vectorImSaImEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPmS1_EEmRKm at Base 3.4.2
- (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_ZNSt6vectorImSaImEE17_M_default_appendEm at Base 3.4.2
- (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_ZNSt6vectorImSaImEE17_M_realloc_insertIJRKmEEEvN9__gnu_cxx17__normal_iteratorIPmS1_EEDpOT_ at Base 3.4.2
- (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_ZNSt6vectorImSaImEE17_M_realloc_insertIJmEEEvN9__gnu_cxx17__normal_iteratorIPmS1_EEDpOT_ at Base 3.4.2
- (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_ZNSt6vectorImSaImEE7reserveEm at Base 3.4.2
- (optional=templinst|arch=amd64 arm64 ia64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorImSaImEED1Ev at Base 3.7.1
- (optional=templinst|arch=amd64 arm64 ia64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorImSaImEED2Ev at Base 3.7.1
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIsSaIsEE17_M_default_appendEj at Base 3.5.0
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorIsSaIsEE17_M_default_appendEm at Base 3.5.0
- (optional=templinst)_ZNSt6vectorIsSaIsEE17_M_realloc_insertIJRKsEEEvN9__gnu_cxx17__normal_iteratorIPsS1_EEDpOT_ at Base 2.3.0
- (optional=templinst)_ZNSt6vectorIsSaIsEE17_M_realloc_insertIJsEEEvN9__gnu_cxx17__normal_iteratorIPsS1_EEDpOT_ at Base 3.2.1
- (optional=templinst)_ZNSt6vectorIsSaIsEED1Ev at Base 3.2.1
- (optional=templinst)_ZNSt6vectorIsSaIsEED2Ev at Base 3.2.1
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorItSaItEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPtS1_EEjRKt at Base 3.5.0
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorItSaItEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPtS1_EEmRKt at Base 3.5.0
- (optional=templinst)_ZNSt6vectorItSaItEE17_M_realloc_insertIJRKtEEEvN9__gnu_cxx17__normal_iteratorIPtS1_EEDpOT_ at Base 2.2.2
- (optional=templinst)_ZNSt6vectorItSaItEE17_M_realloc_insertIJtEEEvN9__gnu_cxx17__normal_iteratorIPtS1_EEDpOT_ at Base 2.3.0
- (optional=templinst|arch=!sh4)_ZNSt6vectorItSaItEED1Ev at Base 3.7.1
- (optional=templinst|arch=!sh4)_ZNSt6vectorItSaItEED2Ev at Base 3.7.1
- (optional=templinst|arch=sh4)_ZNSt6vectorIxSaIxEE12emplace_backIJxEEEvDpOT_ at Base 3.8.0
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIxSaIxEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPxS1_EEjRKx at Base 3.4.2
- (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_ZNSt6vectorIxSaIxEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPxS1_EEmRKx at Base 3.4.2
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIxSaIxEE17_M_default_appendEj at Base 3.4.2
- (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_ZNSt6vectorIxSaIxEE17_M_default_appendEm at Base 3.4.2
- (optional=templinst)_ZNSt6vectorIxSaIxEE17_M_realloc_insertIJRKxEEEvN9__gnu_cxx17__normal_iteratorIPxS1_EEDpOT_ at Base 2.2.2
- (optional=templinst)_ZNSt6vectorIxSaIxEE17_M_realloc_insertIJxEEEvN9__gnu_cxx17__normal_iteratorIPxS1_EEDpOT_ at Base 2.2.2
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIxSaIxEE7reserveEj at Base 3.4.2
- (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_ZNSt6vectorIxSaIxEE7reserveEm at Base 3.4.2
- (optional=templinst|arch=sh4)_ZNSt6vectorIxSaIxEEC1EjRKS0_ at Base 3.8.0
- (optional=templinst|arch=sh4)_ZNSt6vectorIxSaIxEEC2EjRKS0_ at Base 3.8.0
- (optional=templinst|arch=!sh4)_ZNSt6vectorIxSaIxEED1Ev at Base 3.7.1
- (optional=templinst|arch=!sh4)_ZNSt6vectorIxSaIxEED2Ev at Base 3.7.1
- (optional=templinst)_ZNSt6vectorIySaIyEE12emplace_backIJRiEEEvDpOT_ at Base 3.5.0
- (optional=templinst|arch=!sh4)_ZNSt6vectorIySaIyEE12emplace_backIJyEEEvDpOT_ at Base 3.7.0
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIySaIyEE14_M_fill_assignEjRKy at Base 3.4.2
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIySaIyEE17_M_default_appendEj at Base 3.4.2
- (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_ZNSt6vectorIySaIyEE17_M_default_appendEm at Base 3.4.2
- (optional=templinst)_ZNSt6vectorIySaIyEE17_M_realloc_insertIJRKyEEEvN9__gnu_cxx17__normal_iteratorIPyS1_EEDpOT_ at Base 2.2.2
- (optional=templinst|arch=sh4)_ZNSt6vectorIySaIyEE17_M_realloc_insertIJRiEEEvN9__gnu_cxx17__normal_iteratorIPyS1_EEDpOT_ at Base 3.7.2
- (optional=templinst)_ZNSt6vectorIySaIyEE17_M_realloc_insertIJyEEEvN9__gnu_cxx17__normal_iteratorIPyS1_EEDpOT_ at Base 2.2.2
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIySaIyEE7reserveEj at Base 3.4.2
- (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_ZNSt6vectorIySaIyEE7reserveEm at Base 3.4.2
- (optional=templinst|arch=sh4)_ZNSt6vectorIySaIyEEC1ERKS1_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt6vectorIySaIyEEC1ESt16initializer_listIyERKS0_ at Base 3.8.0
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4)_ZNSt6vectorIySaIyEEC1EjRKS0_ at Base 3.5.0
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorIySaIyEEC1EmRKS0_ at Base 3.5.0
- (optional=templinst|arch=sh4)_ZNSt6vectorIySaIyEEC2ERKS1_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt6vectorIySaIyEEC2ESt16initializer_listIyERKS0_ at Base 3.8.0
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4)_ZNSt6vectorIySaIyEEC2EjRKS0_ at Base 3.5.0
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorIySaIyEEC2EmRKS0_ at Base 3.5.0
- (optional=templinst|arch=!sh4)_ZNSt6vectorIySaIyEED1Ev at Base 3.7.1
- (optional=templinst|arch=!sh4)_ZNSt6vectorIySaIyEED2Ev at Base 3.7.1
- (optional=templinst|arch=!sh4)_ZNSt7__cxx1110_List_baseINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE8_M_clearEv at Base 2.0.1
- (optional=templinst|arch=!sh4)_ZNSt7__cxx1110_List_baseIP8OGRLayerSaIS2_EE8_M_clearEv at Base 3.1.3
- (optional=templinst|arch=!sh4)_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1IS3_EEPKcRKS3_ at Base 3.5.2
- (optional=templinst|arch=!sh4)_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC2IS3_EEPKcRKS3_ at Base 3.5.2
- (optional=templinst|arch=!sh4)_ZNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEED0Ev at Base 2.0.1
- (optional=templinst|arch=!sh4)_ZNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEED1Ev at Base 2.0.1
- (optional=templinst|arch=!sh4)_ZNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEED2Ev at Base 2.0.1
- (optional=templinst)_ZNSt7__cxx114listINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE4sortEv at Base 2.0.1
- (optional=templinst)_ZNSt7__cxx114listINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE6uniqueEv at Base 2.0.1
- (optional=templinst|arch=amd64 arm64 hppa ia64 loong64 mips64el ppc64el riscv64 sh4 sparc64 x32)_ZNSt8_Rb_treeI18OGRwkbGeometryTypeS0_St9_IdentityIS0_ESt4lessIS0_ESaIS0_EE16_M_insert_uniqueIRKS0_EESt4pairISt17_Rb_tree_iteratorIS0_EbEOT_ at Base 3.6.0
- (optional=templinst|arch=mipsel sh4 x32)_ZNSt8_Rb_treeI18OGRwkbGeometryTypeSt4pairIKS0_xESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE24_M_get_insert_unique_posERS2_ at Base 3.6.0
- (optional=templinst|arch=mipsel sh4 x32)_ZNSt8_Rb_treeI18OGRwkbGeometryTypeSt4pairIKS0_xESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS3_ERS2_ at Base 3.6.0
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeI8geokey_tSt4pairIKS0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEESt10_Select1stIS9_ESt4lessIS0_ESaIS9_EE24_M_get_insert_unique_posERS2_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeI8geokey_tSt4pairIKS0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEESt10_Select1stIS9_ESt4lessIS0_ESaIS9_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS9_ERS2_ at Base 3.7.2
- (optional=templinst)_ZNSt8_Rb_treeI9CPLStringS0_St9_IdentityIS0_ESt4lessIS0_ESaIS0_EE11equal_rangeERKS0_ at Base 2.0.1
- (optional=templinst|arch=amd64 arm64 hppa ia64 loong64 mips64el ppc64el riscv64 sh4 sparc64 x32)_ZNSt8_Rb_treeI9CPLStringS0_St9_IdentityIS0_ESt4lessIS0_ESaIS0_EE16_M_insert_uniqueIRKS0_EESt4pairISt17_Rb_tree_iteratorIS0_EbEOT_ at Base 2.1.1
- (optional=templinst|arch=amd64 arm64 hppa ia64 loong64 mips64el ppc64el riscv64 sh4 sparc64 x32)_ZNSt8_Rb_treeI9CPLStringS0_St9_IdentityIS0_ESt4lessIS0_ESaIS0_EE16_M_insert_uniqueIS0_EESt4pairISt17_Rb_tree_iteratorIS0_EbEOT_ at Base 2.1.1
- (optional=templinst)_ZNSt8_Rb_treeI9CPLStringS0_St9_IdentityIS0_ESt4lessIS0_ESaIS0_EE20_Reuse_or_alloc_nodeclIRKS0_EEPSt13_Rb_tree_nodeIS0_EOT_ at Base 3.1.3
- (optional=templinst)_ZNSt8_Rb_treeI9CPLStringS0_St9_IdentityIS0_ESt4lessIS0_ESaIS0_EE24_M_get_insert_unique_posERKS0_ at Base 2.1.1
- (optional=templinst)_ZNSt8_Rb_treeI9CPLStringS0_St9_IdentityIS0_ESt4lessIS0_ESaIS0_EE4findERKS0_ at Base 1.10.1
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeI9CPLStringS0_St9_IdentityIS0_ESt4lessIS0_ESaIS0_EEC1ERKS6_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeI9CPLStringS0_St9_IdentityIS0_ESt4lessIS0_ESaIS0_EEC2ERKS6_ at Base 3.7.2
- (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_11OGREnvelopeESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE24_M_get_insert_unique_posERS2_ at Base 1.10.1
- (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_11OGREnvelopeESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS4_ERS2_ at Base 3.4.2
- (optional=templinst|arch=!alpha !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_11OGREnvelopeESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE4findERS2_ at Base 3.4.2
- (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_12GDALDataTypeESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE24_M_get_insert_unique_posERS2_ at Base 3.2.0
- (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_12GDALDataTypeESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS4_ERS2_ at Base 3.4.2
- (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_13CPLStringListESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE24_M_get_insert_unique_posERS2_ at Base 3.1.0
- (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_13CPLStringListESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS4_ERS2_ at Base 3.4.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_NSt7__cxx114listIiSaIiEEEESt10_Select1stIS7_ESt4lessIS0_ESaIS7_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSF_PSt13_Rb_tree_nodeIS7_E at Base 3.7.2
- (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_NSt7__cxx114listIiSaIiEEEESt10_Select1stIS7_ESt4lessIS0_ESaIS7_EE24_M_get_insert_unique_posERS2_ at Base 3.4.0
- (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_NSt7__cxx114listIiSaIiEEEESt10_Select1stIS7_ESt4lessIS0_ESaIS7_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS7_ERS2_ at Base 3.4.0
- (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_P10GDALDriverESt10_Select1stIS5_ESt4lessIS0_ESaIS5_EE11equal_rangeERS2_ at Base 2.0.1
- (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_P10GDALDriverESt10_Select1stIS5_ESt4lessIS0_ESaIS5_EE24_M_get_insert_unique_posERS2_ at Base 2.0.1
- (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_P10GDALDriverESt10_Select1stIS5_ESt4lessIS0_ESaIS5_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS5_ERS2_ at Base 3.4.2
- (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_P10GDALDriverESt10_Select1stIS5_ESt4lessIS0_ESaIS5_EE4findERS2_ at Base 3.5.0
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_P11GDALDatasetESt10_Select1stIS5_ESt4lessIS0_ESaIS5_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSD_PSt13_Rb_tree_nodeIS5_E at Base 3.7.2
- (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_P11GDALDatasetESt10_Select1stIS5_ESt4lessIS0_ESaIS5_EE24_M_get_insert_unique_posERS2_ at Base 2.1.0
- (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_P11GDALDatasetESt10_Select1stIS5_ESt4lessIS0_ESaIS5_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS5_ERS2_ at Base 2.1.0
- (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_P11GDALDatasetESt10_Select1stIS5_ESt4lessIS0_ESaIS5_EE4findERS2_ at Base 2.1.0
- (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_P8OGRLayerESt10_Select1stIS5_ESt4lessIS0_ESaIS5_EE24_M_get_insert_unique_posERS2_ at Base 1.10.1
- (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_P8OGRLayerESt10_Select1stIS5_ESt4lessIS0_ESaIS5_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS5_ERS2_ at Base 3.4.2
- (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_PPcESt10_Select1stIS5_ESt4lessIS0_ESaIS5_EE24_M_get_insert_unique_posERS2_ at Base 1.10.1
- (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_PPcESt10_Select1stIS5_ESt4lessIS0_ESaIS5_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS5_ERS2_ at Base 3.4.2
- (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_PvESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE24_M_get_insert_unique_posERS2_ at Base 1.10.1
- (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_PvESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS4_ERS2_ at Base 3.4.2
- (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_PvESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE4findERS2_ at Base 2.3.0
- (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_S0_ESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE11equal_rangeERS2_ at Base 2.2.0
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_S0_ESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSB_PSt13_Rb_tree_nodeIS3_E at Base 3.7.2
- (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_S0_ESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE17_M_emplace_uniqueIJS1_IPKcS0_EEEES1_ISt17_Rb_tree_iteratorIS3_EbEDpOT_ at Base 2.3.2
- (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_S0_ESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE20_Reuse_or_alloc_nodeclIRKS3_EEPSt13_Rb_tree_nodeIS3_EOT_ at Base 3.1.3
- (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_S0_ESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE24_M_get_insert_unique_posERS2_ at Base 1.10.1
- (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_S0_ESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS3_ERS2_ at Base 1.10.1
- (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_S0_ESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE4findERS2_ at Base 1.10.1
- (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_S1_ISt8functionIF6CPLErrPPviS5_ii12GDALDataTypeS7_iiPKPKcEES0_EESt10_Select1stISF_ESt4lessIS0_ESaISF_EE24_M_get_insert_unique_posERS2_ at Base 3.5.0
- (optional=templinst|arch=amd64 arm64 hppa ia64 loong64 m68k mips64el ppc64el riscv64 sh4 sparc64 x32)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_S1_ISt8functionIF6CPLErrPPviS5_ii12GDALDataTypeS7_iiPKPKcEES0_EESt10_Select1stISF_ESt4lessIS0_ESaISF_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorISF_ERS2_ at Base 3.5.0
- (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_S1_IddEESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE24_M_get_insert_unique_posERS2_ at Base 1.10.1
- (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_S1_IddEESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS4_ERS2_ at Base 3.4.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_S1_IddEESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE4findERS2_ at Base 3.7.2
- (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_S1_IiiEESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE24_M_get_insert_unique_posERS2_ at Base 1.10.1
- (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_S1_IiiEESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS4_ERS2_ at Base 3.4.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_S1_IiiEESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE4findERS2_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_St10shared_ptrI11GDALMDArrayEESt10_Select1stIS6_ESt4lessIS0_ESaIS6_EE12_M_erase_auxESt23_Rb_tree_const_iteratorIS6_E at Base 3.8.0
- (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_St10shared_ptrI11GDALMDArrayEESt10_Select1stIS6_ESt4lessIS0_ESaIS6_EE24_M_get_insert_unique_posERS2_ at Base 3.1.0
- (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_St10shared_ptrI11GDALMDArrayEESt10_Select1stIS6_ESt4lessIS0_ESaIS6_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS6_ERS2_ at Base 3.4.2
- (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_St10shared_ptrI11GDALMDArrayEESt10_Select1stIS6_ESt4lessIS0_ESaIS6_EE4findERS2_ at Base 3.8.0
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_St10shared_ptrI9GDALGroupEESt10_Select1stIS6_ESt4lessIS0_ESaIS6_EE12_M_erase_auxESt23_Rb_tree_const_iteratorIS6_E at Base 3.8.0
- (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_St10shared_ptrI9GDALGroupEESt10_Select1stIS6_ESt4lessIS0_ESaIS6_EE24_M_get_insert_unique_posERS2_ at Base 3.8.0
- (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_St10shared_ptrI9GDALGroupEESt10_Select1stIS6_ESt4lessIS0_ESaIS6_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS6_ERS2_ at Base 3.8.0
- (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_St10shared_ptrI9GDALGroupEESt10_Select1stIS6_ESt4lessIS0_ESaIS6_EE4findERS2_ at Base 3.8.0
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_St3mapIS0_S0_St4lessIS0_ESaIS1_IS2_S0_EEEESt10_Select1stIS9_ES5_SaIS9_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSF_PSt13_Rb_tree_nodeIS9_E at Base 3.7.2
- (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_St3mapIS0_S0_St4lessIS0_ESaIS1_IS2_S0_EEEESt10_Select1stIS9_ES5_SaIS9_EE24_M_get_insert_unique_posERS2_ at Base 1.10.1
- (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_St3mapIS0_S0_St4lessIS0_ESaIS1_IS2_S0_EEEESt10_Select1stIS9_ES5_SaIS9_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS9_ERS2_ at Base 1.10.1
- (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_St3setIS0_St4lessIS0_ESaIS0_EEESt10_Select1stIS8_ES5_SaIS8_EE24_M_get_insert_unique_posERS2_ at Base 1.10.1
- (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_St3setIS0_St4lessIS0_ESaIS0_EEESt10_Select1stIS8_ES5_SaIS8_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS8_ERS2_ at Base 3.4.2
- (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_St3setIiSt4lessIiESaIiEEESt10_Select1stIS8_ES4_IS0_ESaIS8_EE24_M_get_insert_unique_posERS2_ at Base 2.2.0
- (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_St3setIiSt4lessIiESaIiEEESt10_Select1stIS8_ES4_IS0_ESaIS8_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS8_ERS2_ at Base 3.4.2
- (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_St6vectorIS0_SaIS0_EEESt10_Select1stIS6_ESt4lessIS0_ESaIS6_EE24_M_get_insert_unique_posERS2_ at Base 1.10.1
- (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_St6vectorIS0_SaIS0_EEESt10_Select1stIS6_ESt4lessIS0_ESaIS6_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS6_ERS2_ at Base 3.4.2
- (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_St6vectorIS0_SaIS0_EEESt10_Select1stIS6_ESt4lessIS0_ESaIS6_EE4findERS2_ at Base 1.10.1
- (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_St6vectorIS1_IS0_S0_ESaIS4_EEESt10_Select1stIS7_ESt4lessIS0_ESaIS7_EE24_M_get_insert_unique_posERS2_ at Base 2.2.0
- (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_St6vectorIS1_IS0_S0_ESaIS4_EEESt10_Select1stIS7_ESt4lessIS0_ESaIS7_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS7_ERS2_ at Base 3.4.2
- (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_St6vectorIS1_IddESaIS4_EEESt10_Select1stIS7_ESt4lessIS0_ESaIS7_EE24_M_get_insert_unique_posERS2_ at Base 1.10.1
- (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_St6vectorIS1_IddESaIS4_EEESt10_Select1stIS7_ESt4lessIS0_ESaIS7_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS7_ERS2_ at Base 3.4.2
- (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_St6vectorIS1_IddESaIS4_EEESt10_Select1stIS7_ESt4lessIS0_ESaIS7_EE4findERS2_ at Base 1.10.1
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_St6vectorIdSaIdEEESt10_Select1stIS6_ESt4lessIS0_ESaIS6_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSE_PSt13_Rb_tree_nodeIS6_E at Base 3.7.2
- (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_St6vectorIdSaIdEEESt10_Select1stIS6_ESt4lessIS0_ESaIS6_EE24_M_get_insert_unique_posERS2_ at Base 2.3.0
- (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_St6vectorIdSaIdEEESt10_Select1stIS6_ESt4lessIS0_ESaIS6_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS6_ERS2_ at Base 2.3.0
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_St6vectorIhSaIhEEESt10_Select1stIS6_ESt4lessIS0_ESaIS6_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSE_PSt13_Rb_tree_nodeIS6_E at Base 3.7.2
- (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_St6vectorIhSaIhEEESt10_Select1stIS6_ESt4lessIS0_ESaIS6_EE24_M_get_insert_unique_posERS2_ at Base 2.3.0
- (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_St6vectorIhSaIhEEESt10_Select1stIS6_ESt4lessIS0_ESaIS6_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS6_ERS2_ at Base 2.3.0
- (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_St6vectorIiSaIiEEESt10_Select1stIS6_ESt4lessIS0_ESaIS6_EE24_M_get_insert_unique_posERS2_ at Base 2.2.0
- (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_St6vectorIiSaIiEEESt10_Select1stIS6_ESt4lessIS0_ESaIS6_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS6_ERS2_ at Base 3.4.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_bESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSB_PSt13_Rb_tree_nodeIS3_E at Base 3.7.2
- (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_bESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE20_Reuse_or_alloc_nodeclIRKS3_EEPSt13_Rb_tree_nodeIS3_EOT_ at Base 3.1.3
- (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_bESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE24_M_get_insert_unique_posERS2_ at Base 2.2.0
- (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_bESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS3_ERS2_ at Base 2.2.0
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_iESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSB_PSt13_Rb_tree_nodeIS3_E at Base 3.7.2
- (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_iESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE20_Reuse_or_alloc_nodeclIRKS3_EEPSt13_Rb_tree_nodeIS3_EOT_ at Base 3.1.3
- (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_iESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE24_M_get_insert_unique_posERS2_ at Base 1.10.1
- (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_iESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS3_ERS2_ at Base 1.10.1
- (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_iESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE4findERS2_ at Base 1.10.1
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_iESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EEC1ERKS9_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_iESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EEC2ERKS9_ at Base 3.7.2
- (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_jESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE20_Reuse_or_alloc_nodeclIRKS3_EEPSt13_Rb_tree_nodeIS3_EOT_ at Base 3.1.3
- (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_jESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE24_M_get_insert_unique_posERS2_ at Base 2.2.0
- (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_jESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS3_ERS2_ at Base 2.2.0
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k powerpc sh4)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_jESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE4findERS2_ at Base 3.8.0
- (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_mESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE20_Reuse_or_alloc_nodeclIRKS3_EEPSt13_Rb_tree_nodeIS3_EOT_ at Base 3.4.2
- (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_mESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE24_M_get_insert_unique_posERS2_ at Base 3.4.2
- (optional=templinst|arch=amd64 arm64 ia64 loong64 mips64el ppc64el riscv64 sparc64)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_mESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS3_ERS2_ at Base 3.4.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIN19MVTTileLayerFeature8GeomTypeESt4pairIKS1_xESt10_Select1stIS4_ESt4lessIS1_ESaIS4_EE24_M_get_insert_unique_posERS3_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIN19MVTTileLayerFeature8GeomTypeESt4pairIKS1_xESt10_Select1stIS4_ESt4lessIS1_ESaIS4_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS4_ERS3_ at Base 3.7.2
- (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE11equal_rangeERKS5_ at Base 3.4.0
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE12_M_erase_auxESt23_Rb_tree_const_iteratorIS5_ESD_ at Base 3.8.0
- (optional=templinst|arch=amd64 arm64 hppa ia64 loong64 mips64el ppc64el riscv64 sh4 sparc64 x32)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE16_M_insert_uniqueIRKS5_EESt4pairISt17_Rb_tree_iteratorIS5_EbEOT_ at Base 2.1.1
- (optional=templinst|arch=amd64 arm64 hppa ia64 loong64 mips64el ppc64el riscv64 sh4 sparc64 x32)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE16_M_insert_uniqueIS5_EESt4pairISt17_Rb_tree_iteratorIS5_EbEOT_ at Base 2.2.2
- (optional=templinst|arch=amd64 arm64 hppa ia64 loong64 mips64el ppc64el riscv64 sh4 sparc64 x32)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE17_M_emplace_uniqueIJRPcEEESt4pairISt17_Rb_tree_iteratorIS5_EbEDpOT_ at Base 3.0.0
- (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE24_M_get_insert_unique_posERKS5_ at Base 3.1.3
- (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS5_ERKS5_ at Base 3.4.2
- (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE4findERKS5_ at Base 2.2.0
- (optional=templinst|arch=!sh4)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE5clearEv at Base 3.4.2
- (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_12CPLJSONArrayESt10_Select1stIS9_ESt4lessIS5_ESaIS9_EE24_M_get_insert_unique_posERS7_ at Base 3.4.0
- (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_12CPLJSONArrayESt10_Select1stIS9_ESt4lessIS5_ESaIS9_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS9_ERS7_ at Base 3.4.2
- (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_12CPLJSONArrayESt10_Select1stIS9_ESt4lessIS5_ESaIS9_EE4findERS7_ at Base 3.4.0
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_12OGRFieldTypeESt10_Select1stIS9_ESt4lessIS5_ESaIS9_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSH_PSt13_Rb_tree_nodeIS9_E at Base 3.7.2
- (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_12OGRFieldTypeESt10_Select1stIS9_ESt4lessIS5_ESaIS9_EE24_M_get_insert_unique_posERS7_ at Base 3.1.0
- (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_12OGRFieldTypeESt10_Select1stIS9_ESt4lessIS5_ESaIS9_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS9_ERS7_ at Base 3.1.0
- (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_13CPLStringListESt10_Select1stIS9_ESt4lessIS5_ESaIS9_EE24_M_get_insert_unique_posERS7_ at Base 3.4.0
- (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_13CPLStringListESt10_Select1stIS9_ESt4lessIS5_ESaIS9_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS9_ERS7_ at Base 3.4.2
- (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_P13GDALAttributeESt10_Select1stISA_ESt4lessIS5_ESaISA_EE11equal_rangeERS7_ at Base 3.8.0
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_P13GDALAttributeESt10_Select1stISA_ESt4lessIS5_ESaISA_EE12_M_erase_auxESt23_Rb_tree_const_iteratorISA_E at Base 3.8.0
- (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_P13GDALAttributeESt10_Select1stISA_ESt4lessIS5_ESaISA_EE24_M_get_insert_unique_posERS7_ at Base 3.8.0
- (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_P13GDALAttributeESt10_Select1stISA_ESt4lessIS5_ESaISA_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorISA_ERS7_ at Base 3.8.0
- (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_P13GDALAttributeESt10_Select1stISA_ESt4lessIS5_ESaISA_EE4findERS7_ at Base 3.8.0
- (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_P20VSIFilesystemHandlerESt10_Select1stISA_ESt4lessIS5_ESaISA_EE24_M_get_insert_unique_posERS7_ at Base 2.0.1
- (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_P20VSIFilesystemHandlerESt10_Select1stISA_ESt4lessIS5_ESaISA_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorISA_ERS7_ at Base 3.4.2
- (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PK13CPLJSONObjectESt10_Select1stISB_ESt4lessIS5_ESaISB_EE11equal_rangeERS7_ at Base 3.4.2
- (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PK13CPLJSONObjectESt10_Select1stISB_ESt4lessIS5_ESaISB_EE24_M_get_insert_unique_posERS7_ at Base 3.4.0
- (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PK13CPLJSONObjectESt10_Select1stISB_ESt4lessIS5_ESaISB_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorISB_ERS7_ at Base 3.4.2
- (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PSt3mapIS5_S5_St4lessIS5_ESaIS6_IS7_S5_EEEESt10_Select1stISF_ESA_SaISF_EE24_M_get_insert_unique_posERS7_ at Base 2.0.1
- (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PSt3mapIS5_S5_St4lessIS5_ESaIS6_IS7_S5_EEEESt10_Select1stISF_ESA_SaISF_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorISF_ERS7_ at Base 3.4.2
- (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PSt3mapIS5_S5_St4lessIS5_ESaIS6_IS7_S5_EEEESt10_Select1stISF_ESA_SaISF_EE4findERS7_ at Base 2.0.1
- (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE11equal_rangeERS7_ at Base 2.0.1
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSG_PSt13_Rb_tree_nodeIS8_E at Base 3.7.2
- (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE17_M_emplace_uniqueIJS6_I9CPLStringSG_EEEES6_ISt17_Rb_tree_iteratorIS8_EbEDpOT_ at Base 3.8.0
- (optional=templinst|arch=amd64 arm64 armel armhf hppa ia64 loong64 m68k mips64el ppc64el riscv64 sh4 sparc64 x32)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE17_M_emplace_uniqueIJS6_IS5_S5_EEEES6_ISt17_Rb_tree_iteratorIS8_EbEDpOT_ at Base 3.4.2
- (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE24_M_get_insert_unique_posERS7_ at Base 2.0.1
- (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS8_ERS7_ at Base 3.4.2
- (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE4findERS7_ at Base 3.4.2
- (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S6_IddEESt10_Select1stIS9_ESt4lessIS5_ESaIS9_EE24_M_get_insert_unique_posERS7_ at Base 3.7.0
- (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S6_IddEESt10_Select1stIS9_ESt4lessIS5_ESaIS9_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS9_ERS7_ at Base 3.7.0
- (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St10shared_ptrI11GDALMDArrayEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE24_M_get_insert_unique_posERS7_ at Base 3.8.0
- (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St10shared_ptrI11GDALMDArrayEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorISB_ERS7_ at Base 3.8.0
- (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St10unique_ptrI11GDALDatasetSt14default_deleteIS9_EEESt10_Select1stISD_ESt4lessIS5_ESaISD_EE24_M_get_insert_unique_posERS7_ at Base 3.7.0
- (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St10unique_ptrI11GDALDatasetSt14default_deleteIS9_EEESt10_Select1stISD_ESt4lessIS5_ESaISD_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorISD_ERS7_ at Base 3.7.0
- (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St10unique_ptrI11GDALDatasetSt14default_deleteIS9_EEESt10_Select1stISD_ESt4lessIS5_ESaISD_EE4findERS7_ at Base 3.7.0
- (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St10unique_ptrI14OGRFieldDomainSt14default_deleteIS9_EEESt10_Select1stISD_ESt4lessIS5_ESaISD_EE11equal_rangeERS7_ at Base 3.6.0
- (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St10unique_ptrI14OGRFieldDomainSt14default_deleteIS9_EEESt10_Select1stISD_ESt4lessIS5_ESaISD_EE24_M_get_insert_unique_posERS7_ at Base 3.3.0
- (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St10unique_ptrI14OGRFieldDomainSt14default_deleteIS9_EEESt10_Select1stISD_ESt4lessIS5_ESaISD_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorISD_ERS7_ at Base 3.4.2
- (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St10unique_ptrI14OGRFieldDomainSt14default_deleteIS9_EEESt10_Select1stISD_ESt4lessIS5_ESaISD_EE4findERS7_ at Base 3.5.0
- (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St3mapIS5_S5_St4lessIS5_ESaIS6_IS7_S5_EEEESt10_Select1stISE_ESA_SaISE_EE11equal_rangeERS7_ at Base 3.5.0
- (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St3mapIS5_S5_St4lessIS5_ESaIS6_IS7_S5_EEEESt10_Select1stISE_ESA_SaISE_EE24_M_get_insert_unique_posERS7_ at Base 3.5.0
- (optional=templinst|arch=amd64 arm64 hppa ia64 loong64 m68k mips64el ppc64el riscv64 sh4 sparc64 x32)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St3mapIS5_S5_St4lessIS5_ESaIS6_IS7_S5_EEEESt10_Select1stISE_ESA_SaISE_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorISE_ERS7_ at Base 3.5.0
- (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St3mapIiS5_St4lessIiESaIS6_IKiS5_EEEESt10_Select1stISF_ES9_IS5_ESaISF_EE24_M_get_insert_unique_posERS7_ at Base 3.7.0
- (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St3mapIiS5_St4lessIiESaIS6_IKiS5_EEEESt10_Select1stISF_ES9_IS5_ESaISF_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorISF_ERS7_ at Base 3.7.0
- (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St3mapIiS6_IddESt4lessIiESaIS6_IKiS9_EEEESt10_Select1stISG_ESA_IS5_ESaISG_EE24_M_get_insert_unique_posERS7_ at Base 3.7.0
- (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St3mapIiS6_IddESt4lessIiESaIS6_IKiS9_EEEESt10_Select1stISG_ESA_IS5_ESaISG_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorISG_ERS7_ at Base 3.7.0
- (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St6vectorIiSaIiEEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE24_M_get_insert_unique_posERS7_ at Base 3.8.0
- (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St6vectorIiSaIiEEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorISB_ERS7_ at Base 3.8.0
- (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St6vectorIiSaIiEEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE4findERS7_ at Base 3.8.0
- (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_dESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE24_M_get_insert_unique_posERS7_ at Base 2.0.1
- (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_dESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS8_ERS7_ at Base 3.4.2
- (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_dESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE4findERS7_ at Base 2.0.1
- (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_iESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE11equal_rangeERS7_ at Base 2.3.0
- (optional=templinst|arch=alpha armel armhf hurd-i386 i386 m68k mipsel powerpc ppc64 s390x)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_iESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE17_M_emplace_uniqueIJS6_IS5_iEEEES6_ISt17_Rb_tree_iteratorIS8_EbEDpOT_ at Base 3.5.2
- (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_iESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE24_M_get_insert_unique_posERS7_ at Base 2.0.1
- (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_iESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS8_ERS7_ at Base 3.4.2
- (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_iESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE4findERS7_ at Base 2.0.1
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_jESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSG_PSt13_Rb_tree_nodeIS8_E at Base 3.8.0
- (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_jESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE24_M_get_insert_unique_posERS7_ at Base 3.1.0
- (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_jESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS8_ERS7_ at Base 3.4.2
- (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_jESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE4findERS7_ at Base 3.7.2
- (optional=templinst|arch=alpha armel armhf hurd-i386 i386 m68k mipsel powerpc ppc64 s390x)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_lESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE17_M_emplace_uniqueIJS6_IS5_lEEEES6_ISt17_Rb_tree_iteratorIS8_EbEDpOT_ at Base 3.5.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_lESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE24_M_get_insert_unique_posERS7_ at Base 3.7.2
- (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_mESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE24_M_get_insert_unique_posERS7_ at Base 3.4.2
- (optional=templinst|arch=amd64 arm64 ia64 loong64 mips64el ppc64el riscv64 sparc64)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_mESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS8_ERS7_ at Base 3.4.2
- (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_xESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE24_M_get_insert_unique_posERS7_ at Base 2.3.0
- (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_xESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS8_ERS7_ at Base 3.4.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIP10MEMMDArrayS1_St9_IdentityIS1_ESt4lessIS1_ESaIS1_EE11equal_rangeERKS1_ at Base 3.8.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIP10MEMMDArrayS1_St9_IdentityIS1_ESt4lessIS1_ESaIS1_EE12_M_erase_auxESt23_Rb_tree_const_iteratorIS1_ES9_ at Base 3.8.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIP10MEMMDArrayS1_St9_IdentityIS1_ESt4lessIS1_ESaIS1_EE16_M_insert_uniqueIRKS1_EESt4pairISt17_Rb_tree_iteratorIS1_EbEOT_ at Base 3.8.0
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIP10OGRFeatureSt4pairIKS1_St6vectorIP8OGRCurveSaIS6_EEESt10_Select1stIS9_ESt4lessIS1_ESaIS9_EE24_M_get_insert_unique_posERS3_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIP10OGRFeatureSt4pairIKS1_St6vectorIP8OGRCurveSaIS6_EEESt10_Select1stIS9_ESt4lessIS1_ESaIS9_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS9_ERS3_ at Base 3.7.2
- (optional=templinst|arch=amd64 arm64 hppa ia64 loong64 mips64el ppc64el riscv64 sparc64)_ZNSt8_Rb_treeIP11GDALDatasetS1_St9_IdentityIS1_ESt4lessIS1_ESaIS1_EE16_M_insert_uniqueIRKS1_EESt4pairISt17_Rb_tree_iteratorIS1_EbEOT_ at Base 3.6.0
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIP11GDALDatasetSt4pairIKS1_xESt10_Select1stIS4_ESt4lessIS1_ESaIS4_EE24_M_get_insert_unique_posERS3_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIP11GDALDatasetSt4pairIKS1_xESt10_Select1stIS4_ESt4lessIS1_ESaIS4_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS4_ERS3_ at Base 3.7.2
- (optional=templinst)_ZNSt8_Rb_treeIP11GDALMDArrayS1_St9_IdentityIS1_ESt4lessIS1_ESaIS1_EE16_M_insert_uniqueIRKS1_EESt4pairISt17_Rb_tree_iteratorIS1_EbEOT_ at Base 3.8.3
- (optional=templinst)_ZNSt8_Rb_treeIP13GDALDimensionS1_St9_IdentityIS1_ESt4lessIS1_ESaIS1_EE16_M_insert_uniqueIRKS1_EESt4pairISt17_Rb_tree_iteratorIS1_EbEOT_ at Base 3.8.3
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIP13GDALDimensionSt4pairIKS1_yESt10_Select1stIS4_ESt4lessIS1_ESaIS4_EE24_M_get_insert_unique_posERS3_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIP13GDALDimensionSt4pairIKS1_yESt10_Select1stIS4_ESt4lessIS1_ESaIS4_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS4_ERS3_ at Base 3.7.2
- (optional=templinst|arch=amd64 arm64 hppa ia64 loong64 mips64el ppc64el riscv64 sparc64 x32)_ZNSt8_Rb_treeIP15GMLFeatureClassS1_St9_IdentityIS1_ESt4lessIS1_ESaIS1_EE16_M_insert_uniqueIRKS1_EESt4pairISt17_Rb_tree_iteratorIS1_EbEOT_ at Base 2.4.1
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIP15OGRMutexedLayerSt4pairIKS1_P8OGRLayerESt10_Select1stIS6_ESt4lessIS1_ESaIS6_EE24_M_get_insert_unique_posERS3_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIP15OGRMutexedLayerSt4pairIKS1_P8OGRLayerESt10_Select1stIS6_ESt4lessIS1_ESaIS6_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS6_ERS3_ at Base 3.7.2
- (optional=templinst)_ZNSt8_Rb_treeIP16OGRGeomFieldDefnSt4pairIKS1_9CPLStringESt10_Select1stIS5_ESt4lessIS1_ESaIS5_EE20_Reuse_or_alloc_nodeclIRKS5_EEPSt13_Rb_tree_nodeIS5_EOT_ at Base 3.1.3
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIP16OGRGeomFieldDefnSt4pairIKS1_9CPLStringESt10_Select1stIS5_ESt4lessIS1_ESaIS5_EE24_M_get_insert_unique_posERS3_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIP16OGRGeomFieldDefnSt4pairIKS1_9CPLStringESt10_Select1stIS5_ESt4lessIS1_ESaIS5_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS5_ERS3_ at Base 3.7.2
- (optional=templinst|arch=amd64 arm64 hppa ia64 loong64 mips64el ppc64el riscv64 sparc64 x32)_ZNSt8_Rb_treeIP20VSIFilesystemHandlerS1_St9_IdentityIS1_ESt4lessIS1_ESaIS1_EE16_M_insert_uniqueIRKS1_EESt4pairISt17_Rb_tree_iteratorIS1_EbEOT_ at Base 3.0.1
- (optional=templinst|arch=amd64 arm64 hppa ia64 loong64 mips64el ppc64el riscv64 sh4 sparc64 x32)_ZNSt8_Rb_treeIP8OGRLayerS1_St9_IdentityIS1_ESt4lessIS1_ESaIS1_EE16_M_insert_uniqueIRKS1_EESt4pairISt17_Rb_tree_iteratorIS1_EbEOT_ at Base 2.1.1
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIP8OGRLayerSt4pairIKS1_P11GDALDatasetESt10_Select1stIS6_ESt4lessIS1_ESaIS6_EE24_M_get_insert_unique_posERS3_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIP8OGRLayerSt4pairIKS1_P11GDALDatasetESt10_Select1stIS6_ESt4lessIS1_ESaIS6_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS6_ERS3_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIP8OGRLayerSt4pairIKS1_P15OGRMutexedLayerESt10_Select1stIS6_ESt4lessIS1_ESaIS6_EE24_M_get_insert_unique_posERS3_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIP8OGRLayerSt4pairIKS1_P15OGRMutexedLayerESt10_Select1stIS6_ESt4lessIS1_ESaIS6_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS6_ERS3_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIP8OGRLayerSt4pairIKS1_S1_ESt10_Select1stIS4_ESt4lessIS1_ESaIS4_EE24_M_get_insert_unique_posERS3_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIP8OGRLayerSt4pairIKS1_S1_ESt10_Select1stIS4_ESt4lessIS1_ESaIS4_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS4_ERS3_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIP8OGRLayerSt4pairIKS1_iESt10_Select1stIS4_ESt4lessIS1_ESaIS4_EE20_Reuse_or_alloc_nodeclIRKS4_EEPSt13_Rb_tree_nodeIS4_EOT_ at Base 3.8.0
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIP8OGRLayerSt4pairIKS1_iESt10_Select1stIS4_ESt4lessIS1_ESaIS4_EE24_M_get_insert_unique_posERS3_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIP8OGRLayerSt4pairIKS1_iESt10_Select1stIS4_ESt4lessIS1_ESaIS4_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS4_ERS3_ at Base 3.7.2
- (optional=templinst)_ZNSt8_Rb_treeIP9GDALGroupS1_St9_IdentityIS1_ESt4lessIS1_ESaIS1_EE16_M_insert_uniqueIRKS1_EESt4pairISt17_Rb_tree_iteratorIS1_EbEOT_ at Base 3.8.3
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIPK14OGRFieldDomainSt4pairIKS2_St3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESB_St4lessISB_ESaIS3_IKSB_SB_EEEESt10_Select1stISI_ESC_IS2_ESaISI_EE24_M_get_insert_unique_posERS4_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIPK14OGRFieldDomainSt4pairIKS2_St3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESB_St4lessISB_ESaIS3_IKSB_SB_EEEESt10_Select1stISI_ESC_IS2_ESaISI_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorISI_ERS4_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIPK19OGRSpatialReferenceSt4pairIKS2_bESt10_Select1stIS5_ESt4lessIS2_ESaIS5_EE24_M_get_insert_unique_posERS4_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIPK19OGRSpatialReferenceSt4pairIKS2_bESt10_Select1stIS5_ESt4lessIS2_ESaIS5_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS5_ERS4_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIPKcSt4pairIKS1_iESt10_Select1stIS4_ESt4lessIS1_ESaIS4_EE24_M_get_insert_unique_posERS3_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIPKcSt4pairIKS1_iESt10_Select1stIS4_ESt4lessIS1_ESaIS4_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS4_ERS3_ at Base 3.7.2
- (optional=templinst|arch=hppa ia64 loong64 m68k mips64el mipsel riscv64 sh4 sparc64|subst)_ZNSt8_Rb_treeIPvSt4pairIKS0_{size_t}ESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE24_M_get_insert_unique_posERS2_ at Base 3.7.2
- (optional=templinst|arch=hppa ia64 loong64 m68k mips64el riscv64 sh4 sparc64|subst)_ZNSt8_Rb_treeIPvSt4pairIKS0_{size_t}ESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS3_ERS2_ at Base 3.7.2
- (optional=templinst)_ZNSt8_Rb_treeISt10shared_ptrI13GDALDimensionESt4pairIKS2_S2_ESt10_Select1stIS5_ESt4lessIS2_ESaIS5_EE24_M_get_insert_unique_posERS4_ at Base 3.1.0
- (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeISt10shared_ptrI13GDALDimensionESt4pairIKS2_S2_ESt10_Select1stIS5_ESt4lessIS2_ESaIS5_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS5_ERS4_ at Base 3.4.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeISt10shared_ptrI28GDALDimensionWeakIndexingVarES2_St9_IdentityIS2_ESt4lessIS2_ESaIS2_EE16_M_insert_uniqueIRKS2_EESt4pairISt17_Rb_tree_iteratorIS2_EbEOT_ at Base 3.7.2
- (optional=templinst|arch=amd64 arm64 hppa ia64 loong64 mips64el ppc64el riscv64 sparc64 x32)_ZNSt8_Rb_treeISt4pairI9CPLStringS1_ES2_St9_IdentityIS2_ESt4lessIS2_ESaIS2_EE16_M_insert_uniqueIS2_EES0_ISt17_Rb_tree_iteratorIS2_EbEOT_ at Base 2.1.1
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeISt4pairI9CPLStringS1_ES2_St9_IdentityIS2_ESt4lessIS2_ESaIS2_EE24_M_get_insert_unique_posERKS2_ at Base 3.7.2
- (optional=templinst)_ZNSt8_Rb_treeISt4pairINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_ES0_IKS7_N15GDALPamMultiDim7Private9ArrayInfoEESt10_Select1stISC_ESt4lessIS7_ESaISC_EE24_M_get_insert_unique_posERS8_ at Base 3.8.0
- (optional=templinst)_ZNSt8_Rb_treeISt4pairINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_ES0_IKS7_N15GDALPamMultiDim7Private9ArrayInfoEESt10_Select1stISC_ESt4lessIS7_ESaISC_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorISC_ERS8_ at Base 3.8.0
- (optional=templinst)_ZNSt8_Rb_treeISt4pairINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_ES0_IKS7_N15GDALPamMultiDim7Private9ArrayInfoEESt10_Select1stISC_ESt4lessIS7_ESaISC_EE4findERS8_ at Base 3.8.0
- (optional=templinst|arch=amd64 arm64 hppa ia64 loong64 mips64el ppc64el riscv64 sparc64 x32)_ZNSt8_Rb_treeISt4pairINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_ES7_St9_IdentityIS7_ESt4lessIS7_ESaIS7_EE16_M_insert_uniqueIS7_EES0_ISt17_Rb_tree_iteratorIS7_EbEOT_ at Base 3.2.0
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeISt4pairINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_ES7_St9_IdentityIS7_ESt4lessIS7_ESaIS7_EE24_M_get_insert_unique_posERKS7_ at Base 3.7.2
- (optional=templinst|arch=!amd64 !arm64 !ia64 !mips64el !ppc64 !ppc64el !riscv64 !s390x !sparc64)_ZNSt8_Rb_treeISt4pairIddES0_IKS1_PSt6vectorI8OGRPointSaIS4_EEESt10_Select1stIS8_ESt4lessIS1_ESaIS8_EE24_M_get_insert_unique_posERS2_ at Base 3.8.1
- (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeISt4pairIddES0_IKS1_PSt6vectorI8OGRPointSaIS4_EEESt10_Select1stIS8_ESt4lessIS1_ESaIS8_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS8_ERS2_ at Base 3.4.2
- (optional=templinst)_ZNSt8_Rb_treeISt4pairIddES0_IKS1_PSt6vectorI8OGRPointSaIS4_EEESt10_Select1stIS8_ESt4lessIS1_ESaIS8_EE4findERS2_ at Base 3.1.0
- (optional=templinst|arch=!amd64 !arm64 !ia64 !mips64el !ppc64 !ppc64el !riscv64 !s390x !sparc64)_ZNSt8_Rb_treeISt4pairIddES0_IKS1_St6vectorIiSaIiEEESt10_Select1stIS6_ESt4lessIS1_ESaIS6_EE24_M_get_insert_unique_posERS2_ at Base 3.8.1
- (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeISt4pairIddES0_IKS1_St6vectorIiSaIiEEESt10_Select1stIS6_ESt4lessIS1_ESaIS6_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS6_ERS2_ at Base 3.4.2
- (optional=templinst|arch=!amd64 !arm64 !ia64 !mips64el !ppc64 !ppc64el !riscv64 !s390x !sparc64)_ZNSt8_Rb_treeISt4pairIddES0_IKS1_iESt10_Select1stIS3_ESt4lessIS1_ESaIS3_EE24_M_get_insert_unique_posERS2_ at Base 3.8.1
- (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeISt4pairIddES0_IKS1_iESt10_Select1stIS3_ESt4lessIS1_ESaIS3_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS3_ERS2_ at Base 3.4.2
- (optional=templinst)_ZNSt8_Rb_treeISt4pairIddES0_IKS1_iESt10_Select1stIS3_ESt4lessIS1_ESaIS3_EE4findERS2_ at Base 3.1.4
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeISt4pairIiiES0_IKS1_P27OGRCoordinateTransformationESt10_Select1stIS5_ESt4lessIS1_ESaIS5_EE24_M_get_insert_unique_posERS2_ at Base 3.7.2
- (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeISt4pairIiiES0_IKS1_P27OGRCoordinateTransformationESt10_Select1stIS5_ESt4lessIS1_ESaIS5_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS5_ERS2_ at Base 3.4.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeISt4pairIiiES0_IKS1_St6vectorIS0_IS1_bESaIS4_EEESt10_Select1stIS7_ESt4lessIS1_ESaIS7_EE24_M_get_insert_unique_posERS2_ at Base 3.7.2
- (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeISt4pairIiiES0_IKS1_St6vectorIS0_IS1_bESaIS4_EEESt10_Select1stIS7_ESt4lessIS1_ESaIS7_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS7_ERS2_ at Base 3.4.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeISt4pairIiiES0_IKS1_iESt10_Select1stIS3_ESt4lessIS1_ESaIS3_EE24_M_get_insert_unique_posERS2_ at Base 3.7.2
- (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeISt4pairIiiES0_IKS1_iESt10_Select1stIS3_ESt4lessIS1_ESaIS3_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS3_ERS2_ at Base 3.4.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeISt4pairIiiES1_St9_IdentityIS1_ESt4lessIS1_ESaIS1_EE16_M_insert_uniqueIRKS1_EES0_ISt17_Rb_tree_iteratorIS1_EbEOT_ at Base 3.7.2
- (optional=templinst|arch=amd64 arm64 hppa ia64 loong64 mips64el ppc64el riscv64 sh4 sparc64 x32)_ZNSt8_Rb_treeISt4pairIiiES1_St9_IdentityIS1_ESt4lessIS1_ESaIS1_EE16_M_insert_uniqueIS1_EES0_ISt17_Rb_tree_iteratorIS1_EbEOT_ at Base 2.1.1
- (optional=templinst)_ZNSt8_Rb_treeISt4pairIiiES1_St9_IdentityIS1_ESt4lessIS1_ESaIS1_EE4findERKS1_ at Base 3.0.0
- (optional=templinst|arch=amd64 arm64 hppa ia64 loong64 mips64el ppc64el riscv64 sh4 sparc64 x32)_ZNSt8_Rb_treeISt4pairImmES1_St9_IdentityIS1_ESt4lessIS1_ESaIS1_EE16_M_insert_uniqueIS1_EES0_ISt17_Rb_tree_iteratorIS1_EbEOT_ at Base 3.1.0
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt8_Rb_treeISt5arrayIiLj3EESt4pairIKS1_St6vectorIS2_IiiESaIS5_EEESt10_Select1stIS8_ESt4lessIS1_ESaIS8_EE24_M_get_insert_unique_posERS3_ at Base 3.5.0
- (optional=templinst|arch=hppa m68k sh4 x32)_ZNSt8_Rb_treeISt5arrayIiLj3EESt4pairIKS1_St6vectorIS2_IiiESaIS5_EEESt10_Select1stIS8_ESt4lessIS1_ESaIS8_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS8_ERS3_ at Base 3.5.0
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt8_Rb_treeISt5arrayIiLm3EESt4pairIKS1_St6vectorIS2_IiiESaIS5_EEESt10_Select1stIS8_ESt4lessIS1_ESaIS8_EE24_M_get_insert_unique_posERS3_ at Base 3.5.0
- (optional=templinst|arch=amd64 arm64 ia64 loong64 mips64el ppc64el riscv64 sparc64)_ZNSt8_Rb_treeISt5arrayIiLm3EESt4pairIKS1_St6vectorIS2_IiiESaIS5_EEESt10_Select1stIS8_ESt4lessIS1_ESaIS8_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS8_ERS3_ at Base 3.5.0
- (optional=templinst)_ZNSt8_Rb_treeISt6vectorIdSaIdEESt4pairIKS2_S3_IiiEESt10_Select1stIS6_ESt4lessIS2_ESaIS6_EE24_M_get_insert_unique_posERS4_ at Base 2.2.0
- (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeISt6vectorIdSaIdEESt4pairIKS2_S3_IiiEESt10_Select1stIS6_ESt4lessIS2_ESaIS6_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS6_ERS4_ at Base 3.4.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIaaSt9_IdentityIaESt4lessIaESaIaEE16_M_insert_uniqueIRKaEESt4pairISt17_Rb_tree_iteratorIaEbEOT_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIcSt4pairIKcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEESt10_Select1stIS8_ESt4lessIcESaIS8_EE24_M_get_insert_unique_posERS1_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIcSt4pairIKcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEESt10_Select1stIS8_ESt4lessIcESaIS8_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS8_ERS1_ at Base 3.7.2
- (optional=templinst|arch=!alpha !ppc64 !s390x)_ZNSt8_Rb_treeIdSt4pairIKdSt6vectorIS0_IxxESaIS3_EEESt10_Select1stIS6_ESt4lessIdESaIS6_EE16_M_emplace_equalIJS0_IdS5_EEEESt17_Rb_tree_iteratorIS6_EDpOT_ at Base 3.4.2
- (optional=templinst)_ZNSt8_Rb_treeIdSt4pairIKddESt10_Select1stIS2_ESt4lessIdESaIS2_EE16_M_emplace_equalIJS0_IddEEEESt17_Rb_tree_iteratorIS2_EDpOT_ at Base 2.3.2
- (optional=templinst)_ZNSt8_Rb_treeIdSt4pairIKdxESt10_Select1stIS2_ESt4lessIdESaIS2_EE16_M_emplace_equalIJS0_IdxEEEESt17_Rb_tree_iteratorIS2_EDpOT_ at Base 2.3.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIiSt4pairIKi7GNMRuleESt10_Select1stIS3_ESt4lessIiESaIS3_EE24_M_get_insert_unique_posERS1_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIiSt4pairIKi7GNMRuleESt10_Select1stIS3_ESt4lessIiESaIS3_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS3_ERS1_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIiSt4pairIKi9CPLStringESt10_Select1stIS3_ESt4lessIiESaIS3_EE24_M_get_insert_unique_posERS1_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIiSt4pairIKi9CPLStringESt10_Select1stIS3_ESt4lessIiESaIS3_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS3_ERS1_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIiSt4pairIKi9CPLStringESt10_Select1stIS3_ESt4lessIiESaIS3_EE4findERS1_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIiSt4pairIKiNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEESt10_Select1stIS8_ESt4lessIiESaIS8_EE24_M_get_insert_unique_posERS1_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIiSt4pairIKiNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEESt10_Select1stIS8_ESt4lessIiESaIS8_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS8_ERS1_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIiSt4pairIKiP11OGRGeometryESt10_Select1stIS4_ESt4lessIiESaIS4_EE24_M_get_insert_unique_posERS1_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIiSt4pairIKiP11OGRGeometryESt10_Select1stIS4_ESt4lessIiESaIS4_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS4_ERS1_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIiSt4pairIKiP19OGRSpatialReferenceESt10_Select1stIS4_ESt4lessIiESaIS4_EE24_M_get_insert_unique_posERS1_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIiSt4pairIKiP19OGRSpatialReferenceESt10_Select1stIS4_ESt4lessIiESaIS4_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS4_ERS1_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIiSt4pairIKiPKcESt10_Select1stIS4_ESt4lessIiESaIS4_EE24_M_get_insert_unique_posERS1_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIiSt4pairIKiPKcESt10_Select1stIS4_ESt4lessIiESaIS4_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS4_ERS1_ at Base 3.7.2
- (optional=templinst)_ZNSt8_Rb_treeIiSt4pairIKiPvESt10_Select1stIS3_ESt4lessIiESaIS3_EE17_M_emplace_uniqueIJS0_IiS2_EEEES0_ISt17_Rb_tree_iteratorIS3_EbEDpOT_ at Base 3.1.0
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIiSt4pairIKiS0_INSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiEESt10_Select1stIS9_ESt4lessIiESaIS9_EE24_M_get_insert_unique_posERS1_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIiSt4pairIKiS0_INSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiEESt10_Select1stIS9_ESt4lessIiESaIS9_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS9_ERS1_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIiSt4pairIKiS0_IddEESt10_Select1stIS3_ESt4lessIiESaIS3_EE24_M_get_insert_unique_posERS1_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIiSt4pairIKiS0_IddEESt10_Select1stIS3_ESt4lessIiESaIS3_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS3_ERS1_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIiSt4pairIKiSt10unique_ptrI8OGRLayerSt14default_deleteIS3_EEESt10_Select1stIS7_ESt4lessIiESaIS7_EE24_M_get_insert_unique_posERS1_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIiSt4pairIKiSt10unique_ptrI8OGRLayerSt14default_deleteIS3_EEESt10_Select1stIS7_ESt4lessIiESaIS7_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS7_ERS1_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIiSt4pairIKiSt3setI9CPLStringSt4lessIS3_ESaIS3_EEESt10_Select1stIS8_ES4_IiESaIS8_EE24_M_get_insert_unique_posERS1_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIiSt4pairIKiSt3setI9CPLStringSt4lessIS3_ESaIS3_EEESt10_Select1stIS8_ES4_IiESaIS8_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS8_ERS1_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIiSt4pairIKiSt3setIiSt4lessIiESaIiEEESt10_Select1stIS7_ES4_SaIS7_EE24_M_get_insert_unique_posERS1_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIiSt4pairIKiSt3setIiSt4lessIiESaIiEEESt10_Select1stIS7_ES4_SaIS7_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS7_ERS1_ at Base 3.7.2
- (optional=templinst|arch=mipsel sh4 x32)_ZNSt8_Rb_treeIiSt4pairIKiSt3setIjSt4lessIjESaIjEEESt10_Select1stIS7_ES3_IiESaIS7_EE24_M_get_insert_unique_posERS1_ at Base 3.5.0
- (optional=templinst|arch=mipsel sh4 x32)_ZNSt8_Rb_treeIiSt4pairIKiSt3setIjSt4lessIjESaIjEEESt10_Select1stIS7_ES3_IiESaIS7_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS7_ERS1_ at Base 3.5.0
- (optional=templinst|arch=!sh4)_ZNSt8_Rb_treeIiSt4pairIKiSt6vectorIiSaIiEEESt10_Select1stIS5_ESt4lessIiESaIS5_EE16_M_insert_uniqueIS5_EES0_ISt17_Rb_tree_iteratorIS5_EbEOT_ at Base 3.2.0
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIiSt4pairIKiSt6vectorIiSaIiEEESt10_Select1stIS5_ESt4lessIiESaIS5_EE24_M_get_insert_unique_posERS1_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIiSt4pairIKiSt6vectorIiSaIiEEESt10_Select1stIS5_ESt4lessIiESaIS5_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS5_ERS1_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIiSt4pairIKiSt8weak_ptrI13GDALDimensionEESt10_Select1stIS5_ESt4lessIiESaIS5_EE24_M_get_insert_unique_posERS1_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIiSt4pairIKiSt8weak_ptrI13GDALDimensionEESt10_Select1stIS5_ESt4lessIiESaIS5_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS5_ERS1_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIiSt4pairIKibESt10_Select1stIS2_ESt4lessIiESaIS2_EE24_M_get_insert_unique_posERS1_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIiSt4pairIKibESt10_Select1stIS2_ESt4lessIiESaIS2_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS2_ERS1_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIiSt4pairIKiiESt10_Select1stIS2_ESt4lessIiESaIS2_EE24_M_get_insert_unique_posERS1_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIiSt4pairIKiiESt10_Select1stIS2_ESt4lessIiESaIS2_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS2_ERS1_ at Base 3.7.2
- (optional=templinst|arch=hppa sh4 x32)_ZNSt8_Rb_treeIiSt4pairIKijESt10_Select1stIS2_ESt4lessIiESaIS2_EE17_M_emplace_uniqueIJRS0_IijEEEES0_ISt17_Rb_tree_iteratorIS2_EbEDpOT_ at Base 3.5.0
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIiSt4pairIKijESt10_Select1stIS2_ESt4lessIiESaIS2_EE24_M_get_insert_unique_posERS1_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIiSt4pairIKijESt10_Select1stIS2_ESt4lessIiESaIS2_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS2_ERS1_ at Base 3.7.2
- (optional=templinst|arch=amd64 arm64 ia64 loong64 mips64el ppc64el riscv64 sparc64)_ZNSt8_Rb_treeIiSt4pairIKimESt10_Select1stIS2_ESt4lessIiESaIS2_EE17_M_emplace_uniqueIJRS0_IimEEEES0_ISt17_Rb_tree_iteratorIS2_EbEDpOT_ at Base 3.5.0
- (optional=templinst|arch=amd64 arm64 hppa ia64 loong64 mips64el ppc64el riscv64 sh4 sparc64 x32)_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE16_M_insert_uniqueIRKiEESt4pairISt17_Rb_tree_iteratorIiEbEOT_ at Base 2.1.1
- (optional=templinst|arch=amd64 arm64 hppa ia64 loong64 mips64el ppc64el riscv64 sh4 sparc64)_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE16_M_insert_uniqueIiEESt4pairISt17_Rb_tree_iteratorIiEbEOT_ at Base 3.7.1
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE24_M_get_insert_unique_posERKi at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIjSt4pairIKj9CPLStringESt10_Select1stIS3_ESt4lessIjESaIS3_EE24_M_get_insert_unique_posERS1_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIjSt4pairIKj9CPLStringESt10_Select1stIS3_ESt4lessIjESaIS3_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS3_ERS1_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIjSt4pairIKjNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEESt10_Select1stIS8_ESt4lessIjESaIS8_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSG_PSt13_Rb_tree_nodeIS8_E at Base 3.7.2
- (optional=templinst|arch=mipsel sh4 x32)_ZNSt8_Rb_treeIjSt4pairIKjNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEESt10_Select1stIS8_ESt4lessIjESaIS8_EE24_M_get_insert_unique_posERS1_ at Base 3.5.0
- (optional=templinst|arch=mipsel sh4 x32)_ZNSt8_Rb_treeIjSt4pairIKjNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEESt10_Select1stIS8_ESt4lessIjESaIS8_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS8_ERS1_ at Base 3.5.0
- (optional=templinst|arch=mipsel sh4 x32)_ZNSt8_Rb_treeIjSt4pairIKjSt6vectorI9CPLStringSaIS3_EEESt10_Select1stIS6_ESt4lessIjESaIS6_EE24_M_get_insert_unique_posERS1_ at Base 3.5.0
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIjSt4pairIKjSt6vectorI9CPLStringSaIS3_EEESt10_Select1stIS6_ESt4lessIjESaIS6_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS6_ERS1_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIjSt4pairIKjiESt10_Select1stIS2_ESt4lessIjESaIS2_EE24_M_get_insert_unique_posERS1_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIjSt4pairIKjiESt10_Select1stIS2_ESt4lessIjESaIS2_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS2_ERS1_ at Base 3.7.2
- (optional=templinst|arch=mipsel sh4 x32)_ZNSt8_Rb_treeIjSt4pairIKjjESt10_Select1stIS2_ESt4lessIjESaIS2_EE24_M_get_insert_unique_posERS1_ at Base 3.5.0
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIjSt4pairIKjjESt10_Select1stIS2_ESt4lessIjESaIS2_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS2_ERS1_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIjSt4pairIKjjESt10_Select1stIS2_ESt4lessIjESaIS2_EE4findERS1_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIjjSt9_IdentityIjESt4lessIjESaIjEE11equal_rangeERKj at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIjjSt9_IdentityIjESt4lessIjESaIjEE12_M_erase_auxESt23_Rb_tree_const_iteratorIjES7_ at Base 3.7.2
- (optional=templinst|arch=amd64 arm64 hppa ia64 loong64 mips64el ppc64el riscv64 sh4 sparc64 x32)_ZNSt8_Rb_treeIjjSt9_IdentityIjESt4lessIjESaIjEE16_M_insert_uniqueIRKjEESt4pairISt17_Rb_tree_iteratorIjEbEOT_ at Base 3.5.0
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIjjSt9_IdentityIjESt4lessIjESaIjEE24_M_get_insert_unique_posERKj at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIjjSt9_IdentityIjESt4lessIjESaIjEE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIjERKj at Base 3.7.2
- (optional=templinst|arch=amd64 arm64 hppa sh4 x32)_ZNSt8_Rb_treeIlSt4pairIKllESt10_Select1stIS2_ESt4lessIlESaIS2_EE17_M_emplace_uniqueIJRS0_IllEEEES0_ISt17_Rb_tree_iteratorIS2_EbEDpOT_ at Base 3.5.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIlSt4pairIKllESt10_Select1stIS2_ESt4lessIlESaIS2_EE24_M_get_insert_unique_posERS1_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIlSt4pairIKllESt10_Select1stIS2_ESt4lessIlESaIS2_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS2_ERS1_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIlSt4pairIKlyESt10_Select1stIS2_ESt4lessIlESaIS2_EE24_M_get_insert_unique_posERS1_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIlSt4pairIKlyESt10_Select1stIS2_ESt4lessIlESaIS2_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS2_ERS1_ at Base 3.7.2
- (optional=templinst|arch=amd64 arm64 hppa ia64 loong64 mips64el ppc64el riscv64 sparc64 x32)_ZNSt8_Rb_treeIllSt9_IdentityIlESt4lessIlESaIlEE16_M_insert_uniqueIRKlEESt4pairISt17_Rb_tree_iteratorIlEbEOT_ at Base 2.3.0
- (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE17_M_emplace_uniqueIJS0_ImmEEEES0_ISt17_Rb_tree_iteratorIS2_EbEDpOT_ at Base 3.5.0
- (optional=templinst|arch=amd64 arm64 ia64 loong64 mips64el ppc64el riscv64 sparc64)_ZNSt8_Rb_treeImmSt9_IdentityImESt4lessImESaImEE16_M_insert_uniqueIRKmEESt4pairISt17_Rb_tree_iteratorImEbEOT_ at Base 3.5.0
- (optional=templinst|arch=amd64 arm64 hppa ia64 loong64 mips64el ppc64el riscv64 sparc64 x32)_ZNSt8_Rb_treeIttSt9_IdentityItESt4lessItESaItEE16_M_insert_uniqueIRKtEESt4pairISt17_Rb_tree_iteratorItEbEOT_ at Base 2.1.1
- (optional=templinst|arch=hurd-i386 i386 sh4)_ZNSt8_Rb_treeIxSt4pairIKx9CPLStringESt10_Select1stIS3_ESt4lessIxESaIS3_EE24_M_get_insert_unique_posERS1_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIxSt4pairIKx9CPLStringESt10_Select1stIS3_ESt4lessIxESaIS3_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS3_ERS1_ at Base 3.7.2
- (optional=templinst|arch=hurd-i386 i386 sh4)_ZNSt8_Rb_treeIxSt4pairIKxP10OGRFeatureESt10_Select1stIS4_ESt4lessIxESaIS4_EE24_M_get_insert_unique_posERS1_ at Base 3.7.2
- (optional=templinst|arch=hurd-i386 i386 sh4)_ZNSt8_Rb_treeIxSt4pairIKxP10OGRFeatureESt10_Select1stIS4_ESt4lessIxESaIS4_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS4_ERS1_ at Base 3.7.2
- (optional=templinst|arch=hurd-i386 i386 sh4)_ZNSt8_Rb_treeIxSt4pairIKxP13OGRLineStringESt10_Select1stIS4_ESt4lessIxESaIS4_EE24_M_get_insert_unique_posERS1_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIxSt4pairIKxP13OGRLineStringESt10_Select1stIS4_ESt4lessIxESaIS4_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS4_ERS1_ at Base 3.7.2
- (optional=templinst|arch=hurd-i386 i386 sh4)_ZNSt8_Rb_treeIxSt4pairIKxPvESt10_Select1stIS3_ESt4lessIxESaIS3_EE24_M_get_insert_unique_posERS1_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIxSt4pairIKxPvESt10_Select1stIS3_ESt4lessIxESaIS3_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS3_ERS1_ at Base 3.7.2
- (optional=templinst|arch=hurd-i386 i386 sh4)_ZNSt8_Rb_treeIxSt4pairIKxS0_IiPvEESt10_Select1stIS4_ESt4lessIxESaIS4_EE24_M_get_insert_unique_posERS1_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIxSt4pairIKxS0_IiPvEESt10_Select1stIS4_ESt4lessIxESaIS4_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS4_ERS1_ at Base 3.7.2
- (optional=templinst|arch=hurd-i386 i386 sh4)_ZNSt8_Rb_treeIxSt4pairIKxS0_IyyEESt10_Select1stIS3_ESt4lessIxESaIS3_EE24_M_get_insert_unique_posERS1_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIxSt4pairIKxS0_IyyEESt10_Select1stIS3_ESt4lessIxESaIS3_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS3_ERS1_ at Base 3.7.2
- (optional=templinst|arch=hurd-i386 i386 sh4)_ZNSt8_Rb_treeIxSt4pairIKxSt10unique_ptrI10OGRFeatureSt14default_deleteIS3_EEESt10_Select1stIS7_ESt4lessIxESaIS7_EE24_M_get_insert_unique_posERS1_ at Base 3.8.0
- (optional=templinst|arch=hurd-i386 i386 sh4)_ZNSt8_Rb_treeIxSt4pairIKxSt10unique_ptrI10OGRFeatureSt14default_deleteIS3_EEESt10_Select1stIS7_ESt4lessIxESaIS7_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS7_ERS1_ at Base 3.8.0
- (optional=templinst)_ZNSt8_Rb_treeIxSt4pairIKxdESt10_Select1stIS2_ESt4lessIxESaIS2_EE17_M_emplace_uniqueIJS0_IxdEEEES0_ISt17_Rb_tree_iteratorIS2_EbEDpOT_ at Base 2.3.2
- (optional=templinst|arch=hurd-i386 i386 sh4)_ZNSt8_Rb_treeIxSt4pairIKxdESt10_Select1stIS2_ESt4lessIxESaIS2_EE24_M_get_insert_unique_posERS1_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIxSt4pairIKxdESt10_Select1stIS2_ESt4lessIxESaIS2_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS2_ERS1_ at Base 3.7.2
- (optional=templinst|arch=hurd-i386 i386 sh4)_ZNSt8_Rb_treeIxSt4pairIKxiESt10_Select1stIS2_ESt4lessIxESaIS2_EE24_M_get_insert_unique_posERS1_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIxSt4pairIKxiESt10_Select1stIS2_ESt4lessIxESaIS2_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS2_ERS1_ at Base 3.7.2
- (optional=templinst|arch=hurd-i386 i386 sh4)_ZNSt8_Rb_treeIxSt4pairIKxxESt10_Select1stIS2_ESt4lessIxESaIS2_EE24_M_get_insert_unique_posERS1_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIxSt4pairIKxxESt10_Select1stIS2_ESt4lessIxESaIS2_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS2_ERS1_ at Base 3.7.2
- (optional=templinst|arch=amd64 arm64 hppa ia64 loong64 mips64el ppc64el riscv64 sh4 sparc64 x32)_ZNSt8_Rb_treeIxxSt9_IdentityIxESt4lessIxESaIxEE16_M_insert_uniqueIRKxEESt4pairISt17_Rb_tree_iteratorIxEbEOT_ at Base 2.1.1
- (optional=templinst|arch=amd64 arm64 hppa ia64 loong64 mips64el ppc64el riscv64 sh4 sparc64 x32)_ZNSt8_Rb_treeIxxSt9_IdentityIxESt4lessIxESaIxEE16_M_insert_uniqueIxEESt4pairISt17_Rb_tree_iteratorIxEbEOT_ at Base 2.2.0
- (optional=templinst|arch=hurd-i386 i386 sh4)_ZNSt8_Rb_treeIxxSt9_IdentityIxESt4lessIxESaIxEE24_M_get_insert_unique_posERKx at Base 3.7.2
- (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt8_Rb_treeIySt4pairIKyyESt10_Select1stIS2_ESt4lessIyESaIS2_EE17_M_emplace_uniqueIJS0_IyyEEEES0_ISt17_Rb_tree_iteratorIS2_EbEDpOT_ at Base 3.5.0
- (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIyySt9_IdentityIyESt4lessIyESaIyEE16_M_insert_uniqueIRKyEESt4pairISt17_Rb_tree_iteratorIyEbEOT_ at Base 3.7.3
- (optional=templinst|arch=amd64 arm64 hppa)_ZNSt8__detail12_Insert_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_SaIS6_ENS_9_IdentityESt8equal_toIS6_ESt4hashIS6_ENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb1ELb1ELb1EEEE6insertERKS6_ at Base 3.7.1
- (optional=templinst|arch=sh4)_ZNSt8__detail18__to_chars_10_implIjEEvPcjT_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZNSt8__detail18__to_chars_10_implIyEEvPcjT_ at Base 3.7.2
- (optional=templinst|arch=amd64 arm64 hppa)_ZNSt8__detail7_InsertINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_SaIS6_ENS_9_IdentityESt8equal_toIS6_ESt4hashIS6_ENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb1ELb1ELb1EEELb1EE6insertEOS6_ at Base 3.5.2
- (optional=templinst|arch=amd64 arm64 hppa)_ZNSt8__detail7_InsertIPKvS2_SaIS2_ENS_9_IdentityESt8equal_toIS2_ESt4hashIS2_ENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb0ELb1ELb1EEELb1EE6insertEOS2_ at Base 3.5.2
- (optional=templinst)_ZNSt8__detail9_Map_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS6_iESaIS9_ENS_10_Select1stESt8equal_toIS6_ESt4hashIS6_ENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb1ELb0ELb1EEELb1EEixEOS6_ at Base 2.4.0
- (optional=templinst|arch=sh4)_ZSt10_ConstructI28GDALDimensionWeakIndexingVarJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERA4_KcRA13_S7_RA5_S7_yEEvPT_DpOT0_ at Base 3.8.0
- (optional=templinst|arch=sh4)_ZSt10_ConstructI28GDALDimensionWeakIndexingVarJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERA4_KcRA13_S7_RA6_S7_yEEvPT_DpOT0_ at Base 3.8.0
- (optional=templinst|arch=sh4)_ZSt10_ConstructI28GDALDimensionWeakIndexingVarJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERA5_KcRA13_S7_RA6_S7_RKiEEvPT_DpOT0_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZSt10_ConstructI28GDALDimensionWeakIndexingVarJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERA5_KcRA13_S7_RA6_S7_iEEvPT_DpOT0_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZSt10_ConstructI28GDALDimensionWeakIndexingVarJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERA5_KcRA13_S7_S9_RKiEEvPT_DpOT0_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZSt10_ConstructI28GDALDimensionWeakIndexingVarJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERA5_KcRA13_S7_S9_iEEvPT_DpOT0_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZSt10_ConstructI28GDALDimensionWeakIndexingVarJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERA5_KcRA13_S9_RA6_S9_RiEEvPT_DpOT0_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZSt10_ConstructI28GDALDimensionWeakIndexingVarJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERA5_KcRA13_S9_SB_RiEEvPT_DpOT0_ at Base 3.7.2
- (optional=templinst|arch=sparc64)_ZSt14__copy_move_a1ILb0EPKhSt20back_insert_iteratorISt6vectorIhSaIhEEEET1_T0_S8_S7_ at Base 3.7.1
- (optional=templinst)_ZSt16__do_uninit_copyIN9__gnu_cxx17__normal_iteratorIP8OGRPointSt6vectorIS2_SaIS2_EEEES3_ET0_T_S9_S8_ at Base 3.5.2
- (optional=templinst)_ZSt16__do_uninit_copyIN9__gnu_cxx17__normal_iteratorIPK9CPLStringSt6vectorIS2_SaIS2_EEEEPS2_ET0_T_SB_SA_ at Base 3.5.2
- (optional=templinst)_ZSt16__do_uninit_copyIN9__gnu_cxx17__normal_iteratorIPKN4gdal13TileMatrixSet10TileMatrixESt6vectorIS4_SaIS4_EEEEPS4_ET0_T_SD_SC_ at Base 3.5.2
- (optional=templinst)_ZSt16__do_uninit_copyIN9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS7_SaIS7_EEEEPS7_ET0_T_SG_SF_ at Base 3.5.2
- (optional=templinst)_ZSt16__do_uninit_copyIN9__gnu_cxx17__normal_iteratorIPKSt4pairI9CPLStringS3_ESt6vectorIS4_SaIS4_EEEEPS4_ET0_T_SD_SC_ at Base 3.5.2
- (optional=templinst|arch=sh4)_ZSt16__do_uninit_copyIN9__gnu_cxx17__normal_iteratorIPKSt4pairIlSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEElSt4lessIS9_ESaIS2_IKS9_lEEEESt6vectorISG_SaISG_EEEEPSG_ET0_T_SP_SO_ at Base 3.7.2
- (optional=templinst)_ZSt16__do_uninit_copyIN9__gnu_cxx17__normal_iteratorIPKSt6vectorIiSaIiEES2_IS4_SaIS4_EEEEPS4_ET0_T_SC_SB_ at Base 3.7.2
- (optional=templinst)_ZSt16__do_uninit_copyIN9__gnu_cxx17__normal_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS7_SaIS7_EEEES8_ET0_T_SE_SD_ at Base 3.5.2
- (optional=templinst)_ZSt16__do_uninit_copyIN9__gnu_cxx17__normal_iteratorIPSt4pairI9CPLStringS3_ESt6vectorIS4_SaIS4_EEEES5_ET0_T_SB_SA_ at Base 3.5.2
- (optional=templinst)_ZSt16__do_uninit_copyIPK13CPLJSONObjectPS0_ET0_T_S5_S4_ at Base 3.5.2
- (optional=templinst)_ZSt16__do_uninit_copyIPK7GNMRulePS0_ET0_T_S5_S4_ at Base 3.5.2
- (optional=templinst)_ZSt16__do_uninit_copyIPK8OGRPointPS0_ET0_T_S5_S4_ at Base 3.5.2
- (optional=templinst)_ZSt16__do_uninit_copyIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPS5_ET0_T_SA_S9_ at Base 3.5.2
- (optional=templinst)_ZSt16__do_uninit_copyIPKPKcPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEET0_T_SC_SB_ at Base 3.7.1
- (optional=templinst|arch=sh4)_ZSt16__do_uninit_copyIPKSt10shared_ptrI13GDALDimensionEPS2_ET0_T_S7_S6_ at Base 3.7.2
- (optional=templinst)_ZSt16__do_uninit_copyISt16reverse_iteratorIN9__gnu_cxx17__normal_iteratorIP8OGRPointSt6vectorIS3_SaIS3_EEEEES4_ET0_T_SB_SA_ at Base 3.5.2
- (arch=!sh4)_ZSt20__throw_bad_weak_ptrv at Base 3.7.2
- (optional=templinst|arch=m68k)_ZSt4copyISt13_Bit_iteratorS0_ET0_T_S2_S1_ at Base 3.1.3
- (optional=templinst|arch=alpha hurd-i386 i386 powerpc ppc64 s390x)_ZSt4findIN9__gnu_cxx17__normal_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS7_SaIS7_EEEEPKcET_SF_SF_RKT0_ at Base 3.8.0
- (optional=templinst|arch=alpha hurd-i386 i386 powerpc ppc64 s390x)_ZSt4findIN9__gnu_cxx17__normal_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS7_SaIS7_EEEEPcET_SE_SE_RKT0_ at Base 3.8.0
- (optional=templinst|arch=amd64 arm64 armel armhf hppa ia64 m68k mips64el ppc64el riscv64 sparc64)_ZSt4findIN9__gnu_cxx17__normal_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS7_SaIS7_EEEES7_ET_SD_SD_RKT0_ at Base 3.8.0
- (optional=templinst|arch=!sh4)_ZSt4swapI9CPLStringENSt9enable_ifIXsrSt6__and_IJSt6__not_ISt15__is_tuple_likeIT_EESt21is_move_constructibleIS5_ESt18is_move_assignableIS5_EEE5valueEvE4typeERS5_SF_ at Base 3.1.3
- (arch=sh4)_ZSt9__fill_a1St13_Bit_iteratorS_RKb at Base 3.7.2
- (optional=templinst)_ZSteqIcSt11char_traitsIcESaIcEEbRKNSt7__cxx1112basic_stringIT_T0_T1_EEPKS5_ at Base 3.7.1
- (optional=templinst)_ZSteqIcSt11char_traitsIcESaIcEEbRKNSt7__cxx1112basic_stringIT_T0_T1_EESA_ at Base 3.7.1
- (optional=templinst)_ZStltI9CPLStringS0_EbRKSt4pairIT_T0_ES6_ at Base 3.5.2
- (optional=templinst)_ZStltINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_EbRKSt4pairIT_T0_ESB_ at Base 3.8.0
- (optional=templinst|arch=!mipsel !sh4)_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_S5_ at Base 3.1.3
- (optional=templinst)_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_S9_ at Base 2.1.1
- (optional=templinst|arch=amd64 arm64 x32)_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEPKS5_OS8_ at Base 3.4.2
- (optional=templinst|arch=sh4)_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEPKS5_RKS8_ at Base 3.7.2
- (optional=templinst|arch=sh4)_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EERKS8_PKS5_ at Base 3.7.2
- (arch=ia64 loong64 mips64el ppc64el riscv64 sparc64)_ZStplRKSt13_Bit_iteratorl at Base 3.8.0
- _ZTI10GDALDriver at Base 1.8.0
- _ZTI10GNMNetwork at Base 2.2.0
- _ZTI10IGMLReader at Base 1.8.0
- _ZTI10MEMDataset at Base 1.8.0
- _ZTI10MEMMDArray at Base 3.8.0
- _ZTI10OGRFeature at Base 1.8.0
- _ZTI10OGRPolygon at Base 1.8.0
- _ZTI10OGRSurface at Base 1.8.0
- _ZTI10RawDataset at Base 1.8.0
- _ZTI10VRTDataset at Base 1.8.0
- _ZTI11GDALDataset at Base 1.8.0
- _ZTI11GDALMDArray at Base 3.1.0
- _ZTI11OGRGeometry at Base 1.8.0
- _ZTI11OGRMemLayer at Base 3.4.0
- _ZTI11OGRSFDriver at Base 1.8.0
- _ZTI11OGRStylePen at Base 1.8.0
- _ZTI11OGRTriangle at Base 2.2.0
- _ZTI12MEMAttribute at Base 3.8.0
- _ZTI12OGRAttrIndex at Base 1.8.0
- _ZTI12OGRStyleTool at Base 1.8.0
- _ZTI13GDALAttribute at Base 3.1.0
- _ZTI13GDALDimension at Base 3.1.0
- _ZTI13MEMRasterBand at Base 1.8.0
- _ZTI13OGRDataSource at Base 1.8.0
- _ZTI13OGRLineString at Base 1.8.0
- _ZTI13OGRLinearRing at Base 1.8.0
- _ZTI13OGRMultiCurve at Base 2.0.1
- _ZTI13OGRMultiPoint at Base 1.8.0
- _ZTI13OGRStyleBrush at Base 1.8.0
- _ZTI13OGRStyleLabel at Base 1.8.0
- _ZTI13OGRUnionLayer at Base 3.4.0
- _ZTI13RawRasterBand at Base 1.8.0
- _ZTI13VRTRasterBand at Base 1.8.0
- _ZTI14GDALPamDataset at Base 1.8.0
- _ZTI14GDALPamMDArray at Base 3.4.0
- _ZTI14GDALRasterBand at Base 1.8.0
- _ZTI14GDALWarpKernel at Base 1.8.0
- _ZTI14OGRFeatureDefn at Base 1.8.0
- _ZTI14OGRFieldDomain at Base 3.3.0
- _ZTI14OGRSimpleCurve at Base 2.0.1
- _ZTI14OGRStyleSymbol at Base 1.8.0
- _ZTI15GDALAsyncReader at Base 1.8.0
- _ZTI15GDALMajorObject at Base 1.8.0
- _ZTI15GDALPamMultiDim at Base 3.4.0
- _ZTI15GDALRasterBlock at Base 1.8.0
- _ZTI15OGRAppendBuffer at Base 3.8.0
- _ZTI15OGRCurvePolygon at Base 2.0.1
- _ZTI15OGRMultiPolygon at Base 1.8.0
- _ZTI15OGRMultiSurface at Base 2.0.1
- _ZTI15OGRMutexedLayer at Base 1.11.0
- _ZTI15VRTSimpleSource at Base 1.11.0
- _ZTI16GDALMDReaderBase at Base 3.4.0
- _ZTI16GDALProxyDataset at Base 1.8.0
- _ZTI16OGRCompoundCurve at Base 2.0.1
- _ZTI16OGREditableLayer at Base 2.1.0
- _ZTI16OGRGeomFieldDefn at Base 1.11.0
- _ZTI16OGRIteratedPoint at Base 3.6.0
- _ZTI16OGRPointIterator at Base 2.0.1
- _ZTI16VRTComplexSource at Base 1.11.0
- _ZTI16VRTRawRasterBand at Base 1.8.0
- _ZTI16VRTWarpedDataset at Base 1.8.0
- _ZTI16VSIVirtualHandle at Base 1.8.0
- _ZTI17GDALDriverManager at Base 1.8.0
- _ZTI17GDALIHasAttribute at Base 3.1.0
- _ZTI17GDALPamRasterBand at Base 1.8.0
- _ZTI17GDALWarpOperation at Base 1.8.0
- _ZTI17GNMGenericNetwork at Base 2.2.0
- _ZTI17OGRCircularString at Base 2.0.1
- _ZTI17OGRLayerAttrIndex at Base 1.8.0
- _ZTI17OGRLayerDecorator at Base 2.0.1
- _ZTI18GDALNoDataMaskBand at Base 1.8.0
- _ZTI18GDALSubdatasetInfo at Base 3.8.0
- _ZTI18MEMAbstractMDArray at Base 3.5.0
- _ZTI18MEMAttributeHolder at Base 3.8.0
- _ZTI18OGRGlobFieldDomain at Base 3.3.0
- _ZTI18OGRMultiLineString at Base 1.8.0
- _ZTI19GDALAbstractMDArray at Base 3.1.0
- _ZTI19GDALAttributeString at Base 3.1.0
- _ZTI19GDALMDReaderManager at Base 2.0.1
- _ZTI19GDALOrientedDataset at Base 3.7.0
- _ZTI19GDALProxyRasterBand at Base 1.8.0
- _ZTI19IOGRGeometryVisitor at Base 2.3.0
- _ZTI19OGRCodedFieldDomain at Base 3.3.0
- _ZTI19OGRRangeFieldDomain at Base 3.3.0
- _ZTI19OGRSpatialReference at Base 1.8.0
- _ZTI19VRTWarpedRasterBand at Base 1.8.0
- _ZTI20GDALAllValidMaskBand at Base 1.8.0
- _ZTI20GDALAttributeNumeric at Base 3.1.0
- _ZTI20GDALGeorefPamDataset at Base 1.11.0
- _ZTI20GDALMDReaderPleiades at Base 3.4.0
- _ZTI20GDALProxyPoolDataset at Base 1.8.0
- _ZTI20OGRMutexedDataSource at Base 1.11.0
- _ZTI20OGRPolyhedralSurface at Base 2.2.0
- _ZTI20VRTDerivedRasterBand at Base 1.8.0
- _ZTI20VRTSourcedRasterBand at Base 1.8.0
- _ZTI20VSIFilesystemHandler at Base 1.8.0
- _ZTI21OGRGeometryCollection at Base 1.8.0
- _ZTI22CPLJSonStreamingParser at Base 2.3.0
- _ZTI22GDALJP2AbstractDataset at Base 1.11.0
- _ZTI22OGRTriangulatedSurface at Base 2.2.0
- _ZTI23GDALProxyPoolRasterBand at Base 1.8.0
- _ZTI23OGRAbstractProxiedLayer at Base 3.4.0
- _ZTI24GDALNoDataValuesMaskBand at Base 1.8.0
- _ZTI24GDALRasterAttributeTable at Base 1.11.0
- _ZTI24IOGRConstGeometryVisitor at Base 2.3.0
- _ZTI24IOGRTransactionBehaviour at Base 2.0.1
- _ZTI25OGRDefaultGeometryVisitor at Base 2.3.0
- _ZTI25swq_custom_func_registrar at Base 3.1.0
- _ZTI26GDALMDArrayRegularlySpaced at Base 3.1.0
- _ZTI26OGRUnionLayerGeomFieldDefn at Base 3.4.0
- _ZTI27OGRCoordinateTransformation at Base 1.8.0
- _ZTI28GDALDimensionWeakIndexingVar at Base 3.1.0
- _ZTI29IOGREditableLayerSynchronizer at Base 2.1.0
- _ZTI30OGRDefaultConstGeometryVisitor at Base 2.3.0
- _ZTI31GDALDefaultRasterAttributeTable at Base 1.11.0
- _ZTI6CPLErr at Base 2.1.0
- _ZTI6VSIDIR at Base 2.4.0
- _ZTI7GNMRule at Base 2.2.0
- _ZTI8GNMGraph at Base 2.2.0
- _ZTI8MEMGroup at Base 3.5.0
- _ZTI8OGRCurve at Base 1.8.0
- _ZTI8OGRLayer at Base 1.8.0
- _ZTI8OGRPoint at Base 1.8.0
- _ZTI9CPLString at Base 2.1.0
- _ZTI9GDALGroup at Base 3.1.0
- _ZTI9VRTSource at Base 1.11.0
- _ZTIF6CPLErrPPviS0_ii12GDALDataTypeS2_iiPKPKcE at Base 3.4.0
- (arch=armel armhf)_ZTIFvPvE at Base 3.4.2
- _ZTIN10OGRFeature22FieldNotFoundExceptionE at Base 2.3.0
- _ZTIN11OGR_SRSNode8ListenerE at Base 3.0.0
- _ZTIN19OGRSpatialReference7Private8ListenerE at Base 3.0.0
- (arch=armel riscv64)_ZTIN9__gnu_cxx24__concurrence_lock_errorE at Base 3.4.2
- (arch=armel riscv64)_ZTIN9__gnu_cxx26__concurrence_unlock_errorE at Base 3.4.2
- (arch=armel riscv64)_ZTIN9__gnu_cxx7__mutexE at Base 3.4.2
- _ZTINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.1.0
- _ZTIPF6CPLErrPPviS0_ii12GDALDataTypeS2_iiPKPKcE at Base 3.4.0
- (arch=armel armhf)_ZTIPFvPvE at Base 3.4.2
- (arch=armel riscv64)_ZTISt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE1EE at Base 3.4.2
- (arch=!armel !riscv64)_ZTISt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE2EE at Base 3.4.2
- (arch=armel armhf)_ZTISt14default_deleteI11OGRGeometryE at Base 3.7.0
- (arch=armel riscv64)_ZTISt15_Sp_counted_ptrIP10MEMDatasetLN9__gnu_cxx12_Lock_policyE1EE at Base 3.6.0
- (arch=!armel !riscv64)_ZTISt15_Sp_counted_ptrIP10MEMDatasetLN9__gnu_cxx12_Lock_policyE2EE at Base 3.6.0
- (arch=armel riscv64)_ZTISt15_Sp_counted_ptrIP10MEMMDArrayLN9__gnu_cxx12_Lock_policyE1EE at Base 3.8.0
- (arch=!armel !riscv64)_ZTISt15_Sp_counted_ptrIP10MEMMDArrayLN9__gnu_cxx12_Lock_policyE2EE at Base 3.8.0
- (arch=armel riscv64)_ZTISt15_Sp_counted_ptrIP11GDALDatasetLN9__gnu_cxx12_Lock_policyE1EE at Base 3.4.2
- (arch=!armel !riscv64)_ZTISt15_Sp_counted_ptrIP11GDALDatasetLN9__gnu_cxx12_Lock_policyE2EE at Base 3.4.2
- (arch=armel riscv64)_ZTISt15_Sp_counted_ptrIP11OGRGeometryLN9__gnu_cxx12_Lock_policyE1EE at Base 3.4.2
- (arch=!armel !riscv64)_ZTISt15_Sp_counted_ptrIP11OGRGeometryLN9__gnu_cxx12_Lock_policyE2EE at Base 3.4.2
- (arch=armel riscv64)_ZTISt15_Sp_counted_ptrIP12MEMAttributeLN9__gnu_cxx12_Lock_policyE1EE at Base 3.8.0
- (arch=!armel !riscv64)_ZTISt15_Sp_counted_ptrIP12MEMAttributeLN9__gnu_cxx12_Lock_policyE2EE at Base 3.8.0
- (arch=armel riscv64)_ZTISt15_Sp_counted_ptrIP14GDALColorTableLN9__gnu_cxx12_Lock_policyE1EE at Base 3.4.2
- (arch=!armel !riscv64)_ZTISt15_Sp_counted_ptrIP14GDALColorTableLN9__gnu_cxx12_Lock_policyE2EE at Base 3.4.2
- (arch=armel riscv64)_ZTISt15_Sp_counted_ptrIP19OGRSpatialReferenceLN9__gnu_cxx12_Lock_policyE1EE at Base 3.4.2
- (arch=!armel !riscv64)_ZTISt15_Sp_counted_ptrIP19OGRSpatialReferenceLN9__gnu_cxx12_Lock_policyE2EE at Base 3.4.2
- (arch=armel riscv64)_ZTISt15_Sp_counted_ptrIP24GDALRasterAttributeTableLN9__gnu_cxx12_Lock_policyE1EE at Base 3.4.2
- (arch=!armel !riscv64)_ZTISt15_Sp_counted_ptrIP24GDALRasterAttributeTableLN9__gnu_cxx12_Lock_policyE2EE at Base 3.4.2
- (arch=armel riscv64)_ZTISt15_Sp_counted_ptrIP31GDALDefaultRasterAttributeTableLN9__gnu_cxx12_Lock_policyE1EE at Base 3.4.2
- (arch=!armel !riscv64)_ZTISt15_Sp_counted_ptrIP31GDALDefaultRasterAttributeTableLN9__gnu_cxx12_Lock_policyE2EE at Base 3.4.2
- (arch=armel riscv64)_ZTISt15_Sp_counted_ptrIP8MEMGroupLN9__gnu_cxx12_Lock_policyE1EE at Base 3.8.0
- (arch=!armel !riscv64)_ZTISt15_Sp_counted_ptrIP8MEMGroupLN9__gnu_cxx12_Lock_policyE2EE at Base 3.8.0
- (arch=armel riscv64)_ZTISt15_Sp_counted_ptrIPN19OGRSpatialReference7Private8ListenerELN9__gnu_cxx12_Lock_policyE1EE at Base 3.4.2
- (arch=!armel !riscv64)_ZTISt15_Sp_counted_ptrIPN19OGRSpatialReference7Private8ListenerELN9__gnu_cxx12_Lock_policyE2EE at Base 3.4.2
- (arch=armel riscv64)_ZTISt15_Sp_counted_ptrIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELN9__gnu_cxx12_Lock_policyE1EE at Base 3.4.2
- (arch=!armel !riscv64)_ZTISt15_Sp_counted_ptrIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELN9__gnu_cxx12_Lock_policyE2EE at Base 3.4.2
- (arch=armel riscv64)_ZTISt15_Sp_counted_ptrIPSt6vectorIhSaIhEELN9__gnu_cxx12_Lock_policyE1EE at Base 3.4.2
- (arch=!armel !riscv64)_ZTISt15_Sp_counted_ptrIPSt6vectorIhSaIhEELN9__gnu_cxx12_Lock_policyE2EE at Base 3.4.2
- (arch=armel riscv64)_ZTISt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE1EE at Base 3.4.2
- (arch=!armel !riscv64)_ZTISt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE at Base 3.4.2
- (arch=armel riscv64)_ZTISt19_Sp_counted_deleterIP11OGRGeometrySt14default_deleteIS0_ESaIvELN9__gnu_cxx12_Lock_policyE1EE at Base 3.7.0
- (arch=!armel !riscv64)_ZTISt19_Sp_counted_deleterIP11OGRGeometrySt14default_deleteIS0_ESaIvELN9__gnu_cxx12_Lock_policyE2EE at Base 3.7.1
- (arch=armel riscv64)_ZTISt19_Sp_counted_deleterIPcPFvPvESaIvELN9__gnu_cxx12_Lock_policyE1EE at Base 3.4.2
- (arch=!armel !riscv64)_ZTISt19_Sp_counted_deleterIPcPFvPvESaIvELN9__gnu_cxx12_Lock_policyE2EE at Base 3.4.2
- (arch=armel armhf)_ZTISt19_Sp_make_shared_tag at Base 3.4.2
- (arch=armel riscv64)_ZTISt23_Sp_counted_ptr_inplaceI10OGRPolygonSaIvELN9__gnu_cxx12_Lock_policyE1EE at Base 3.7.0
- (arch=!armel !riscv64)_ZTISt23_Sp_counted_ptr_inplaceI10OGRPolygonSaIvELN9__gnu_cxx12_Lock_policyE2EE at Base 3.7.1
- (arch=armel riscv64)_ZTISt23_Sp_counted_ptr_inplaceI13GDALDimensionSaIvELN9__gnu_cxx12_Lock_policyE1EE at Base 3.5.2
- (arch=!armel !riscv64)_ZTISt23_Sp_counted_ptr_inplaceI13GDALDimensionSaIvELN9__gnu_cxx12_Lock_policyE2EE at Base 3.5.3
- (arch=armel riscv64)_ZTISt23_Sp_counted_ptr_inplaceI15GDALPamMultiDimSaIvELN9__gnu_cxx12_Lock_policyE1EE at Base 3.5.2
- (arch=!armel !riscv64)_ZTISt23_Sp_counted_ptr_inplaceI15GDALPamMultiDimSaIvELN9__gnu_cxx12_Lock_policyE2EE at Base 3.5.3
- (arch=armel riscv64)_ZTISt23_Sp_counted_ptr_inplaceI19GDALAttributeStringSaIvELN9__gnu_cxx12_Lock_policyE1EE at Base 3.5.2
- (arch=!armel !riscv64)_ZTISt23_Sp_counted_ptr_inplaceI19GDALAttributeStringSaIvELN9__gnu_cxx12_Lock_policyE2EE at Base 3.5.3
- (arch=armel riscv64)_ZTISt23_Sp_counted_ptr_inplaceI19OGRSpatialReferenceSaIvELN9__gnu_cxx12_Lock_policyE1EE at Base 3.5.2
- (arch=!armel !riscv64)_ZTISt23_Sp_counted_ptr_inplaceI19OGRSpatialReferenceSaIvELN9__gnu_cxx12_Lock_policyE2EE at Base 3.5.3
- (arch=armel riscv64)_ZTISt23_Sp_counted_ptr_inplaceI20GDALAttributeNumericSaIvELN9__gnu_cxx12_Lock_policyE1EE at Base 3.5.2
- (arch=!armel !riscv64)_ZTISt23_Sp_counted_ptr_inplaceI20GDALAttributeNumericSaIvELN9__gnu_cxx12_Lock_policyE2EE at Base 3.5.3
- (arch=armel riscv64)_ZTISt23_Sp_counted_ptr_inplaceI26GDALMDArrayRegularlySpacedSaIvELN9__gnu_cxx12_Lock_policyE1EE at Base 3.5.2
- (arch=!armel !riscv64)_ZTISt23_Sp_counted_ptr_inplaceI26GDALMDArrayRegularlySpacedSaIvELN9__gnu_cxx12_Lock_policyE2EE at Base 3.5.3
- (arch=armel riscv64)_ZTISt23_Sp_counted_ptr_inplaceI28GDALDimensionWeakIndexingVarSaIvELN9__gnu_cxx12_Lock_policyE1EE at Base 3.5.2
- (arch=!armel !riscv64)_ZTISt23_Sp_counted_ptr_inplaceI28GDALDimensionWeakIndexingVarSaIvELN9__gnu_cxx12_Lock_policyE2EE at Base 3.5.3
- (arch=armel riscv64)_ZTISt23_Sp_counted_ptr_inplaceIN8OGRLayer27ArrowArrayStreamPrivateDataESaIvELN9__gnu_cxx12_Lock_policyE1EE at Base 3.6.0
- (arch=!armel !riscv64)_ZTISt23_Sp_counted_ptr_inplaceIN8OGRLayer27ArrowArrayStreamPrivateDataESaIvELN9__gnu_cxx12_Lock_policyE2EE at Base 3.6.0
- (arch=armel riscv64)_ZTISt23_Sp_counted_ptr_inplaceISt6vectorIdSaIdEESaIvELN9__gnu_cxx12_Lock_policyE1EE at Base 3.5.2
- (arch=!armel !riscv64)_ZTISt23_Sp_counted_ptr_inplaceISt6vectorIdSaIdEESaIvELN9__gnu_cxx12_Lock_policyE2EE at Base 3.5.3
- _ZTS10GDALDriver at Base 1.8.0
- _ZTS10GNMNetwork at Base 2.2.0
- _ZTS10IGMLReader at Base 1.8.0
- _ZTS10MEMDataset at Base 1.8.0
- _ZTS10MEMMDArray at Base 3.8.0
- _ZTS10OGRFeature at Base 1.8.0
- _ZTS10OGRPolygon at Base 1.8.0
- _ZTS10OGRSurface at Base 1.8.0
- _ZTS10RawDataset at Base 1.8.0
- _ZTS10VRTDataset at Base 1.8.0
- _ZTS11GDALDataset at Base 1.8.0
- _ZTS11GDALMDArray at Base 3.1.0
- _ZTS11OGRGeometry at Base 1.8.0
- _ZTS11OGRMemLayer at Base 3.4.0
- _ZTS11OGRSFDriver at Base 1.8.0
- _ZTS11OGRStylePen at Base 1.8.0
- _ZTS11OGRTriangle at Base 2.2.0
- _ZTS12MEMAttribute at Base 3.8.0
- _ZTS12OGRAttrIndex at Base 1.8.0
- _ZTS12OGRStyleTool at Base 1.8.0
- _ZTS13GDALAttribute at Base 3.1.0
- _ZTS13GDALDimension at Base 3.1.0
- _ZTS13MEMRasterBand at Base 1.8.0
- _ZTS13OGRDataSource at Base 1.8.0
- _ZTS13OGRLineString at Base 1.8.0
- _ZTS13OGRLinearRing at Base 1.8.0
- _ZTS13OGRMultiCurve at Base 2.0.1
- _ZTS13OGRMultiPoint at Base 1.8.0
- _ZTS13OGRStyleBrush at Base 1.8.0
- _ZTS13OGRStyleLabel at Base 1.8.0
- _ZTS13OGRUnionLayer at Base 3.4.0
- _ZTS13RawRasterBand at Base 1.8.0
- _ZTS13VRTRasterBand at Base 1.8.0
- _ZTS14GDALPamDataset at Base 1.8.0
- _ZTS14GDALPamMDArray at Base 3.4.0
- _ZTS14GDALRasterBand at Base 1.8.0
- _ZTS14GDALWarpKernel at Base 1.8.0
- _ZTS14OGRFeatureDefn at Base 1.8.0
- _ZTS14OGRFieldDomain at Base 3.3.0
- _ZTS14OGRSimpleCurve at Base 2.0.1
- _ZTS14OGRStyleSymbol at Base 1.8.0
- _ZTS15GDALAsyncReader at Base 1.8.0
- _ZTS15GDALMajorObject at Base 1.8.0
- _ZTS15GDALPamMultiDim at Base 3.4.0
- _ZTS15GDALRasterBlock at Base 1.8.0
- _ZTS15OGRAppendBuffer at Base 3.8.0
- _ZTS15OGRCurvePolygon at Base 2.0.1
- _ZTS15OGRMultiPolygon at Base 1.8.0
- _ZTS15OGRMultiSurface at Base 2.0.1
- _ZTS15OGRMutexedLayer at Base 1.11.0
- _ZTS15VRTSimpleSource at Base 1.11.0
- _ZTS16GDALMDReaderBase at Base 3.4.0
- _ZTS16GDALProxyDataset at Base 1.8.0
- _ZTS16OGRCompoundCurve at Base 2.0.1
- _ZTS16OGREditableLayer at Base 2.1.0
- _ZTS16OGRGeomFieldDefn at Base 1.11.0
- _ZTS16OGRIteratedPoint at Base 3.6.0
- _ZTS16OGRPointIterator at Base 2.0.1
- _ZTS16VRTComplexSource at Base 1.11.0
- _ZTS16VRTRawRasterBand at Base 1.8.0
- _ZTS16VRTWarpedDataset at Base 1.8.0
- _ZTS16VSIVirtualHandle at Base 1.8.0
- _ZTS17GDALDriverManager at Base 1.8.0
- _ZTS17GDALIHasAttribute at Base 3.1.0
- _ZTS17GDALPamRasterBand at Base 1.8.0
- _ZTS17GDALWarpOperation at Base 1.8.0
- _ZTS17GNMGenericNetwork at Base 2.2.0
- _ZTS17OGRCircularString at Base 2.0.1
- _ZTS17OGRLayerAttrIndex at Base 1.8.0
- _ZTS17OGRLayerDecorator at Base 2.0.1
- _ZTS18GDALNoDataMaskBand at Base 1.8.0
- _ZTS18GDALSubdatasetInfo at Base 3.8.0
- _ZTS18MEMAbstractMDArray at Base 3.5.0
- _ZTS18MEMAttributeHolder at Base 3.8.0
- _ZTS18OGRGlobFieldDomain at Base 3.3.0
- _ZTS18OGRMultiLineString at Base 1.8.0
- _ZTS19GDALAbstractMDArray at Base 3.1.0
- _ZTS19GDALAttributeString at Base 3.1.0
- _ZTS19GDALMDReaderManager at Base 2.0.1
- _ZTS19GDALOrientedDataset at Base 3.7.0
- _ZTS19GDALProxyRasterBand at Base 1.8.0
- _ZTS19IOGRGeometryVisitor at Base 2.3.0
- _ZTS19OGRCodedFieldDomain at Base 3.3.0
- _ZTS19OGRRangeFieldDomain at Base 3.3.0
- _ZTS19OGRSpatialReference at Base 1.8.0
- _ZTS19VRTWarpedRasterBand at Base 1.8.0
- _ZTS20GDALAllValidMaskBand at Base 1.8.0
- _ZTS20GDALAttributeNumeric at Base 3.1.0
- _ZTS20GDALGeorefPamDataset at Base 1.11.0
- _ZTS20GDALMDReaderPleiades at Base 3.4.0
- _ZTS20GDALProxyPoolDataset at Base 1.8.0
- _ZTS20OGRMutexedDataSource at Base 1.11.0
- _ZTS20OGRPolyhedralSurface at Base 2.2.0
- _ZTS20VRTDerivedRasterBand at Base 1.8.0
- _ZTS20VRTSourcedRasterBand at Base 1.8.0
- _ZTS20VSIFilesystemHandler at Base 1.8.0
- _ZTS21OGRGeometryCollection at Base 1.8.0
- _ZTS22CPLJSonStreamingParser at Base 2.3.0
- _ZTS22GDALJP2AbstractDataset at Base 1.11.0
- _ZTS22OGRTriangulatedSurface at Base 2.2.0
- _ZTS23GDALProxyPoolRasterBand at Base 1.8.0
- _ZTS23OGRAbstractProxiedLayer at Base 3.4.0
- _ZTS24GDALNoDataValuesMaskBand at Base 1.8.0
- _ZTS24GDALRasterAttributeTable at Base 1.11.0
- _ZTS24IOGRConstGeometryVisitor at Base 2.3.0
- _ZTS24IOGRTransactionBehaviour at Base 2.0.1
- _ZTS25OGRDefaultGeometryVisitor at Base 2.3.0
- _ZTS25swq_custom_func_registrar at Base 3.1.0
- _ZTS26GDALMDArrayRegularlySpaced at Base 3.1.0
- _ZTS26OGRUnionLayerGeomFieldDefn at Base 3.4.0
- _ZTS27OGRCoordinateTransformation at Base 1.8.0
- _ZTS28GDALDimensionWeakIndexingVar at Base 3.1.0
- _ZTS29IOGREditableLayerSynchronizer at Base 2.1.0
- _ZTS30OGRDefaultConstGeometryVisitor at Base 2.3.0
- _ZTS31GDALDefaultRasterAttributeTable at Base 1.11.0
- _ZTS6CPLErr at Base 2.1.0
- _ZTS6VSIDIR at Base 2.4.0
- _ZTS7GNMRule at Base 2.2.0
- _ZTS8GNMGraph at Base 2.2.0
- _ZTS8MEMGroup at Base 3.5.0
- _ZTS8OGRCurve at Base 1.8.0
- _ZTS8OGRLayer at Base 1.8.0
- _ZTS8OGRPoint at Base 1.8.0
- _ZTS9CPLString at Base 2.1.0
- _ZTS9GDALGroup at Base 3.1.0
- _ZTS9VRTSource at Base 1.11.0
- _ZTSF6CPLErrPPviS0_ii12GDALDataTypeS2_iiPKPKcE at Base 3.4.0
- (arch=armel armhf)_ZTSFvPvE at Base 3.4.2
- _ZTSN10OGRFeature22FieldNotFoundExceptionE at Base 2.3.0
- _ZTSN11OGR_SRSNode8ListenerE at Base 3.0.0
- _ZTSN19OGRSpatialReference7Private8ListenerE at Base 3.0.0
- (arch=armel riscv64)_ZTSN9__gnu_cxx24__concurrence_lock_errorE at Base 3.4.2
- (arch=armel riscv64)_ZTSN9__gnu_cxx26__concurrence_unlock_errorE at Base 3.4.2
- (arch=armel riscv64)_ZTSN9__gnu_cxx7__mutexE at Base 3.4.2
- _ZTSNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.1.0
- _ZTSPF6CPLErrPPviS0_ii12GDALDataTypeS2_iiPKPKcE at Base 3.4.0
- _ZTSPFvPvE at Base 3.1.0
- (arch=armel riscv64)_ZTSSt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE1EE at Base 3.4.2
- (arch=!armel !riscv64)_ZTSSt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE2EE at Base 3.4.2
- _ZTSSt14default_deleteI11OGRGeometryE at Base 3.7.0
- (arch=armel riscv64)_ZTSSt15_Sp_counted_ptrIP10MEMDatasetLN9__gnu_cxx12_Lock_policyE1EE at Base 3.6.0
- (arch=!armel !riscv64)_ZTSSt15_Sp_counted_ptrIP10MEMDatasetLN9__gnu_cxx12_Lock_policyE2EE at Base 3.6.0
- (arch=armel riscv64)_ZTSSt15_Sp_counted_ptrIP10MEMMDArrayLN9__gnu_cxx12_Lock_policyE1EE at Base 3.8.0
- (arch=!armel !riscv64)_ZTSSt15_Sp_counted_ptrIP10MEMMDArrayLN9__gnu_cxx12_Lock_policyE2EE at Base 3.8.0
- (arch=armel riscv64)_ZTSSt15_Sp_counted_ptrIP11GDALDatasetLN9__gnu_cxx12_Lock_policyE1EE at Base 3.4.2
- (arch=!armel !riscv64)_ZTSSt15_Sp_counted_ptrIP11GDALDatasetLN9__gnu_cxx12_Lock_policyE2EE at Base 3.4.2
- (arch=armel riscv64)_ZTSSt15_Sp_counted_ptrIP11OGRGeometryLN9__gnu_cxx12_Lock_policyE1EE at Base 3.4.2
- (arch=!armel !riscv64)_ZTSSt15_Sp_counted_ptrIP11OGRGeometryLN9__gnu_cxx12_Lock_policyE2EE at Base 3.4.2
- (arch=armel riscv64)_ZTSSt15_Sp_counted_ptrIP12MEMAttributeLN9__gnu_cxx12_Lock_policyE1EE at Base 3.8.0
- (arch=!armel !riscv64)_ZTSSt15_Sp_counted_ptrIP12MEMAttributeLN9__gnu_cxx12_Lock_policyE2EE at Base 3.8.0
- (arch=armel riscv64)_ZTSSt15_Sp_counted_ptrIP14GDALColorTableLN9__gnu_cxx12_Lock_policyE1EE at Base 3.4.2
- (arch=!armel !riscv64)_ZTSSt15_Sp_counted_ptrIP14GDALColorTableLN9__gnu_cxx12_Lock_policyE2EE at Base 3.4.2
- (arch=armel riscv64)_ZTSSt15_Sp_counted_ptrIP19OGRSpatialReferenceLN9__gnu_cxx12_Lock_policyE1EE at Base 3.4.2
- (arch=!armel !riscv64)_ZTSSt15_Sp_counted_ptrIP19OGRSpatialReferenceLN9__gnu_cxx12_Lock_policyE2EE at Base 3.4.2
- (arch=armel riscv64)_ZTSSt15_Sp_counted_ptrIP24GDALRasterAttributeTableLN9__gnu_cxx12_Lock_policyE1EE at Base 3.4.2
- (arch=!armel !riscv64)_ZTSSt15_Sp_counted_ptrIP24GDALRasterAttributeTableLN9__gnu_cxx12_Lock_policyE2EE at Base 3.4.2
- (arch=armel riscv64)_ZTSSt15_Sp_counted_ptrIP31GDALDefaultRasterAttributeTableLN9__gnu_cxx12_Lock_policyE1EE at Base 3.4.2
- (arch=!armel !riscv64)_ZTSSt15_Sp_counted_ptrIP31GDALDefaultRasterAttributeTableLN9__gnu_cxx12_Lock_policyE2EE at Base 3.4.2
- (arch=armel riscv64)_ZTSSt15_Sp_counted_ptrIP8MEMGroupLN9__gnu_cxx12_Lock_policyE1EE at Base 3.8.0
- (arch=!armel !riscv64)_ZTSSt15_Sp_counted_ptrIP8MEMGroupLN9__gnu_cxx12_Lock_policyE2EE at Base 3.8.0
- (arch=armel riscv64)_ZTSSt15_Sp_counted_ptrIPN19OGRSpatialReference7Private8ListenerELN9__gnu_cxx12_Lock_policyE1EE at Base 3.4.2
- (arch=!armel !riscv64)_ZTSSt15_Sp_counted_ptrIPN19OGRSpatialReference7Private8ListenerELN9__gnu_cxx12_Lock_policyE2EE at Base 3.4.2
- (arch=armel riscv64)_ZTSSt15_Sp_counted_ptrIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELN9__gnu_cxx12_Lock_policyE1EE at Base 3.4.2
- (arch=!armel !riscv64)_ZTSSt15_Sp_counted_ptrIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELN9__gnu_cxx12_Lock_policyE2EE at Base 3.4.2
- (arch=armel riscv64)_ZTSSt15_Sp_counted_ptrIPSt6vectorIhSaIhEELN9__gnu_cxx12_Lock_policyE1EE at Base 3.4.2
- (arch=!armel !riscv64)_ZTSSt15_Sp_counted_ptrIPSt6vectorIhSaIhEELN9__gnu_cxx12_Lock_policyE2EE at Base 3.4.2
- (arch=armel riscv64)_ZTSSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE1EE at Base 3.4.2
- (arch=!armel !riscv64)_ZTSSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE at Base 3.4.2
- (arch=armel riscv64)_ZTSSt19_Sp_counted_deleterIP11OGRGeometrySt14default_deleteIS0_ESaIvELN9__gnu_cxx12_Lock_policyE1EE at Base 3.7.0
- (arch=!armel !riscv64)_ZTSSt19_Sp_counted_deleterIP11OGRGeometrySt14default_deleteIS0_ESaIvELN9__gnu_cxx12_Lock_policyE2EE at Base 3.7.1
- (arch=armel riscv64)_ZTSSt19_Sp_counted_deleterIPcPFvPvESaIvELN9__gnu_cxx12_Lock_policyE1EE at Base 3.4.2
- (arch=!armel !riscv64)_ZTSSt19_Sp_counted_deleterIPcPFvPvESaIvELN9__gnu_cxx12_Lock_policyE2EE at Base 3.4.2
- _ZTSSt19_Sp_make_shared_tag at Base 2.4.0
- (arch=armel riscv64)_ZTSSt23_Sp_counted_ptr_inplaceI10OGRPolygonSaIvELN9__gnu_cxx12_Lock_policyE1EE at Base 3.7.0
- (arch=!armel !riscv64)_ZTSSt23_Sp_counted_ptr_inplaceI10OGRPolygonSaIvELN9__gnu_cxx12_Lock_policyE2EE at Base 3.7.1
- (arch=armel riscv64)_ZTSSt23_Sp_counted_ptr_inplaceI13GDALDimensionSaIvELN9__gnu_cxx12_Lock_policyE1EE at Base 3.5.2
- (arch=!armel !riscv64)_ZTSSt23_Sp_counted_ptr_inplaceI13GDALDimensionSaIvELN9__gnu_cxx12_Lock_policyE2EE at Base 3.5.3
- (arch=armel riscv64)_ZTSSt23_Sp_counted_ptr_inplaceI15GDALPamMultiDimSaIvELN9__gnu_cxx12_Lock_policyE1EE at Base 3.5.2
- (arch=!armel !riscv64)_ZTSSt23_Sp_counted_ptr_inplaceI15GDALPamMultiDimSaIvELN9__gnu_cxx12_Lock_policyE2EE at Base 3.5.3
- (arch=armel riscv64)_ZTSSt23_Sp_counted_ptr_inplaceI19GDALAttributeStringSaIvELN9__gnu_cxx12_Lock_policyE1EE at Base 3.5.2
- (arch=!armel !riscv64)_ZTSSt23_Sp_counted_ptr_inplaceI19GDALAttributeStringSaIvELN9__gnu_cxx12_Lock_policyE2EE at Base 3.5.3
- (arch=armel riscv64)_ZTSSt23_Sp_counted_ptr_inplaceI19OGRSpatialReferenceSaIvELN9__gnu_cxx12_Lock_policyE1EE at Base 3.5.2
- (arch=!armel !riscv64)_ZTSSt23_Sp_counted_ptr_inplaceI19OGRSpatialReferenceSaIvELN9__gnu_cxx12_Lock_policyE2EE at Base 3.5.3
- (arch=armel riscv64)_ZTSSt23_Sp_counted_ptr_inplaceI20GDALAttributeNumericSaIvELN9__gnu_cxx12_Lock_policyE1EE at Base 3.5.2
- (arch=!armel !riscv64)_ZTSSt23_Sp_counted_ptr_inplaceI20GDALAttributeNumericSaIvELN9__gnu_cxx12_Lock_policyE2EE at Base 3.5.3
- (arch=armel riscv64)_ZTSSt23_Sp_counted_ptr_inplaceI26GDALMDArrayRegularlySpacedSaIvELN9__gnu_cxx12_Lock_policyE1EE at Base 3.5.2
- (arch=!armel !riscv64)_ZTSSt23_Sp_counted_ptr_inplaceI26GDALMDArrayRegularlySpacedSaIvELN9__gnu_cxx12_Lock_policyE2EE at Base 3.5.3
- (arch=armel riscv64)_ZTSSt23_Sp_counted_ptr_inplaceI28GDALDimensionWeakIndexingVarSaIvELN9__gnu_cxx12_Lock_policyE1EE at Base 3.5.2
- (arch=!armel !riscv64)_ZTSSt23_Sp_counted_ptr_inplaceI28GDALDimensionWeakIndexingVarSaIvELN9__gnu_cxx12_Lock_policyE2EE at Base 3.5.3
- (arch=armel riscv64)_ZTSSt23_Sp_counted_ptr_inplaceIN8OGRLayer27ArrowArrayStreamPrivateDataESaIvELN9__gnu_cxx12_Lock_policyE1EE at Base 3.6.0
- (arch=!armel !riscv64)_ZTSSt23_Sp_counted_ptr_inplaceIN8OGRLayer27ArrowArrayStreamPrivateDataESaIvELN9__gnu_cxx12_Lock_policyE2EE at Base 3.6.0
- (arch=armel riscv64)_ZTSSt23_Sp_counted_ptr_inplaceISt6vectorIdSaIdEESaIvELN9__gnu_cxx12_Lock_policyE1EE at Base 3.5.2
- (arch=!armel !riscv64)_ZTSSt23_Sp_counted_ptr_inplaceISt6vectorIdSaIdEESaIvELN9__gnu_cxx12_Lock_policyE2EE at Base 3.5.3
- _ZTT10MEMMDArray at Base 3.8.0
- _ZTT11GDALMDArray at Base 3.1.0
- _ZTT12MEMAttribute at Base 3.8.0
- _ZTT13GDALAttribute at Base 3.1.0
- _ZTT14GDALPamMDArray at Base 3.4.0
- _ZTT18MEMAbstractMDArray at Base 3.5.0
- _ZTT19GDALAttributeString at Base 3.1.0
- _ZTT20GDALAttributeNumeric at Base 3.1.0
- _ZTT26GDALMDArrayRegularlySpaced at Base 3.1.0
- _ZTV10GDALDriver at Base 1.8.0
- _ZTV10GNMNetwork at Base 2.2.0
- _ZTV10IGMLReader at Base 1.8.0
- _ZTV10MEMDataset at Base 1.8.0
- _ZTV10MEMMDArray at Base 3.8.0
- _ZTV10OGRFeature at Base 1.8.0
- _ZTV10OGRPolygon at Base 1.8.0
- _ZTV10OGRSurface at Base 1.8.0
- _ZTV10RawDataset at Base 1.8.0
- _ZTV10VRTDataset at Base 1.8.0
- _ZTV11GDALDataset at Base 1.8.0
- _ZTV11GDALMDArray at Base 3.1.0
- _ZTV11OGRGeometry at Base 1.8.0
- _ZTV11OGRMemLayer at Base 3.4.0
- _ZTV11OGRSFDriver at Base 1.8.0
- _ZTV11OGRStylePen at Base 1.8.0
- _ZTV11OGRTriangle at Base 2.2.0
- _ZTV12MEMAttribute at Base 3.8.0
- _ZTV12OGRAttrIndex at Base 1.8.0
- _ZTV12OGRStyleTool at Base 1.8.0
- _ZTV13GDALAttribute at Base 3.1.0
- _ZTV13GDALDimension at Base 3.1.0
- _ZTV13MEMRasterBand at Base 1.8.0
- _ZTV13OGRDataSource at Base 1.8.0
- _ZTV13OGRLineString at Base 1.8.0
- _ZTV13OGRLinearRing at Base 1.8.0
- _ZTV13OGRMultiCurve at Base 2.0.1
- _ZTV13OGRMultiPoint at Base 1.8.0
- _ZTV13OGRStyleBrush at Base 1.8.0
- _ZTV13OGRStyleLabel at Base 1.8.0
- _ZTV13OGRUnionLayer at Base 3.4.0
- _ZTV13RawRasterBand at Base 1.8.0
- _ZTV13VRTRasterBand at Base 1.8.0
- _ZTV14GDALPamDataset at Base 1.8.0
- _ZTV14GDALPamMDArray at Base 3.4.0
- _ZTV14GDALRasterBand at Base 1.8.0
- _ZTV14GDALWarpKernel at Base 1.8.0
- _ZTV14OGRFeatureDefn at Base 1.8.0
- _ZTV14OGRFieldDomain at Base 3.3.0
- _ZTV14OGRSimpleCurve at Base 2.0.1
- _ZTV14OGRStyleSymbol at Base 1.8.0
- _ZTV15GDALAsyncReader at Base 1.8.0
- _ZTV15GDALMajorObject at Base 1.8.0
- _ZTV15GDALPamMultiDim at Base 3.4.0
- _ZTV15GDALRasterBlock at Base 1.8.0
- _ZTV15OGRAppendBuffer at Base 3.8.0
- _ZTV15OGRCurvePolygon at Base 2.0.1
- _ZTV15OGRMultiPolygon at Base 1.8.0
- _ZTV15OGRMultiSurface at Base 2.0.1
- _ZTV15OGRMutexedLayer at Base 1.11.0
- _ZTV15VRTSimpleSource at Base 1.11.0
- _ZTV16GDALMDReaderBase at Base 3.4.0
- _ZTV16GDALProxyDataset at Base 1.8.0
- _ZTV16OGRCompoundCurve at Base 2.0.1
- _ZTV16OGREditableLayer at Base 2.1.0
- _ZTV16OGRGeomFieldDefn at Base 1.11.0
- _ZTV16OGRIteratedPoint at Base 3.6.0
- _ZTV16OGRPointIterator at Base 2.0.1
- _ZTV16VRTComplexSource at Base 1.11.0
- _ZTV16VRTRawRasterBand at Base 1.8.0
- _ZTV16VRTWarpedDataset at Base 1.8.0
- _ZTV16VSIVirtualHandle at Base 1.8.0
- _ZTV17GDALDriverManager at Base 1.8.0
- _ZTV17GDALIHasAttribute at Base 3.1.0
- _ZTV17GDALPamRasterBand at Base 1.8.0
- _ZTV17GDALWarpOperation at Base 1.8.0
- _ZTV17GNMGenericNetwork at Base 2.2.0
- _ZTV17OGRCircularString at Base 2.0.1
- _ZTV17OGRLayerAttrIndex at Base 1.8.0
- _ZTV17OGRLayerDecorator at Base 2.0.1
- _ZTV18GDALNoDataMaskBand at Base 1.8.0
- _ZTV18GDALSubdatasetInfo at Base 3.8.0
- _ZTV18MEMAbstractMDArray at Base 3.5.0
- _ZTV18MEMAttributeHolder at Base 3.8.0
- _ZTV18OGRGlobFieldDomain at Base 3.3.0
- _ZTV18OGRMultiLineString at Base 1.8.0
- _ZTV19GDALAbstractMDArray at Base 3.1.0
- _ZTV19GDALAttributeString at Base 3.1.0
- _ZTV19GDALMDReaderManager at Base 2.0.1
- _ZTV19GDALOrientedDataset at Base 3.7.0
- _ZTV19GDALProxyRasterBand at Base 1.8.0
- _ZTV19OGRCodedFieldDomain at Base 3.3.0
- _ZTV19OGRRangeFieldDomain at Base 3.3.0
- _ZTV19OGRSpatialReference at Base 1.8.0
- _ZTV19VRTWarpedRasterBand at Base 1.8.0
- _ZTV20GDALAllValidMaskBand at Base 1.8.0
- _ZTV20GDALAttributeNumeric at Base 3.1.0
- _ZTV20GDALGeorefPamDataset at Base 1.11.0
- _ZTV20GDALMDReaderPleiades at Base 3.4.0
- _ZTV20GDALProxyPoolDataset at Base 1.8.0
- _ZTV20OGRMutexedDataSource at Base 1.11.0
- _ZTV20OGRPolyhedralSurface at Base 2.2.0
- _ZTV20VRTDerivedRasterBand at Base 1.8.0
- _ZTV20VRTSourcedRasterBand at Base 1.8.0
- _ZTV20VSIFilesystemHandler at Base 2.4.0
- _ZTV21OGRGeometryCollection at Base 1.8.0
- _ZTV22CPLJSonStreamingParser at Base 2.3.0
- _ZTV22GDALJP2AbstractDataset at Base 1.11.0
- _ZTV22OGRTriangulatedSurface at Base 2.2.0
- _ZTV23GDALProxyPoolRasterBand at Base 1.8.0
- _ZTV23OGRAbstractProxiedLayer at Base 3.4.0
- _ZTV24GDALNoDataValuesMaskBand at Base 1.8.0
- _ZTV24GDALRasterAttributeTable at Base 1.11.0
- _ZTV24IOGRTransactionBehaviour at Base 2.0.1
- _ZTV25OGRDefaultGeometryVisitor at Base 2.3.0
- _ZTV26GDALMDArrayRegularlySpaced at Base 3.1.0
- _ZTV26OGRUnionLayerGeomFieldDefn at Base 3.4.0
- _ZTV27OGRCoordinateTransformation at Base 3.3.0
- _ZTV28GDALDimensionWeakIndexingVar at Base 3.1.0
- _ZTV29IOGREditableLayerSynchronizer at Base 2.1.0
- _ZTV30OGRDefaultConstGeometryVisitor at Base 2.3.0
- _ZTV31GDALDefaultRasterAttributeTable at Base 1.11.0
- _ZTV6VSIDIR at Base 2.4.0
- _ZTV7GNMRule at Base 2.2.0
- _ZTV8GNMGraph at Base 2.2.0
- _ZTV8MEMGroup at Base 3.5.0
- _ZTV8OGRCurve at Base 1.8.0
- _ZTV8OGRLayer at Base 1.8.0
- _ZTV8OGRPoint at Base 1.8.0
- _ZTV9GDALGroup at Base 3.1.0
- _ZTV9VRTSource at Base 1.11.0
- _ZTVN10OGRFeature22FieldNotFoundExceptionE at Base 2.3.0
- _ZTVN11OGR_SRSNode8ListenerE at Base 3.0.0
- _ZTVN19OGRSpatialReference7Private8ListenerE at Base 3.0.0
- (arch=armel riscv64)_ZTVN9__gnu_cxx24__concurrence_lock_errorE at Base 3.4.2
- (arch=armel riscv64)_ZTVN9__gnu_cxx26__concurrence_unlock_errorE at Base 3.4.2
- (arch=armel riscv64)_ZTVSt15_Sp_counted_ptrIP10MEMDatasetLN9__gnu_cxx12_Lock_policyE1EE at Base 3.6.0
- (arch=!armel !riscv64)_ZTVSt15_Sp_counted_ptrIP10MEMDatasetLN9__gnu_cxx12_Lock_policyE2EE at Base 3.6.0
- (arch=armel riscv64)_ZTVSt15_Sp_counted_ptrIP10MEMMDArrayLN9__gnu_cxx12_Lock_policyE1EE at Base 3.8.0
- (arch=!armel !riscv64)_ZTVSt15_Sp_counted_ptrIP10MEMMDArrayLN9__gnu_cxx12_Lock_policyE2EE at Base 3.8.0
- (arch=armel riscv64)_ZTVSt15_Sp_counted_ptrIP11GDALDatasetLN9__gnu_cxx12_Lock_policyE1EE at Base 3.4.2
- (arch=!armel !riscv64)_ZTVSt15_Sp_counted_ptrIP11GDALDatasetLN9__gnu_cxx12_Lock_policyE2EE at Base 3.4.2
- (arch=armel riscv64)_ZTVSt15_Sp_counted_ptrIP11OGRGeometryLN9__gnu_cxx12_Lock_policyE1EE at Base 3.4.2
- (arch=!armel !riscv64)_ZTVSt15_Sp_counted_ptrIP11OGRGeometryLN9__gnu_cxx12_Lock_policyE2EE at Base 3.4.2
- (arch=armel riscv64)_ZTVSt15_Sp_counted_ptrIP12MEMAttributeLN9__gnu_cxx12_Lock_policyE1EE at Base 3.8.0
- (arch=!armel !riscv64)_ZTVSt15_Sp_counted_ptrIP12MEMAttributeLN9__gnu_cxx12_Lock_policyE2EE at Base 3.8.0
- (arch=armel riscv64)_ZTVSt15_Sp_counted_ptrIP14GDALColorTableLN9__gnu_cxx12_Lock_policyE1EE at Base 3.4.2
- (arch=!armel !riscv64)_ZTVSt15_Sp_counted_ptrIP14GDALColorTableLN9__gnu_cxx12_Lock_policyE2EE at Base 3.4.2
- (arch=armel riscv64)_ZTVSt15_Sp_counted_ptrIP19OGRSpatialReferenceLN9__gnu_cxx12_Lock_policyE1EE at Base 3.4.2
- (arch=!armel !riscv64)_ZTVSt15_Sp_counted_ptrIP19OGRSpatialReferenceLN9__gnu_cxx12_Lock_policyE2EE at Base 3.4.2
- (arch=armel riscv64)_ZTVSt15_Sp_counted_ptrIP24GDALRasterAttributeTableLN9__gnu_cxx12_Lock_policyE1EE at Base 3.4.2
- (arch=!armel !riscv64)_ZTVSt15_Sp_counted_ptrIP24GDALRasterAttributeTableLN9__gnu_cxx12_Lock_policyE2EE at Base 3.4.2
- (arch=armel riscv64)_ZTVSt15_Sp_counted_ptrIP31GDALDefaultRasterAttributeTableLN9__gnu_cxx12_Lock_policyE1EE at Base 3.4.2
- (arch=!armel !riscv64)_ZTVSt15_Sp_counted_ptrIP31GDALDefaultRasterAttributeTableLN9__gnu_cxx12_Lock_policyE2EE at Base 3.4.2
- (arch=armel riscv64)_ZTVSt15_Sp_counted_ptrIP8MEMGroupLN9__gnu_cxx12_Lock_policyE1EE at Base 3.8.0
- (arch=!armel !riscv64)_ZTVSt15_Sp_counted_ptrIP8MEMGroupLN9__gnu_cxx12_Lock_policyE2EE at Base 3.8.0
- (arch=armel riscv64)_ZTVSt15_Sp_counted_ptrIPN19OGRSpatialReference7Private8ListenerELN9__gnu_cxx12_Lock_policyE1EE at Base 3.4.2
- (arch=!armel !riscv64)_ZTVSt15_Sp_counted_ptrIPN19OGRSpatialReference7Private8ListenerELN9__gnu_cxx12_Lock_policyE2EE at Base 3.4.2
- (arch=armel riscv64)_ZTVSt15_Sp_counted_ptrIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELN9__gnu_cxx12_Lock_policyE1EE at Base 3.4.2
- (arch=!armel !riscv64)_ZTVSt15_Sp_counted_ptrIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELN9__gnu_cxx12_Lock_policyE2EE at Base 3.4.2
- (arch=armel riscv64)_ZTVSt15_Sp_counted_ptrIPSt6vectorIhSaIhEELN9__gnu_cxx12_Lock_policyE1EE at Base 3.4.2
- (arch=!armel !riscv64)_ZTVSt15_Sp_counted_ptrIPSt6vectorIhSaIhEELN9__gnu_cxx12_Lock_policyE2EE at Base 3.4.2
- (arch=armel riscv64)_ZTVSt19_Sp_counted_deleterIP11OGRGeometrySt14default_deleteIS0_ESaIvELN9__gnu_cxx12_Lock_policyE1EE at Base 3.7.0
- (arch=!armel !riscv64)_ZTVSt19_Sp_counted_deleterIP11OGRGeometrySt14default_deleteIS0_ESaIvELN9__gnu_cxx12_Lock_policyE2EE at Base 3.7.1
- (arch=armel riscv64)_ZTVSt19_Sp_counted_deleterIPcPFvPvESaIvELN9__gnu_cxx12_Lock_policyE1EE at Base 3.4.2
- (arch=!armel !riscv64)_ZTVSt19_Sp_counted_deleterIPcPFvPvESaIvELN9__gnu_cxx12_Lock_policyE2EE at Base 3.4.2
- (arch=armel riscv64)_ZTVSt23_Sp_counted_ptr_inplaceI10OGRPolygonSaIvELN9__gnu_cxx12_Lock_policyE1EE at Base 3.7.0
- (arch=!armel !riscv64)_ZTVSt23_Sp_counted_ptr_inplaceI10OGRPolygonSaIvELN9__gnu_cxx12_Lock_policyE2EE at Base 3.7.1
- (arch=armel riscv64)_ZTVSt23_Sp_counted_ptr_inplaceI13GDALDimensionSaIvELN9__gnu_cxx12_Lock_policyE1EE at Base 3.5.2
- (arch=!armel !riscv64)_ZTVSt23_Sp_counted_ptr_inplaceI13GDALDimensionSaIvELN9__gnu_cxx12_Lock_policyE2EE at Base 3.5.3
- (arch=armel riscv64)_ZTVSt23_Sp_counted_ptr_inplaceI15GDALPamMultiDimSaIvELN9__gnu_cxx12_Lock_policyE1EE at Base 3.5.2
- (arch=!armel !riscv64)_ZTVSt23_Sp_counted_ptr_inplaceI15GDALPamMultiDimSaIvELN9__gnu_cxx12_Lock_policyE2EE at Base 3.5.3
- (arch=armel riscv64)_ZTVSt23_Sp_counted_ptr_inplaceI19GDALAttributeStringSaIvELN9__gnu_cxx12_Lock_policyE1EE at Base 3.5.2
- (arch=!armel !riscv64)_ZTVSt23_Sp_counted_ptr_inplaceI19GDALAttributeStringSaIvELN9__gnu_cxx12_Lock_policyE2EE at Base 3.5.3
- (arch=armel riscv64)_ZTVSt23_Sp_counted_ptr_inplaceI19OGRSpatialReferenceSaIvELN9__gnu_cxx12_Lock_policyE1EE at Base 3.5.2
- (arch=!armel !riscv64)_ZTVSt23_Sp_counted_ptr_inplaceI19OGRSpatialReferenceSaIvELN9__gnu_cxx12_Lock_policyE2EE at Base 3.5.3
- (arch=armel riscv64)_ZTVSt23_Sp_counted_ptr_inplaceI20GDALAttributeNumericSaIvELN9__gnu_cxx12_Lock_policyE1EE at Base 3.5.2
- (arch=!armel !riscv64)_ZTVSt23_Sp_counted_ptr_inplaceI20GDALAttributeNumericSaIvELN9__gnu_cxx12_Lock_policyE2EE at Base 3.5.3
- (arch=armel riscv64)_ZTVSt23_Sp_counted_ptr_inplaceI26GDALMDArrayRegularlySpacedSaIvELN9__gnu_cxx12_Lock_policyE1EE at Base 3.5.2
- (arch=!armel !riscv64)_ZTVSt23_Sp_counted_ptr_inplaceI26GDALMDArrayRegularlySpacedSaIvELN9__gnu_cxx12_Lock_policyE2EE at Base 3.5.3
- (arch=armel riscv64)_ZTVSt23_Sp_counted_ptr_inplaceI28GDALDimensionWeakIndexingVarSaIvELN9__gnu_cxx12_Lock_policyE1EE at Base 3.5.2
- (arch=!armel !riscv64)_ZTVSt23_Sp_counted_ptr_inplaceI28GDALDimensionWeakIndexingVarSaIvELN9__gnu_cxx12_Lock_policyE2EE at Base 3.5.3
- (arch=armel riscv64)_ZTVSt23_Sp_counted_ptr_inplaceIN8OGRLayer27ArrowArrayStreamPrivateDataESaIvELN9__gnu_cxx12_Lock_policyE1EE at Base 3.6.0
- (arch=!armel !riscv64)_ZTVSt23_Sp_counted_ptr_inplaceIN8OGRLayer27ArrowArrayStreamPrivateDataESaIvELN9__gnu_cxx12_Lock_policyE2EE at Base 3.6.0
- (arch=armel riscv64)_ZTVSt23_Sp_counted_ptr_inplaceISt6vectorIdSaIdEESaIvELN9__gnu_cxx12_Lock_policyE1EE at Base 3.5.2
- (arch=!armel !riscv64)_ZTVSt23_Sp_counted_ptr_inplaceISt6vectorIdSaIdEESaIvELN9__gnu_cxx12_Lock_policyE2EE at Base 3.5.3
- _ZZN13OGRWktOptionsC4EvE12defPrecision at Base 3.1.1
- _ZZN13OGRWktOptionsC4EvE8defRound at Base 3.1.1
- (optional=templinst)_ZZN16VRTComplexSource16RasterIOInternalIdEE6CPLErrP14GDALRasterBand12GDALDataTypeiiiiPviiS4_xxP20GDALRasterIOExtraArgS4_E10bHasWarned at Base 3.8.0
- (optional=templinst)_ZZN16VRTComplexSource16RasterIOInternalIfEE6CPLErrP14GDALRasterBand12GDALDataTypeiiiiPviiS4_xxP20GDALRasterIOExtraArgS4_E10bHasWarned at Base 3.8.0
- _ZZNSt19_Sp_make_shared_tag5_S_tiEvE5__tag at Base 2.4.0
- (optional=templinst)_ZZNSt9once_flag18_Prepare_executionC4IZSt9call_onceIZN18OSRPJContextHolderC4EvEUlvE_JEEvRS_OT_DpOT0_EUlvE_EERS6_ENUlvE_4_FUNEv at Base 3.8.2
- json_object_new_double_with_precision at Base 2.0.1
- json_object_new_double_with_significant_figures at Base 2.1.0
- (c++)"non-virtual thunk to MEMAttribute::~MEMAttribute()@Base" 3.8.0
- (c++)"non-virtual thunk to MEMGroup::~MEMGroup()@Base" 3.8.0
- (c++)"non-virtual thunk to MEMMDArray::CreateAttribute(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::vector<unsigned long long, std::allocator<unsigned long long> > const&, GDALExtendedDataType const&, char const* const*)@Base" 3.8.0
- (c++)"non-virtual thunk to MEMMDArray::DeleteAttribute(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, char const* const*)@Base" 3.8.0
- (c++)"non-virtual thunk to MEMMDArray::GetAttribute(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at Base" 3.8.0
- (c++)"non-virtual thunk to MEMMDArray::GetAttributes(char const* const*) const at Base" 3.8.0
- (c++)"non-virtual thunk to MEMMDArray::GetCoordinateVariables() const at Base" 3.8.0
- (c++)"non-virtual thunk to MEMMDArray::GetFilename[abi:cxx11]() const at Base" 3.8.0
- (c++)"non-virtual thunk to MEMMDArray::GetOffset(bool*, GDALDataType*) const at Base" 3.8.0
- (c++)"non-virtual thunk to MEMMDArray::GetRawNoDataValue() const at Base" 3.8.0
- (c++)"non-virtual thunk to MEMMDArray::GetRootGroup() const at Base" 3.8.0
- (c++)"non-virtual thunk to MEMMDArray::GetScale(bool*, GDALDataType*) const at Base" 3.8.0
- (c++)"non-virtual thunk to MEMMDArray::GetSpatialRef() const at Base" 3.8.0
- (c++)"non-virtual thunk to MEMMDArray::GetUnit[abi:cxx11]() const at Base" 3.8.0
- (c++)"non-virtual thunk to MEMMDArray::IsWritable() const at Base" 3.8.0
- (c++)"non-virtual thunk to MEMMDArray::Resize(std::vector<unsigned long long, std::allocator<unsigned long long> > const&, char const* const*)@Base" 3.8.0
- (c++)"non-virtual thunk to MEMMDArray::SetOffset(double, GDALDataType)@Base" 3.8.0
- (c++)"non-virtual thunk to MEMMDArray::SetRawNoDataValue(void const*)@Base" 3.8.0
- (c++)"non-virtual thunk to MEMMDArray::SetScale(double, GDALDataType)@Base" 3.8.0
- (c++)"non-virtual thunk to MEMMDArray::SetSpatialRef(OGRSpatialReference const*)@Base" 3.8.0
- (c++)"non-virtual thunk to MEMMDArray::SetUnit(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 3.8.0
- (c++)"non-virtual thunk to MEMMDArray::~MEMMDArray()@Base" 3.8.0
- sqlite3_extension_init at Base 1.10.1
- (c++)"virtual thunk to GDALAttributeNumeric::GetDataType() const at Base" 3.4.2
- (c++)"virtual thunk to GDALAttributeNumeric::GetDimensions() const at Base" 3.4.2
- (c++|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)"virtual thunk to GDALAttributeNumeric::IRead(unsigned long long const*, unsigned int const*, long long const*, int const*, GDALExtendedDataType const&, void*) const at Base" 3.7.2
- (c++|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)"virtual thunk to GDALAttributeNumeric::IRead(unsigned long long const*, unsigned long const*, long long const*, long long const*, GDALExtendedDataType const&, void*) const at Base" 3.4.2
- (c++)"virtual thunk to GDALAttributeNumeric::~GDALAttributeNumeric()@Base" 3.4.2
- (c++)"virtual thunk to GDALAttributeString::GetDataType() const at Base" 3.4.2
- (c++)"virtual thunk to GDALAttributeString::GetDimensions() const at Base" 3.4.2
- (c++|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)"virtual thunk to GDALAttributeString::IRead(unsigned long long const*, unsigned int const*, long long const*, int const*, GDALExtendedDataType const&, void*) const at Base" 3.7.2
- (c++|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)"virtual thunk to GDALAttributeString::IRead(unsigned long long const*, unsigned long const*, long long const*, long long const*, GDALExtendedDataType const&, void*) const at Base" 3.4.2
- (c++)"virtual thunk to GDALAttributeString::~GDALAttributeString()@Base" 3.4.2
- (c++|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)"virtual thunk to GDALMDArray::Read(unsigned long long const*, unsigned int const*, long long const*, int const*, GDALExtendedDataType const&, void*, void const*, unsigned int) const at Base" 3.7.2
- (c++|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)"virtual thunk to GDALMDArray::Read(unsigned long long const*, unsigned long const*, long long const*, long long const*, GDALExtendedDataType const&, void*, void const*, unsigned long) const at Base" 3.4.2
- (c++)"virtual thunk to GDALMDArrayRegularlySpaced::GetDataType() const at Base" 3.4.2
- (c++)"virtual thunk to GDALMDArrayRegularlySpaced::GetDimensions() const at Base" 3.4.2
- (c++|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)"virtual thunk to GDALMDArrayRegularlySpaced::IRead(unsigned long long const*, unsigned int const*, long long const*, int const*, GDALExtendedDataType const&, void*) const at Base" 3.7.2
- (c++|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)"virtual thunk to GDALMDArrayRegularlySpaced::IRead(unsigned long long const*, unsigned long const*, long long const*, long long const*, GDALExtendedDataType const&, void*) const at Base" 3.4.2
- (c++)"virtual thunk to GDALMDArrayRegularlySpaced::~GDALMDArrayRegularlySpaced()@Base" 3.4.2
- (c++)"virtual thunk to MEMAbstractMDArray::GetDataType() const at Base" 3.5.0
- (c++)"virtual thunk to MEMAbstractMDArray::GetDimensions() const at Base" 3.5.0
- (c++|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)"virtual thunk to MEMAbstractMDArray::IRead(unsigned long long const*, unsigned int const*, long long const*, int const*, GDALExtendedDataType const&, void*) const at Base" 3.7.2
- (c++|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)"virtual thunk to MEMAbstractMDArray::IRead(unsigned long long const*, unsigned long const*, long long const*, long long const*, GDALExtendedDataType const&, void*) const at Base" 3.8.0
- (c++|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)"virtual thunk to MEMAbstractMDArray::IWrite(unsigned long long const*, unsigned int const*, long long const*, int const*, GDALExtendedDataType const&, void const*)@Base" 3.7.2
- (c++|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)"virtual thunk to MEMAbstractMDArray::IWrite(unsigned long long const*, unsigned long const*, long long const*, long long const*, GDALExtendedDataType const&, void const*)@Base" 3.8.0
- (c++)"virtual thunk to MEMAbstractMDArray::~MEMAbstractMDArray()@Base" 3.5.0
- (c++)"virtual thunk to MEMAttribute::Rename(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 3.8.0
- (c++)"virtual thunk to MEMAttribute::~MEMAttribute()@Base" 3.8.0
- (c++)"virtual thunk to MEMMDArray::NotifyChildrenOfDeletion()@Base" 3.8.0
- (c++)"virtual thunk to MEMMDArray::NotifyChildrenOfRenaming()@Base" 3.8.0
- (c++)"virtual thunk to MEMMDArray::Rename(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 3.8.0
- (c++)"virtual thunk to MEMMDArray::~MEMMDArray()@Base" 3.8.0
diff -Nru gdal-3.8.3+dfsg/debian/libgdal34t64.install gdal-3.8.3+dfsg/debian/libgdal34t64.install
--- gdal-3.8.3+dfsg/debian/libgdal34t64.install	1970-01-01 00:00:00.000000000 +0000
+++ gdal-3.8.3+dfsg/debian/libgdal34t64.install	2023-11-17 06:49:30.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libgdal.so.*
diff -Nru gdal-3.8.3+dfsg/debian/libgdal34t64.lintian-overrides gdal-3.8.3+dfsg/debian/libgdal34t64.lintian-overrides
--- gdal-3.8.3+dfsg/debian/libgdal34t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ gdal-3.8.3+dfsg/debian/libgdal34t64.lintian-overrides	2024-01-30 16:13:28.000000000 +0000
@@ -0,0 +1,12 @@
+# False positive, string not included in source
+spelling-error-in-binary Accesss Access *
+spelling-error-in-binary containe contained *
+spelling-error-in-binary lengH length *
+
+# False positive, Lat/Lon
+spelling-error-in-binary lon long *
+
+# GDAL uses external libjpeg
+embedded-library * libjpeg
+
+libgdal34t64: package-name-doesnt-match-sonames libgdal34
diff -Nru gdal-3.8.3+dfsg/debian/libgdal34t64.symbols gdal-3.8.3+dfsg/debian/libgdal34t64.symbols
--- gdal-3.8.3+dfsg/debian/libgdal34t64.symbols	1970-01-01 00:00:00.000000000 +0000
+++ gdal-3.8.3+dfsg/debian/libgdal34t64.symbols	2024-01-30 16:13:28.000000000 +0000
@@ -0,0 +1,8799 @@
+# SymbolsHelper-Confirmed: 3.8.3~rc3 amd64 arm64 hppa ia64 mips64el ppc64el riscv64 sh4 sparc64
+libgdal.so.34 #PACKAGE# #MINVER#
+* Build-Depends-Package: libgdal-dev
+ BSBClose at Base 1.8.0
+ BSBCreate at Base 1.8.0
+ BSBOpen at Base 1.8.0
+ BSBReadScanline at Base 1.8.0
+ BSBWritePCT at Base 1.8.0
+ BSBWriteScanline at Base 1.8.0
+ CPLAcquireLock at Base 2.0.1
+ CPLAcquireMutex at Base 1.8.0
+ CPLAddFileInZip at Base 3.7.0
+ CPLAddXMLAttributeAndValue at Base 2.0.1
+ CPLAddXMLChild at Base 1.8.0
+ CPLAddXMLSibling at Base 1.8.0
+ CPLAtoGIntBig at Base 2.0.1
+ CPLAtoGIntBigEx at Base 2.0.1
+ CPLAtof at Base 1.8.0
+ CPLAtofDelim at Base 1.8.0
+ CPLAtofM at Base 1.8.0
+ CPLAtomicAdd at Base 1.8.0
+ CPLBase64DecodeInPlace at Base 1.8.0
+ CPLBase64Encode at Base 1.9.0
+ CPLBinaryToHex at Base 1.8.0
+ CPLCallPreviousHandler at Base 3.8.0
+ CPLCalloc at Base 1.8.0
+ CPLCanRecode at Base 3.1.0
+ CPLCheckForFile at Base 1.8.0
+ CPLCleanTrailingSlash at Base 1.8.0
+ CPLCleanXMLElementName at Base 1.8.0
+ CPLCleanupErrorMutex at Base 1.10.1
+ CPLCleanupMasterMutex at Base 1.10.1
+ CPLCleanupSharedFileMutex at Base 1.10.1
+ CPLCleanupTLS at Base 1.8.0
+ CPLClearRecodeWarningFlags at Base 1.10.1
+ CPLCloneXMLTree at Base 1.8.0
+ CPLCloseFileInZip at Base 1.8.0
+ CPLCloseShared at Base 1.8.0
+ CPLCloseZip at Base 1.8.0
+ CPLCondBroadcast at Base 1.10.1
+ CPLCondSignal at Base 1.10.1
+ CPLCondTimedWait at Base 3.1.0
+ CPLCondWait at Base 1.10.1
+ CPLCopyFile at Base 1.8.0
+ CPLCopyTree at Base 2.0.1
+ CPLCorrespondingPaths at Base 1.8.0
+ CPLCreateCond at Base 1.10.1
+ CPLCreateFileInZip at Base 1.8.0
+ CPLCreateJoinableThread at Base 1.10.1
+ CPLCreateLock at Base 2.0.1
+ CPLCreateMutex at Base 1.8.0
+ CPLCreateMutexEx at Base 2.0.1
+ CPLCreateOrAcquireLock at Base 2.0.1
+ CPLCreateOrAcquireMutex at Base 1.8.0
+ CPLCreateOrAcquireMutexEx at Base 2.0.1
+ CPLCreateThread at Base 1.8.0
+ CPLCreateXMLElementAndValue at Base 1.8.0
+ CPLCreateXMLNode at Base 1.8.0
+ CPLCreateZip at Base 1.8.0
+ CPLDMSToDec at Base 1.8.0
+ CPLDebug at Base 1.8.0
+ CPLDecToDMS at Base 1.8.0
+ CPLDecToPackedDMS at Base 1.8.0
+ CPLDefaultErrorHandler at Base 1.8.0
+ CPLDefaultFindFile at Base 1.8.0
+ CPLDestroyCompressorRegistry at Base 3.4.0
+ CPLDestroyCond at Base 1.10.1
+ CPLDestroyLock at Base 2.0.1
+ CPLDestroyMutex at Base 1.8.0
+ CPLDestroyXMLNode at Base 1.8.0
+ CPLDumpSharedList at Base 1.8.0
+ CPLEmergencyError at Base 1.9.0
+ CPLEncodingCharSize at Base 1.9.0
+ CPLError at Base 1.8.0
+ CPLErrorReset at Base 1.8.0
+ CPLErrorSetState at Base 2.0.1
+ CPLErrorV at Base 1.8.0
+ CPLEscapeString at Base 1.8.0
+ CPLExpandTilde at Base 2.2.0
+ CPLExtractRelativePath at Base 1.8.0
+ CPLFGets at Base 1.8.0
+ CPLFetchBool at Base 2.1.0
+ CPLFindFile at Base 1.8.0
+ CPLFinderClean at Base 1.8.0
+ CPLForceToASCII at Base 1.8.0
+ CPLFormCIFilename at Base 1.8.0
+ CPLFormFilename at Base 1.8.0
+ CPLFreeConfig at Base 1.8.0
+ CPLGenerateTempFilename at Base 1.8.0
+ CPLGetBasename at Base 1.8.0
+ CPLGetCompressor at Base 3.4.0
+ CPLGetCompressors at Base 3.4.0
+ CPLGetConfigOption at Base 1.8.0
+ CPLGetConfigOptions at Base 2.2.0
+ CPLGetCurrentDir at Base 1.8.0
+ CPLGetCurrentProcessID at Base 2.1.0
+ CPLGetDecompressor at Base 3.4.0
+ CPLGetDecompressors at Base 3.4.0
+ CPLGetDirname at Base 1.8.0
+ CPLGetErrorCounter at Base 2.3.0
+ CPLGetErrorHandler at Base 3.7.0
+ CPLGetErrorHandlerUserData at Base 1.9.0
+ CPLGetExecPath at Base 1.8.0
+ CPLGetExtension at Base 1.8.0
+ CPLGetFilename at Base 1.8.0
+ CPLGetGlobalConfigOption at Base 3.8.0
+ CPLGetHomeDir at Base 2.3.0
+ CPLGetLastErrorMsg at Base 1.8.0
+ CPLGetLastErrorNo at Base 1.8.0
+ CPLGetLastErrorType at Base 1.8.0
+ CPLGetNumCPUs at Base 1.10.1
+ CPLGetPID at Base 1.8.0
+ CPLGetPageSize at Base 1.11.0
+ CPLGetPath at Base 1.8.0
+ CPLGetPhysicalRAM at Base 2.0.1
+ CPLGetSharedList at Base 1.8.0
+ CPLGetSymbol at Base 1.8.0
+ CPLGetTLS at Base 1.8.0
+ CPLGetTLSEx at Base 2.1.0
+ CPLGetThreadLocalConfigOption at Base 2.1.0
+ CPLGetThreadLocalConfigOptions at Base 2.2.0
+ CPLGetThreadingModel at Base 1.8.0
+ CPLGetUsablePhysicalRAM at Base 2.0.1
+ CPLGetValueType at Base 1.8.0
+ CPLGetXMLNode at Base 1.8.0
+ CPLGetXMLValue at Base 1.8.0
+ CPLHTTPCleanup at Base 1.8.0
+ CPLHTTPDestroyMultiResult at Base 2.3.0
+ CPLHTTPDestroyResult at Base 1.8.0
+ CPLHTTPEnabled at Base 1.8.0
+ CPLHTTPFetch at Base 1.8.0
+ CPLHTTPFetchEx at Base 2.3.0
+ CPLHTTPMultiFetch at Base 2.3.0
+ CPLHTTPParseMultipartMime at Base 1.8.0
+ CPLHTTPPopFetchCallback at Base 3.2.0
+ CPLHTTPPushFetchCallback at Base 3.2.0
+ CPLHTTPSetDefaultUserAgent at Base 3.7.0
+ CPLHTTPSetFetchCallback at Base 3.2.0
+ CPLHalfToFloat at Base 3.5.0
+ CPLHashSetClear at Base 2.1.0
+ CPLHashSetDestroy at Base 1.8.0
+ CPLHashSetEqualPointer at Base 1.8.0
+ CPLHashSetEqualStr at Base 1.8.0
+ CPLHashSetForeach at Base 1.8.0
+ CPLHashSetHashPointer at Base 1.8.0
+ CPLHashSetHashStr at Base 1.8.0
+ CPLHashSetInsert at Base 1.8.0
+ CPLHashSetLookup at Base 1.8.0
+ CPLHashSetNew at Base 1.8.0
+ CPLHashSetRemove at Base 1.8.0
+ CPLHashSetRemoveDeferRehash at Base 2.1.0
+ CPLHashSetSize at Base 1.8.0
+ CPLHexToBinary at Base 1.8.0
+ CPLIsASCII at Base 3.6.0
+ CPLIsFilenameRelative at Base 1.8.0
+ CPLIsPowerOfTwo at Base 2.3.0
+ CPLIsUTF8 at Base 1.8.0
+ CPLIsVirtualMemFileMapAvailable at Base 1.11.0
+ CPLJoinThread at Base 1.10.1
+ CPLLaunderForFilename at Base 3.1.0
+ CPLListAppend at Base 1.8.0
+ CPLListCount at Base 1.8.0
+ CPLListDestroy at Base 1.8.0
+ CPLListGet at Base 1.8.0
+ CPLListGetData at Base 1.8.0
+ CPLListGetLast at Base 1.8.0
+ CPLListGetNext at Base 1.8.0
+ CPLListInsert at Base 1.8.0
+ CPLListRemove at Base 1.8.0
+ CPLLoadConfigOptionsFromFile at Base 3.3.0
+ CPLLoadConfigOptionsFromPredefinedFiles at Base 3.3.0
+ CPLLockFile at Base 1.8.0
+ CPLLockSetDebugPerf at Base 2.0.1
+ CPLLoggingErrorHandler at Base 1.8.0
+ CPLMD5String at Base 2.3.0
+ CPLMalloc at Base 1.8.0
+ CPLMoveFile at Base 1.8.0
+ CPLOpenShared at Base 1.8.0
+ CPLPackedDMSToDec at Base 1.8.0
+ CPLParseNameValue at Base 1.8.0
+ CPLParseXMLFile at Base 1.8.0
+ CPLParseXMLString at Base 1.8.0
+ CPLPipeRead at Base 1.10.1
+ CPLPipeWrite at Base 1.10.1
+ CPLPopErrorHandler at Base 1.8.0
+ CPLPopFileFinder at Base 1.8.0
+ CPLPopFinderLocation at Base 1.8.0
+ CPLPrintDouble at Base 1.8.0
+ CPLPrintInt32 at Base 1.8.0
+ CPLPrintPointer at Base 1.8.0
+ CPLPrintString at Base 1.8.0
+ CPLPrintStringFill at Base 1.8.0
+ CPLPrintTime at Base 1.8.0
+ CPLPrintUIntBig at Base 1.8.0
+ CPLProjectRelativeFilename at Base 1.8.0
+ CPLPushErrorHandler at Base 1.8.0
+ CPLPushErrorHandlerEx at Base 1.9.0
+ CPLPushFileFinder at Base 1.8.0
+ CPLPushFinderLocation at Base 1.8.0
+ CPLQuadTreeCreate at Base 1.8.0
+ CPLQuadTreeCreateEx at Base 3.5.0
+ CPLQuadTreeDestroy at Base 1.8.0
+ CPLQuadTreeDump at Base 1.8.0
+ CPLQuadTreeForceUseOfSubNodes at Base 3.5.0
+ CPLQuadTreeForeach at Base 1.8.0
+ CPLQuadTreeGetAdvisedMaxDepth at Base 1.8.0
+ CPLQuadTreeGetStats at Base 1.8.0
+ CPLQuadTreeInsert at Base 1.8.0
+ CPLQuadTreeInsertWithBounds at Base 1.11.0
+ CPLQuadTreeRemove at Base 3.4.0
+ CPLQuadTreeSearch at Base 1.8.0
+ CPLQuadTreeSetBucketCapacity at Base 1.8.0
+ CPLQuadTreeSetMaxDepth at Base 1.8.0
+ CPLQuietErrorHandler at Base 1.8.0
+ CPLReadDir at Base 1.8.0
+ CPLReadLine2L at Base 1.8.0
+ CPLReadLine3L at Base 2.3.0
+ CPLReadLine at Base 1.8.0
+ CPLReadLineL at Base 1.8.0
+ CPLRealloc at Base 1.8.0
+ CPLRecode at Base 1.8.0
+ CPLRecodeFromWChar at Base 1.8.0
+ CPLRecodeToWChar at Base 1.8.0
+ CPLRegisterCompressor at Base 3.4.0
+ CPLRegisterDecompressor at Base 3.4.0
+ CPLReleaseLock at Base 2.0.1
+ CPLReleaseMutex at Base 1.8.0
+ CPLRemoveXMLChild at Base 1.8.0
+ CPLResetExtension at Base 1.8.0
+ CPLSPrintf at Base 1.8.0
+ CPLScanDouble at Base 1.8.0
+ CPLScanLong at Base 1.8.0
+ CPLScanPointer at Base 1.8.0
+ CPLScanString at Base 1.8.0
+ CPLScanUIntBig at Base 1.8.0
+ CPLScanULong at Base 1.8.0
+ CPLSearchXMLNode at Base 1.8.0
+ CPLSerializeXMLTree at Base 1.8.0
+ CPLSerializeXMLTreeToFile at Base 1.8.0
+ CPLSetConfigOption at Base 1.8.0
+ CPLSetConfigOptions at Base 2.2.0
+ CPLSetCurrentErrorHandlerCatchDebug at Base 2.1.0
+ CPLSetErrorHandler at Base 1.8.0
+ CPLSetErrorHandlerEx at Base 1.9.0
+ CPLSetTLS at Base 1.8.0
+ CPLSetTLSWithFreeFunc at Base 1.8.0
+ CPLSetTLSWithFreeFuncEx at Base 2.1.0
+ CPLSetThreadLocalConfigOption at Base 1.8.0
+ CPLSetThreadLocalConfigOptions at Base 2.2.0
+ CPLSetXMLValue at Base 1.8.0
+ CPLSleep at Base 1.8.0
+ CPLSpawn at Base 1.10.1
+ CPLSpawnAsync at Base 1.10.1
+ CPLSpawnAsyncCloseErrorFileHandle at Base 1.10.1
+ CPLSpawnAsyncCloseInputFileHandle at Base 1.10.1
+ CPLSpawnAsyncCloseOutputFileHandle at Base 1.10.1
+ CPLSpawnAsyncFinish at Base 1.10.1
+ CPLSpawnAsyncGetChildProcessId at Base 1.10.1
+ CPLSpawnAsyncGetErrorFileHandle at Base 1.10.1
+ CPLSpawnAsyncGetInputFileHandle at Base 1.10.1
+ CPLSpawnAsyncGetOutputFileHandle at Base 1.10.1
+ CPLStat at Base 1.8.0
+ CPLStrdup at Base 1.8.0
+ CPLStringToComplex at Base 1.8.0
+ CPLStripXMLNamespace at Base 1.8.0
+ CPLStrlcat at Base 1.8.0
+ CPLStrlcpy at Base 1.8.0
+ CPLStrlenUTF8 at Base 1.11.0
+ CPLStrlwr at Base 1.8.0
+ CPLStrnlen at Base 1.8.0
+ CPLStrtod at Base 1.8.0
+ CPLStrtodDelim at Base 1.8.0
+ CPLStrtof at Base 1.8.0
+ CPLStrtofDelim at Base 1.8.0
+ CPLSubscribeToSetConfigOption at Base 3.7.0
+ CPLSymlink at Base 2.1.0
+ CPLTestBool at Base 2.1.0
+ CPLTestBoolean at Base 2.1.0
+ CPLTripleToFloat at Base 3.5.0
+ CPLUnescapeString at Base 1.8.0
+ CPLUnlinkTree at Base 1.8.0
+ CPLUnlockFile at Base 1.8.0
+ CPLUnsubscribeToSetConfigOption at Base 3.7.0
+ CPLVASPrintf at Base 1.8.0
+ CPLValidateXML at Base 1.10.1
+ CPLVerifyConfiguration at Base 1.8.0
+ CPLVirtualMemDeclareThread at Base 1.11.0
+ CPLVirtualMemDerivedNew at Base 1.11.0
+ CPLVirtualMemFileMapNew at Base 1.11.0
+ CPLVirtualMemFree at Base 1.11.0
+ CPLVirtualMemGetAccessMode at Base 1.11.0
+ CPLVirtualMemGetAddr at Base 1.11.0
+ CPLVirtualMemGetPageSize at Base 1.11.0
+ CPLVirtualMemGetSize at Base 1.11.0
+ CPLVirtualMemIsAccessThreadSafe at Base 1.11.0
+ CPLVirtualMemIsFileMapping at Base 1.11.0
+ CPLVirtualMemManagerTerminate at Base 1.11.0
+ CPLVirtualMemNew at Base 1.11.0
+ CPLVirtualMemPin at Base 1.11.0
+ CPLVirtualMemUnDeclareThread at Base 1.11.0
+ CPLWriteFileInZip at Base 1.8.0
+ CPLZLibDeflate at Base 1.10.1
+ CPLZLibInflate at Base 1.10.1
+ CPL_HMAC_SHA256 at Base 2.1.0
+ CPL_SHA256 at Base 2.1.0
+ CPL_SHA256Final at Base 2.1.0
+ CPL_SHA256Init at Base 2.1.0
+ CPL_SHA256Update at Base 2.1.0
+ CPLprintf at Base 2.0.1
+ CPLsnprintf at Base 2.0.1
+ CPLsprintf at Base 2.0.1
+ CPLsscanf at Base 2.0.1
+ CPLvsnprintf at Base 2.0.1
+ CSLAddNameValue at Base 1.8.0
+ CSLAddString at Base 1.8.0
+ CSLAddStringMayFail at Base 2.1.0
+ CSLAppendPrintf at Base 1.8.0
+ CSLCount at Base 1.8.0
+ CSLDestroy at Base 1.8.0
+ CSLDuplicate at Base 1.8.0
+ CSLFetchBoolean at Base 1.8.0
+ CSLFetchNameValue at Base 1.8.0
+ CSLFetchNameValueDef at Base 1.8.0
+ CSLFetchNameValueMultiple at Base 1.8.0
+ CSLFindName at Base 1.8.0
+ CSLFindString at Base 1.8.0
+ CSLFindStringCaseSensitive at Base 2.0.1
+ CSLGetField at Base 1.8.0
+ CSLInsertString at Base 1.8.0
+ CSLInsertStrings at Base 1.8.0
+ CSLLoad2 at Base 1.8.0
+ CSLLoad at Base 1.8.0
+ CSLMerge at Base 1.8.0
+ CSLParseCommandLine at Base 2.1.0
+ CSLPartialFindString at Base 1.8.0
+ CSLPrint at Base 1.8.0
+ CSLRemoveStrings at Base 1.8.0
+ CSLSave at Base 1.8.0
+ CSLSetNameValue at Base 1.8.0
+ CSLSetNameValueSeparator at Base 1.8.0
+ CSLTestBoolean at Base 1.8.0
+ CSLTokenizeString2 at Base 1.8.0
+ CSLTokenizeString at Base 1.8.0
+ CSLTokenizeStringComplex at Base 1.8.0
+ CSVDeaccess at Base 1.8.0
+ CSVDetectSeperator at Base 1.8.0
+ CSVFilename at Base 1.8.0
+ CSVGetField at Base 1.8.0
+ CSVGetFieldId at Base 1.8.0
+ CSVGetFieldIdL at Base 2.1.0
+ CSVGetFileFieldId at Base 1.8.0
+ CSVGetNextLine at Base 1.8.0
+ CSVReadParseLine2 at Base 1.8.0
+ CSVReadParseLine2L at Base 2.1.0
+ CSVReadParseLine3L at Base 3.5.0
+ CSVReadParseLine at Base 1.8.0
+ CSVReadParseLineL at Base 2.1.0
+ CSVRewind at Base 3.5.0
+ CSVScanFile at Base 1.8.0
+ CSVScanFileByName at Base 1.8.0
+ CSVScanLines at Base 1.8.0
+ CSVScanLinesL at Base 2.1.0
+ DGNAddMSLink at Base 1.8.0
+ DGNAddRawAttrLink at Base 1.8.0
+ DGNAddShapeFillInfo at Base 1.8.0
+ DGNCloneElement at Base 1.8.0
+ DGNClose at Base 1.8.0
+ DGNCreate at Base 1.8.0
+ DGNCreateArcElem2D at Base 1.8.0
+ DGNCreateArcElem at Base 1.8.0
+ DGNCreateCellHeaderElem at Base 1.8.0
+ DGNCreateCellHeaderFromGroup at Base 1.8.0
+ DGNCreateColorTableElem at Base 1.8.0
+ DGNCreateComplexHeaderElem at Base 1.8.0
+ DGNCreateComplexHeaderFromGroup at Base 1.8.0
+ DGNCreateConeElem at Base 1.8.0
+ DGNCreateMultiPointElem at Base 1.8.0
+ DGNCreateSolidHeaderElem at Base 1.8.0
+ DGNCreateSolidHeaderFromGroup at Base 1.8.0
+ DGNCreateTextElem at Base 1.8.0
+ DGNDumpElement at Base 1.8.0
+ DGNElemTypeHasDispHdr at Base 1.8.0
+ DGNFreeElement at Base 1.8.0
+ DGNGetAssocID at Base 1.8.0
+ DGNGetAttrLinkSize at Base 1.8.0
+ DGNGetDimension at Base 1.8.0
+ DGNGetElementExtents at Base 1.8.0
+ DGNGetElementIndex at Base 1.8.0
+ DGNGetExtents at Base 1.8.0
+ DGNGetLinkage at Base 1.8.0
+ DGNGetShapeFillInfo at Base 1.8.0
+ DGNGotoElement at Base 1.8.0
+ DGNLoadTCB at Base 1.8.0
+ DGNLookupColor at Base 1.8.0
+ DGNOpen at Base 1.8.0
+ DGNQuaternionToMatrix at Base 1.8.0
+ DGNReadElement at Base 1.8.0
+ DGNResizeElement at Base 1.8.0
+ DGNRewind at Base 1.8.0
+ DGNRotationToQuaternion at Base 1.8.0
+ DGNSetOptions at Base 1.8.0
+ DGNSetSpatialFilter at Base 1.8.0
+ DGNStrokeArc at Base 1.8.0
+ DGNStrokeCurve at Base 1.8.0
+ DGNTestOpen at Base 1.8.0
+ DGNTypeToName at Base 1.8.0
+ DGNUpdateElemCore at Base 1.8.0
+ DGNUpdateElemCoreExtended at Base 1.8.0
+ DGNWriteElement at Base 1.8.0
+ EarlySetConfigOptions at Base 2.1.0
+ GDALARGetNextUpdatedRegion at Base 1.8.0
+ GDALARLockBuffer at Base 1.8.0
+ GDALARUnlockBuffer at Base 1.8.0
+ GDALAddBand at Base 1.8.0
+ GDALAddDerivedBandPixelFunc at Base 1.8.0
+ GDALAddDerivedBandPixelFuncWithArgs at Base 3.4.0
+ GDALAdjustValueToDataType at Base 2.1.0
+ GDALAllRegister at Base 1.8.0
+ GDALApplyGeoTransform at Base 1.8.0
+ GDALApplyVerticalShiftGrid at Base 2.2.0
+ GDALApproxTransform at Base 1.8.0
+ GDALApproxTransformerOwnsSubtransformer at Base 1.8.0
+ GDALAttributeFreeRawResult at Base 3.1.0
+ GDALAttributeGetDataType at Base 3.1.0
+ GDALAttributeGetDimensionCount at Base 3.1.0
+ GDALAttributeGetDimensionsSize at Base 3.1.0
+ GDALAttributeGetFullName at Base 3.1.0
+ GDALAttributeGetName at Base 3.1.0
+ GDALAttributeGetTotalElementsCount at Base 3.1.0
+ GDALAttributeReadAsDouble at Base 3.1.0
+ GDALAttributeReadAsDoubleArray at Base 3.1.0
+ GDALAttributeReadAsInt at Base 3.1.0
+ GDALAttributeReadAsIntArray at Base 3.1.0
+ GDALAttributeReadAsRaw at Base 3.1.0
+ GDALAttributeReadAsString at Base 3.1.0
+ GDALAttributeReadAsStringArray at Base 3.1.0
+ GDALAttributeRelease at Base 3.1.0
+ GDALAttributeRename at Base 3.8.0
+ GDALAttributeWriteDouble at Base 3.1.0
+ GDALAttributeWriteDoubleArray at Base 3.1.0
+ GDALAttributeWriteInt at Base 3.1.0
+ GDALAttributeWriteRaw at Base 3.1.0
+ GDALAttributeWriteString at Base 3.1.0
+ GDALAttributeWriteStringArray at Base 3.1.0
+ GDALAutoCreateWarpedVRT at Base 1.8.0
+ GDALAutoCreateWarpedVRTEx at Base 3.2.0
+ GDALBandGetBestOverviewLevel2 at Base 2.0.1
+ GDALBandGetBestOverviewLevel at Base 1.8.0
+ GDALBeginAsyncReader at Base 1.8.0
+ GDALBuildOverviews at Base 1.8.0
+ GDALBuildOverviewsEx at Base 3.6.0
+ GDALBuildVRT at Base 2.1.0
+ GDALBuildVRTOptionsFree at Base 2.1.0
+ GDALBuildVRTOptionsNew at Base 2.1.0
+ GDALBuildVRTOptionsSetProgress at Base 2.1.0
+ GDALCheckBandCount at Base 1.8.0
+ GDALCheckDatasetDimensions at Base 1.8.0
+ GDALCheckVersion at Base 1.8.0
+ GDALChecksumImage at Base 1.8.0
+ GDALChunkAndWarpImage at Base 1.8.0
+ GDALChunkAndWarpMulti at Base 1.8.0
+ GDALCloneColorTable at Base 1.8.0
+ GDALClonePansharpenOptions at Base 2.1.0
+ GDALCloneWarpOptions at Base 1.8.0
+ GDALClose at Base 1.8.0
+ GDALComposeGeoTransforms at Base 1.11.0
+ GDALComputeBandStats at Base 1.8.0
+ GDALComputeMatchingPoints at Base 1.10.1
+ GDALComputeMedianCutPCT at Base 1.8.0
+ GDALComputeOvFactor at Base 2.0.1
+ GDALComputeProximity at Base 1.8.0
+ GDALComputeRasterMinMax at Base 1.8.0
+ GDALComputeRasterStatistics at Base 1.8.0
+ GDALContourGenerate at Base 1.8.0
+ GDALContourGenerateEx at Base 2.4.0
+ GDALCopyBits at Base 1.8.0
+ GDALCopyDatasetFiles at Base 1.8.0
+ GDALCopyRasterIOExtraArg at Base 2.0.1
+ GDALCopyWords64 at Base 3.0.0
+ GDALCopyWords at Base 1.8.0
+ GDALCreate at Base 1.8.0
+ GDALCreateAndReprojectImage at Base 1.8.0
+ GDALCreateApproxTransformer at Base 1.8.0
+ GDALCreateColorRamp at Base 1.8.0
+ GDALCreateColorTable at Base 1.8.0
+ GDALCreateCopy at Base 1.8.0
+ GDALCreateDatasetMaskBand at Base 1.8.0
+ GDALCreateDriver at Base 2.2.2
+ GDALCreateGCPRefineTransformer at Base 1.9.0
+ GDALCreateGCPTransformer at Base 1.8.0
+ GDALCreateGenImgProjTransformer2 at Base 1.8.0
+ GDALCreateGenImgProjTransformer3 at Base 1.8.0
+ GDALCreateGenImgProjTransformer4 at Base 3.0.0
+ GDALCreateGenImgProjTransformer at Base 1.8.0
+ GDALCreateGeoLocTransformer at Base 1.8.0
+ GDALCreateMaskBand at Base 1.8.0
+ GDALCreateMultiDimensional at Base 3.1.0
+ GDALCreatePansharpenOperation at Base 2.1.0
+ GDALCreatePansharpenOptions at Base 2.1.0
+ GDALCreatePansharpenedVRT at Base 2.1.0
+ GDALCreateRPCTransformer at Base 1.8.0
+ GDALCreateRPCTransformerV2 at Base 3.3.0
+ GDALCreateRasterAttributeTable at Base 1.8.0
+ GDALCreateReprojectionTransformer at Base 1.8.0
+ GDALCreateReprojectionTransformerEx at Base 3.0.0
+ GDALCreateScaledProgress at Base 1.8.0
+ GDALCreateTPSTransformer at Base 1.8.0
+ GDALCreateWarpOperation at Base 1.8.0
+ GDALCreateWarpOptions at Base 1.8.0
+ GDALCreateWarpedVRT at Base 1.8.0
+ GDALDEMProcessing at Base 2.1.0
+ GDALDEMProcessingOptionsFree at Base 2.1.0
+ GDALDEMProcessingOptionsNew at Base 2.1.0
+ GDALDEMProcessingOptionsSetProgress at Base 2.1.0
+ GDALDataTypeIsComplex at Base 1.8.0
+ GDALDataTypeIsConversionLossy at Base 2.3.0
+ GDALDataTypeIsFloating at Base 2.3.0
+ GDALDataTypeIsInteger at Base 2.3.0
+ GDALDataTypeIsSigned at Base 2.3.0
+ GDALDataTypeUnion at Base 1.8.0
+ GDALDataTypeUnionWithValue at Base 2.3.0
+ GDALDatasetAbortSQL at Base 3.2.0
+ GDALDatasetAddFieldDomain at Base 3.3.0
+ GDALDatasetAddRelationship at Base 3.6.0
+ GDALDatasetAdviseRead at Base 1.8.0
+ GDALDatasetClearStatistics at Base 3.2.0
+ GDALDatasetCommitTransaction at Base 2.0.1
+ GDALDatasetCopyLayer at Base 2.0.1
+ GDALDatasetCopyWholeRaster at Base 1.8.0
+ GDALDatasetCreateLayer at Base 2.0.1
+ GDALDatasetDeleteFieldDomain at Base 3.5.0
+ GDALDatasetDeleteLayer at Base 2.0.1
+ GDALDatasetDeleteRelationship at Base 3.6.0
+ GDALDatasetExecuteSQL at Base 2.0.1
+ GDALDatasetGetCompressionFormats at Base 3.7.0
+ GDALDatasetGetFieldDomain at Base 3.3.0
+ GDALDatasetGetFieldDomainNames at Base 3.5.0
+ GDALDatasetGetLayer at Base 2.0.1
+ GDALDatasetGetLayerByName at Base 2.0.1
+ GDALDatasetGetLayerCount at Base 2.0.1
+ GDALDatasetGetNextFeature at Base 2.2.0
+ GDALDatasetGetRelationship at Base 3.6.0
+ GDALDatasetGetRelationshipNames at Base 3.6.0
+ GDALDatasetGetRootGroup at Base 3.1.0
+ GDALDatasetGetStyleTable at Base 2.0.1
+ GDALDatasetGetTiledVirtualMem at Base 1.11.0
+ GDALDatasetGetVirtualMem at Base 1.11.0
+ GDALDatasetIsLayerPrivate at Base 3.4.0
+ GDALDatasetRasterIO at Base 1.8.0
+ GDALDatasetRasterIOEx at Base 2.0.1
+ GDALDatasetReadCompressedData at Base 3.7.0
+ GDALDatasetReleaseResultSet at Base 2.0.1
+ GDALDatasetResetReading at Base 2.2.0
+ GDALDatasetRollbackTransaction at Base 2.0.1
+ GDALDatasetSetQueryLoggerFunc at Base 3.7.0
+ GDALDatasetSetStyleTable at Base 2.0.1
+ GDALDatasetSetStyleTableDirectly at Base 2.0.1
+ GDALDatasetStartTransaction at Base 2.0.1
+ GDALDatasetTestCapability at Base 2.0.1
+ GDALDatasetUpdateFieldDomain at Base 3.5.0
+ GDALDatasetUpdateRelationship at Base 3.6.0
+ GDALDecToDMS at Base 1.8.0
+ GDALDecToPackedDMS at Base 1.8.0
+ GDALDeinitGCPs at Base 1.8.0
+ GDALDeinterleave at Base 3.6.0
+ GDALDeleteDataset at Base 1.8.0
+ GDALDeleteRasterNoDataValue at Base 2.1.0
+ GDALDereferenceDataset at Base 1.8.0
+ GDALDeregisterDriver at Base 1.8.0
+ GDALDeserializeTransformer at Base 1.8.0
+ GDALDeserializeWarpOptions at Base 1.8.0
+ GDALDestroy at Base 2.0.1
+ GDALDestroyApproxTransformer at Base 1.8.0
+ GDALDestroyColorTable at Base 1.8.0
+ GDALDestroyDriver at Base 1.8.0
+ GDALDestroyDriverManager at Base 1.8.0
+ GDALDestroyGCPTransformer at Base 1.8.0
+ GDALDestroyGenImgProjTransformer at Base 1.8.0
+ GDALDestroyGeoLocTransformer at Base 1.8.0
+ GDALDestroyPansharpenOperation at Base 2.1.0
+ GDALDestroyPansharpenOptions at Base 2.1.0
+ GDALDestroyRPCTransformer at Base 1.8.0
+ GDALDestroyRasterAttributeTable at Base 1.8.0
+ GDALDestroyRelationship at Base 3.6.0
+ GDALDestroyReprojectionTransformer at Base 1.8.0
+ GDALDestroyScaledProgress at Base 1.8.0
+ GDALDestroySubdatasetInfo at Base 3.8.0
+ GDALDestroyTPSTransformer at Base 1.8.0
+ GDALDestroyTransformer at Base 1.8.0
+ GDALDestroyWarpOperation at Base 1.8.0
+ GDALDestroyWarpOptions at Base 1.8.0
+ GDALDimensionGetDirection at Base 3.1.0
+ GDALDimensionGetFullName at Base 3.1.0
+ GDALDimensionGetIndexingVariable at Base 3.1.0
+ GDALDimensionGetName at Base 3.1.0
+ GDALDimensionGetSize at Base 3.1.0
+ GDALDimensionGetType at Base 3.1.0
+ GDALDimensionRelease at Base 3.1.0
+ GDALDimensionRename at Base 3.8.0
+ GDALDimensionSetIndexingVariable at Base 3.1.0
+ GDALDitherRGB2PCT at Base 1.8.0
+ GDALDummyProgress at Base 1.8.0
+ GDALDumpOpenDatasets at Base 1.8.0
+ GDALDuplicateGCPs at Base 1.8.0
+ GDALEDTComponentCreate at Base 3.1.0
+ GDALEDTComponentGetName at Base 3.1.0
+ GDALEDTComponentGetOffset at Base 3.1.0
+ GDALEDTComponentGetType at Base 3.1.0
+ GDALEDTComponentRelease at Base 3.1.0
+ GDALEndAsyncReader at Base 1.8.0
+ GDALExtendedDataTypeCanConvertTo at Base 3.1.0
+ GDALExtendedDataTypeCreate at Base 3.1.0
+ GDALExtendedDataTypeCreateCompound at Base 3.1.0
+ GDALExtendedDataTypeCreateString at Base 3.1.0
+ GDALExtendedDataTypeCreateStringEx at Base 3.4.0
+ GDALExtendedDataTypeEquals at Base 3.1.0
+ GDALExtendedDataTypeFreeComponents at Base 3.1.0
+ GDALExtendedDataTypeGetClass at Base 3.1.0
+ GDALExtendedDataTypeGetComponents at Base 3.1.0
+ GDALExtendedDataTypeGetMaxStringLength at Base 3.1.0
+ GDALExtendedDataTypeGetName at Base 3.1.0
+ GDALExtendedDataTypeGetNumericDataType at Base 3.1.0
+ GDALExtendedDataTypeGetSize at Base 3.1.0
+ GDALExtendedDataTypeGetSubType at Base 3.4.0
+ GDALExtendedDataTypeRelease at Base 3.1.0
+ GDALExtractRPCInfo at Base 1.8.0
+ GDALExtractRPCInfoV2 at Base 3.3.0
+ GDALFPolygonize at Base 1.9.0
+ GDALFillNodata at Base 1.8.0
+ GDALFillRaster at Base 1.8.0
+ GDALFindAssociatedAuxFile at Base 1.8.0
+ GDALFindDataType at Base 2.3.0
+ GDALFindDataTypeForValue at Base 2.3.0
+ GDALFlushCache at Base 1.8.0
+ GDALFlushCacheBlock at Base 1.8.0
+ GDALFlushRasterCache at Base 1.8.0
+ GDALFootprint at Base 3.8.0
+ GDALFootprintOptionsFree at Base 3.8.0
+ GDALFootprintOptionsNew at Base 3.8.0
+ GDALFootprintOptionsSetProgress at Base 3.8.0
+ GDALGCPTransform at Base 1.8.0
+ GDALGCPsToGeoTransform at Base 1.8.0
+ GDALGenImgProjTransform at Base 1.8.0
+ GDALGeneralCmdLineProcessor at Base 1.8.0
+ GDALGeoLocTransform at Base 1.8.0
+ GDALGetAccess at Base 1.8.0
+ GDALGetActualBlockSize at Base 2.2.0
+ GDALGetAsyncStatusTypeByName at Base 1.8.0
+ GDALGetAsyncStatusTypeName at Base 1.8.0
+ GDALGetBandDataset at Base 1.8.0
+ GDALGetBandNumber at Base 1.8.0
+ GDALGetBlockSize at Base 1.8.0
+ GDALGetCacheMax64 at Base 1.8.0
+ GDALGetCacheMax at Base 1.8.0
+ GDALGetCacheUsed64 at Base 1.8.0
+ GDALGetCacheUsed at Base 1.8.0
+ GDALGetColorEntry at Base 1.8.0
+ GDALGetColorEntryAsRGB at Base 1.8.0
+ GDALGetColorEntryCount at Base 1.8.0
+ GDALGetColorInterpretationByName at Base 1.8.0
+ GDALGetColorInterpretationName at Base 1.8.0
+ GDALGetDataCoverageStatus at Base 2.2.0
+ GDALGetDataTypeByName at Base 1.8.0
+ GDALGetDataTypeName at Base 1.8.0
+ GDALGetDataTypeSize at Base 1.8.0
+ GDALGetDataTypeSizeBits at Base 2.1.0
+ GDALGetDataTypeSizeBytes at Base 2.1.0
+ GDALGetDatasetDriver at Base 1.8.0
+ GDALGetDefaultHistogram at Base 1.8.0
+ GDALGetDefaultHistogramEx at Base 2.0.1
+ GDALGetDefaultRAT at Base 1.8.0
+ GDALGetDerivedDatasetDescriptions at Base 2.2.0
+ GDALGetDescription at Base 1.8.0
+ GDALGetDriver at Base 1.8.0
+ GDALGetDriverByName at Base 1.8.0
+ GDALGetDriverCount at Base 1.8.0
+ GDALGetDriverCreationOptionList at Base 1.8.0
+ GDALGetDriverHelpTopic at Base 1.8.0
+ GDALGetDriverLongName at Base 1.8.0
+ GDALGetDriverShortName at Base 1.8.0
+ GDALGetFileList at Base 1.8.0
+ GDALGetGCPCount at Base 1.8.0
+ GDALGetGCPProjection at Base 1.8.0
+ GDALGetGCPSpatialRef at Base 3.0.0
+ GDALGetGCPs at Base 1.8.0
+ GDALGetGeoTransform at Base 1.8.0
+ GDALGetInternalHandle at Base 1.8.0
+ GDALGetJPEG2000Structure at Base 2.0.1
+ GDALGetMaskBand at Base 1.8.0
+ GDALGetMaskFlags at Base 1.8.0
+ GDALGetMetadata at Base 1.8.0
+ GDALGetMetadataDomainList at Base 1.11.0
+ GDALGetMetadataItem at Base 1.8.0
+ GDALGetNonComplexDataType at Base 2.3.0
+ GDALGetOpenDatasets at Base 1.8.0
+ GDALGetOverview at Base 1.8.0
+ GDALGetOverviewCount at Base 1.8.0
+ GDALGetPaletteInterpretation at Base 1.8.0
+ GDALGetPaletteInterpretationName at Base 1.8.0
+ GDALGetProjectionRef at Base 1.8.0
+ GDALGetRandomRasterSample at Base 1.8.0
+ GDALGetRasterAccess at Base 1.8.0
+ GDALGetRasterBand at Base 1.8.0
+ GDALGetRasterBandXSize at Base 1.8.0
+ GDALGetRasterBandYSize at Base 1.8.0
+ GDALGetRasterCategoryNames at Base 1.8.0
+ GDALGetRasterColorInterpretation at Base 1.8.0
+ GDALGetRasterColorTable at Base 1.8.0
+ GDALGetRasterCount at Base 1.8.0
+ GDALGetRasterDataType at Base 1.8.0
+ GDALGetRasterHistogram at Base 1.8.0
+ GDALGetRasterHistogramEx at Base 2.0.1
+ GDALGetRasterMaximum at Base 1.8.0
+ GDALGetRasterMinimum at Base 1.8.0
+ GDALGetRasterNoDataValue at Base 1.8.0
+ GDALGetRasterNoDataValueAsInt64 at Base 3.5.0
+ GDALGetRasterNoDataValueAsUInt64 at Base 3.5.0
+ GDALGetRasterOffset at Base 1.8.0
+ GDALGetRasterSampleOverview at Base 1.8.0
+ GDALGetRasterSampleOverviewEx at Base 2.0.1
+ GDALGetRasterScale at Base 1.8.0
+ GDALGetRasterStatistics at Base 1.8.0
+ GDALGetRasterUnitType at Base 1.8.0
+ GDALGetRasterXSize at Base 1.8.0
+ GDALGetRasterYSize at Base 1.8.0
+ GDALGetSpatialRef at Base 3.0.0
+ GDALGetSubdatasetInfo at Base 3.8.0
+ GDALGetVirtualMemAuto at Base 1.11.0
+ GDALGrid at Base 2.1.0
+ GDALGridContextCreate at Base 2.1.0
+ GDALGridContextFree at Base 2.1.0
+ GDALGridContextProcess at Base 2.1.0
+ GDALGridCreate at Base 1.8.0
+ GDALGridOptionsFree at Base 2.1.0
+ GDALGridOptionsNew at Base 2.1.0
+ GDALGridOptionsSetProgress at Base 2.1.0
+ GDALGridParseAlgorithmAndOptions at Base 3.7.0
+ GDALGroupCreateAttribute at Base 3.1.0
+ GDALGroupCreateDimension at Base 3.1.0
+ GDALGroupCreateGroup at Base 3.1.0
+ GDALGroupCreateMDArray at Base 3.1.0
+ GDALGroupDeleteAttribute at Base 3.8.0
+ GDALGroupDeleteGroup at Base 3.8.0
+ GDALGroupDeleteMDArray at Base 3.8.0
+ GDALGroupGetAttribute at Base 3.1.0
+ GDALGroupGetAttributes at Base 3.1.0
+ GDALGroupGetDimensions at Base 3.1.0
+ GDALGroupGetFullName at Base 3.1.0
+ GDALGroupGetGroupNames at Base 3.1.0
+ GDALGroupGetMDArrayNames at Base 3.1.0
+ GDALGroupGetName at Base 3.1.0
+ GDALGroupGetStructuralInfo at Base 3.1.0
+ GDALGroupGetVectorLayerNames at Base 3.4.0
+ GDALGroupOpenGroup at Base 3.1.0
+ GDALGroupOpenGroupFromFullname at Base 3.2.0
+ GDALGroupOpenMDArray at Base 3.1.0
+ GDALGroupOpenMDArrayFromFullname at Base 3.2.0
+ GDALGroupOpenVectorLayer at Base 3.4.0
+ GDALGroupRelease at Base 3.1.0
+ GDALGroupRename at Base 3.8.0
+ GDALGroupResolveMDArray at Base 3.2.0
+ GDALGroupSubsetDimensionFromSelection at Base 3.8.0
+ GDALHasArbitraryOverviews at Base 1.8.0
+ GDALHasTriangulation at Base 2.1.0
+ GDALIdentifyDriver at Base 1.8.0
+ GDALIdentifyDriverEx at Base 2.2.0
+ GDALInfo at Base 2.1.0
+ GDALInfoOptionsFree at Base 2.1.0
+ GDALInfoOptionsNew at Base 2.1.0
+ GDALInitGCPs at Base 1.8.0
+ GDALInitializeWarpedVRT at Base 1.8.0
+ GDALInvGeoTransform at Base 1.8.0
+ GDALIsInGlobalDestructor at Base 1.10.1
+ GDALIsMaskBand at Base 3.5.0
+ GDALLoadOziMapFile at Base 1.8.0
+ GDALLoadTabFile at Base 1.8.0
+ GDALLoadWorldFile at Base 1.8.0
+ GDALMDArrayAdviseRead at Base 3.2.0
+ GDALMDArrayAdviseReadEx at Base 3.4.0
+ GDALMDArrayAsClassicDataset at Base 3.1.0
+ GDALMDArrayAsClassicDatasetEx at Base 3.8.0
+ GDALMDArrayCache at Base 3.4.0
+ GDALMDArrayComputeStatistics at Base 3.2.0
+ GDALMDArrayComputeStatisticsEx at Base 3.8.0
+ GDALMDArrayCreateAttribute at Base 3.1.0
+ GDALMDArrayDeleteAttribute at Base 3.8.0
+ GDALMDArrayGetAttribute at Base 3.1.0
+ GDALMDArrayGetAttributes at Base 3.1.0
+ GDALMDArrayGetBlockSize at Base 3.1.0
+ GDALMDArrayGetCoordinateVariables at Base 3.4.0
+ GDALMDArrayGetDataType at Base 3.1.0
+ GDALMDArrayGetDimensionCount at Base 3.1.0
+ GDALMDArrayGetDimensions at Base 3.1.0
+ GDALMDArrayGetFullName at Base 3.1.0
+ GDALMDArrayGetGridded at Base 3.7.0
+ GDALMDArrayGetMask at Base 3.1.0
+ GDALMDArrayGetName at Base 3.1.0
+ GDALMDArrayGetNoDataValueAsDouble at Base 3.1.0
+ GDALMDArrayGetNoDataValueAsInt64 at Base 3.5.0
+ GDALMDArrayGetNoDataValueAsUInt64 at Base 3.5.0
+ GDALMDArrayGetOffset at Base 3.1.0
+ GDALMDArrayGetOffsetEx at Base 3.3.0
+ GDALMDArrayGetProcessingChunkSize at Base 3.1.0
+ GDALMDArrayGetRawNoDataValue at Base 3.1.0
+ GDALMDArrayGetResampled at Base 3.4.0
+ GDALMDArrayGetScale at Base 3.1.0
+ GDALMDArrayGetScaleEx at Base 3.3.0
+ GDALMDArrayGetSpatialRef at Base 3.1.0
+ GDALMDArrayGetStatistics at Base 3.2.0
+ GDALMDArrayGetStructuralInfo at Base 3.1.0
+ GDALMDArrayGetTotalElementsCount at Base 3.1.0
+ GDALMDArrayGetUnit at Base 3.1.0
+ GDALMDArrayGetUnscaled at Base 3.1.0
+ GDALMDArrayGetView at Base 3.1.0
+ GDALMDArrayRead at Base 3.1.0
+ GDALMDArrayRelease at Base 3.1.0
+ GDALMDArrayRename at Base 3.8.0
+ GDALMDArrayResize at Base 3.7.0
+ GDALMDArraySetNoDataValueAsDouble at Base 3.1.0
+ GDALMDArraySetNoDataValueAsInt64 at Base 3.5.0
+ GDALMDArraySetNoDataValueAsUInt64 at Base 3.5.0
+ GDALMDArraySetOffset at Base 3.1.0
+ GDALMDArraySetOffsetEx at Base 3.3.0
+ GDALMDArraySetRawNoDataValue at Base 3.1.0
+ GDALMDArraySetScale at Base 3.1.0
+ GDALMDArraySetScaleEx at Base 3.3.0
+ GDALMDArraySetSpatialRef at Base 3.1.0
+ GDALMDArraySetUnit at Base 3.1.0
+ GDALMDArrayTranspose at Base 3.1.0
+ GDALMDArrayWrite at Base 3.1.0
+ GDALMultiDimInfo at Base 3.1.0
+ GDALMultiDimInfoOptionsFree at Base 3.1.0
+ GDALMultiDimInfoOptionsNew at Base 3.1.0
+ GDALMultiDimTranslate at Base 3.1.0
+ GDALMultiDimTranslateOptionsFree at Base 3.1.0
+ GDALMultiDimTranslateOptionsNew at Base 3.1.0
+ GDALMultiDimTranslateOptionsSetProgress at Base 3.1.0
+ GDALNearblack at Base 2.1.0
+ GDALNearblackOptionsFree at Base 2.1.0
+ GDALNearblackOptionsNew at Base 2.1.0
+ GDALNearblackOptionsSetProgress at Base 2.1.0
+ GDALOpen at Base 1.8.0
+ GDALOpenEx at Base 2.0.1
+ GDALOpenShared at Base 1.8.0
+ GDALOpenVerticalShiftGrid at Base 2.2.0
+ GDALOvLevelAdjust2 at Base 2.0.1
+ GDALOvLevelAdjust at Base 1.8.0
+ GDALOverviewMagnitudeCorrection at Base 1.8.0
+ GDALPackedDMSToDec at Base 1.8.0
+ GDALPansharpenProcessRegion at Base 2.1.0
+ GDALPolygonize at Base 1.8.0
+ GDALProxyPoolDatasetAddSrcBandDescription at Base 1.8.0
+ GDALProxyPoolDatasetCreate at Base 1.8.0
+ GDALProxyPoolDatasetDelete at Base 1.8.0
+ GDALRATChangesAreWrittenToFile at Base 1.11.0
+ GDALRATClone at Base 1.8.0
+ GDALRATCreateColumn at Base 1.8.0
+ GDALRATDumpReadable at Base 1.8.0
+ GDALRATGetColOfUsage at Base 1.8.0
+ GDALRATGetColumnCount at Base 1.8.0
+ GDALRATGetLinearBinning at Base 1.8.0
+ GDALRATGetNameOfCol at Base 1.8.0
+ GDALRATGetRowCount at Base 1.8.0
+ GDALRATGetRowOfValue at Base 1.8.0
+ GDALRATGetTableType at Base 2.4.0
+ GDALRATGetTypeOfCol at Base 1.8.0
+ GDALRATGetUsageOfCol at Base 1.8.0
+ GDALRATGetValueAsDouble at Base 1.8.0
+ GDALRATGetValueAsInt at Base 1.8.0
+ GDALRATGetValueAsString at Base 1.8.0
+ GDALRATInitializeFromColorTable at Base 1.8.0
+ GDALRATRemoveStatistics at Base 2.4.0
+ GDALRATSerializeJSON at Base 2.0.1
+ GDALRATSetLinearBinning at Base 1.8.0
+ GDALRATSetRowCount at Base 1.8.0
+ GDALRATSetTableType at Base 2.4.0
+ GDALRATSetValueAsDouble at Base 1.8.0
+ GDALRATSetValueAsInt at Base 1.8.0
+ GDALRATSetValueAsString at Base 1.8.0
+ GDALRATTranslateToColorTable at Base 1.8.0
+ GDALRATValuesIOAsDouble at Base 1.11.0
+ GDALRATValuesIOAsInteger at Base 1.11.0
+ GDALRATValuesIOAsString at Base 1.11.0
+ GDALRPCTransform at Base 1.8.0
+ GDALRasterAdviseRead at Base 1.8.0
+ GDALRasterBandAsMDArray at Base 3.1.0
+ GDALRasterBandCopyWholeRaster at Base 1.8.0
+ GDALRasterBandGetTiledVirtualMem at Base 1.11.0
+ GDALRasterBandGetVirtualMem at Base 1.11.0
+ GDALRasterIO at Base 1.8.0
+ GDALRasterIOEx at Base 2.0.1
+ GDALRasterize at Base 2.1.0
+ GDALRasterizeGeometries at Base 1.8.0
+ GDALRasterizeGeometriesInt64 at Base 3.5.0
+ GDALRasterizeLayers at Base 1.8.0
+ GDALRasterizeLayersBuf at Base 1.8.0
+ GDALRasterizeOptionsFree at Base 2.1.0
+ GDALRasterizeOptionsNew at Base 2.1.0
+ GDALRasterizeOptionsSetProgress at Base 2.1.0
+ GDALReadBlock at Base 1.8.0
+ GDALReadOziMapFile at Base 1.8.0
+ GDALReadTabFile at Base 1.8.0
+ GDALReadWorldFile2 at Base 1.9.0
+ GDALReadWorldFile at Base 1.8.0
+ GDALReferenceDataset at Base 1.8.0
+ GDALRegenerateOverviews at Base 1.8.0
+ GDALRegenerateOverviewsEx at Base 3.6.0
+ GDALRegisterDriver at Base 1.8.0
+ GDALRegisterPlugin at Base 3.8.0
+ GDALRegisterPlugins at Base 3.8.0
+ GDALRegister_AAIGrid at Base 1.8.0
+ GDALRegister_ACE2 at Base 1.9.0
+ GDALRegister_ADRG at Base 1.8.0
+ GDALRegister_AIGrid at Base 1.8.0
+ GDALRegister_ARG at Base 1.10.1
+ GDALRegister_AirSAR at Base 1.8.0
+ GDALRegister_BAG at Base 1.8.0
+ GDALRegister_BIGGIF at Base 1.8.0
+ GDALRegister_BLX at Base 1.8.0
+ GDALRegister_BMP at Base 1.8.0
+ GDALRegister_BSB at Base 1.8.0
+ GDALRegister_BT at Base 1.8.0
+ GDALRegister_BYN at Base 2.4.0
+ GDALRegister_CALS at Base 2.1.0
+ GDALRegister_CEOS at Base 1.8.0
+ GDALRegister_COASP at Base 1.8.0
+ GDALRegister_COG at Base 3.1.0
+ GDALRegister_COSAR at Base 1.8.0
+ GDALRegister_CPG at Base 1.8.0
+ GDALRegister_CTG at Base 1.9.0
+ GDALRegister_CTable2 at Base 1.10.1
+ GDALRegister_DAAS at Base 3.0.0
+ GDALRegister_DIMAP at Base 1.8.0
+ GDALRegister_DIPEx at Base 1.8.0
+ GDALRegister_DOQ1 at Base 1.8.0
+ GDALRegister_DOQ2 at Base 1.8.0
+ GDALRegister_DTED at Base 1.8.0
+ GDALRegister_Derived at Base 2.2.0
+ GDALRegister_ECRGTOC at Base 1.9.0
+ GDALRegister_EEDA at Base 2.4.0
+ GDALRegister_EEDAI at Base 2.4.0
+ GDALRegister_EHdr at Base 1.8.0
+ GDALRegister_EIR at Base 1.8.0
+ GDALRegister_ELAS at Base 1.8.0
+ GDALRegister_ENVI at Base 1.8.0
+ GDALRegister_ERS at Base 1.8.0
+ GDALRegister_ESRIC at Base 3.2.0
+ GDALRegister_Envisat at Base 1.8.0
+ GDALRegister_FAST at Base 1.8.0
+ GDALRegister_FIT at Base 1.8.0
+ GDALRegister_FITS at Base 2.4.2
+ GDALRegister_GFF at Base 1.8.0
+ GDALRegister_GIF at Base 1.8.0
+ GDALRegister_GRASSASCIIGrid at Base 1.9.0
+ GDALRegister_GRIB at Base 1.8.0
+ GDALRegister_GS7BG at Base 1.8.0
+ GDALRegister_GSAG at Base 1.8.0
+ GDALRegister_GSBG at Base 1.8.0
+ GDALRegister_GSC at Base 1.8.0
+ GDALRegister_GTX at Base 1.8.0
+ GDALRegister_GTiff at Base 1.8.0
+ GDALRegister_GXF at Base 1.8.0
+ GDALRegister_GenBin at Base 1.8.0
+ GDALRegister_HDF4 at Base 1.8.0
+ GDALRegister_HDF4Image at Base 1.8.0
+ GDALRegister_HDF5 at Base 1.8.0
+ GDALRegister_HDF5Image at Base 1.8.0
+ GDALRegister_HEIF at Base 3.2.0
+ GDALRegister_HF2 at Base 1.8.0
+ GDALRegister_HFA at Base 1.8.0
+ GDALRegister_HKV at Base 1.8.0
+ GDALRegister_HTTP at Base 1.8.0
+ GDALRegister_IDRISI at Base 1.8.0
+ GDALRegister_ILWIS at Base 1.8.0
+ GDALRegister_IRIS at Base 1.10.1
+ GDALRegister_ISCE at Base 2.1.0
+ GDALRegister_ISG at Base 3.1.0
+ GDALRegister_ISIS2 at Base 1.8.0
+ GDALRegister_ISIS3 at Base 1.8.0
+ GDALRegister_JDEM at Base 1.8.0
+ GDALRegister_JP2OpenJPEG at Base 1.11.2
+ GDALRegister_JPEG at Base 1.8.0
+ GDALRegister_KMLSUPEROVERLAY at Base 1.8.0
+ GDALRegister_KRO at Base 1.11.0
+ GDALRegister_L1B at Base 1.8.0
+ GDALRegister_LAN at Base 1.8.0
+ GDALRegister_LCP at Base 1.8.0
+ GDALRegister_LOSLAS at Base 1.8.0
+ GDALRegister_Leveller at Base 1.8.0
+ GDALRegister_MAP at Base 1.10.1
+ GDALRegister_MBTiles at Base 1.10.1
+ GDALRegister_MEM at Base 1.8.0
+ GDALRegister_MFF at Base 1.8.0
+ GDALRegister_MSGN at Base 1.8.0
+ GDALRegister_NDF at Base 1.8.0
+ GDALRegister_NGSGEOID at Base 1.9.0
+ GDALRegister_NITF at Base 1.8.0
+ GDALRegister_NOAA_B at Base 3.7.0
+ GDALRegister_NSIDCbin at Base 3.7.0
+ GDALRegister_NTv2 at Base 1.8.0
+ GDALRegister_NWT_GRC at Base 1.8.0
+ GDALRegister_NWT_GRD at Base 1.8.0
+ GDALRegister_OGCAPI at Base 3.2.0
+ GDALRegister_OZI at Base 1.8.0
+ GDALRegister_PALSARJaxa at Base 1.8.0
+ GDALRegister_PAux at Base 1.8.0
+ GDALRegister_PCIDSK at Base 1.8.0
+ GDALRegister_PCRaster at Base 1.8.0
+ GDALRegister_PDF at Base 1.9.0
+ GDALRegister_PDS4 at Base 2.3.0
+ GDALRegister_PDS at Base 1.8.0
+ GDALRegister_PLMOSAIC at Base 2.0.1
+ GDALRegister_PNG at Base 1.8.0
+ GDALRegister_PNM at Base 1.8.0
+ GDALRegister_PRF at Base 2.2.0
+ GDALRegister_PostGISRaster at Base 1.8.0
+ GDALRegister_R at Base 1.8.0
+ GDALRegister_RIK at Base 1.8.0
+ GDALRegister_RMF at Base 1.8.0
+ GDALRegister_ROIPAC at Base 2.0.1
+ GDALRegister_RPFTOC at Base 1.8.0
+ GDALRegister_RRASTER at Base 2.2.0
+ GDALRegister_RS2 at Base 1.8.0
+ GDALRegister_Rasterlite at Base 1.8.0
+ GDALRegister_S102 at Base 3.8.0
+ GDALRegister_SAFE at Base 2.1.0
+ GDALRegister_SAGA at Base 1.8.0
+ GDALRegister_SAR_CEOS at Base 1.8.0
+ GDALRegister_SDTS at Base 1.8.0
+ GDALRegister_SENTINEL2 at Base 2.1.0
+ GDALRegister_SGI at Base 1.8.0
+ GDALRegister_SIGDEM at Base 2.4.0
+ GDALRegister_SNODAS at Base 1.9.0
+ GDALRegister_SRP at Base 1.8.0
+ GDALRegister_SRTMHGT at Base 1.8.0
+ GDALRegister_STACIT at Base 3.4.0
+ GDALRegister_STACTA at Base 3.3.0
+ GDALRegister_TGA at Base 3.2.0
+ GDALRegister_TIL at Base 1.8.0
+ GDALRegister_TSX at Base 1.8.0
+ GDALRegister_Terragen at Base 1.8.0
+ GDALRegister_USGSDEM at Base 1.8.0
+ GDALRegister_VICAR at Base 2.0.1
+ GDALRegister_VRT at Base 1.8.0
+ GDALRegister_WCS at Base 1.8.0
+ GDALRegister_WEBP at Base 1.10.1
+ GDALRegister_WMS at Base 1.8.0
+ GDALRegister_WMTS at Base 2.1.0
+ GDALRegister_XPM at Base 1.8.0
+ GDALRegister_XYZ at Base 1.8.0
+ GDALRegister_ZMap at Base 1.9.0
+ GDALRegister_Zarr at Base 3.4.0
+ GDALRegister_mrf at Base 2.1.0
+ GDALRegister_netCDF at Base 1.8.0
+ GDALRelationshipCreate at Base 3.6.0
+ GDALRelationshipGetBackwardPathLabel at Base 3.6.0
+ GDALRelationshipGetCardinality at Base 3.6.0
+ GDALRelationshipGetForwardPathLabel at Base 3.6.0
+ GDALRelationshipGetLeftMappingTableFields at Base 3.6.0
+ GDALRelationshipGetLeftTableFields at Base 3.6.0
+ GDALRelationshipGetLeftTableName at Base 3.6.0
+ GDALRelationshipGetMappingTableName at Base 3.6.0
+ GDALRelationshipGetName at Base 3.6.0
+ GDALRelationshipGetRelatedTableType at Base 3.6.0
+ GDALRelationshipGetRightMappingTableFields at Base 3.6.0
+ GDALRelationshipGetRightTableFields at Base 3.6.0
+ GDALRelationshipGetRightTableName at Base 3.6.0
+ GDALRelationshipGetType at Base 3.6.0
+ GDALRelationshipSetBackwardPathLabel at Base 3.6.0
+ GDALRelationshipSetForwardPathLabel at Base 3.6.0
+ GDALRelationshipSetLeftMappingTableFields at Base 3.6.0
+ GDALRelationshipSetLeftTableFields at Base 3.6.0
+ GDALRelationshipSetMappingTableName at Base 3.6.0
+ GDALRelationshipSetRelatedTableType at Base 3.6.0
+ GDALRelationshipSetRightMappingTableFields at Base 3.6.0
+ GDALRelationshipSetRightTableFields at Base 3.6.0
+ GDALRelationshipSetType at Base 3.6.0
+ GDALReleaseArrays at Base 3.4.0
+ GDALReleaseAttributes at Base 3.1.0
+ GDALReleaseDataset at Base 2.2.0
+ GDALReleaseDimensions at Base 3.1.0
+ GDALRenameDataset at Base 1.8.0
+ GDALReprojectImage at Base 1.8.0
+ GDALReprojectionTransform at Base 1.8.0
+ GDALScaledProgress at Base 1.8.0
+ GDALSerializeTransformer at Base 1.8.0
+ GDALSerializeWarpOptions at Base 1.8.0
+ GDALSetCacheMax64 at Base 1.8.0
+ GDALSetCacheMax at Base 1.8.0
+ GDALSetColorEntry at Base 1.8.0
+ GDALSetDefaultHistogram at Base 1.8.0
+ GDALSetDefaultHistogramEx at Base 2.0.1
+ GDALSetDefaultRAT at Base 1.8.0
+ GDALSetDescription at Base 1.8.0
+ GDALSetGCPs2 at Base 3.0.0
+ GDALSetGCPs at Base 1.8.0
+ GDALSetGenImgProjTransformerDstGeoTransform at Base 1.8.0
+ GDALSetGeoTransform at Base 1.8.0
+ GDALSetMetadata at Base 1.8.0
+ GDALSetMetadataItem at Base 1.8.0
+ GDALSetProjection at Base 1.8.0
+ GDALSetRasterCategoryNames at Base 1.8.0
+ GDALSetRasterColorInterpretation at Base 1.8.0
+ GDALSetRasterColorTable at Base 1.8.0
+ GDALSetRasterNoDataValue at Base 1.8.0
+ GDALSetRasterNoDataValueAsInt64 at Base 3.5.0
+ GDALSetRasterNoDataValueAsUInt64 at Base 3.5.0
+ GDALSetRasterOffset at Base 1.8.0
+ GDALSetRasterScale at Base 1.8.0
+ GDALSetRasterStatistics at Base 1.8.0
+ GDALSetRasterUnitType at Base 1.8.0
+ GDALSetSpatialRef at Base 3.0.0
+ GDALSieveFilter at Base 1.8.0
+ GDALSimpleImageWarp at Base 1.8.0
+ GDALSubdatasetInfoGetPathComponent at Base 3.8.0
+ GDALSubdatasetInfoGetSubdatasetComponent at Base 3.8.0
+ GDALSubdatasetInfoModifyPathComponent at Base 3.8.0
+ GDALSuggestedWarpOutput2 at Base 1.8.0
+ GDALSuggestedWarpOutput at Base 1.8.0
+ GDALSwapWords at Base 1.8.0
+ GDALSwapWordsEx at Base 2.1.0
+ GDALTPSTransform at Base 1.8.0
+ GDALTermProgress at Base 1.8.0
+ GDALTransformGeolocations at Base 1.10.1
+ GDALTranslate at Base 2.1.0
+ GDALTranslateOptionsFree at Base 2.1.0
+ GDALTranslateOptionsNew at Base 2.1.0
+ GDALTranslateOptionsSetProgress at Base 2.1.0
+ GDALTriangulationComputeBarycentricCoefficients at Base 2.1.0
+ GDALTriangulationComputeBarycentricCoordinates at Base 2.1.0
+ GDALTriangulationCreateDelaunay at Base 2.1.0
+ GDALTriangulationFindFacetBruteForce at Base 2.1.0
+ GDALTriangulationFindFacetDirected at Base 2.1.0
+ GDALTriangulationFree at Base 2.1.0
+ GDALUseTransformer at Base 1.8.0
+ GDALValidateCreationOptions at Base 1.8.0
+ GDALVectorInfo at Base 3.7.0
+ GDALVectorInfoOptionsFree at Base 3.7.0
+ GDALVectorInfoOptionsNew at Base 3.7.0
+ GDALVectorTranslate at Base 2.1.0
+ GDALVectorTranslateOptionsFree at Base 2.1.0
+ GDALVectorTranslateOptionsNew at Base 2.1.0
+ GDALVectorTranslateOptionsSetProgress at Base 2.1.0
+ GDALVersionInfo at Base 1.8.0
+ GDALViewshedGenerate at Base 3.1.0
+ GDALWarp at Base 2.1.0
+ GDALWarpAppOptionsFree at Base 2.1.0
+ GDALWarpAppOptionsNew at Base 2.1.0
+ GDALWarpAppOptionsSetProgress at Base 2.1.0
+ GDALWarpAppOptionsSetQuiet at Base 2.3.0
+ GDALWarpAppOptionsSetWarpOption at Base 2.1.0
+ GDALWarpCutlineMasker at Base 1.8.0
+ GDALWarpCutlineMaskerEx at Base 3.6.3
+ GDALWarpDstAlphaMasker at Base 1.8.0
+ GDALWarpInitDefaultBandMapping at Base 2.3.0
+ GDALWarpInitDstNoDataImag at Base 2.3.0
+ GDALWarpInitDstNoDataReal at Base 2.3.0
+ GDALWarpInitNoDataReal at Base 2.3.0
+ GDALWarpInitSrcNoDataImag at Base 2.3.0
+ GDALWarpInitSrcNoDataReal at Base 2.3.0
+ GDALWarpNoDataMasker at Base 1.8.0
+ GDALWarpRegion at Base 1.8.0
+ GDALWarpRegionToBuffer at Base 1.8.0
+ GDALWarpResolveWorkingDataType at Base 2.3.0
+ GDALWarpSrcAlphaMasker at Base 1.8.0
+ GDALWarpSrcMaskMasker at Base 1.8.0
+ GDALWriteBlock at Base 1.8.0
+ GDALWriteWorldFile at Base 1.8.0
+ GDAL_CG_Create at Base 1.8.0
+ GDAL_CG_Destroy at Base 1.8.0
+ GDAL_CG_FeedLine at Base 1.8.0
+ GNMCastToGenericNetwork at Base 2.3.0
+ GNMCastToNetwork at Base 2.3.0
+ GNMChangeAllBlockState at Base 2.2.0
+ GNMChangeBlockState at Base 2.2.0
+ GNMConnectFeatures at Base 2.2.0
+ GNMConnectPointsByLines at Base 2.2.0
+ GNMCreateRule at Base 2.2.0
+ GNMDeleteAllRules at Base 2.2.0
+ GNMDeleteRule at Base 2.2.0
+ GNMDisconnectAll at Base 2.2.0
+ GNMDisconnectFeatures at Base 2.2.0
+ GNMDisconnectFeaturesWithId at Base 2.2.0
+ GNMGetFeatureByGlobalFID at Base 2.2.0
+ GNMGetName at Base 2.2.0
+ GNMGetPath at Base 2.2.0
+ GNMGetRules at Base 2.2.0
+ GNMGetVersion at Base 2.2.0
+ GNMReconnectFeatures at Base 2.2.0
+ GOA2GetAccessToken at Base 1.10.1
+ GOA2GetAccessTokenFromCloudEngineVM at Base 2.3.0
+ GOA2GetAccessTokenFromServiceAccount at Base 2.3.0
+ GOA2GetAuthorizationURL at Base 1.10.1
+ GOA2GetRefreshToken at Base 1.10.1
+ GTIFFBuildOverviews at Base 1.8.0
+ GTIFGetOGISDefn at Base 1.8.0
+ GTIFMemBufFromWkt at Base 1.8.0
+ GTIFSetFromOGISDefn at Base 1.8.0
+ GTIFWktFromMemBuf at Base 1.8.0
+ GetGDALDriverManager at Base 1.8.0
+ HFAAuxBuildOverviews at Base 1.8.0
+ HFAClose at Base 1.8.0
+ HFACreate at Base 1.8.0
+ HFACreateLL at Base 1.8.0
+ HFACreateOverview at Base 1.8.0
+ HFADumpDictionary at Base 1.8.0
+ HFADumpTree at Base 1.8.0
+ HFAEvaluateXFormStack at Base 1.8.0
+ HFAFlush at Base 1.8.0
+ HFAGetBandInfo at Base 1.8.0
+ HFAGetBandNoData at Base 1.8.0
+ HFAGetDataRange at Base 1.8.0
+ HFAGetDataTypeBits at Base 1.8.0
+ HFAGetDataTypeName at Base 1.8.0
+ HFAGetDatum at Base 1.8.0
+ HFAGetGeoTransform at Base 1.8.0
+ HFAGetIGEFilename at Base 1.8.0
+ HFAGetMapInfo at Base 1.8.0
+ HFAGetMetadata at Base 1.8.0
+ HFAGetOverviewCount at Base 1.8.0
+ HFAGetOverviewInfo at Base 1.8.0
+ HFAGetOverviewRasterBlock at Base 1.8.0
+ HFAGetOverviewRasterBlockEx at Base 1.8.0
+ HFAGetPCT at Base 1.8.0
+ HFAGetPEString at Base 1.8.0
+ HFAGetProParameters at Base 1.8.0
+ HFAGetRasterBlock at Base 1.8.0
+ HFAGetRasterBlockEx at Base 1.8.0
+ HFAGetRasterInfo at Base 1.8.0
+ HFAOpen at Base 1.8.0
+ HFAReadCameraModel at Base 1.8.0
+ HFAReadElevationUnit at Base 2.2.0
+ HFAReadXFormStack at Base 1.8.0
+ HFASetBandNoData at Base 1.8.0
+ HFASetDatum at Base 1.8.0
+ HFASetGeoTransform at Base 1.8.0
+ HFASetMapInfo at Base 1.8.0
+ HFASetMetadata at Base 1.8.0
+ HFASetOverviewRasterBlock at Base 1.8.0
+ HFASetPCT at Base 1.8.0
+ HFASetPEString at Base 1.8.0
+ HFASetProParameters at Base 1.8.0
+ HFASetRasterBlock at Base 1.8.0
+ HFAWriteXFormStack at Base 1.8.0
+ LibgeotiffOneTimeInit at Base 1.10.1
+ MEMCreateRasterBand at Base 1.8.0
+ MEMCreateRasterBandEx at Base 2.1.0
+ NITFClose at Base 1.8.0
+ NITFCollectAttachments at Base 1.8.0
+ NITFCreate at Base 1.8.0
+ NITFDESAccess at Base 1.8.0
+ NITFDESDeaccess at Base 1.8.0
+ NITFDESExtractShapefile at Base 1.8.0
+ NITFDESFreeTREData at Base 1.8.0
+ NITFDESGetTRE at Base 1.8.0
+ NITFDESGetXml at Base 3.3.0
+ NITFFindTRE at Base 1.8.0
+ NITFFindTREByIndex at Base 1.8.0
+ NITFGetSeriesInfo at Base 1.8.0
+ NITFIHFieldOffset at Base 1.8.0
+ NITFImageAccess at Base 1.8.0
+ NITFImageDeaccess at Base 1.8.0
+ NITFOpen at Base 1.8.0
+ NITFRPCGeoToImage at Base 1.8.0
+ NITFReadBLOCKA at Base 1.8.0
+ NITFReadCSEXRA at Base 1.9.0
+ NITFReadICHIPB at Base 1.8.0
+ NITFReadImageBlock at Base 1.8.0
+ NITFReadImageLine at Base 1.8.0
+ NITFReadPIAIMC at Base 1.9.0
+ NITFReadRPC00B at Base 1.8.0
+ NITFReadSTDIDC at Base 1.8.0
+ NITFReadUSE00A at Base 1.8.0
+ NITFReconcileAttachments at Base 1.8.0
+ NITFWriteIGEOLO at Base 1.8.0
+ NITFWriteImageBlock at Base 1.8.0
+ NITFWriteImageLine at Base 1.8.0
+ NITFWriteLUT at Base 1.8.0
+ NITF_WGS84_Geocentric_Latitude_To_Geodetic_Latitude at Base 1.8.0
+ OCTClone at Base 3.4.0
+ OCTCoordinateTransformationOptionsSetAreaOfInterest at Base 3.0.0
+ OCTCoordinateTransformationOptionsSetBallparkAllowed at Base 3.3.0
+ OCTCoordinateTransformationOptionsSetDesiredAccuracy at Base 3.3.0
+ OCTCoordinateTransformationOptionsSetOnlyBest at Base 3.8.0
+ OCTCoordinateTransformationOptionsSetOperation at Base 3.0.0
+ OCTDestroyCoordinateTransformation at Base 1.8.0
+ OCTDestroyCoordinateTransformationOptions at Base 3.0.0
+ OCTGetInverse at Base 3.4.0
+ OCTGetSourceCS at Base 3.4.0
+ OCTGetTargetCS at Base 3.4.0
+ OCTNewCoordinateTransformation at Base 1.8.0
+ OCTNewCoordinateTransformationEx at Base 3.0.0
+ OCTNewCoordinateTransformationOptions at Base 3.0.0
+ OCTTransform4D at Base 3.0.0
+ OCTTransform4DWithErrorCodes at Base 3.3.0
+ OCTTransform at Base 1.8.0
+ OCTTransformBounds at Base 3.4.0
+ OCTTransformEx at Base 1.8.0
+ OGR2SQLITE_static_register at Base 1.10.1
+ OGRBuildPolygonFromEdges at Base 1.8.0
+ OGRCalloc at Base 1.8.0
+ OGRCleanupAll at Base 1.8.0
+ OGRContourWriter at Base 1.8.0
+ OGRCreatePreparedGeometry at Base 3.3.0
+ OGRDeregisterDriver at Base 1.8.0
+ OGRDestroyPreparedGeometry at Base 3.3.0
+ OGRFree at Base 1.8.0
+ OGRGeocode at Base 1.10.1
+ OGRGeocodeCreateSession at Base 1.10.1
+ OGRGeocodeDestroySession at Base 1.10.1
+ OGRGeocodeFreeResult at Base 1.10.1
+ OGRGeocodeReverse at Base 1.10.1
+ OGRGeometryTypeToName at Base 1.8.0
+ OGRGetDriver at Base 1.8.0
+ OGRGetDriverByName at Base 1.8.0
+ OGRGetDriverCount at Base 1.8.0
+ OGRGetGEOSVersion at Base 3.4.0
+ OGRGetGenerate_DB2_V72_BYTE_ORDER at Base 1.8.0
+ OGRGetNonLinearGeometriesEnabledFlag at Base 2.0.1
+ OGRGetOpenDS at Base 1.8.0
+ OGRGetOpenDSCount at Base 1.8.0
+ OGRHasPreparedGeometrySupport at Base 3.3.0
+ OGRMalloc at Base 1.8.0
+ OGRMergeGeometryTypes at Base 1.8.0
+ OGRMergeGeometryTypesEx at Base 2.0.1
+ OGROpen at Base 1.8.0
+ OGROpenShared at Base 1.8.0
+ OGRParseDate at Base 1.8.0
+ OGRPreparedGeometryContains at Base 3.3.0
+ OGRPreparedGeometryIntersects at Base 3.3.0
+ OGRRealloc at Base 1.8.0
+ OGRRegisterAll at Base 1.8.0
+ OGRRegisterDriver at Base 1.8.0
+ OGRReleaseDataSource at Base 1.8.0
+ OGRSetGenerate_DB2_V72_BYTE_ORDER at Base 1.8.0
+ OGRSetNonLinearGeometriesEnabledFlag at Base 2.0.1
+ OGR_AreTypeSubTypeCompatible at Base 2.0.1
+ OGR_CodedFldDomain_Create at Base 3.3.0
+ OGR_CodedFldDomain_GetEnumeration at Base 3.3.0
+ OGR_DS_CopyLayer at Base 1.8.0
+ OGR_DS_CreateLayer at Base 1.8.0
+ OGR_DS_DeleteLayer at Base 1.8.0
+ OGR_DS_Dereference at Base 1.8.0
+ OGR_DS_Destroy at Base 1.8.0
+ OGR_DS_ExecuteSQL at Base 1.8.0
+ OGR_DS_GetDriver at Base 1.8.0
+ OGR_DS_GetLayer at Base 1.8.0
+ OGR_DS_GetLayerByName at Base 1.8.0
+ OGR_DS_GetLayerCount at Base 1.8.0
+ OGR_DS_GetName at Base 1.8.0
+ OGR_DS_GetRefCount at Base 1.8.0
+ OGR_DS_GetStyleTable at Base 1.8.0
+ OGR_DS_GetSummaryRefCount at Base 1.8.0
+ OGR_DS_Reference at Base 1.8.0
+ OGR_DS_ReleaseResultSet at Base 1.8.0
+ OGR_DS_SetStyleTable at Base 1.8.0
+ OGR_DS_SetStyleTableDirectly at Base 1.8.0
+ OGR_DS_SyncToDisk at Base 1.8.0
+ OGR_DS_TestCapability at Base 1.8.0
+ OGR_Dr_CopyDataSource at Base 1.8.0
+ OGR_Dr_CreateDataSource at Base 1.8.0
+ OGR_Dr_DeleteDataSource at Base 1.8.0
+ OGR_Dr_GetName at Base 1.8.0
+ OGR_Dr_Open at Base 1.8.0
+ OGR_Dr_TestCapability at Base 1.8.0
+ OGR_FD_AddFieldDefn at Base 1.8.0
+ OGR_FD_AddGeomFieldDefn at Base 1.11.0
+ OGR_FD_Create at Base 1.8.0
+ OGR_FD_DeleteFieldDefn at Base 1.9.0
+ OGR_FD_DeleteGeomFieldDefn at Base 1.11.0
+ OGR_FD_Dereference at Base 1.8.0
+ OGR_FD_Destroy at Base 1.8.0
+ OGR_FD_GetFieldCount at Base 1.8.0
+ OGR_FD_GetFieldDefn at Base 1.8.0
+ OGR_FD_GetFieldIndex at Base 1.8.0
+ OGR_FD_GetGeomFieldCount at Base 1.11.0
+ OGR_FD_GetGeomFieldDefn at Base 1.11.0
+ OGR_FD_GetGeomFieldIndex at Base 1.11.0
+ OGR_FD_GetGeomType at Base 1.8.0
+ OGR_FD_GetName at Base 1.8.0
+ OGR_FD_GetReferenceCount at Base 1.8.0
+ OGR_FD_IsGeometryIgnored at Base 1.8.0
+ OGR_FD_IsSame at Base 1.11.0
+ OGR_FD_IsStyleIgnored at Base 1.8.0
+ OGR_FD_Reference at Base 1.8.0
+ OGR_FD_Release at Base 1.8.0
+ OGR_FD_ReorderFieldDefns at Base 2.1.0
+ OGR_FD_SetGeomType at Base 1.8.0
+ OGR_FD_SetGeometryIgnored at Base 1.8.0
+ OGR_FD_SetStyleIgnored at Base 1.8.0
+ OGR_F_Clone at Base 1.8.0
+ OGR_F_Create at Base 1.8.0
+ OGR_F_Destroy at Base 1.8.0
+ OGR_F_DumpReadable at Base 1.8.0
+ OGR_F_DumpReadableAsString at Base 3.8.0
+ OGR_F_Equal at Base 1.8.0
+ OGR_F_FillUnsetWithDefault at Base 2.0.1
+ OGR_F_GetDefnRef at Base 1.8.0
+ OGR_F_GetFID at Base 1.8.0
+ OGR_F_GetFieldAsBinary at Base 1.8.0
+ OGR_F_GetFieldAsDateTime at Base 1.8.0
+ OGR_F_GetFieldAsDateTimeEx at Base 2.0.1
+ OGR_F_GetFieldAsDouble at Base 1.8.0
+ OGR_F_GetFieldAsDoubleList at Base 1.8.0
+ OGR_F_GetFieldAsISO8601DateTime at Base 3.7.0
+ OGR_F_GetFieldAsInteger64 at Base 2.0.1
+ OGR_F_GetFieldAsInteger64List at Base 2.0.1
+ OGR_F_GetFieldAsInteger at Base 1.8.0
+ OGR_F_GetFieldAsIntegerList at Base 1.8.0
+ OGR_F_GetFieldAsString at Base 1.8.0
+ OGR_F_GetFieldAsStringList at Base 1.8.0
+ OGR_F_GetFieldCount at Base 1.8.0
+ OGR_F_GetFieldDefnRef at Base 1.8.0
+ OGR_F_GetFieldIndex at Base 1.8.0
+ OGR_F_GetGeomFieldCount at Base 1.11.0
+ OGR_F_GetGeomFieldDefnRef at Base 1.11.0
+ OGR_F_GetGeomFieldIndex at Base 1.11.0
+ OGR_F_GetGeomFieldRef at Base 1.11.0
+ OGR_F_GetGeometryRef at Base 1.8.0
+ OGR_F_GetNativeData at Base 2.1.0
+ OGR_F_GetNativeMediaType at Base 2.1.0
+ OGR_F_GetRawFieldRef at Base 1.8.0
+ OGR_F_GetStyleString at Base 1.8.0
+ OGR_F_GetStyleTable at Base 1.8.0
+ OGR_F_IsFieldNull at Base 2.2.0
+ OGR_F_IsFieldSet at Base 1.8.0
+ OGR_F_IsFieldSetAndNotNull at Base 2.2.0
+ OGR_F_SetFID at Base 1.8.0
+ OGR_F_SetFieldBinary at Base 1.8.0
+ OGR_F_SetFieldDateTime at Base 1.8.0
+ OGR_F_SetFieldDateTimeEx at Base 2.0.1
+ OGR_F_SetFieldDouble at Base 1.8.0
+ OGR_F_SetFieldDoubleList at Base 1.8.0
+ OGR_F_SetFieldInteger64 at Base 2.0.1
+ OGR_F_SetFieldInteger64List at Base 2.0.1
+ OGR_F_SetFieldInteger at Base 1.8.0
+ OGR_F_SetFieldIntegerList at Base 1.8.0
+ OGR_F_SetFieldNull at Base 2.2.0
+ OGR_F_SetFieldRaw at Base 1.8.0
+ OGR_F_SetFieldString at Base 1.8.0
+ OGR_F_SetFieldStringList at Base 1.8.0
+ OGR_F_SetFrom at Base 1.8.0
+ OGR_F_SetFromWithMap at Base 1.8.0
+ OGR_F_SetGeomField at Base 1.11.0
+ OGR_F_SetGeomFieldDirectly at Base 1.11.0
+ OGR_F_SetGeometry at Base 1.8.0
+ OGR_F_SetGeometryDirectly at Base 1.8.0
+ OGR_F_SetNativeData at Base 2.1.0
+ OGR_F_SetNativeMediaType at Base 2.1.0
+ OGR_F_SetStyleString at Base 1.8.0
+ OGR_F_SetStyleStringDirectly at Base 1.8.0
+ OGR_F_SetStyleTable at Base 1.8.0
+ OGR_F_SetStyleTableDirectly at Base 1.8.0
+ OGR_F_StealGeometry at Base 1.8.0
+ OGR_F_StealGeometryEx at Base 3.5.0
+ OGR_F_UnsetField at Base 1.8.0
+ OGR_F_Validate at Base 2.0.1
+ OGR_FldDomain_Destroy at Base 3.3.0
+ OGR_FldDomain_GetDescription at Base 3.3.0
+ OGR_FldDomain_GetDomainType at Base 3.3.0
+ OGR_FldDomain_GetFieldSubType at Base 3.3.0
+ OGR_FldDomain_GetFieldType at Base 3.3.0
+ OGR_FldDomain_GetMergePolicy at Base 3.3.0
+ OGR_FldDomain_GetName at Base 3.3.0
+ OGR_FldDomain_GetSplitPolicy at Base 3.3.0
+ OGR_FldDomain_SetMergePolicy at Base 3.3.0
+ OGR_FldDomain_SetSplitPolicy at Base 3.3.0
+ OGR_Fld_Create at Base 1.8.0
+ OGR_Fld_Destroy at Base 1.8.0
+ OGR_Fld_GetAlternativeNameRef at Base 3.2.0
+ OGR_Fld_GetComment at Base 3.7.0
+ OGR_Fld_GetDefault at Base 2.0.1
+ OGR_Fld_GetDomainName at Base 3.3.0
+ OGR_Fld_GetJustify at Base 1.8.0
+ OGR_Fld_GetNameRef at Base 1.8.0
+ OGR_Fld_GetPrecision at Base 1.8.0
+ OGR_Fld_GetSubType at Base 2.0.1
+ OGR_Fld_GetTZFlag at Base 3.8.0
+ OGR_Fld_GetType at Base 1.8.0
+ OGR_Fld_GetWidth at Base 1.8.0
+ OGR_Fld_IsDefaultDriverSpecific at Base 2.0.1
+ OGR_Fld_IsIgnored at Base 1.8.0
+ OGR_Fld_IsNullable at Base 2.0.1
+ OGR_Fld_IsUnique at Base 3.2.0
+ OGR_Fld_Set at Base 1.8.0
+ OGR_Fld_SetAlternativeName at Base 3.2.0
+ OGR_Fld_SetComment at Base 3.7.0
+ OGR_Fld_SetDefault at Base 2.0.1
+ OGR_Fld_SetDomainName at Base 3.3.0
+ OGR_Fld_SetIgnored at Base 1.8.0
+ OGR_Fld_SetJustify at Base 1.8.0
+ OGR_Fld_SetName at Base 1.8.0
+ OGR_Fld_SetNullable at Base 2.0.1
+ OGR_Fld_SetPrecision at Base 1.8.0
+ OGR_Fld_SetSubType at Base 2.0.1
+ OGR_Fld_SetTZFlag at Base 3.8.0
+ OGR_Fld_SetType at Base 1.8.0
+ OGR_Fld_SetUnique at Base 3.2.0
+ OGR_Fld_SetWidth at Base 1.8.0
+ OGR_GFld_Create at Base 1.11.0
+ OGR_GFld_Destroy at Base 1.11.0
+ OGR_GFld_GetNameRef at Base 1.11.0
+ OGR_GFld_GetSpatialRef at Base 1.11.0
+ OGR_GFld_GetType at Base 1.11.0
+ OGR_GFld_IsIgnored at Base 1.11.0
+ OGR_GFld_IsNullable at Base 2.0.1
+ OGR_GFld_SetIgnored at Base 1.11.0
+ OGR_GFld_SetName at Base 1.11.0
+ OGR_GFld_SetNullable at Base 2.0.1
+ OGR_GFld_SetSpatialRef at Base 1.11.0
+ OGR_GFld_SetType at Base 1.11.0
+ OGR_GT_Flatten at Base 2.0.1
+ OGR_GT_GetCollection at Base 2.0.1
+ OGR_GT_GetCurve at Base 2.0.1
+ OGR_GT_GetLinear at Base 2.0.1
+ OGR_GT_HasM at Base 2.1.0
+ OGR_GT_HasZ at Base 2.0.1
+ OGR_GT_IsCurve at Base 2.0.1
+ OGR_GT_IsNonLinear at Base 2.0.1
+ OGR_GT_IsSubClassOf at Base 2.0.1
+ OGR_GT_IsSurface at Base 2.0.1
+ OGR_GT_SetM at Base 2.1.0
+ OGR_GT_SetModifier at Base 2.0.1
+ OGR_GT_SetZ at Base 2.0.1
+ OGR_G_AddGeometry at Base 1.8.0
+ OGR_G_AddGeometryDirectly at Base 1.8.0
+ OGR_G_AddPoint at Base 1.8.0
+ OGR_G_AddPointM at Base 2.1.0
+ OGR_G_AddPointZM at Base 2.1.0
+ OGR_G_AddPoint_2D at Base 1.8.0
+ OGR_G_ApproximateArcAngles at Base 1.8.0
+ OGR_G_Area at Base 1.8.0
+ OGR_G_AssignSpatialReference at Base 1.8.0
+ OGR_G_Boundary at Base 1.8.0
+ OGR_G_Buffer at Base 1.8.0
+ OGR_G_Centroid at Base 1.8.0
+ OGR_G_Clone at Base 1.8.0
+ OGR_G_CloseRings at Base 1.8.0
+ OGR_G_ConcaveHull at Base 3.6.0
+ OGR_G_Contains at Base 1.8.0
+ OGR_G_ConvexHull at Base 1.8.0
+ OGR_G_CoordinateDimension at Base 2.1.0
+ OGR_G_CreateFromFgf at Base 1.8.0
+ OGR_G_CreateFromGML at Base 1.8.0
+ OGR_G_CreateFromGMLTree at Base 1.8.0
+ OGR_G_CreateFromWkb at Base 1.8.0
+ OGR_G_CreateFromWkbEx at Base 3.3.0
+ OGR_G_CreateFromWkt at Base 1.8.0
+ OGR_G_CreateGeometry at Base 1.8.0
+ OGR_G_CreateGeometryFromEsriJson at Base 3.1.0
+ OGR_G_CreateGeometryFromJson at Base 1.8.0
+ OGR_G_Crosses at Base 1.8.0
+ OGR_G_DelaunayTriangulation at Base 2.1.0
+ OGR_G_DestroyGeometry at Base 1.8.0
+ OGR_G_Difference at Base 1.8.0
+ OGR_G_Disjoint at Base 1.8.0
+ OGR_G_Distance3D at Base 2.2.0
+ OGR_G_Distance at Base 1.8.0
+ OGR_G_DumpReadable at Base 1.8.0
+ OGR_G_Empty at Base 1.8.0
+ OGR_G_Equal at Base 1.8.0
+ OGR_G_Equals at Base 1.8.0
+ OGR_G_ExportEnvelopeToGMLTree at Base 1.8.0
+ OGR_G_ExportToGML at Base 1.8.0
+ OGR_G_ExportToGMLEx at Base 1.8.0
+ OGR_G_ExportToGMLTree at Base 1.8.0
+ OGR_G_ExportToIsoWkb at Base 2.0.1
+ OGR_G_ExportToIsoWkt at Base 2.0.1
+ OGR_G_ExportToJson at Base 1.8.0
+ OGR_G_ExportToJsonEx at Base 1.9.0
+ OGR_G_ExportToKML at Base 1.8.0
+ OGR_G_ExportToWkb at Base 1.8.0
+ OGR_G_ExportToWkt at Base 1.8.0
+ OGR_G_FlattenTo2D at Base 1.8.0
+ OGR_G_ForceTo at Base 2.0.1
+ OGR_G_ForceToLineString at Base 1.10.1
+ OGR_G_ForceToMultiLineString at Base 1.8.0
+ OGR_G_ForceToMultiPoint at Base 1.8.0
+ OGR_G_ForceToMultiPolygon at Base 1.8.0
+ OGR_G_ForceToPolygon at Base 1.8.0
+ OGR_G_GetArea at Base 1.8.0
+ OGR_G_GetBoundary at Base 1.8.0
+ OGR_G_GetCoordinateDimension at Base 1.8.0
+ OGR_G_GetCurveGeometry at Base 2.0.1
+ OGR_G_GetDimension at Base 1.8.0
+ OGR_G_GetEnvelope3D at Base 1.9.0
+ OGR_G_GetEnvelope at Base 1.8.0
+ OGR_G_GetGeometryCount at Base 1.8.0
+ OGR_G_GetGeometryName at Base 1.8.0
+ OGR_G_GetGeometryRef at Base 1.8.0
+ OGR_G_GetGeometryType at Base 1.8.0
+ OGR_G_GetLinearGeometry at Base 2.0.1
+ OGR_G_GetM at Base 2.1.0
+ OGR_G_GetPoint at Base 1.8.0
+ OGR_G_GetPointCount at Base 1.8.0
+ OGR_G_GetPointZM at Base 2.1.0
+ OGR_G_GetPoints at Base 1.9.0
+ OGR_G_GetPointsZM at Base 2.1.0
+ OGR_G_GetSpatialReference at Base 1.8.0
+ OGR_G_GetX at Base 1.8.0
+ OGR_G_GetY at Base 1.8.0
+ OGR_G_GetZ at Base 1.8.0
+ OGR_G_HasCurveGeometry at Base 2.0.1
+ OGR_G_ImportFromWkb at Base 1.8.0
+ OGR_G_ImportFromWkt at Base 1.8.0
+ OGR_G_Intersect at Base 1.8.0
+ OGR_G_Intersection at Base 1.8.0
+ OGR_G_Intersects at Base 1.8.0
+ OGR_G_Is3D at Base 2.1.0
+ OGR_G_IsClockwise at Base 3.8.0
+ OGR_G_IsEmpty at Base 1.8.0
+ OGR_G_IsMeasured at Base 2.1.0
+ OGR_G_IsRing at Base 1.8.0
+ OGR_G_IsSimple at Base 1.8.0
+ OGR_G_IsValid at Base 1.8.0
+ OGR_G_Length at Base 1.8.0
+ OGR_G_MakeValid at Base 3.0.0
+ OGR_G_MakeValidEx at Base 3.4.0
+ OGR_G_Normalize at Base 3.3.0
+ OGR_G_Overlaps at Base 1.8.0
+ OGR_G_PointOnSurface at Base 1.10.1
+ OGR_G_Polygonize at Base 1.9.0
+ OGR_G_RemoveGeometry at Base 1.8.0
+ OGR_G_RemoveLowerDimensionSubGeoms at Base 3.1.0
+ OGR_G_Segmentize at Base 1.8.0
+ OGR_G_Set3D at Base 2.1.0
+ OGR_G_SetCoordinateDimension at Base 1.8.0
+ OGR_G_SetMeasured at Base 2.1.0
+ OGR_G_SetPoint at Base 1.8.0
+ OGR_G_SetPointCount at Base 1.11.0
+ OGR_G_SetPointM at Base 2.1.0
+ OGR_G_SetPointZM at Base 2.1.0
+ OGR_G_SetPoint_2D at Base 1.8.0
+ OGR_G_SetPoints at Base 1.11.0
+ OGR_G_SetPointsZM at Base 2.1.0
+ OGR_G_Simplify at Base 1.8.0
+ OGR_G_SimplifyPreserveTopology at Base 1.9.0
+ OGR_G_SwapXY at Base 2.3.0
+ OGR_G_SymDifference at Base 1.8.0
+ OGR_G_SymmetricDifference at Base 1.8.0
+ OGR_G_Touches at Base 1.8.0
+ OGR_G_Transform at Base 1.8.0
+ OGR_G_TransformTo at Base 1.8.0
+ OGR_G_UnaryUnion at Base 3.7.0
+ OGR_G_Union at Base 1.8.0
+ OGR_G_UnionCascaded at Base 1.8.0
+ OGR_G_Value at Base 2.0.1
+ OGR_G_Within at Base 1.8.0
+ OGR_G_WkbSize at Base 1.8.0
+ OGR_G_WkbSizeEx at Base 3.3.0
+ OGR_GeomTransformer_Create at Base 3.1.0
+ OGR_GeomTransformer_Destroy at Base 3.1.0
+ OGR_GeomTransformer_Transform at Base 3.1.0
+ OGR_GetFieldSubTypeName at Base 2.0.1
+ OGR_GetFieldTypeName at Base 1.8.0
+ OGR_GlobFldDomain_Create at Base 3.3.0
+ OGR_GlobFldDomain_GetGlob at Base 3.3.0
+ OGR_L_AlterFieldDefn at Base 1.9.0
+ OGR_L_AlterGeomFieldDefn at Base 3.6.0
+ OGR_L_Clip at Base 1.10.1
+ OGR_L_CommitTransaction at Base 1.8.0
+ OGR_L_CreateFeature at Base 1.8.0
+ OGR_L_CreateField at Base 1.8.0
+ OGR_L_CreateFieldFromArrowSchema at Base 3.8.0
+ OGR_L_CreateGeomField at Base 1.11.0
+ OGR_L_DeleteFeature at Base 1.8.0
+ OGR_L_DeleteField at Base 1.9.0
+ OGR_L_Dereference at Base 1.8.0
+ OGR_L_Erase at Base 1.10.1
+ OGR_L_FindFieldIndex at Base 1.11.0
+ OGR_L_GetArrowStream at Base 3.6.0
+ OGR_L_GetExtent at Base 1.8.0
+ OGR_L_GetExtentEx at Base 1.11.0
+ OGR_L_GetFIDColumn at Base 1.8.0
+ OGR_L_GetFeature at Base 1.8.0
+ OGR_L_GetFeatureCount at Base 1.8.0
+ OGR_L_GetFeaturesRead at Base 1.8.0
+ OGR_L_GetGeomType at Base 1.8.0
+ OGR_L_GetGeometryColumn at Base 1.8.0
+ OGR_L_GetGeometryTypes at Base 3.6.0
+ OGR_L_GetLayerDefn at Base 1.8.0
+ OGR_L_GetName at Base 1.8.0
+ OGR_L_GetNextFeature at Base 1.8.0
+ OGR_L_GetRefCount at Base 1.8.0
+ OGR_L_GetSpatialFilter at Base 1.8.0
+ OGR_L_GetSpatialRef at Base 1.8.0
+ OGR_L_GetStyleTable at Base 1.8.0
+ OGR_L_GetSupportedSRSList at Base 3.7.0
+ OGR_L_Identity at Base 1.10.1
+ OGR_L_Intersection at Base 1.10.1
+ OGR_L_IsArrowSchemaSupported at Base 3.8.0
+ OGR_L_Reference at Base 1.8.0
+ OGR_L_Rename at Base 3.5.0
+ OGR_L_ReorderField at Base 1.9.0
+ OGR_L_ReorderFields at Base 1.9.0
+ OGR_L_ResetReading at Base 1.8.0
+ OGR_L_RollbackTransaction at Base 1.8.0
+ OGR_L_SetActiveSRS at Base 3.7.0
+ OGR_L_SetAttributeFilter at Base 1.8.0
+ OGR_L_SetFeature at Base 1.8.0
+ OGR_L_SetIgnoredFields at Base 1.8.0
+ OGR_L_SetNextByIndex at Base 1.8.0
+ OGR_L_SetSpatialFilter at Base 1.8.0
+ OGR_L_SetSpatialFilterEx at Base 1.11.0
+ OGR_L_SetSpatialFilterRect at Base 1.8.0
+ OGR_L_SetSpatialFilterRectEx at Base 1.11.0
+ OGR_L_SetStyleTable at Base 1.8.0
+ OGR_L_SetStyleTableDirectly at Base 1.8.0
+ OGR_L_StartTransaction at Base 1.8.0
+ OGR_L_SymDifference at Base 1.10.1
+ OGR_L_SyncToDisk at Base 1.8.0
+ OGR_L_TestCapability at Base 1.8.0
+ OGR_L_Union at Base 1.10.1
+ OGR_L_Update at Base 1.10.1
+ OGR_L_UpdateFeature at Base 3.7.0
+ OGR_L_UpsertFeature at Base 3.6.0
+ OGR_L_WriteArrowBatch at Base 3.8.0
+ OGR_RangeFldDomain_Create at Base 3.3.0
+ OGR_RangeFldDomain_GetMax at Base 3.3.0
+ OGR_RangeFldDomain_GetMin at Base 3.3.0
+ OGR_RawField_IsNull at Base 2.2.0
+ OGR_RawField_IsUnset at Base 2.2.0
+ OGR_RawField_SetNull at Base 2.2.0
+ OGR_RawField_SetUnset at Base 2.2.0
+ OGR_SM_AddPart at Base 1.8.0
+ OGR_SM_AddStyle at Base 1.8.0
+ OGR_SM_Create at Base 1.8.0
+ OGR_SM_Destroy at Base 1.8.0
+ OGR_SM_GetPart at Base 1.8.0
+ OGR_SM_GetPartCount at Base 1.8.0
+ OGR_SM_InitFromFeature at Base 1.8.0
+ OGR_SM_InitStyleString at Base 1.8.0
+ OGR_STBL_AddStyle at Base 1.11.0
+ OGR_STBL_Create at Base 1.8.0
+ OGR_STBL_Destroy at Base 1.8.0
+ OGR_STBL_Find at Base 1.8.0
+ OGR_STBL_GetLastStyleName at Base 1.8.0
+ OGR_STBL_GetNextStyle at Base 1.8.0
+ OGR_STBL_LoadStyleTable at Base 1.8.0
+ OGR_STBL_ResetStyleStringReading at Base 1.8.0
+ OGR_STBL_SaveStyleTable at Base 1.8.0
+ OGR_ST_Create at Base 1.8.0
+ OGR_ST_Destroy at Base 1.8.0
+ OGR_ST_GetParamDbl at Base 1.8.0
+ OGR_ST_GetParamNum at Base 1.8.0
+ OGR_ST_GetParamStr at Base 1.8.0
+ OGR_ST_GetRGBFromString at Base 1.8.0
+ OGR_ST_GetStyleString at Base 1.8.0
+ OGR_ST_GetType at Base 1.8.0
+ OGR_ST_GetUnit at Base 1.8.0
+ OGR_ST_SetParamDbl at Base 1.8.0
+ OGR_ST_SetParamNum at Base 1.8.0
+ OGR_ST_SetParamStr at Base 1.8.0
+ OGR_ST_SetUnit at Base 1.8.0
+ OSRAddGuessedTOWGS84 at Base 3.0.3
+ OSRAutoIdentifyEPSG at Base 1.8.0
+ OSRAxisEnumToName at Base 1.8.0
+ OSRCalcInvFlattening at Base 2.0.1
+ OSRCalcSemiMinorFromInvFlattening at Base 2.0.1
+ OSRCleanup at Base 1.8.0
+ OSRClone at Base 1.8.0
+ OSRCloneGeogCS at Base 1.8.0
+ OSRConvertToOtherProjection at Base 2.3.0
+ OSRCopyGeogCSFrom at Base 1.8.0
+ OSRDemoteTo2D at Base 3.2.0
+ OSRDereference at Base 1.8.0
+ OSRDestroyCRSInfoList at Base 3.0.0
+ OSRDestroySpatialReference at Base 1.8.0
+ OSREPSGTreatsAsLatLong at Base 1.8.0
+ OSREPSGTreatsAsNorthingEasting at Base 1.10.1
+ OSRExportToERM at Base 1.8.0
+ OSRExportToMICoordSys at Base 1.8.0
+ OSRExportToPCI at Base 1.8.0
+ OSRExportToPROJJSON at Base 3.1.0
+ OSRExportToPanorama at Base 1.8.0
+ OSRExportToPrettyWkt at Base 1.8.0
+ OSRExportToProj4 at Base 1.8.0
+ OSRExportToUSGS at Base 1.8.0
+ OSRExportToWkt at Base 1.8.0
+ OSRExportToWktEx at Base 3.0.0
+ OSRExportToXML at Base 1.8.0
+ OSRFindMatches at Base 2.3.0
+ OSRFreeSRSArray at Base 2.3.0
+ OSRGetAngularUnits at Base 1.8.0
+ OSRGetAreaOfUse at Base 3.0.0
+ OSRGetAttrValue at Base 1.8.0
+ OSRGetAuthorityCode at Base 1.8.0
+ OSRGetAuthorityName at Base 1.8.0
+ OSRGetAxesCount at Base 3.1.0
+ OSRGetAxis at Base 1.8.0
+ OSRGetAxisMappingStrategy at Base 3.0.0
+ OSRGetCRSInfoListFromDatabase at Base 3.0.0
+ OSRGetCoordinateEpoch at Base 3.4.0
+ OSRGetDataAxisToSRSAxisMapping at Base 3.0.0
+ OSRGetInvFlattening at Base 1.8.0
+ OSRGetLinearUnits at Base 1.8.0
+ OSRGetName at Base 3.0.0
+ OSRGetNormProjParm at Base 1.8.0
+ OSRGetPROJAuxDbPaths at Base 3.3.0
+ OSRGetPROJEnableNetwork at Base 3.4.0
+ OSRGetPROJSearchPaths at Base 3.0.3
+ OSRGetPROJVersion at Base 3.0.1
+ OSRGetPrimeMeridian at Base 1.8.0
+ OSRGetProjParm at Base 1.8.0
+ OSRGetSemiMajor at Base 1.8.0
+ OSRGetSemiMinor at Base 1.8.0
+ OSRGetTOWGS84 at Base 1.8.0
+ OSRGetTargetLinearUnits at Base 1.9.0
+ OSRGetUTMZone at Base 1.8.0
+ OSRHasPointMotionOperation at Base 3.8.0
+ OSRImportFromDict at Base 1.8.0
+ OSRImportFromEPSG at Base 1.8.0
+ OSRImportFromEPSGA at Base 1.8.0
+ OSRImportFromERM at Base 1.8.0
+ OSRImportFromESRI at Base 1.8.0
+ OSRImportFromMICoordSys at Base 1.8.0
+ OSRImportFromOzi at Base 1.8.0
+ OSRImportFromPCI at Base 1.8.0
+ OSRImportFromPanorama at Base 1.8.0
+ OSRImportFromProj4 at Base 1.8.0
+ OSRImportFromUSGS at Base 1.8.0
+ OSRImportFromUrl at Base 1.8.0
+ OSRImportFromWkt at Base 1.8.0
+ OSRImportFromXML at Base 1.8.0
+ OSRIsCompound at Base 1.9.0
+ OSRIsDerivedGeographic at Base 3.1.0
+ OSRIsDynamic at Base 3.4.0
+ OSRIsGeocentric at Base 1.9.0
+ OSRIsGeographic at Base 1.8.0
+ OSRIsLocal at Base 1.8.0
+ OSRIsProjected at Base 1.8.0
+ OSRIsSame at Base 1.8.0
+ OSRIsSameEx at Base 3.0.0
+ OSRIsSameGeogCS at Base 1.8.0
+ OSRIsSameVertCS at Base 1.9.0
+ OSRIsVertical at Base 1.8.0
+ OSRMorphFromESRI at Base 1.8.0
+ OSRMorphToESRI at Base 1.8.0
+ OSRNewSpatialReference at Base 1.8.0
+ OSRPromoteTo3D at Base 3.1.0
+ OSRReference at Base 1.8.0
+ OSRRelease at Base 1.8.0
+ OSRSetACEA at Base 1.8.0
+ OSRSetAE at Base 1.8.0
+ OSRSetAngularUnits at Base 1.8.0
+ OSRSetAttrValue at Base 1.8.0
+ OSRSetAuthority at Base 1.8.0
+ OSRSetAxes at Base 2.0.2
+ OSRSetAxisMappingStrategy at Base 3.0.0
+ OSRSetBonne at Base 1.8.0
+ OSRSetCEA at Base 1.8.0
+ OSRSetCS at Base 1.8.0
+ OSRSetCompoundCS at Base 1.9.0
+ OSRSetCoordinateEpoch at Base 3.4.0
+ OSRSetDataAxisToSRSAxisMapping at Base 3.1.0
+ OSRSetEC at Base 1.8.0
+ OSRSetEckert at Base 1.8.0
+ OSRSetEckertIV at Base 1.8.0
+ OSRSetEckertVI at Base 1.8.0
+ OSRSetEquirectangular2 at Base 1.8.0
+ OSRSetEquirectangular at Base 1.8.0
+ OSRSetFromUserInput at Base 1.8.0
+ OSRSetGEOS at Base 1.8.0
+ OSRSetGH at Base 1.8.0
+ OSRSetGS at Base 1.8.0
+ OSRSetGaussSchreiberTMercator at Base 1.8.0
+ OSRSetGeocCS at Base 1.9.0
+ OSRSetGeogCS at Base 1.8.0
+ OSRSetGnomonic at Base 1.8.0
+ OSRSetHOM2PNO at Base 1.8.0
+ OSRSetHOM at Base 1.8.0
+ OSRSetHOMAC at Base 2.0.2
+ OSRSetIGH at Base 1.9.0
+ OSRSetIWMPolyconic at Base 1.8.0
+ OSRSetKrovak at Base 1.8.0
+ OSRSetLAEA at Base 1.8.0
+ OSRSetLCC1SP at Base 1.8.0
+ OSRSetLCC at Base 1.8.0
+ OSRSetLCCB at Base 1.8.0
+ OSRSetLinearUnits at Base 1.8.0
+ OSRSetLinearUnitsAndUpdateParameters at Base 1.8.0
+ OSRSetLocalCS at Base 1.8.0
+ OSRSetMC at Base 1.8.0
+ OSRSetMercator2SP at Base 2.0.2
+ OSRSetMercator at Base 1.8.0
+ OSRSetMollweide at Base 1.8.0
+ OSRSetNZMG at Base 1.8.0
+ OSRSetNormProjParm at Base 1.8.0
+ OSRSetOS at Base 1.8.0
+ OSRSetOrthographic at Base 1.8.0
+ OSRSetPROJAuxDbPaths at Base 3.3.0
+ OSRSetPROJEnableNetwork at Base 3.4.0
+ OSRSetPROJSearchPaths at Base 3.0.0
+ OSRSetPS at Base 1.8.0
+ OSRSetPolyconic at Base 1.8.0
+ OSRSetProjCS at Base 1.8.0
+ OSRSetProjParm at Base 1.8.0
+ OSRSetProjection at Base 1.8.0
+ OSRSetQSC at Base 2.0.1
+ OSRSetRobinson at Base 1.8.0
+ OSRSetSCH at Base 2.1.0
+ OSRSetSOC at Base 1.8.0
+ OSRSetSinusoidal at Base 1.8.0
+ OSRSetStatePlane at Base 1.8.0
+ OSRSetStatePlaneWithUnits at Base 1.8.0
+ OSRSetStereographic at Base 1.8.0
+ OSRSetTM at Base 1.8.0
+ OSRSetTMG at Base 1.8.0
+ OSRSetTMSO at Base 1.8.0
+ OSRSetTMVariant at Base 1.8.0
+ OSRSetTOWGS84 at Base 1.8.0
+ OSRSetTPED at Base 2.0.2
+ OSRSetTargetLinearUnits at Base 1.9.0
+ OSRSetUTM at Base 1.8.0
+ OSRSetVDG at Base 1.8.0
+ OSRSetVertCS at Base 1.9.0
+ OSRSetVerticalPerspective at Base 3.1.0
+ OSRSetWagner at Base 2.0.2
+ OSRSetWellKnownGeogCS at Base 1.8.0
+ OSRStripVertical at Base 3.6.0
+ OSRValidate at Base 1.8.0
+ RPCInfoToMD at Base 1.10.1
+ RPCInfoV2ToMD at Base 3.3.0
+ RPFTOCFree at Base 1.8.0
+ RPFTOCRead at Base 1.8.0
+ RPFTOCReadFromBuffer at Base 1.8.0
+ RegisterGNMDatabase at Base 2.2.0
+ RegisterGNMFile at Base 2.2.0
+ RegisterOGRAVCBin at Base 1.8.0
+ RegisterOGRAVCE00 at Base 1.8.0
+ RegisterOGRAmigoCloud at Base 2.1.0
+ RegisterOGRCAD at Base 2.2.0
+ RegisterOGRCSV at Base 1.8.0
+ RegisterOGRCSW at Base 2.0.1
+ RegisterOGRCarto at Base 2.1.2
+ RegisterOGRDGN at Base 1.8.0
+ RegisterOGRDXF at Base 1.8.0
+ RegisterOGREDIGEO at Base 1.9.0
+ RegisterOGRESRIJSON at Base 2.3.0
+ RegisterOGRElastic at Base 1.10.1
+ RegisterOGRFlatGeobuf at Base 3.1.0
+ RegisterOGRGML at Base 1.8.0
+ RegisterOGRGMLAS at Base 2.2.0
+ RegisterOGRGMT at Base 1.8.0
+ RegisterOGRGPSBabel at Base 1.8.0
+ RegisterOGRGPX at Base 1.8.0
+ RegisterOGRGTFS at Base 3.7.0
+ RegisterOGRGeoJSON at Base 1.8.0
+ RegisterOGRGeoJSONSeq at Base 2.4.0
+ RegisterOGRGeoPackage at Base 1.11.0
+ RegisterOGRGeoRSS at Base 1.8.0
+ RegisterOGRGeoconcept at Base 1.8.0
+ RegisterOGRILI1 at Base 1.8.0
+ RegisterOGRILI2 at Base 1.8.0
+ RegisterOGRIdrisi at Base 1.9.0
+ RegisterOGRJML at Base 2.0.1
+ RegisterOGRJSONFG at Base 3.8.0
+ RegisterOGRKML at Base 1.8.0
+ RegisterOGRLIBKML at Base 1.9.0
+ RegisterOGRLVBAG at Base 3.2.0
+ RegisterOGRMEM at Base 1.8.0
+ RegisterOGRMSSQLSpatial at Base 1.8.0
+ RegisterOGRMVT at Base 2.3.0
+ RegisterOGRMapML at Base 3.1.0
+ RegisterOGRMySQL at Base 1.8.0
+ RegisterOGRNAS at Base 1.8.0
+ RegisterOGRNGW at Base 2.4.0
+ RegisterOGRNTF at Base 1.8.0
+ RegisterOGROAPIF at Base 3.1.0
+ RegisterOGRODBC at Base 1.8.0
+ RegisterOGRODS at Base 1.10.1
+ RegisterOGROGDI at Base 1.8.0
+ RegisterOGROSM at Base 1.10.1
+ RegisterOGROpenFileGDB at Base 1.11.0
+ RegisterOGRPDS at Base 1.8.0
+ RegisterOGRPG at Base 1.8.0
+ RegisterOGRPGDump at Base 1.8.0
+ RegisterOGRPGeo at Base 1.8.0
+ RegisterOGRPLSCENES at Base 2.0.1
+ RegisterOGRPMTiles at Base 3.8.0
+ RegisterOGRS57 at Base 1.8.0
+ RegisterOGRSDTS at Base 1.8.0
+ RegisterOGRSOSI at Base 2.2.0
+ RegisterOGRSQLite at Base 1.8.0
+ RegisterOGRSVG at Base 1.9.0
+ RegisterOGRSXF at Base 1.11.0
+ RegisterOGRSelafin at Base 2.0.1
+ RegisterOGRShape at Base 1.8.0
+ RegisterOGRTAB at Base 1.8.0
+ RegisterOGRTiger at Base 1.8.0
+ RegisterOGRTopoJSON at Base 2.3.0
+ RegisterOGRVDV at Base 2.1.0
+ RegisterOGRVFK at Base 1.8.0
+ RegisterOGRVRT at Base 1.8.0
+ RegisterOGRWAsP at Base 1.11.0
+ RegisterOGRWFS at Base 1.8.0
+ RegisterOGRXLS at Base 1.9.0
+ RegisterOGRXLSX at Base 1.10.1
+ SetCSVFilenameHook at Base 1.8.0
+ VRTAddBand at Base 1.8.0
+ VRTAddComplexSource at Base 1.8.0
+ VRTAddFuncSource at Base 1.8.0
+ VRTAddSimpleSource at Base 1.8.0
+ VRTCreate at Base 1.8.0
+ VRTFlushCache at Base 1.8.0
+ VRTSerializeToXML at Base 1.8.0
+ VSIAbortPendingUploads at Base 3.4.0
+ VSIAllocFilesystemPluginCallbacksStruct at Base 3.5.1
+ VSICTime at Base 1.8.0
+ VSICalloc at Base 1.8.0
+ VSICallocVerbose at Base 2.1.0
+ VSICleanupFileManager at Base 1.8.0
+ VSIClearCredentials at Base 3.5.0
+ VSIClearPathSpecificOptions at Base 3.6.0
+ VSICloseDir at Base 2.4.0
+ VSICopyFile at Base 3.7.0
+ VSICurlClearCache at Base 2.2.1
+ VSICurlPartialClearCache at Base 2.4.0
+ VSIDuplicateFileSystemHandler at Base 3.7.0
+ VSIError at Base 2.1.0
+ VSIErrorReset at Base 2.1.0
+ VSIFClose at Base 1.8.0
+ VSIFCloseL at Base 1.8.0
+ VSIFEof at Base 1.8.0
+ VSIFEofL at Base 1.8.0
+ VSIFFlush at Base 1.8.0
+ VSIFFlushL at Base 1.8.0
+ VSIFGetNativeFileDescriptorL at Base 1.11.0
+ VSIFGetRangeStatusL at Base 2.2.0
+ VSIFGetc at Base 1.8.0
+ VSIFGets at Base 1.8.0
+ VSIFOpen at Base 1.8.0
+ VSIFOpenEx2L at Base 3.3.0
+ VSIFOpenExL at Base 2.1.0
+ VSIFOpenL at Base 1.8.0
+ VSIFPrintf at Base 1.8.0
+ VSIFPrintfL at Base 1.8.0
+ VSIFPutc at Base 1.8.0
+ VSIFPutcL at Base 1.8.0
+ VSIFPuts at Base 1.8.0
+ VSIFRead at Base 1.8.0
+ VSIFReadL at Base 1.8.0
+ VSIFReadMultiRangeL at Base 1.9.0
+ VSIFSeek at Base 1.8.0
+ VSIFSeekL at Base 1.8.0
+ VSIFTell at Base 1.8.0
+ VSIFTellL at Base 1.8.0
+ VSIFTruncateL at Base 1.9.0
+ VSIFWrite at Base 1.8.0
+ VSIFWriteL at Base 1.8.0
+ VSIFileFromMemBuffer at Base 1.8.0
+ VSIFree at Base 1.8.0
+ VSIFreeAligned at Base 2.2.0
+ VSIFreeFilesystemPluginCallbacksStruct at Base 3.5.1
+ VSIGMTime at Base 1.8.0
+ VSIGetActualURL at Base 2.3.0
+ VSIGetCanonicalFilename at Base 3.8.0
+ VSIGetCredential at Base 3.5.0
+ VSIGetDiskFreeSpace at Base 2.1.0
+ VSIGetFileMetadata at Base 3.1.0
+ VSIGetFileSystemOptions at Base 2.3.0
+ VSIGetFileSystemsPrefixes at Base 2.3.0
+ VSIGetLastErrorMsg at Base 2.1.0
+ VSIGetLastErrorNo at Base 2.1.0
+ VSIGetMemFileBuffer at Base 1.8.0
+ VSIGetNextDirEntry at Base 2.4.0
+ VSIGetPathSpecificOption at Base 3.6.0
+ VSIGetSignedURL at Base 2.3.0
+ VSIHasOptimizedReadMultiRange at Base 2.3.0
+ VSIIngestFile at Base 1.11.0
+ VSIInstallCryptFileHandler at Base 2.1.0
+ VSIInstallLargeFileHandler at Base 1.8.0
+ VSIInstallMemFileHandler at Base 1.8.0
+ VSIInstallPluginHandler at Base 3.5.1
+ VSIInstallSparseFileHandler at Base 1.8.0
+ VSIInstallSubFileHandler at Base 1.8.0
+ VSIIsCaseSensitiveFS at Base 1.8.0
+ VSIIsLocal at Base 3.6.0
+ VSILocalTime at Base 1.8.0
+ VSIMalloc2 at Base 1.8.0
+ VSIMalloc2Verbose at Base 2.1.0
+ VSIMalloc3 at Base 1.8.0
+ VSIMalloc3Verbose at Base 2.1.0
+ VSIMalloc at Base 1.8.0
+ VSIMallocAligned at Base 2.2.0
+ VSIMallocAlignedAuto at Base 2.2.0
+ VSIMallocAlignedAutoVerbose at Base 2.2.0
+ VSIMallocVerbose at Base 2.1.0
+ VSIMkdir at Base 1.8.0
+ VSIMkdirRecursive at Base 2.3.0
+ VSINetworkStatsGetAsSerializedJSON at Base 3.2.0
+ VSINetworkStatsReset at Base 3.2.0
+ VSIOpenDir at Base 2.4.0
+ VSIOverwriteFile at Base 3.0.2
+ VSIReadDir at Base 1.8.0
+ VSIReadDirEx at Base 2.1.0
+ VSIReadDirRecursive at Base 1.10.1
+ VSIRealloc at Base 1.8.0
+ VSIReallocVerbose at Base 2.1.0
+ VSIRename at Base 1.8.0
+ VSIRewind at Base 1.8.0
+ VSIRewindL at Base 1.8.0
+ VSIRmdir at Base 1.8.0
+ VSIRmdirRecursive at Base 2.3.0
+ VSISetCredential at Base 3.5.0
+ VSISetCryptKey at Base 2.1.0
+ VSISetFileMetadata at Base 3.1.0
+ VSISetPathSpecificOption at Base 3.6.0
+ VSISiblingFiles at Base 3.2.0
+ VSIStat at Base 1.8.0
+ VSIStatExL at Base 1.8.0
+ VSIStatL at Base 1.8.0
+ VSIStdoutSetRedirection at Base 2.0.1
+ VSIStrdup at Base 1.8.0
+ VSIStrdupVerbose at Base 2.1.0
+ VSIStrerror at Base 1.8.0
+ VSISupportsRandomWrite at Base 3.6.0
+ VSISupportsSequentialWrite at Base 3.6.0
+ VSISupportsSparseFiles at Base 2.2.0
+ VSISync at Base 2.4.0
+ VSITime at Base 1.8.0
+ VSIToCPLError at Base 2.1.0
+ VSIUngetc at Base 1.8.0
+ VSIUnlink at Base 1.8.0
+ VSIUnlinkBatch at Base 3.1.0
+ _CPLAssert at Base 1.8.0
+ _Z10CPLOPrintfPKcz at Base 2.2.0
+ _Z10EXIFCreatePPcPhjjjPj at Base 3.6.0
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_Z11AdjustValueIaET_S0_m at Base 3.5.0
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_Z11AdjustValueIaET_S0_y at Base 3.5.0
+ (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_Z11AdjustValueIdET_S0_m at Base 3.4.2
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_Z11AdjustValueIdET_S0_y at Base 3.4.2
+ (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_Z11AdjustValueIfET_S0_m at Base 3.4.2
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_Z11AdjustValueIfET_S0_y at Base 3.4.2
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_Z11AdjustValueIhET_S0_m at Base 3.5.0
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_Z11AdjustValueIhET_S0_y at Base 3.5.0
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_Z11AdjustValueIiET_S0_m at Base 3.5.0
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_Z11AdjustValueIiET_S0_y at Base 3.5.0
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_Z11AdjustValueIjET_S0_m at Base 3.5.0
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_Z11AdjustValueIjET_S0_y at Base 3.5.0
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_Z11AdjustValueIlET_S0_m at Base 3.5.0
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_Z11AdjustValueImET_S0_m at Base 3.5.0
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_Z11AdjustValueIsET_S0_m at Base 3.5.0
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_Z11AdjustValueIsET_S0_y at Base 3.5.0
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_Z11AdjustValueItET_S0_m at Base 3.5.0
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_Z11AdjustValueItET_S0_y at Base 3.5.0
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_Z11AdjustValueIxET_S0_y at Base 3.5.0
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_Z11AdjustValueIyET_S0_y at Base 3.5.0
+ (arch=alpha sh4)_Z11CPLOvPrintfPKc13__va_list_tag at Base 3.7.2
+ (arch=amd64 powerpc s390x x32)_Z11CPLOvPrintfPKcP13__va_list_tag at Base 3.5.1
+ (arch=hurd-i386 i386 ppc64 ppc64el)_Z11CPLOvPrintfPKcPc at Base 3.5.1
+ (arch=hppa ia64 loong64 m68k mips64el mipsel riscv64 sparc64)_Z11CPLOvPrintfPKcPv at Base 3.8.0
+ (arch=arm64 armel armhf)_Z11CPLOvPrintfPKcSt9__va_list at Base 3.4.2
+ _Z11GMLParseXSDPKcRSt6vectorIP15GMLFeatureClassSaIS3_EERb at Base 3.4.0
+ _Z11PamGetProxyPKc at Base 1.8.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4)_Z11WKBFromEWKBPhjRjPi at Base 3.7.2
+ (arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4)_Z11WKBFromEWKBPhmRmPi at Base 3.7.1
+ _Z12CPLURLAddKVPPKcS0_S0_ at Base 1.9.0
+ _Z12OGRJSonParsePKcPP11json_objectb at Base 2.2.0
+ _Z12VSI_TIFFOpenPKcS0_P16VSIVirtualHandle at Base 3.7.0
+ _Z14CPLFloatToHalfjRb at Base 3.5.0
+ _Z14CPLURLGetValuePKcS0_ at Base 1.9.0
+ _Z14HFACreateLayerP7hfainfoP8HFAEntryPKciiiiiii7EPTTypePPcxxii at Base 2.1.0
+ _Z14SWQCastCheckerP13swq_expr_nodei at Base 3.1.0
+ _Z15OGRFormatDoubleB5cxx11dRK13OGRWktOptions at Base 3.4.0
+ _Z15OGRFormatDoublePcidcic at Base 3.4.0
+ _Z15OGRGetDayOfWeekiii at Base 1.8.0
+ _Z15OGRWktReadTokenPKcPc at Base 1.8.0
+ _Z15PamCleanProxyDBv at Base 1.8.0
+ _Z16OGRToOGCGeomType18OGRwkbGeometryTypebbb at Base 3.7.0
+ _Z16OGRWktReadPointsPKcPP11OGRRawPointPPdPiS6_ at Base 1.8.0
+ _Z16PamAllocateProxyPKc at Base 1.8.0
+ _Z16SWQCastEvaluatorP13swq_expr_nodePS0_ at Base 3.1.0
+ _Z16swq_expr_compilePKciPPcP14swq_field_typeiP25swq_custom_func_registrarPP13swq_expr_node at Base 3.1.0
+ _Z17CPLHTTPSetOptionsPvPKcPKS1_ at Base 3.4.0
+ _Z17CPLIEEEToVaxFloatPv at Base 3.4.0
+ _Z17CPLVaxToIEEEFloatPv at Base 3.4.0
+ _Z17OGRGetXMLDateTimePK8OGRField at Base 2.0.1
+ _Z17OGRGetXMLDateTimePK8OGRFieldb at Base 3.2.2
+ _Z17OGRHStoreGetValuePKcS0_ at Base 3.1.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k powerpc sh4)_Z17OGRWKBGetGeomTypePKhjRbRj at Base 3.8.0
+ (arch=amd64 arm64 ia64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_Z17OGRWKBGetGeomTypePKhmRbRj at Base 3.8.3
+ _Z17OGRWktReadPointsMPKcPP11OGRRawPointPPdS5_PiS6_S6_ at Base 2.1.0
+ _Z17PamParseHistogramP10CPLXMLNodePdS1_PiPPyS2_S2_ at Base 2.0.1
+ _Z17SWQGeneralCheckerP13swq_expr_nodei at Base 3.1.0
+ _Z17swq_expr_compile2PKcP14swq_field_listiP25swq_custom_func_registrarPP13swq_expr_node at Base 3.1.0
+ _Z18CPLIEEEToVaxDoublePv at Base 3.4.0
+ _Z18CPLVaxToIEEEDoublePv at Base 3.4.0
+ _Z18OGRCloneArrowArrayPK11ArrowSchemaPK10ArrowArrayPS2_ at Base 3.8.1
+ _Z18OGRFromOGCGeomTypePKc at Base 1.8.0
+ _Z18OGRUpdateFieldTypeP12OGRFieldDefn12OGRFieldType15OGRFieldSubType at Base 2.1.0
+ _Z18OGRWriteToShapeBinPK11OGRGeometryPPhPi at Base 2.3.0
+ _Z18swq_identify_fieldPKcS0_P14swq_field_listP14swq_field_typePi at Base 3.1.0
+ _Z19CPLUnixTimeToYMDHMSxP2tm at Base 1.8.0
+ _Z19CPLYMDHMSToUnixTimePK2tm at Base 1.8.0
+ _Z19EXIFExtractMetadataRPPcPviiiRiS3_S3_ at Base 3.2.0
+ _Z19GDALCopyNoDataValueP14GDALRasterBandS0_ at Base 3.5.0
+ _Z19GML_GetOGRFieldType15GMLPropertyTypeR15OGRFieldSubType at Base 3.4.0
+ _Z19GetOutputDriversForPKci at Base 2.3.0
+ _Z19OGRCheckPermutationPKii at Base 3.4.0
+ _Z19OGRCreateMultiPatchPK11OGRGeometryiRiRPiS4_S2_RP11OGRRawPointRPd at Base 3.6.0
+ _Z19OGRGeometryFromEWKBPhiPii at Base 2.0.1
+ _Z19OGRInitializeXercesv at Base 2.2.0
+ _Z19OGRParseXMLDateTimePKcP8OGRField at Base 2.0.1
+ _Z19OGRTZFlagToTimezoneB5cxx11iPKc at Base 3.8.0
+ _Z19OGRTimezoneToTZFlagPKcb at Base 3.8.0
+ _Z19OSRGetEllipsoidInfoiPPcPdS1_ at Base 1.8.0
+ _Z19SWQGeneralEvaluatorP13swq_expr_nodePS0_ at Base 3.1.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_Z19VSICreateCachedFileP16VSIVirtualHandlejj at Base 3.7.2
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_Z19VSICreateCachedFileP16VSIVirtualHandlemm at Base 3.8.0
+ _Z20CPLHTTPIgnoreSigPipev at Base 3.4.0
+ _Z20GDALCloneTransformerPv at Base 1.10.0
+ _Z20OGRGeometryToHexEWKBP11OGRGeometryiii at Base 2.1.0
+ _Z20OGRGetRFC822DateTimePK8OGRField at Base 2.0.1
+ _Z20OGRMakeWktCoordinateB5cxx11dddi13OGRWktOptions at Base 3.1.0
+ _Z20OGRMakeWktCoordinatePcdddi at Base 1.8.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4)_Z20OGRWKBGetBoundingBoxPKhjR11OGREnvelope at Base 3.7.2
+ (arch=amd64 arm64 ia64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_Z20OGRWKBGetBoundingBoxPKhmR11OGREnvelope at Base 3.8.3
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_Z20RoundValueDiscardLsbIaaET0_PKvmm at Base 3.5.0
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_Z20RoundValueDiscardLsbIaaET0_PKvyy at Base 3.5.0
+ (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_Z20RoundValueDiscardLsbIdmET0_PKvmm at Base 3.4.2
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_Z20RoundValueDiscardLsbIdyET0_PKvyy at Base 3.4.2
+ (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_Z20RoundValueDiscardLsbIfjET0_PKvmm at Base 3.4.2
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_Z20RoundValueDiscardLsbIfjET0_PKvyy at Base 3.4.2
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_Z20RoundValueDiscardLsbIiiET0_PKvmm at Base 3.5.0
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_Z20RoundValueDiscardLsbIiiET0_PKvyy at Base 3.5.0
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_Z20RoundValueDiscardLsbIjjET0_PKvmm at Base 3.5.0
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_Z20RoundValueDiscardLsbIjjET0_PKvyy at Base 3.5.0
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_Z20RoundValueDiscardLsbIllET0_PKvmm at Base 3.5.0
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_Z20RoundValueDiscardLsbImmET0_PKvmm at Base 3.5.0
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_Z20RoundValueDiscardLsbIssET0_PKvmm at Base 3.5.0
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_Z20RoundValueDiscardLsbIssET0_PKvyy at Base 3.5.0
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_Z20RoundValueDiscardLsbIttET0_PKvmm at Base 3.5.0
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_Z20RoundValueDiscardLsbIttET0_PKvyy at Base 3.5.0
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_Z20RoundValueDiscardLsbIxxET0_PKvyy at Base 3.5.0
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_Z20RoundValueDiscardLsbIyyET0_PKvyy at Base 3.5.0
+ _Z20SWQFieldTypeToString14swq_field_type at Base 3.1.0
+ _Z20swq_select_summarizeP10swq_selectiPKc at Base 3.1.0
+ _Z21MEMGroupCreateMDArrayP9GDALGroupRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt6vectorISt10shared_ptrI13GDALDimensionESaISC_EERK20GDALExtendedDataTypePvPKPKc at Base 3.6.0
+ _Z21OGRCreateFromShapeBinPhPP11OGRGeometryi at Base 1.9.0
+ _Z21OGRDeinitializeXercesv at Base 2.2.0
+ _Z21OGRGetISO8601DateTimePK8OGRFieldRK16OGRISO8601FormatPc at Base 3.8.0
+ _Z21OGRGetISO8601DateTimePK8OGRFieldbPc at Base 3.7.0
+ _Z21OGRMakeWktCoordinateMB5cxx11ddddii13OGRWktOptions at Base 3.1.0
+ _Z21OGRMakeWktCoordinateMPcddddii at Base 2.1.0
+ _Z21OGRParseArrowMetadataB5cxx11PKc at Base 3.8.0
+ _Z21PamHistogramToXMLTreeddiPyii at Base 2.0.1
+ _Z21VSICreateGZipWritableP16VSIVirtualHandleii at Base 2.0.1
+ _Z22CPLParseRFC822DateTimePKcPiS1_S1_S1_S1_S1_S1_S1_ at Base 2.3.0
+ _Z22CPLQuotedSQLIdentifierPKc at Base 2.4.0
+ _Z22GTiffGetCompressValuesRbS_S_S_S_S_S_b at Base 3.3.0
+ _Z22OGRGeoJSONReadGeometryP11json_objectP19OGRSpatialReference at Base 3.8.0
+ _Z22OGRGeometryFromHexEWKBPKcPii at Base 2.0.1
+ _Z22OGRPGCommonLaunderNamePKcS0_ at Base 2.0.1
+ _Z22OGRParseRFC822DateTimePKcP8OGRField at Base 2.0.1
+ _Z22OGRReadWKBGeometryTypePKh13OGRwkbVariantP18OGRwkbGeometryType at Base 3.5.0
+ _Z22OGRReadWKTGeometryTypePKcP18OGRwkbGeometryType at Base 3.5.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_Z23GDALBufferHasOnlyNoDataPKvdjjjji22GDALBufferSampleFormat at Base 3.7.2
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_Z23GDALBufferHasOnlyNoDataPKvdmmmmi22GDALBufferSampleFormat at Base 3.8.0
+ _Z23GDALGetGlobalThreadPooli at Base 3.5.0
+ _Z23OGRCreateExpatXMLParserv at Base 1.8.0
+ _Z23OGRCreateFromMultiPatchiPKiS0_iPKdS2_S2_ at Base 3.5.0
+ _Z23OGRGeoJSONWriteGeometryPK11OGRGeometryRK22OGRGeoJSONWriteOptions at Base 3.4.0
+ _Z23OGRPGCommonLayerGetTypeR12OGRFieldDefnbb at Base 2.2.0
+ _Z23OGRPGCommonLayerSetTypeR12OGRFieldDefnPKcS2_i at Base 2.0.1
+ _Z23swq_is_reserved_keywordPKc at Base 3.1.0
+ _Z24GetOutputDriverForRasterPKc at Base 2.3.0
+ _Z24MITABCoordSys2SpatialRefPKc at Base 1.8.0
+ _Z24MITABSpatialRef2CoordSysPK19OGRSpatialReference at Base 2.3.0
+ _Z24OGRPGCommonAppendCopyFIDR9CPLStringP10OGRFeature at Base 3.7.0
+ _Z24PamFindMatchingHistogramP10CPLXMLNodeddiii at Base 1.8.0
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_Z25CPLCreateUserFaultMappingPKcPPvPm at Base 3.8.0
+ (arch=armel armhf hppa i386 m68k mipsel powerpc sh4 x32)_Z25CPLCreateUserFaultMappingPKcPPvPy at Base 3.7.2
+ (arch=!hurd-i386)_Z25CPLDeleteUserFaultMappingP16cpl_uffd_context at Base 3.5.1
+ _Z26CPL_json_object_object_getP11json_objectPKc at Base 2.2.0
+ _Z26GeoJSONPropertyToFieldTypeP11json_objectR15OGRFieldSubTypeb at Base 3.4.0
+ _Z26OGRCreateDefaultLayerIndexv at Base 1.8.0
+ _Z26OGRCreateXercesInputSourceP16VSIVirtualHandle at Base 3.7.0
+ _Z26OGRGeneralCmdLineProcessoriPPPci at Base 1.8.0
+ _Z26RAWDatasetCheckMemoryUsageiiiiiiyyP16VSIVirtualHandle at Base 3.7.0
+ _Z26S57GenerateDSIDFeatureDefnv at Base 1.8.0
+ _Z26S57GenerateGeomFeatureDefn18OGRwkbGeometryTypei at Base 1.8.0
+ _Z26S57GenerateObjectClassDefnP17S57ClassRegistrarP23S57ClassContentExplorerii at Base 1.11.0
+ _Z26json_ex_get_object_by_pathP11json_objectPKc at Base 3.4.0
+ _Z27OGRDestroyXercesInputSourcePN11xercesc_3_211InputSourceE at Base 2.3.0
+ _Z27OGRPGCommonAppendFieldValueR9CPLStringP10OGRFeatureiPFS_PvPKciS5_S5_ES3_ at Base 2.0.1
+ (arch=armel armhf hppa hurd-i386 i386 m68k powerpc sh4)_Z27OGRWKBIntersectsPessimisticPKhjRK11OGREnvelope at Base 3.8.0
+ (arch=amd64 arm64 ia64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_Z27OGRWKBIntersectsPessimisticPKhmRK11OGREnvelope at Base 3.8.3
+ _Z28CPLHTTPRestoreSigPipeHandlerPv at Base 3.4.0
+ _Z28GDALGetJPEG2000ReversibilityPKcP16VSIVirtualHandle at Base 3.7.0
+ _Z28OGRGetXML_UTF8_EscapedStringPKc at Base 1.8.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4)_Z28OGRPGCommonGByteArrayToBYTEAPKhj at Base 3.7.2
+ (arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4)_Z28OGRPGCommonGByteArrayToBYTEAPKhm at Base 3.7.1
+ _Z28OGRPGCommonLayerGetPGDefaultP12OGRFieldDefn at Base 2.0.1
+ _Z28OGRWriteMultiPatchToShapeBinPK11OGRGeometryPPhPi at Base 2.3.0
+ _Z29S57GenerateStandardAttributesP14OGRFeatureDefni at Base 1.8.0
+ _Z29VSICreateBufferedReaderHandleP16VSIVirtualHandle at Base 2.0.1
+ (arch=!hurd-i386)_Z30CPLIsUserFaultMappingSupportedv at Base 3.5.1
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_Z30GDALGetNoDataValueCastToDoublel at Base 3.8.0
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_Z30GDALGetNoDataValueCastToDoublem at Base 3.8.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_Z30GDALGetNoDataValueCastToDoublex at Base 3.7.2
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_Z30GDALGetNoDataValueCastToDoubley at Base 3.7.2
+ (arch=armel armhf hppa hurd-i386 i386 m68k powerpc sh4)_Z30OGRParseDateTimeYYYYMMDDTHHMMZPKcjP8OGRField at Base 3.8.0
+ (arch=amd64 arm64 ia64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_Z30OGRParseDateTimeYYYYMMDDTHHMMZPKcmP8OGRField at Base 3.8.3
+ _Z30OGR_GreatCircle_ExtendPositionddddPdS_ at Base 3.4.0
+ _Z31GDALGetCompressionFormatForJPEGB5cxx11P16VSIVirtualHandle at Base 3.7.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4)_Z31GDALGetCompressionFormatForJPEGB5cxx11PKvj at Base 3.7.2
+ (arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4)_Z31GDALGetCompressionFormatForJPEGB5cxx11PKvm at Base 3.7.1
+ _Z32GDALRegenerateOverviewsMultiBandiPKP14GDALRasterBandiPKS2_PKcPFidS6_PvES7_PKS6_ at Base 3.6.0
+ _Z32OGRPGCommonLayerNormalizeDefaultP12OGRFieldDefnPKc at Base 2.0.1
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_Z32OGRParseDateTimeYYYYMMDDTHHMMSSZPKcjP8OGRField at Base 3.7.2
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_Z32OGRParseDateTimeYYYYMMDDTHHMMSSZPKcmP8OGRField at Base 3.8.0
+ _Z32OGRStopXercesLimitsForThisThreadv at Base 3.4.0
+ _Z33CPLInstallErrorHandlerAccumulatorRSt6vectorI32CPLErrorHandlerAccumulatorStructSaIS0_EE at Base 3.1.0
+ _Z33GDALRegisterTransformDeserializerPKcPFiPviiPdS2_S2_PiEPFS1_P10CPLXMLNodeE at Base 2.3.0
+ _Z33OGRCreateCoordinateTransformationPK19OGRSpatialReferenceS1_ at Base 3.0.0
+ _Z33OGRCreateCoordinateTransformationPK19OGRSpatialReferenceS1_RK34OGRCoordinateTransformationOptions at Base 3.0.0
+ _Z33OGRSQLiteImportSpatiaLiteGeometryPKhiPP11OGRGeometryPi at Base 3.4.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_Z33OGRStartXercesLimitsForThisThreadjPKcdS0_ at Base 3.7.2
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_Z33OGRStartXercesLimitsForThisThreadmPKcdS0_ at Base 3.8.0
+ _Z34CPLIsMachinePotentiallyGCEInstancev at Base 3.4.0
+ (optional=templinst)_Z34OGRPGCommonAppendCopyRegularFieldsR9CPLStringP10OGRFeaturePKcRKSt6vectorIbSaIbEEPFS_PvS4_iS4_S4_ESA_ at Base 3.7.0
+ _Z35CPLUninstallErrorHandlerAccumulatorv at Base 3.1.0
+ _Z35GDALUnregisterTransformDeserializerPv at Base 2.3.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_Z35OGRParseDateTimeYYYYMMDDTHHMMSSsssZPKcjP8OGRField at Base 3.7.2
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_Z35OGRParseDateTimeYYYYMMDDTHHMMSSsssZPKcmP8OGRField at Base 3.8.0
+ _Z36GDALEnablePixelTypeSignedByteWarningPvb at Base 3.7.0
+ _Z37S57GenerateVectorPrimitiveFeatureDefnii at Base 1.8.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k powerpc sh4)_Z39OGRWKBFixupCounterClockWiseExternalRingPhj at Base 3.8.0
+ (arch=amd64 arm64 ia64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_Z39OGRWKBFixupCounterClockWiseExternalRingPhm at Base 3.8.3
+ _Z43GDALIsDriverDeprecatedForGDAL39StillEnabledPKcS0_ at Base 3.8.0
+ _Z45OGRCreateEmulatedTransactionDataSourceWrapperP13OGRDataSourceP24IOGRTransactionBehaviourii at Base 2.0.1
+ _Z6swqlexPP13swq_expr_nodeP17swq_parse_context at Base 3.1.0
+ _Z8swqerrorP17swq_parse_contextPKc at Base 3.1.0
+ _Z8swqparseP17swq_parse_context at Base 3.1.0
+ _ZGVZN13OGRWktOptionsC4EvE12defPrecision at Base 3.1.1
+ _ZGVZN13OGRWktOptionsC4EvE8defRound at Base 3.1.1
+ _ZN10BaseStream13getBaseStreamEv at Base 3.5.0
+ _ZN10BaseStream13getDictObjectEv at Base 3.5.0
+ _ZN10BaseStream18getUndecodedStreamEv at Base 3.5.0
+ _ZN10BaseStream7getDictEv at Base 3.5.0
+ _ZN10BaseStream9getLengthEv at Base 3.5.0
+ _ZN10CPLLocaleCC1Ev at Base 1.8.0
+ _ZN10CPLLocaleCC2Ev at Base 1.8.0
+ _ZN10CPLLocaleCD1Ev at Base 1.8.0
+ _ZN10CPLLocaleCD2Ev at Base 1.8.0
+ _ZN10GDALDriver10CreateCopyEPKcP11GDALDatasetiPKS1_PFidS1_PvES6_ at Base 3.4.0
+ _ZN10GDALDriver11QuietDeleteEPKcPKS1_ at Base 3.1.0
+ _ZN10GDALDriver13DefaultRenameEPKcS1_ at Base 1.8.0
+ _ZN10GDALDriver15SetMetadataItemEPKcS1_S1_ at Base 2.0.1
+ _ZN10GDALDriver16DefaultCopyFilesEPKcS1_ at Base 1.8.0
+ _ZN10GDALDriver16DefaultCopyMasksEP11GDALDatasetS1_i at Base 1.8.0
+ _ZN10GDALDriver16DefaultCopyMasksEP11GDALDatasetS1_iPKPKcPFidS3_PvES6_ at Base 2.4.0
+ _ZN10GDALDriver17DefaultCreateCopyEPKcP11GDALDatasetiPKS1_PFidS1_PvES6_ at Base 3.4.0
+ _ZN10GDALDriver19DefaultCopyMetadataEP11GDALDatasetS1_PKPKcS5_ at Base 3.8.0
+ _ZN10GDALDriver19VectorTranslateFromEPKcP11GDALDatasetPKS1_PFidS1_PvES6_ at Base 3.8.0
+ _ZN10GDALDriver22CanVectorTranslateFromEPKcP11GDALDatasetPKS1_PPPc at Base 3.8.0
+ _ZN10GDALDriver22CreateMultiDimensionalEPKcPKS1_S3_ at Base 3.1.0
+ _ZN10GDALDriver24QuietDeleteForCreateCopyEPKcP11GDALDataset at Base 3.8.2
+ _ZN10GDALDriver33DefaultCreateCopyMultiDimensionalEP11GDALDatasetS1_bPKPKcPFidS3_PvES6_ at Base 3.1.0
+ _ZN10GDALDriver4OpenEP12GDALOpenInfob at Base 3.8.0
+ _ZN10GDALDriver6CreateEPKciii12GDALDataTypePKS1_ at Base 3.4.0
+ _ZN10GDALDriver6DeleteEPKc at Base 1.8.0
+ _ZN10GDALDriver6RenameEPKcS1_ at Base 1.8.0
+ _ZN10GDALDriver9CopyFilesEPKcS1_ at Base 1.8.0
+ _ZN10GDALDriverC1Ev at Base 1.8.0
+ _ZN10GDALDriverC2Ev at Base 1.8.0
+ _ZN10GDALDriverD0Ev at Base 1.8.0
+ _ZN10GDALDriverD1Ev at Base 1.8.0
+ _ZN10GDALDriverD2Ev at Base 1.8.0
+ _ZN10GDALJP2Box10IsSuperBoxEv at Base 1.8.0
+ _ZN10GDALJP2Box11AppendUInt8Eh at Base 2.0.1
+ _ZN10GDALJP2Box11ReadBoxDataEv at Base 1.8.0
+ _ZN10GDALJP2Box12AppendUInt16Et at Base 2.0.1
+ _ZN10GDALJP2Box12AppendUInt32Ej at Base 2.0.1
+ _ZN10GDALJP2Box12CreateLblBoxEPKc at Base 1.8.0
+ _ZN10GDALJP2Box12DumpReadableEP8_IO_FILEi at Base 1.10.0
+ _ZN10GDALJP2Box13CreateAsocBoxEiPKPKS_ at Base 3.6.0
+ _ZN10GDALJP2Box13CreateUUIDBoxEPKhiS1_ at Base 2.0.1
+ _ZN10GDALJP2Box13ReadNextChildEPS_ at Base 1.8.0
+ _ZN10GDALJP2Box14CreateJUMBFBoxEPKS_iPKS1_ at Base 3.6.0
+ _ZN10GDALJP2Box14CreateSuperBoxEPKciPKPKS_ at Base 3.6.0
+ _ZN10GDALJP2Box14ReadFirstChildEPS_ at Base 1.8.0
+ _ZN10GDALJP2Box15SetWritableDataEiPKh at Base 1.8.0
+ _ZN10GDALJP2Box18AppendWritableDataEiPKv at Base 2.0.1
+ _ZN10GDALJP2Box22CreateLabelledXMLAssocEPKcS1_ at Base 1.8.0
+ _ZN10GDALJP2Box25CreateJUMBFDescriptionBoxEPKhPKc at Base 3.6.0
+ _ZN10GDALJP2Box7ReadBoxEv at Base 1.8.0
+ _ZN10GDALJP2Box7SetTypeEPKc at Base 1.8.0
+ _ZN10GDALJP2Box8ReadNextEv at Base 1.8.0
+ _ZN10GDALJP2Box9ReadFirstEv at Base 1.8.0
+ _ZN10GDALJP2Box9SetOffsetEx at Base 1.8.0
+ _ZN10GDALJP2BoxC1EP16VSIVirtualHandle at Base 3.7.0
+ _ZN10GDALJP2BoxC2EP16VSIVirtualHandle at Base 3.7.0
+ _ZN10GDALJP2BoxD1Ev at Base 1.8.0
+ _ZN10GDALJP2BoxD2Ev at Base 1.8.0
+ _ZN10GMLFeature11AddGeometryEP10CPLXMLNode at Base 1.9.0
+ _ZN10GMLFeature19SetGeometryDirectlyEP10CPLXMLNode at Base 1.9.0
+ _ZN10GMLFeature19SetGeometryDirectlyEiP10CPLXMLNode at Base 1.11.0
+ _ZN10GMLFeature19SetPropertyDirectlyEiPc at Base 1.9.0
+ _ZN10GMLFeature20SetBoundedByGeometryEP10CPLXMLNode at Base 3.7.0
+ _ZN10GMLFeature4DumpEP8_IO_FILE at Base 1.8.0
+ _ZN10GMLFeature6SetFIDEPKc at Base 1.8.0
+ _ZN10GMLFeatureC1EP15GMLFeatureClass at Base 1.8.0
+ _ZN10GMLFeatureC2EP15GMLFeatureClass at Base 1.8.0
+ _ZN10GMLFeatureD1Ev at Base 1.8.0
+ _ZN10GMLFeatureD2Ev at Base 1.8.0
+ _ZN10GNMNetwork11GetFileListEv at Base 2.2.0
+ _ZN10GNMNetworkC1Ev at Base 2.2.0
+ _ZN10GNMNetworkC2Ev at Base 2.2.0
+ _ZN10GNMNetworkD0Ev at Base 2.2.0
+ _ZN10GNMNetworkD1Ev at Base 2.2.0
+ _ZN10GNMNetworkD2Ev at Base 2.2.0
+ _ZN10IGMLReader16SetGlobalSRSNameEPKc at Base 1.10.0
+ _ZN10IGMLReader5SetFPEP16VSIVirtualHandle at Base 3.7.0
+ _ZN10IGMLReaderD0Ev at Base 1.8.0
+ _ZN10IGMLReaderD1Ev at Base 1.8.0
+ _ZN10IGMLReaderD2Ev at Base 1.8.0
+ _ZN10MEMDataset10AddMEMBandEPv at Base 3.6.0
+ _ZN10MEMDataset10CreateBaseEPKciii12GDALDataTypePPc at Base 3.6.0
+ _ZN10MEMDataset11GetGCPCountEv at Base 1.8.0
+ _ZN10MEMDataset13SetSpatialRefEPK19OGRSpatialReference at Base 3.0.0
+ _ZN10MEMDataset14CreateMaskBandEi at Base 2.2.0
+ _ZN10MEMDataset15GetGeoTransformEPd at Base 1.8.0
+ _ZN10MEMDataset15IBuildOverviewsEPKciPKiiS3_PFidS1_PvES4_PKS1_ at Base 3.6.0
+ _ZN10MEMDataset15SetGeoTransformEPd at Base 1.8.0
+ _ZN10MEMDataset17GetInternalHandleEPKc at Base 1.8.0
+ _ZN10MEMDataset22CreateMultiDimensionalEPKcPKS1_S3_ at Base 3.1.0
+ _ZN10MEMDataset4OpenEP12GDALOpenInfo at Base 1.8.0
+ _ZN10MEMDataset6CreateEPKciii12GDALDataTypePPc at Base 1.8.0
+ _ZN10MEMDataset7AddBandE12GDALDataTypePPc at Base 1.8.0
+ _ZN10MEMDataset7GetGCPsEv at Base 1.8.0
+ _ZN10MEMDataset7SetGCPsEiPK8GDAL_GCPPK19OGRSpatialReference at Base 3.0.0
+ _ZN10MEMDataset9IRasterIOE10GDALRWFlagiiiiPvii12GDALDataTypeiPixxxP20GDALRasterIOExtraArg at Base 2.0.1
+ _ZN10MEMDatasetC1Ev at Base 1.8.0
+ _ZN10MEMDatasetC2Ev at Base 1.8.0
+ _ZN10MEMDatasetD0Ev at Base 1.8.0
+ _ZN10MEMDatasetD1Ev at Base 1.8.0
+ _ZN10MEMDatasetD2Ev at Base 1.8.0
+ _ZN10MEMMDArray13SetSpatialRefEPK19OGRSpatialReference at Base 3.8.0
+ _ZN10MEMMDArray15CreateAttributeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt6vectorIySaIyEERK20GDALExtendedDataTypePKPKc at Base 3.8.0
+ _ZN10MEMMDArray15DeleteAttributeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKPKc at Base 3.8.0
+ _ZN10MEMMDArray17SetRawNoDataValueEPKv at Base 3.8.0
+ _ZN10MEMMDArray24NotifyChildrenOfDeletionEv at Base 3.8.0
+ _ZN10MEMMDArray24NotifyChildrenOfRenamingEv at Base 3.8.0
+ _ZN10MEMMDArray6CreateERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_RKSt6vectorISt10shared_ptrI13GDALDimensionESaISB_EERK20GDALExtendedDataType at Base 3.8.0
+ _ZN10MEMMDArray6RenameERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.8.0
+ _ZN10MEMMDArray6ResizeERKSt6vectorIySaIyEEPKPKc at Base 3.8.0
+ _ZN10MEMMDArray6ResizeERKSt6vectorIySaIyEEb at Base 3.8.0
+ _ZN10MEMMDArray7SetUnitERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.8.0
+ _ZN10MEMMDArray8SetScaleEd12GDALDataType at Base 3.8.0
+ _ZN10MEMMDArray9SetOffsetEd12GDALDataType at Base 3.8.0
+ _ZN10MEMMDArrayC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_RKSt6vectorISt10shared_ptrI13GDALDimensionESaISB_EERK20GDALExtendedDataType at Base 3.8.0
+ _ZN10MEMMDArrayC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_RKSt6vectorISt10shared_ptrI13GDALDimensionESaISB_EERK20GDALExtendedDataType at Base 3.8.0
+ _ZN10MEMMDArrayD0Ev at Base 3.8.0
+ _ZN10MEMMDArrayD1Ev at Base 3.8.0
+ _ZN10MEMMDArrayD2Ev at Base 3.8.0
+ _ZN10OGRFeature10FieldValue11SetDateTimeEiiiiifi at Base 2.3.0
+ _ZN10OGRFeature10FieldValue5clearEv at Base 2.3.0
+ _ZN10OGRFeature10FieldValue6AssignERKS0_ at Base 3.6.0
+ _ZN10OGRFeature10FieldValue7SetNullEv at Base 2.3.0
+ _ZN10OGRFeature10FieldValueC1EPKS_i at Base 2.3.0
+ _ZN10OGRFeature10FieldValueC1EPS_i at Base 2.3.0
+ _ZN10OGRFeature10FieldValueC2EPKS_i at Base 2.3.0
+ _ZN10OGRFeature10FieldValueC2EPS_i at Base 2.3.0
+ _ZN10OGRFeature10FieldValueD1Ev at Base 2.3.0
+ _ZN10OGRFeature10FieldValueD2Ev at Base 2.3.0
+ _ZN10OGRFeature10FieldValueaSEOS0_ at Base 3.6.0
+ _ZN10OGRFeature10FieldValueaSEPKPKc at Base 2.3.0
+ _ZN10OGRFeature10FieldValueaSEPKc at Base 2.3.0
+ _ZN10OGRFeature10FieldValueaSERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.3.0
+ _ZN10OGRFeature10FieldValueaSERKS0_ at Base 2.3.0
+ _ZN10OGRFeature10FieldValueaSERKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS7_EE at Base 2.3.0
+ _ZN10OGRFeature10FieldValueaSERKSt6vectorIdSaIdEE at Base 2.3.0
+ _ZN10OGRFeature10FieldValueaSERKSt6vectorIiSaIiEE at Base 2.3.0
+ _ZN10OGRFeature10FieldValueaSERKSt6vectorIxSaIxEE at Base 2.3.0
+ _ZN10OGRFeature10FieldValueaSEd at Base 2.3.0
+ _ZN10OGRFeature10FieldValueaSEi at Base 2.3.0
+ _ZN10OGRFeature10FieldValueaSEx at Base 2.3.0
+ _ZN10OGRFeature10UnsetFieldEi at Base 1.8.0
+ _ZN10OGRFeature11AppendFieldEv at Base 2.3.0
+ _ZN10OGRFeature11RemapFieldsEP14OGRFeatureDefnPKi at Base 2.3.0
+ _ZN10OGRFeature11SetGeometryEPK11OGRGeometry at Base 2.2.0
+ _ZN10OGRFeature12SetFieldNullEi at Base 2.2.0
+ _ZN10OGRFeature12SetGeomFieldEiPK11OGRGeometry at Base 2.2.0
+ _ZN10OGRFeature13CreateFeatureEP14OGRFeatureDefn at Base 1.8.0
+ _ZN10OGRFeature13SetFieldsFromEPKS_PKiib at Base 3.8.0
+ _ZN10OGRFeature13SetNativeDataEPKc at Base 2.1.0
+ _ZN10OGRFeature13SetStyleTableEP13OGRStyleTable at Base 1.8.0
+ _ZN10OGRFeature13StealGeometryEi at Base 1.11.0
+ _ZN10OGRFeature13StealGeometryEv at Base 1.8.0
+ _ZN10OGRFeature14DestroyFeatureEPS_ at Base 1.8.0
+ _ZN10OGRFeature14GetGeometryRefEv at Base 1.11.0
+ _ZN10OGRFeature14SetFDefnUnsafeEP14OGRFeatureDefn at Base 3.5.0
+ _ZN10OGRFeature14SetStyleStringEPKc at Base 1.8.0
+ _ZN10OGRFeature15GetGeomFieldRefEPKc at Base 1.11.0
+ _ZN10OGRFeature15GetGeomFieldRefEi at Base 1.11.0
+ _ZN10OGRFeature15RemapGeomFieldsEP14OGRFeatureDefnPKi at Base 2.3.0
+ _ZN10OGRFeature16SetFieldInternalEiPK8OGRField at Base 3.5.0
+ _ZN10OGRFeature18ConstFieldIteratorC1EPKS_i at Base 2.3.0
+ _ZN10OGRFeature18ConstFieldIteratorC2EPKS_i at Base 2.3.0
+ _ZN10OGRFeature18ConstFieldIteratorD1Ev at Base 2.3.0
+ _ZN10OGRFeature18ConstFieldIteratorD2Ev at Base 2.3.0
+ _ZN10OGRFeature18ConstFieldIteratorppEv at Base 2.3.0
+ _ZN10OGRFeature18SetNativeMediaTypeEPKc at Base 2.1.0
+ _ZN10OGRFeature19SetGeometryDirectlyEP11OGRGeometry at Base 1.8.0
+ _ZN10OGRFeature20FillUnsetWithDefaultEiPPc at Base 2.0.1
+ _ZN10OGRFeature20SetGeomFieldDirectlyEiP11OGRGeometry at Base 1.11.0
+ _ZN10OGRFeature21SetStyleTableDirectlyEP13OGRStyleTable at Base 1.8.0
+ _ZN10OGRFeature22FieldNotFoundExceptionD0Ev at Base 2.3.0
+ _ZN10OGRFeature22FieldNotFoundExceptionD1Ev at Base 2.3.0
+ _ZN10OGRFeature22FieldNotFoundExceptionD2Ev at Base 2.3.0
+ _ZN10OGRFeature22SetStyleStringDirectlyEPc at Base 1.8.0
+ _ZN10OGRFeature5ResetEv at Base 3.5.0
+ _ZN10OGRFeature6SetFIDEx at Base 2.0.1
+ _ZN10OGRFeature7SetFromEPKS_PKiib at Base 3.8.0
+ _ZN10OGRFeature7SetFromEPKS_i at Base 2.3.0
+ (arch=!sh4)_ZN10OGRFeature8SetFieldEPKcS1_ at Base 3.7.2
+ (arch=!sh4)_ZN10OGRFeature8SetFieldEPKcd at Base 3.7.2
+ (arch=!sh4)_ZN10OGRFeature8SetFieldEPKcx at Base 3.7.2
+ _ZN10OGRFeature8SetFieldEiPK8OGRField at Base 3.5.0
+ _ZN10OGRFeature8SetFieldEiPKPKc at Base 2.3.0
+ _ZN10OGRFeature8SetFieldEiPKc at Base 1.8.0
+ _ZN10OGRFeature8SetFieldEid at Base 1.8.0
+ _ZN10OGRFeature8SetFieldEii at Base 1.8.0
+ _ZN10OGRFeature8SetFieldEiiPKd at Base 2.3.0
+ _ZN10OGRFeature8SetFieldEiiPKi at Base 2.3.0
+ _ZN10OGRFeature8SetFieldEiiPKv at Base 3.0.0
+ _ZN10OGRFeature8SetFieldEiiPKx at Base 2.0.1
+ _ZN10OGRFeature8SetFieldEiiiiiifi at Base 2.0.1
+ _ZN10OGRFeature8SetFieldEix at Base 2.0.1
+ _ZN10OGRFeatureC1EP14OGRFeatureDefn at Base 1.8.0
+ _ZN10OGRFeatureC2EP14OGRFeatureDefn at Base 1.8.0
+ _ZN10OGRFeatureD0Ev at Base 1.8.0
+ _ZN10OGRFeatureD1Ev at Base 1.8.0
+ _ZN10OGRFeatureD2Ev at Base 1.8.0
+ _ZN10OGRFeatureixEPKc at Base 2.3.0
+ _ZN10OGRFeatureixEi at Base 2.3.0
+ _ZN10OGRPolygon10closeRingsEv at Base 1.8.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN10OGRPolygon13importFromWkbEPKhj13OGRwkbVariantRj at Base 3.7.2
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN10OGRPolygon13importFromWkbEPKhm13OGRwkbVariantRm at Base 3.8.0
+ _ZN10OGRPolygon13importFromWktEPPKc at Base 2.3.0
+ _ZN10OGRPolygon15getExteriorRingEv at Base 1.8.0
+ _ZN10OGRPolygon15getInteriorRingEi at Base 1.8.0
+ _ZN10OGRPolygon17stealExteriorRingEv at Base 1.11.0
+ _ZN10OGRPolygon17stealInteriorRingEi at Base 1.11.0
+ _ZN10OGRPolygon18CastToCurvePolygonEPS_ at Base 2.0.1
+ _ZN10OGRPolygon20CasterToCurvePolygonEP10OGRSurface at Base 2.3.0
+ _ZN10OGRPolygon21importFromWKTListOnlyEPPKciiRP11OGRRawPointRiRPd at Base 2.3.0
+ _ZN10OGRPolygon6acceptEP19IOGRGeometryVisitor at Base 2.3.0
+ _ZN10OGRPolygonC1ERKS_ at Base 2.1.0
+ _ZN10OGRPolygonC1Ev at Base 1.8.0
+ _ZN10OGRPolygonC2ERKS_ at Base 2.1.0
+ _ZN10OGRPolygonC2Ev at Base 1.8.0
+ _ZN10OGRPolygonD0Ev at Base 1.8.0
+ _ZN10OGRPolygonD1Ev at Base 1.8.0
+ _ZN10OGRPolygonD2Ev at Base 1.8.0
+ _ZN10OGRPolygonaSERKS_ at Base 2.1.0
+ _ZN10OGRSurface13CastToPolygonEPS_ at Base 2.0.1
+ _ZN10OGRSurface18CastToCurvePolygonEPS_ at Base 2.0.1
+ _ZN10RawDataset18GetRawBinaryLayoutERN11GDALDataset15RawBinaryLayoutE at Base 3.1.0
+ _ZN10RawDataset23ClearCachedConfigOptionEv at Base 3.7.0
+ _ZN10RawDataset9IRasterIOE10GDALRWFlagiiiiPvii12GDALDataTypeiPixxxP20GDALRasterIOExtraArg at Base 2.0.1
+ _ZN10RawDatasetC1Ev at Base 1.8.0
+ _ZN10RawDatasetC2Ev at Base 1.8.0
+ _ZN10RawDatasetD0Ev at Base 1.8.0
+ _ZN10RawDatasetD1Ev at Base 1.8.0
+ _ZN10RawDatasetD2Ev at Base 1.8.0
+ _ZN10VRTDataset10AdviseReadEiiiiii12GDALDataTypeiPiPPc at Base 2.3.0
+ _ZN10VRTDataset10FlushCacheEb at Base 3.4.0
+ _ZN10VRTDataset11GetFileListEv at Base 1.8.0
+ _ZN10VRTDataset11GetGCPCountEv at Base 1.8.0
+ _ZN10VRTDataset11GetMetadataEPKc at Base 2.1.0
+ _ZN10VRTDataset11SetMaskBandEP13VRTRasterBand at Base 1.8.0
+ _ZN10VRTDataset11SetMetadataEPPcPKc at Base 1.8.0
+ _ZN10VRTDataset13SetSpatialRefEPK19OGRSpatialReference at Base 3.0.0
+ _ZN10VRTDataset14CreateMaskBandEi at Base 1.8.0
+ _ZN10VRTDataset14SerializeToXMLEPKc at Base 1.8.0
+ _ZN10VRTDataset15ClearStatisticsEv at Base 3.8.0
+ _ZN10VRTDataset15GetGeoTransformEPd at Base 1.8.0
+ _ZN10VRTDataset15IBuildOverviewsEPKciPKiiS3_PFidS1_PvES4_PKS1_ at Base 3.6.0
+ _ZN10VRTDataset15OpenVRTProtocolEPKc at Base 3.1.0
+ _ZN10VRTDataset15SetGeoTransformEPd at Base 1.8.0
+ _ZN10VRTDataset15SetMetadataItemEPKcS1_S1_ at Base 1.8.0
+ _ZN10VRTDataset17GetShiftedDatasetEiiiiRP11GDALDatasetRiS3_ at Base 3.7.0
+ _ZN10VRTDataset18AddVirtualOverviewEiPKc at Base 3.2.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4)_ZN10VRTDataset18ReadCompressedDataEPKciiiiiPKiPPvPjPPc at Base 3.7.2
+ (arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4)_ZN10VRTDataset18ReadCompressedDataEPKciiiiiPKiPPvPmPPc at Base 3.7.1
+ _ZN10VRTDataset21BuildVirtualOverviewsEv at Base 2.1.0
+ _ZN10VRTDataset21GetCompressionFormatsEiiiiiPKi at Base 3.7.0
+ _ZN10VRTDataset21GetSingleSimpleSourceEv at Base 1.10.0
+ _ZN10VRTDataset22CloseDependentDatasetsEv at Base 1.9.0
+ _ZN10VRTDataset22CreateMultiDimensionalEPKcPKS1_S3_ at Base 3.1.0
+ _ZN10VRTDataset27CheckCompatibleForDatasetIOEv at Base 1.9.0
+ _ZN10VRTDataset31UnsetPreservedRelativeFilenamesEv at Base 2.0.1
+ _ZN10VRTDataset4OpenEP12GDALOpenInfo at Base 1.8.0
+ _ZN10VRTDataset6CreateEPKciii12GDALDataTypePPc at Base 1.8.0
+ _ZN10VRTDataset6DeleteEPKc at Base 1.8.0
+ _ZN10VRTDataset7AddBandE12GDALDataTypePPc at Base 1.8.0
+ _ZN10VRTDataset7GetGCPsEv at Base 1.8.0
+ _ZN10VRTDataset7OpenXMLEPKcS1_10GDALAccess at Base 1.8.0
+ _ZN10VRTDataset7SetGCPsEiPK8GDAL_GCPPK19OGRSpatialReference at Base 3.0.0
+ _ZN10VRTDataset7XMLInitEP10CPLXMLNodePKc at Base 1.8.0
+ _ZN10VRTDataset8IdentifyEP12GDALOpenInfo at Base 1.8.0
+ _ZN10VRTDataset8InitBandEPKcib at Base 2.3.0
+ _ZN10VRTDataset9IRasterIOE10GDALRWFlagiiiiPvii12GDALDataTypeiPixxxP20GDALRasterIOExtraArg at Base 2.0.1
+ _ZN10VRTDatasetC1Eiiii at Base 3.7.0
+ _ZN10VRTDatasetC2Eiiii at Base 3.7.0
+ _ZN10VRTDatasetD0Ev at Base 1.8.0
+ _ZN10VRTDatasetD1Ev at Base 1.8.0
+ _ZN10VRTDatasetD2Ev at Base 1.8.0
+ _ZN10swq_select11PushOrderByEPKcS1_i at Base 3.1.0
+ _ZN10swq_select12PushTableDefEPKcS1_S1_ at Base 3.1.0
+ _ZN10swq_select12PushUnionAllEPS_ at Base 3.1.0
+ _ZN10swq_select12postpreparseEv at Base 3.1.0
+ _ZN10swq_select15expand_wildcardEP14swq_field_listi at Base 3.1.0
+ _ZN10swq_select4DumpEP8_IO_FILE at Base 3.1.0
+ _ZN10swq_select5parseEP14swq_field_listP24swq_select_parse_options at Base 3.1.0
+ _ZN10swq_select7UnparseEv at Base 3.1.0
+ _ZN10swq_select8PushJoinEiP13swq_expr_node at Base 3.1.0
+ _ZN10swq_select8SetLimitEx at Base 3.1.0
+ _ZN10swq_select8preparseEPKci at Base 3.1.0
+ _ZN10swq_select9PushFieldEP13swq_expr_nodePKci at Base 3.1.0
+ _ZN10swq_select9SetOffsetEx at Base 3.1.0
+ _ZN10swq_selectC1Ev at Base 3.1.0
+ _ZN10swq_selectC2Ev at Base 3.1.0
+ _ZN10swq_selectD1Ev at Base 3.1.0
+ _ZN10swq_selectD2Ev at Base 3.1.0
+ _ZN11CPLJobQueue14WaitCompletionEi at Base 3.2.0
+ _ZN11CPLJobQueue16JobQueueFunctionEPv at Base 3.2.0
+ _ZN11CPLJobQueue18DeclareJobFinishedEv at Base 3.2.0
+ _ZN11CPLJobQueue9SubmitJobEPFvPvES0_ at Base 3.2.0
+ _ZN11CPLJobQueueC1EP19CPLWorkerThreadPool at Base 3.2.0
+ _ZN11CPLJobQueueC2EP19CPLWorkerThreadPool at Base 3.2.0
+ _ZN11CPLJobQueueD1Ev at Base 3.2.0
+ _ZN11CPLJobQueueD2Ev at Base 3.2.0
+ _ZN11GDALDataset10AdviseReadEiiiiii12GDALDataTypeiPiPPc at Base 1.8.0
+ _ZN11GDALDataset10ExecuteSQLEPKcP11OGRGeometryS1_ at Base 2.0.1
+ _ZN11GDALDataset10ExecuteSQLEPKcP11OGRGeometryS1_P24swq_select_parse_options at Base 2.0.1
+ _ZN11GDALDataset10FlushCacheEb at Base 3.4.0
+ _ZN11GDALDataset10InitRWLockEv at Base 2.1.2
+ _ZN11GDALDataset10ReleaseRefEv at Base 2.2.0
+ _ZN11GDALDataset11CreateLayerEPKcPK19OGRSpatialReference18OGRwkbGeometryTypePPc at Base 3.8.0
+ _ZN11GDALDataset11DeleteLayerEi at Base 2.0.1
+ _ZN11GDALDataset11DereferenceEv at Base 1.8.0
+ _ZN11GDALDataset11GetFeaturesEv at Base 2.3.0
+ _ZN11GDALDataset11GetFileListEv at Base 1.8.0
+ _ZN11GDALDataset11GetGCPCountEv at Base 1.8.0
+ _ZN11GDALDataset11GetMetadataEPKc at Base 2.2.0
+ _ZN11GDALDataset11ReportErrorE6CPLErriPKcz at Base 1.9.0
+ _ZN11GDALDataset11ReportErrorEPKc6CPLErriS1_z at Base 3.2.0
+ _ZN11GDALDataset12AcquireMutexEv at Base 2.1.0
+ _ZN11GDALDataset12ICreateLayerEPKcPK19OGRSpatialReference18OGRwkbGeometryTypePPc at Base 3.8.0
+ _ZN11GDALDataset12MarkAsSharedEv at Base 1.8.0
+ _ZN11GDALDataset12ReleaseMutexEv at Base 2.1.0
+ _ZN11GDALDataset12ResetReadingEv at Base 2.2.0
+ _ZN11GDALDataset13GetDriverNameEv at Base 2.0.1
+ _ZN11GDALDataset13GetLayerCountEv at Base 2.0.1
+ _ZN11GDALDataset13GetRasterBandEi at Base 1.8.0
+ _ZN11GDALDataset13GetStyleTableEv at Base 2.0.1
+ _ZN11GDALDataset13SetProjectionEPKc at Base 1.8.0
+ _ZN11GDALDataset13SetSpatialRefEPK19OGRSpatialReference at Base 3.0.0
+ _ZN11GDALDataset13SetStyleTableEP13OGRStyleTable at Base 2.0.1
+ _ZN11GDALDataset14AddFieldDomainEOSt10unique_ptrI14OGRFieldDomainSt14default_deleteIS1_EERNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.3.0
+ _ZN11GDALDataset14BuildOverviewsEPKciPKiiS3_PFidS1_PvES4_PKS1_ at Base 3.6.0
+ _ZN11GDALDataset14BuildParseInfoEP10swq_selectP24swq_select_parse_options at Base 2.0.1
+ _ZN11GDALDataset14CreateMaskBandEi at Base 1.8.0
+ _ZN11GDALDataset14EndAsyncReaderEP15GDALAsyncReader at Base 1.8.0
+ _ZN11GDALDataset14EnterReadWriteE10GDALRWFlag at Base 2.0.1
+ _ZN11GDALDataset14GetLayerByNameEPKc at Base 2.0.1
+ _ZN11GDALDataset14GetNextFeatureEPP8OGRLayerPdPFidPKcPvES6_ at Base 2.2.0
+ _ZN11GDALDataset14GetRasterCountEv at Base 1.8.0
+ _ZN11GDALDataset14GetRasterXSizeEv at Base 1.8.0
+ _ZN11GDALDataset14GetRasterYSizeEv at Base 1.8.0
+ _ZN11GDALDataset14LeaveReadWriteEv at Base 2.0.1
+ _ZN11GDALDataset14TestCapabilityEPKc at Base 2.0.1
+ _ZN11GDALDataset15AddRelationshipEOSt10unique_ptrI16GDALRelationshipSt14default_deleteIS1_EERNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.6.0
+ _ZN11GDALDataset15ClearStatisticsEv at Base 3.2.0
+ _ZN11GDALDataset15GetGeoTransformEPd at Base 1.8.0
+ _ZN11GDALDataset15GetOpenDatasetsEPi at Base 1.8.0
+ _ZN11GDALDataset15IBuildOverviewsEPKciPKiiS3_PFidS1_PvES4_PKS1_ at Base 3.6.0
+ _ZN11GDALDataset15SetGeoTransformEPd at Base 1.8.0
+ _ZN11GDALDataset16BeginAsyncReaderEiiiiPvii12GDALDataTypeiPiiiiPPc at Base 1.8.0
+ _ZN11GDALDataset16DestroyParseInfoEP16GDALSQLParseInfo at Base 2.0.1
+ _ZN11GDALDataset16GetGCPProjectionEv at Base 1.8.0
+ _ZN11GDALDataset16RasterInitializeEii at Base 1.8.0
+ _ZN11GDALDataset16ReleaseResultSetEP8OGRLayer at Base 2.0.1
+ _ZN11GDALDataset16StartTransactionEi at Base 2.0.1
+ _ZN11GDALDataset17BandBasedRasterIOE10GDALRWFlagiiiiPvii12GDALDataTypeiPixxxP20GDALRasterIOExtraArg at Base 2.1.0
+ _ZN11GDALDataset17CommitTransactionEv at Base 2.0.1
+ _ZN11GDALDataset17DeleteFieldDomainERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERS5_ at Base 3.5.0
+ _ZN11GDALDataset17GetInternalHandleEPKc at Base 1.8.0
+ _ZN11GDALDataset17RasterIOResampledE10GDALRWFlagiiiiPvii12GDALDataTypeiPixxxP20GDALRasterIOExtraArg at Base 2.1.0
+ _ZN11GDALDataset17UpdateFieldDomainEOSt10unique_ptrI14OGRFieldDomainSt14default_deleteIS1_EERNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.5.0
+ _ZN11GDALDataset18BlockBasedRasterIOE10GDALRWFlagiiiiPvii12GDALDataTypeiPixxxP20GDALRasterIOExtraArg at Base 2.0.1
+ _ZN11GDALDataset18DeleteRelationshipERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERS5_ at Base 3.6.0
+ _ZN11GDALDataset18GetRawBinaryLayoutERNS_15RawBinaryLayoutE at Base 3.1.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4)_ZN11GDALDataset18ReadCompressedDataEPKciiiiiPKiPPvPjPPc at Base 3.7.2
+ (arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4)_ZN11GDALDataset18ReadCompressedDataEPKciiiiiPKiPPvPmPPc at Base 3.7.1
+ _ZN11GDALDataset18SetEnableOverviewsEb at Base 3.3.0
+ (arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4)_ZN11GDALDataset18SetQueryLoggerFuncEPFvPKcS1_llPvES2_ at Base 3.7.1
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4)_ZN11GDALDataset18SetQueryLoggerFuncEPFvPKcS1_xxPvES2_ at Base 3.7.2
+ _ZN11GDALDataset18UpdateRelationshipEOSt10unique_ptrI16GDALRelationshipSt14default_deleteIS1_EERNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.6.0
+ _ZN11GDALDataset19IsGenericSQLDialectEPKc at Base 2.0.1
+ _ZN11GDALDataset19MarkSuppressOnCloseEv at Base 3.4.1
+ _ZN11GDALDataset19ProcessSQLDropIndexEPKc at Base 2.0.1
+ _ZN11GDALDataset19ProcessSQLDropTableEPKc at Base 2.0.1
+ _ZN11GDALDataset19RollbackTransactionEv at Base 2.0.1
+ _ZN11GDALDataset19TryOverviewRasterIOE10GDALRWFlagiiiiPvii12GDALDataTypeiPixxxP20GDALRasterIOExtraArgS3_ at Base 2.1.0
+ _ZN11GDALDataset20BlockBasedFlushCacheEb at Base 3.4.0
+ _ZN11GDALDataset20GetEstimatedRAMUsageEv at Base 3.7.0
+ _ZN11GDALDataset21DisableReadWriteMutexEv at Base 2.1.0
+ _ZN11GDALDataset21GetCompressionFormatsEiiiiiPKi at Base 3.7.0
+ _ZN11GDALDataset21GetMetadataDomainListEv at Base 2.2.0
+ _ZN11GDALDataset21ProcessSQLCreateIndexEPKc at Base 2.0.1
+ _ZN11GDALDataset21SetStyleTableDirectlyEP13OGRStyleTable at Base 2.0.1
+ _ZN11GDALDataset22CleanupPostFileClosingEv at Base 3.4.1
+ _ZN11GDALDataset22CloseDependentDatasetsEv at Base 1.9.0
+ _ZN11GDALDataset22ReacquireReadWriteLockEv at Base 2.0.2
+ _ZN11GDALDataset26ShareLockWithParentDatasetEPS_ at Base 3.0.0
+ _ZN11GDALDataset28TemporarilyDropReadWriteLockEv at Base 2.0.2
+ _ZN11GDALDataset28ValidateLayerCreationOptionsEPKPKc at Base 2.0.1
+ _ZN11GDALDataset29ProcessSQLAlterTableAddColumnEPKc at Base 2.0.1
+ _ZN11GDALDataset30ProcessSQLAlterTableDropColumnEPKc at Base 2.0.1
+ _ZN11GDALDataset31ProcessSQLAlterTableAlterColumnEPKc at Base 2.0.1
+ _ZN11GDALDataset32ProcessSQLAlterTableRenameColumnEPKc at Base 2.0.1
+ _ZN11GDALDataset38ValidateRasterIOOrAdviseReadParametersEPKcPiiiiiiiiS2_ at Base 1.11.0
+ _ZN11GDALDataset5Bands8IteratorC1EPS_b at Base 2.3.0
+ _ZN11GDALDataset5Bands8IteratorC2EPS_b at Base 2.3.0
+ _ZN11GDALDataset5Bands8IteratorD1Ev at Base 2.3.0
+ _ZN11GDALDataset5Bands8IteratorD2Ev at Base 2.3.0
+ _ZN11GDALDataset5Bands8IteratordeEv at Base 2.3.0
+ _ZN11GDALDataset5Bands8IteratorppEv at Base 2.3.0
+ _ZN11GDALDataset5BandsixEi at Base 2.3.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN11GDALDataset5BandsixEj at Base 3.7.2
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN11GDALDataset5BandsixEm at Base 3.8.0
+ _ZN11GDALDataset5CloseEv at Base 3.7.0
+ _ZN11GDALDataset6Layers8IteratorC1EOS1_ at Base 2.3.0
+ _ZN11GDALDataset6Layers8IteratorC1EPS_b at Base 2.3.0
+ _ZN11GDALDataset6Layers8IteratorC1ERKS1_ at Base 2.3.0
+ _ZN11GDALDataset6Layers8IteratorC1Ev at Base 2.3.0
+ _ZN11GDALDataset6Layers8IteratorC2EOS1_ at Base 2.3.0
+ _ZN11GDALDataset6Layers8IteratorC2EPS_b at Base 2.3.0
+ _ZN11GDALDataset6Layers8IteratorC2ERKS1_ at Base 2.3.0
+ _ZN11GDALDataset6Layers8IteratorC2Ev at Base 2.3.0
+ _ZN11GDALDataset6Layers8IteratorD1Ev at Base 2.3.0
+ _ZN11GDALDataset6Layers8IteratorD2Ev at Base 2.3.0
+ _ZN11GDALDataset6Layers8IteratoraSEOS1_ at Base 2.3.0
+ _ZN11GDALDataset6Layers8IteratoraSERKS1_ at Base 2.3.0
+ _ZN11GDALDataset6Layers8IteratorppEi at Base 2.3.0
+ _ZN11GDALDataset6Layers8IteratorppEv at Base 2.3.0
+ _ZN11GDALDataset6LayersixEPKc at Base 2.3.0
+ _ZN11GDALDataset6LayersixEi at Base 2.3.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN11GDALDataset6LayersixEj at Base 3.7.2
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN11GDALDataset6LayersixEm at Base 3.8.0
+ _ZN11GDALDataset7AddBandE12GDALDataTypePPc at Base 1.8.0
+ _ZN11GDALDataset7GetGCPsEv at Base 1.8.0
+ _ZN11GDALDataset7ReleaseEv at Base 2.0.1
+ _ZN11GDALDataset7SetBandEiP14GDALRasterBand at Base 1.8.0
+ _ZN11GDALDataset7SetBandEiSt10unique_ptrI14GDALRasterBandSt14default_deleteIS1_EE at Base 3.7.0
+ _ZN11GDALDataset7SetGCPsEiPK8GDAL_GCPPK19OGRSpatialReference at Base 3.0.0
+ _ZN11GDALDataset7SetGCPsEiPK8GDAL_GCPPKc at Base 1.8.0
+ _ZN11GDALDataset8AbortSQLEv at Base 3.2.0
+ _ZN11GDALDataset8Features8IteratorC1EPS_b at Base 2.3.0
+ _ZN11GDALDataset8Features8IteratorC2EPS_b at Base 2.3.0
+ _ZN11GDALDataset8Features8IteratorD1Ev at Base 2.3.0
+ _ZN11GDALDataset8Features8IteratorD2Ev at Base 2.3.0
+ _ZN11GDALDataset8Features8IteratorppEv at Base 2.3.0
+ _ZN11GDALDataset8GetBandsEv at Base 2.3.0
+ _ZN11GDALDataset8GetLayerEi at Base 2.0.1
+ _ZN11GDALDataset8RasterIOE10GDALRWFlagiiiiPvii12GDALDataTypeiPixxxP20GDALRasterIOExtraArg at Base 2.0.1
+ _ZN11GDALDataset9CopyLayerEP8OGRLayerPKcPPc at Base 2.0.1
+ _ZN11GDALDataset9GetDriverEv at Base 1.8.0
+ _ZN11GDALDataset9GetLayersEv at Base 2.3.0
+ _ZN11GDALDataset9IRasterIOE10GDALRWFlagiiiiPvii12GDALDataTypeiPixxxP20GDALRasterIOExtraArg at Base 2.0.1
+ _ZN11GDALDataset9ReferenceEv at Base 1.8.0
+ _ZN11GDALDatasetC1Ei at Base 2.1.0
+ _ZN11GDALDatasetC1Ev at Base 1.8.0
+ _ZN11GDALDatasetC2Ei at Base 2.1.0
+ _ZN11GDALDatasetC2Ev at Base 1.8.0
+ _ZN11GDALDatasetD0Ev at Base 1.8.0
+ _ZN11GDALDatasetD1Ev at Base 1.8.0
+ _ZN11GDALDatasetD2Ev at Base 1.8.0
+ _ZN11GDALMDArray11MassageNameERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.4.0
+ _ZN11GDALMDArray13GetStatisticsEbbPdS0_S0_S0_PyPFidPKcPvES4_ at Base 3.4.0
+ _ZN11GDALMDArray13SetSpatialRefEPK19OGRSpatialReference at Base 3.1.0
+ _ZN11GDALMDArray13SetStatisticsEbddddyPKPKc at Base 3.8.0
+ _ZN11GDALMDArray14SetNoDataValueEd at Base 3.1.0
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN11GDALMDArray14SetNoDataValueEl at Base 3.8.0
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN11GDALMDArray14SetNoDataValueEm at Base 3.8.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN11GDALMDArray14SetNoDataValueEx at Base 3.7.2
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN11GDALMDArray14SetNoDataValueEy at Base 3.7.2
+ _ZN11GDALMDArray15ClearStatisticsEv at Base 3.4.0
+ _ZN11GDALMDArray17ComputeStatisticsEbPdS0_S0_S0_PyPFidPKcPvES4_PKS3_ at Base 3.8.0
+ _ZN11GDALMDArray17SetRawNoDataValueEPKv at Base 3.1.0
+ _ZN11GDALMDArray23CopyFromAllExceptValuesEPKS_bRyyPFidPKcPvES5_ at Base 3.1.0
+ _ZN11GDALMDArray23CreateGLTOrthorectifiedERKSt10shared_ptrIS_ES3_S3_iRKSt6vectorIdSaIdEE at Base 3.8.0
+ _ZN11GDALMDArray6ResizeERKSt6vectorIySaIyEEPKPKc at Base 3.7.0
+ _ZN11GDALMDArray7SetUnitERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.1.0
+ _ZN11GDALMDArray8CopyFromEP11GDALDatasetPKS_bRyyPFidPKcPvES7_ at Base 3.1.0
+ _ZN11GDALMDArray8SetScaleEd12GDALDataType at Base 3.3.0
+ (arch=!sh4)_ZN11GDALMDArray8ViewSpecD1Ev at Base 3.7.2
+ (arch=!sh4)_ZN11GDALMDArray8ViewSpecD2Ev at Base 3.7.2
+ _ZN11GDALMDArray9SetOffsetEd12GDALDataType at Base 3.3.0
+ _ZN11GDALMDArrayC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_S7_ at Base 3.8.0
+ _ZN11GDALMDArrayC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_S7_ at Base 3.8.0
+ (arch=!armel !armhf)_ZN11GDALMDArrayD2Ev at Base 3.8.0
+ _ZN11OGRGeometry10closeRingsEv at Base 1.8.0
+ _ZN11OGRGeometry10segmentizeEd at Base 1.8.0
+ _ZN11OGRGeometry11CastToErrorEPS_ at Base 2.0.1
+ _ZN11OGRGeometry11setMeasuredEi at Base 2.1.0
+ _ZN11OGRGeometry11transformToEPK19OGRSpatialReference at Base 3.7.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN11OGRGeometry13importFromWkbEPKhj13OGRwkbVariant at Base 3.7.2
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN11OGRGeometry13importFromWkbEPKhm13OGRwkbVariant at Base 3.8.0
+ _ZN11OGRGeometry15freeGEOSContextEP20GEOSContextHandle_HS at Base 1.11.0
+ _ZN11OGRGeometry17OGRexportToSFCGALEPKS_ at Base 2.3.0
+ _ZN11OGRGeometry17SFCGALexportToOGREPKv at Base 2.3.0
+ _ZN11OGRGeometry17createGEOSContextEv at Base 1.11.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN11OGRGeometry21importPreambleFromWkbEPKhjR15OGRwkbByteOrder13OGRwkbVariant at Base 3.7.2
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN11OGRGeometry21importPreambleFromWkbEPKhmR15OGRwkbByteOrder13OGRwkbVariant at Base 3.8.0
+ _ZN11OGRGeometry21importPreambleFromWktEPPKcPiS3_Pb at Base 2.3.0
+ _ZN11OGRGeometry22assignSpatialReferenceEPK19OGRSpatialReference at Base 3.7.0
+ _ZN11OGRGeometry22setCoordinateDimensionEi at Base 1.8.0
+ _ZN11OGRGeometry28HomogenizeDimensionalityWithEPS_ at Base 2.3.0
+ _ZN11OGRGeometry28bGenerate_DB2_V72_BYTE_ORDERE at Base 1.8.0
+ _ZN11OGRGeometry28importCurveCollectionFromWktEPPKciiiiPFiPS_P8OGRCurveE at Base 2.3.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN11OGRGeometry33importPreambleOfCollectionFromWkbEPKhRjS2_R15OGRwkbByteOrderjRi13OGRwkbVariant at Base 3.7.2
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN11OGRGeometry33importPreambleOfCollectionFromWkbEPKhRmS2_R15OGRwkbByteOrdermRi13OGRwkbVariant at Base 3.8.0
+ _ZN11OGRGeometry5set3DEi at Base 2.1.0
+ _ZN11OGRGeometry6swapXYEv at Base 1.8.0
+ _ZN11OGRGeometryC1ERKS_ at Base 2.1.0
+ _ZN11OGRGeometryC1Ev at Base 1.8.0
+ _ZN11OGRGeometryC2ERKS_ at Base 2.1.0
+ _ZN11OGRGeometryC2Ev at Base 1.8.0
+ _ZN11OGRGeometryD0Ev at Base 1.8.0
+ _ZN11OGRGeometryD1Ev at Base 1.8.0
+ _ZN11OGRGeometryD2Ev at Base 1.8.0
+ _ZN11OGRGeometryaSERKS_ at Base 2.1.0
+ _ZN11OGRMemLayer10GetDatasetEv at Base 3.8.0
+ _ZN11OGRMemLayer10GetFeatureEx at Base 3.4.0
+ _ZN11OGRMemLayer11CreateFieldEP12OGRFieldDefni at Base 3.4.0
+ _ZN11OGRMemLayer11DeleteFieldEi at Base 3.4.0
+ _ZN11OGRMemLayer11GetIteratorEv at Base 3.4.0
+ _ZN11OGRMemLayer11ISetFeatureEP10OGRFeature at Base 3.4.0
+ _ZN11OGRMemLayer12GetFIDColumnEv at Base 3.8.0
+ _ZN11OGRMemLayer12GetLayerDefnEv at Base 3.4.0
+ _ZN11OGRMemLayer12ResetReadingEv at Base 3.4.0
+ _ZN11OGRMemLayer13DeleteFeatureEx at Base 3.4.0
+ _ZN11OGRMemLayer13GetFeatureRefEx at Base 3.6.0
+ _ZN11OGRMemLayer13ReorderFieldsEPi at Base 3.4.0
+ _ZN11OGRMemLayer14AlterFieldDefnEiP12OGRFieldDefni at Base 3.4.0
+ _ZN11OGRMemLayer14GetNextFeatureEv at Base 3.4.0
+ _ZN11OGRMemLayer14ICreateFeatureEP10OGRFeature at Base 3.4.0
+ _ZN11OGRMemLayer14IUpdateFeatureEP10OGRFeatureiPKiiS3_b at Base 3.7.0
+ _ZN11OGRMemLayer14IUpsertFeatureEP10OGRFeature at Base 3.6.0
+ _ZN11OGRMemLayer14SetNextByIndexEx at Base 3.4.0
+ _ZN11OGRMemLayer14TestCapabilityEPKc at Base 3.4.0
+ _ZN11OGRMemLayer15CreateGeomFieldEP16OGRGeomFieldDefni at Base 3.4.0
+ _ZN11OGRMemLayer15GetFeatureCountEi at Base 3.4.0
+ _ZN11OGRMemLayer18AlterGeomFieldDefnEiPK16OGRGeomFieldDefni at Base 3.6.0
+ _ZN11OGRMemLayerC1EPKcPK19OGRSpatialReference18OGRwkbGeometryType at Base 3.8.0
+ _ZN11OGRMemLayerC2EPKcPK19OGRSpatialReference18OGRwkbGeometryType at Base 3.8.0
+ _ZN11OGRMemLayerD0Ev at Base 3.4.0
+ _ZN11OGRMemLayerD1Ev at Base 3.4.0
+ _ZN11OGRMemLayerD2Ev at Base 3.4.0
+ _ZN11OGRSFDriver16CreateDataSourceEPKcPPc at Base 1.8.0
+ _ZN11OGRSFDriver16DeleteDataSourceEPKc at Base 1.8.0
+ _ZN11OGRSFDriverD0Ev at Base 1.8.0
+ _ZN11OGRSFDriverD1Ev at Base 1.8.0
+ _ZN11OGRSFDriverD2Ev at Base 1.8.0
+ _ZN11OGRStyleMgr12GetPartCountEPKc at Base 1.8.0
+ _ZN11OGRStyleMgr12GetStyleNameEPKc at Base 1.8.0
+ _ZN11OGRStyleMgr14GetStyleByNameEPKc at Base 1.8.0
+ _ZN11OGRStyleMgr14GetStyleStringEP10OGRFeature at Base 1.8.0
+ _ZN11OGRStyleMgr15InitFromFeatureEP10OGRFeature at Base 1.8.0
+ _ZN11OGRStyleMgr15InitStyleStringEPKc at Base 1.8.0
+ _ZN11OGRStyleMgr21SetFeatureStyleStringEP10OGRFeaturePKci at Base 1.8.0
+ _ZN11OGRStyleMgr30CreateStyleToolFromStyleStringEPKc at Base 1.8.0
+ _ZN11OGRStyleMgr7AddPartEP12OGRStyleTool at Base 1.8.0
+ _ZN11OGRStyleMgr7AddPartEPKc at Base 1.8.0
+ _ZN11OGRStyleMgr7GetPartEiPKc at Base 1.8.0
+ _ZN11OGRStyleMgr8AddStyleEPKcS1_ at Base 1.8.0
+ _ZN11OGRStyleMgrC1EP13OGRStyleTable at Base 1.8.0
+ _ZN11OGRStyleMgrC2EP13OGRStyleTable at Base 1.8.0
+ _ZN11OGRStyleMgrD1Ev at Base 1.8.0
+ _ZN11OGRStyleMgrD2Ev at Base 1.8.0
+ _ZN11OGRStylePen11GetParamDblE27ogr_style_tool_param_pen_idRi at Base 1.8.0
+ _ZN11OGRStylePen11GetParamNumE27ogr_style_tool_param_pen_idRi at Base 1.8.0
+ _ZN11OGRStylePen11GetParamStrE27ogr_style_tool_param_pen_idRi at Base 1.8.0
+ _ZN11OGRStylePen11SetParamDblE27ogr_style_tool_param_pen_idd at Base 1.8.0
+ _ZN11OGRStylePen11SetParamNumE27ogr_style_tool_param_pen_idi at Base 1.8.0
+ _ZN11OGRStylePen11SetParamStrE27ogr_style_tool_param_pen_idPKc at Base 1.8.0
+ _ZN11OGRStylePen14GetStyleStringEv at Base 1.8.0
+ _ZN11OGRStylePen5ParseEv at Base 1.8.0
+ _ZN11OGRStylePenC1Ev at Base 1.8.0
+ _ZN11OGRStylePenC2Ev at Base 1.8.0
+ _ZN11OGRStylePenD0Ev at Base 1.8.0
+ _ZN11OGRStylePenD1Ev at Base 1.8.0
+ _ZN11OGRStylePenD2Ev at Base 1.8.0
+ _ZN11OGRTriangle13CastToPolygonEP11OGRGeometry at Base 2.2.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN11OGRTriangle13importFromWkbEPKhj13OGRwkbVariantRj at Base 3.7.2
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN11OGRTriangle13importFromWkbEPKhm13OGRwkbVariantRm at Base 3.8.0
+ _ZN11OGRTriangle15CasterToPolygonEP10OGRSurface at Base 2.3.0
+ _ZN11OGRTriangle15addRingDirectlyEP8OGRCurve at Base 2.2.0
+ _ZN11OGRTriangle21importFromWKTListOnlyEPPKciiRP11OGRRawPointRiRPd at Base 2.3.0
+ _ZN11OGRTriangle6acceptEP19IOGRGeometryVisitor at Base 2.3.0
+ _ZN11OGRTriangleC1ERK10OGRPolygonRi at Base 2.2.0
+ _ZN11OGRTriangleC1ERK8OGRPointS2_S2_ at Base 2.2.0
+ _ZN11OGRTriangleC1ERKS_ at Base 2.2.0
+ _ZN11OGRTriangleC1Ev at Base 2.2.0
+ _ZN11OGRTriangleC2ERK10OGRPolygonRi at Base 2.2.0
+ _ZN11OGRTriangleC2ERK8OGRPointS2_S2_ at Base 2.2.0
+ _ZN11OGRTriangleC2ERKS_ at Base 2.2.0
+ _ZN11OGRTriangleC2Ev at Base 2.2.0
+ _ZN11OGRTriangleD0Ev at Base 2.2.0
+ _ZN11OGRTriangleD1Ev at Base 2.2.0
+ _ZN11OGRTriangleD2Ev at Base 2.2.0
+ _ZN11OGRTriangleaSERKS_ at Base 2.2.0
+ _ZN11OGR_SRSNode10StripNodesEPKc at Base 1.8.0
+ _ZN11OGR_SRSNode11InsertChildEPS_i at Base 1.8.0
+ _ZN11OGR_SRSNode12DestroyChildEi at Base 1.8.0
+ _ZN11OGR_SRSNode12notifyChangeEv at Base 3.0.0
+ _ZN11OGR_SRSNode13ClearChildrenEv at Base 1.8.0
+ _ZN11OGR_SRSNode13MakeValueSafeEv at Base 1.8.0
+ _ZN11OGR_SRSNode13importFromWktEPPKc at Base 2.3.0
+ _ZN11OGR_SRSNode13importFromWktEPPKciPi at Base 2.3.0
+ _ZN11OGR_SRSNode13importFromWktEPPc at Base 1.8.0
+ _ZN11OGR_SRSNode16RegisterListenerERKSt10shared_ptrINS_8ListenerEE at Base 3.0.0
+ _ZN11OGR_SRSNode7GetNodeEPKc at Base 1.8.0
+ _ZN11OGR_SRSNode8AddChildEPS_ at Base 1.8.0
+ _ZN11OGR_SRSNode8GetChildEi at Base 1.8.0
+ _ZN11OGR_SRSNode8ListenerD0Ev at Base 3.0.0
+ _ZN11OGR_SRSNode8ListenerD1Ev at Base 3.0.0
+ _ZN11OGR_SRSNode8ListenerD2Ev at Base 3.0.0
+ _ZN11OGR_SRSNode8SetValueEPKc at Base 1.8.0
+ _ZN11OGR_SRSNodeC1EPKc at Base 1.8.0
+ _ZN11OGR_SRSNodeC2EPKc at Base 1.8.0
+ _ZN11OGR_SRSNodeD1Ev at Base 1.8.0
+ _ZN11OGR_SRSNodeD2Ev at Base 1.8.0
+ _ZN12CPLJSONArray3AddEPKc at Base 2.3.0
+ _ZN12CPLJSONArray3AddERK13CPLJSONObject at Base 2.3.0
+ _ZN12CPLJSONArray3AddERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.3.0
+ _ZN12CPLJSONArray3AddEb at Base 2.3.0
+ _ZN12CPLJSONArray3AddEd at Base 2.3.0
+ _ZN12CPLJSONArray3AddEi at Base 2.3.0
+ (arch=amd64 arm64 ia64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN12CPLJSONArray3AddEm at Base 3.8.3
+ _ZN12CPLJSONArray3AddEx at Base 2.3.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k powerpc sh4)_ZN12CPLJSONArray3AddEy at Base 3.8.0
+ _ZN12CPLJSONArray7AddNullEv at Base 3.8.0
+ _ZN12CPLJSONArrayC1ERK13CPLJSONObject at Base 2.3.0
+ _ZN12CPLJSONArrayC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.3.0
+ _ZN12CPLJSONArrayC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPv at Base 2.3.0
+ _ZN12CPLJSONArrayC1Ev at Base 2.3.0
+ _ZN12CPLJSONArrayC2ERK13CPLJSONObject at Base 2.3.0
+ _ZN12CPLJSONArrayC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.3.0
+ _ZN12CPLJSONArrayC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPv at Base 2.3.0
+ _ZN12CPLJSONArrayC2Ev at Base 2.3.0
+ _ZN12CPLJSONArrayixEi at Base 2.3.0
+ _ZN12GDALOpenInfo11TryToIngestEi at Base 2.0.1
+ _ZN12GDALOpenInfo15GetSiblingFilesEv at Base 2.0.1
+ _ZN12GDALOpenInfo17StealSiblingFilesEv at Base 2.1.0
+ _ZN12GDALOpenInfoC1EPKciPKS1_ at Base 2.3.0
+ _ZN12GDALOpenInfoC2EPKciPKS1_ at Base 2.3.0
+ _ZN12GDALOpenInfoD1Ev at Base 1.8.0
+ _ZN12GDALOpenInfoD2Ev at Base 1.8.0
+ _ZN12MEMAttribute6CreateERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_RKSt6vectorIySaIyEERK20GDALExtendedDataType at Base 3.8.0
+ _ZN12MEMAttribute6CreateERKSt10shared_ptrI10MEMMDArrayERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt6vectorIySaIyEERK20GDALExtendedDataType at Base 3.8.0
+ _ZN12MEMAttribute6CreateERKSt10shared_ptrI8MEMGroupERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt6vectorIySaIyEERK20GDALExtendedDataType at Base 3.8.0
+ _ZN12MEMAttribute6RenameERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.8.0
+ _ZN12MEMAttributeC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_RKSt6vectorIySaIyEERK20GDALExtendedDataType at Base 3.8.0
+ _ZN12MEMAttributeC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_RKSt6vectorIySaIyEERK20GDALExtendedDataType at Base 3.8.0
+ _ZN12MEMAttributeD0Ev at Base 3.8.0
+ _ZN12MEMAttributeD1Ev at Base 3.8.0
+ _ZN12OGRAttrIndexC1Ev at Base 1.8.0
+ _ZN12OGRAttrIndexC2Ev at Base 1.8.0
+ _ZN12OGRAttrIndexD0Ev at Base 1.8.0
+ _ZN12OGRAttrIndexD1Ev at Base 1.8.0
+ _ZN12OGRAttrIndexD2Ev at Base 1.8.0
+ _ZN12OGRFieldDefn10SetDefaultEPKc at Base 2.0.1
+ _ZN12OGRFieldDefn10SetSubTypeE15OGRFieldSubType at Base 2.0.1
+ _ZN12OGRFieldDefn16GetFieldTypeNameE12OGRFieldType at Base 1.8.0
+ _ZN12OGRFieldDefn18SetAlternativeNameEPKc at Base 3.2.0
+ _ZN12OGRFieldDefn19GetFieldSubTypeNameE15OGRFieldSubType at Base 2.0.1
+ _ZN12OGRFieldDefn3SetEPKc12OGRFieldTypeii16OGRJustification at Base 1.8.0
+ _ZN12OGRFieldDefn7SetNameEPKc at Base 1.8.0
+ _ZN12OGRFieldDefn7SetTypeE12OGRFieldType at Base 2.0.1
+ _ZN12OGRFieldDefnC1EPKS_ at Base 2.3.0
+ _ZN12OGRFieldDefnC1EPKc12OGRFieldType at Base 1.8.0
+ _ZN12OGRFieldDefnC2EPKS_ at Base 2.3.0
+ _ZN12OGRFieldDefnC2EPKc12OGRFieldType at Base 1.8.0
+ _ZN12OGRFieldDefnD1Ev at Base 1.8.0
+ _ZN12OGRFieldDefnD2Ev at Base 1.8.0
+ _ZN12OGRLayerPool12UnchainLayerEP23OGRAbstractProxiedLayer at Base 3.4.0
+ _ZN12OGRLayerPool16SetLastUsedLayerEP23OGRAbstractProxiedLayer at Base 3.4.0
+ _ZN12OGRLayerPoolC1Ei at Base 3.4.0
+ _ZN12OGRLayerPoolC2Ei at Base 3.4.0
+ _ZN12OGRLayerPoolD1Ev at Base 3.4.0
+ _ZN12OGRLayerPoolD2Ev at Base 3.4.0
+ _ZN12OGRStyleTool11GetParamDblERK15ogr_style_paramR15ogr_style_valueRi at Base 1.8.0
+ _ZN12OGRStyleTool11GetParamNumERK15ogr_style_paramR15ogr_style_valueRi at Base 1.8.0
+ _ZN12OGRStyleTool11GetParamStrERK15ogr_style_paramR15ogr_style_valueRi at Base 1.8.0
+ _ZN12OGRStyleTool11SetParamDblERK15ogr_style_paramR15ogr_style_valued at Base 1.8.0
+ _ZN12OGRStyleTool11SetParamNumERK15ogr_style_paramR15ogr_style_valuei at Base 1.8.0
+ _ZN12OGRStyleTool11SetParamStrERK15ogr_style_paramR15ogr_style_valuePKc at Base 1.8.0
+ _ZN12OGRStyleTool13GetSpecificIdEPKcS1_ at Base 1.8.0
+ _ZN12OGRStyleTool14GetStyleStringEPK15ogr_style_paramP15ogr_style_valuei at Base 1.8.0
+ _ZN12OGRStyleTool14SetStyleStringEPKc at Base 1.8.0
+ _ZN12OGRStyleTool15ComputeWithUnitEd23ogr_style_tool_units_id at Base 1.8.0
+ _ZN12OGRStyleTool15ComputeWithUnitEi23ogr_style_tool_units_id at Base 1.8.0
+ _ZN12OGRStyleTool16GetRGBFromStringEPKcRiS2_S2_S2_ at Base 1.8.0
+ _ZN12OGRStyleTool29SetInternalInputUnitFromParamEPc at Base 1.8.0
+ _ZN12OGRStyleTool5ParseEPK15ogr_style_paramP15ogr_style_valuei at Base 1.8.0
+ _ZN12OGRStyleTool7GetTypeEv at Base 1.8.0
+ _ZN12OGRStyleTool7SetUnitE23ogr_style_tool_units_idd at Base 1.8.0
+ _ZN12OGRStyleToolC1E23ogr_style_tool_class_id at Base 1.8.0
+ _ZN12OGRStyleToolC2E23ogr_style_tool_class_id at Base 1.8.0
+ _ZN12OGRStyleToolD0Ev at Base 1.8.0
+ _ZN12OGRStyleToolD1Ev at Base 1.8.0
+ _ZN12OGRStyleToolD2Ev at Base 1.8.0
+ _ZN13CPLJSONObject14AddNoSplitNameERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKS_ at Base 3.2.0
+ _ZN13CPLJSONObject17DeleteNoSplitNameERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.4.0
+ _ZN13CPLJSONObject3AddERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKc at Base 2.3.0
+ _ZN13CPLJSONObject3AddERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERK12CPLJSONArray at Base 2.3.0
+ _ZN13CPLJSONObject3AddERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKS_ at Base 2.3.0
+ _ZN13CPLJSONObject3AddERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_ at Base 2.3.0
+ _ZN13CPLJSONObject3AddERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEb at Base 2.3.0
+ _ZN13CPLJSONObject3AddERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEd at Base 2.3.0
+ _ZN13CPLJSONObject3AddERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEi at Base 2.3.0
+ (arch=amd64 arm64 ia64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN13CPLJSONObject3AddERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEm at Base 3.8.3
+ _ZN13CPLJSONObject3AddERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEx at Base 2.3.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k powerpc sh4)_ZN13CPLJSONObject3AddERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEy at Base 3.8.0
+ _ZN13CPLJSONObject3SetERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKc at Base 2.3.0
+ _ZN13CPLJSONObject3SetERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_ at Base 2.3.0
+ _ZN13CPLJSONObject3SetERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEb at Base 2.3.0
+ _ZN13CPLJSONObject3SetERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEd at Base 2.3.0
+ _ZN13CPLJSONObject3SetERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEi at Base 2.3.0
+ (arch=amd64 arm64 ia64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN13CPLJSONObject3SetERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEm at Base 3.8.3
+ _ZN13CPLJSONObject3SetERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEx at Base 2.3.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k powerpc sh4)_ZN13CPLJSONObject3SetERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEy at Base 3.8.0
+ _ZN13CPLJSONObject6DeinitEv at Base 2.3.0
+ _ZN13CPLJSONObject6DeleteERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.3.0
+ _ZN13CPLJSONObject7AddNullERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.3.0
+ _ZN13CPLJSONObject7SetNullERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.3.0
+ _ZN13CPLJSONObjectC1EDn at Base 3.8.0
+ _ZN13CPLJSONObjectC1EOS_ at Base 3.6.0
+ _ZN13CPLJSONObjectC1EPKc at Base 3.8.0
+ _ZN13CPLJSONObjectC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.8.0
+ _ZN13CPLJSONObjectC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPv at Base 2.3.0
+ _ZN13CPLJSONObjectC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKS_ at Base 2.3.0
+ _ZN13CPLJSONObjectC1ERKS_ at Base 2.3.0
+ _ZN13CPLJSONObjectC1Eb at Base 3.8.0
+ _ZN13CPLJSONObjectC1Ed at Base 3.8.0
+ _ZN13CPLJSONObjectC1Ei at Base 3.8.0
+ (arch=amd64 arm64 ia64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN13CPLJSONObjectC1El at Base 3.8.3
+ (arch=amd64 arm64 ia64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN13CPLJSONObjectC1Em at Base 3.8.3
+ _ZN13CPLJSONObjectC1Ev at Base 2.3.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k powerpc sh4)_ZN13CPLJSONObjectC1Ex at Base 3.8.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k powerpc sh4)_ZN13CPLJSONObjectC1Ey at Base 3.8.0
+ _ZN13CPLJSONObjectC2EDn at Base 3.8.0
+ _ZN13CPLJSONObjectC2EOS_ at Base 3.6.0
+ _ZN13CPLJSONObjectC2EPKc at Base 3.8.0
+ _ZN13CPLJSONObjectC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.8.0
+ _ZN13CPLJSONObjectC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPv at Base 2.3.0
+ _ZN13CPLJSONObjectC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKS_ at Base 2.3.0
+ _ZN13CPLJSONObjectC2ERKS_ at Base 2.3.0
+ _ZN13CPLJSONObjectC2Eb at Base 3.8.0
+ _ZN13CPLJSONObjectC2Ed at Base 3.8.0
+ _ZN13CPLJSONObjectC2Ei at Base 3.8.0
+ (arch=amd64 arm64 ia64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN13CPLJSONObjectC2El at Base 3.8.3
+ (arch=amd64 arm64 ia64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN13CPLJSONObjectC2Em at Base 3.8.3
+ _ZN13CPLJSONObjectC2Ev at Base 2.3.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k powerpc sh4)_ZN13CPLJSONObjectC2Ex at Base 3.8.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k powerpc sh4)_ZN13CPLJSONObjectC2Ey at Base 3.8.0
+ _ZN13CPLJSONObjectD1Ev at Base 2.3.0
+ _ZN13CPLJSONObjectD2Ev at Base 2.3.0
+ _ZN13CPLJSONObjectaSEOS_ at Base 3.1.0
+ _ZN13CPLJSONObjectaSERKS_ at Base 2.3.0
+ _ZN13CPLLockHolderC1EP8_CPLLockPKci at Base 2.0.1
+ _ZN13CPLLockHolderC1EPP8_CPLLock11CPLLockTypePKci at Base 2.0.1
+ _ZN13CPLLockHolderC2EP8_CPLLockPKci at Base 2.0.1
+ _ZN13CPLLockHolderC2EPP8_CPLLock11CPLLockTypePKci at Base 2.0.1
+ _ZN13CPLLockHolderD1Ev at Base 2.0.1
+ _ZN13CPLLockHolderD2Ev at Base 2.0.1
+ _ZN13CPLStringList12AddNameValueEPKcS1_ at Base 1.9.0
+ _ZN13CPLStringList12SetNameValueEPKcS1_ at Base 1.9.0
+ _ZN13CPLStringList14MakeOurOwnCopyEv at Base 1.9.0
+ _ZN13CPLStringList16EnsureAllocationEi at Base 1.9.0
+ _ZN13CPLStringList17AddStringDirectlyEPc at Base 1.9.0
+ _ZN13CPLStringList20InsertStringDirectlyEiPc at Base 1.9.0
+ _ZN13CPLStringList24FindSortedInsertionPointEPKc at Base 1.9.0
+ _ZN13CPLStringList4SortEv at Base 1.9.0
+ _ZN13CPLStringList5ClearEv at Base 1.9.0
+ _ZN13CPLStringList6AssignEPPci at Base 1.9.0
+ _ZN13CPLStringList9AddStringEPKc at Base 1.9.0
+ _ZN13CPLStringList9StealListEv at Base 1.9.0
+ _ZN13CPLStringListC1EOS_ at Base 3.6.0
+ _ZN13CPLStringListC1EPKPKc at Base 2.3.0
+ _ZN13CPLStringListC1EPPci at Base 1.9.0
+ _ZN13CPLStringListC1ERKS_ at Base 1.9.0
+ _ZN13CPLStringListC1Ev at Base 1.9.0
+ _ZN13CPLStringListC2EOS_ at Base 3.6.0
+ _ZN13CPLStringListC2EPKPKc at Base 2.3.0
+ _ZN13CPLStringListC2EPPci at Base 1.9.0
+ _ZN13CPLStringListC2ERKS_ at Base 1.9.0
+ _ZN13CPLStringListC2Ev at Base 1.9.0
+ _ZN13CPLStringListD1Ev at Base 1.9.0
+ _ZN13CPLStringListD2Ev at Base 1.9.0
+ _ZN13CPLStringListaSEOS_ at Base 3.1.0
+ _ZN13CPLStringListaSEPKPKc at Base 2.3.0
+ _ZN13CPLStringListaSERKS_ at Base 1.9.0
+ _ZN13CPLStringListixEi at Base 1.9.0
+ _ZN13GDALAttribute5WriteEPKPKc at Base 3.1.0
+ _ZN13GDALAttribute5WriteEPKc at Base 3.1.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN13GDALAttribute5WriteEPKdj at Base 3.7.2
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN13GDALAttribute5WriteEPKdm at Base 3.8.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN13GDALAttribute5WriteEPKvj at Base 3.7.2
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN13GDALAttribute5WriteEPKvm at Base 3.8.0
+ _ZN13GDALAttribute5WriteEd at Base 3.1.0
+ _ZN13GDALAttribute8WriteIntEi at Base 3.1.0
+ _ZN13GDALAttributeC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_ at Base 3.1.0
+ _ZN13GDALAttributeC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_ at Base 3.1.0
+ (arch=!armel !armhf !sh4)_ZN13GDALAttributeD2Ev at Base 3.5.2
+ _ZN13GDALDimension10BaseRenameERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.8.0
+ _ZN13GDALDimension13ParentDeletedEv at Base 3.8.0
+ _ZN13GDALDimension13ParentRenamedERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.8.0
+ _ZN13GDALDimension19SetIndexingVariableESt10shared_ptrI11GDALMDArrayE at Base 3.1.0
+ _ZN13GDALDimension6RenameERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.8.0
+ _ZN13GDALDimensionC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_S7_S7_y at Base 3.1.0
+ _ZN13GDALDimensionC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_S7_S7_y at Base 3.1.0
+ _ZN13GDALDimensionD0Ev at Base 3.1.0
+ _ZN13GDALDimensionD1Ev at Base 3.1.0
+ _ZN13GDALDimensionD2Ev at Base 3.1.0
+ _ZN13GDALRawResult6FreeMeEv at Base 3.1.0
+ _ZN13GDALRawResult9StealDataEv at Base 3.1.0
+ _ZN13GDALRawResultC1EOS_ at Base 3.1.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN13GDALRawResultC1EPhRK20GDALExtendedDataTypej at Base 3.7.2
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN13GDALRawResultC1EPhRK20GDALExtendedDataTypem at Base 3.8.0
+ _ZN13GDALRawResultC2EOS_ at Base 3.1.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN13GDALRawResultC2EPhRK20GDALExtendedDataTypej at Base 3.7.2
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN13GDALRawResultC2EPhRK20GDALExtendedDataTypem at Base 3.8.0
+ _ZN13GDALRawResultD1Ev at Base 3.1.0
+ _ZN13GDALRawResultD2Ev at Base 3.1.0
+ _ZN13GDALRawResultaSEOS_ at Base 3.1.0
+ _ZN13MEMRasterBand10IReadBlockEiiPv at Base 1.8.0
+ _ZN13MEMRasterBand11GetOverviewEi at Base 2.2.0
+ _ZN13MEMRasterBand11IWriteBlockEiiPv at Base 1.8.0
+ _ZN13MEMRasterBand14CreateMaskBandEi at Base 2.2.0
+ _ZN13MEMRasterBand16GetOverviewCountEv at Base 2.2.0
+ _ZN13MEMRasterBand9IRasterIOE10GDALRWFlagiiiiPvii12GDALDataTypexxP20GDALRasterIOExtraArg at Base 2.0.1
+ _ZN13MEMRasterBandC1EP11GDALDatasetiPh12GDALDataTypexxiPKc at Base 2.0.1
+ _ZN13MEMRasterBandC1EPh12GDALDataTypeii at Base 2.2.0
+ _ZN13MEMRasterBandC2EP11GDALDatasetiPh12GDALDataTypexxiPKc at Base 2.0.1
+ _ZN13MEMRasterBandC2EPh12GDALDataTypeii at Base 2.2.0
+ _ZN13MEMRasterBandD0Ev at Base 1.8.0
+ _ZN13MEMRasterBandD1Ev at Base 1.8.0
+ _ZN13MEMRasterBandD2Ev at Base 1.8.0
+ _ZN13OGRDataSource17DestroyDataSourceEPS_ at Base 1.8.0
+ _ZN13OGRDataSourceC1Ev at Base 1.8.0
+ _ZN13OGRDataSourceC2Ev at Base 1.8.0
+ _ZN13OGRLineString16CastToLinearRingEPS_ at Base 2.0.1
+ _ZN13OGRLineString18CasterToLinearRingEP8OGRCurve at Base 2.3.0
+ _ZN13OGRLineString25TransferMembersAndDestroyEPS_S0_ at Base 2.0.1
+ _ZN13OGRLineString6acceptEP19IOGRGeometryVisitor at Base 2.3.0
+ _ZN13OGRLineStringC1ERKS_ at Base 2.1.0
+ _ZN13OGRLineStringC1Ev at Base 1.8.0
+ _ZN13OGRLineStringC2ERKS_ at Base 2.1.0
+ _ZN13OGRLineStringC2Ev at Base 1.8.0
+ _ZN13OGRLineStringD0Ev at Base 1.8.0
+ _ZN13OGRLineStringD1Ev at Base 1.8.0
+ _ZN13OGRLineStringD2Ev at Base 1.8.0
+ _ZN13OGRLineStringaSERKS_ at Base 2.1.0
+ _ZN13OGRLinearRing10closeRingsEv at Base 1.8.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN13OGRLinearRing13importFromWkbEPKhj13OGRwkbVariantRj at Base 3.7.2
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN13OGRLinearRing13importFromWkbEPKhm13OGRwkbVariantRm at Base 3.8.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN13OGRLinearRing14_importFromWkbE15OGRwkbByteOrderiPKhjRj at Base 3.7.2
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN13OGRLinearRing14_importFromWkbE15OGRwkbByteOrderiPKhmRm at Base 3.8.0
+ _ZN13OGRLinearRing16CastToLineStringEPS_ at Base 2.0.1
+ _ZN13OGRLinearRing18CasterToLineStringEP8OGRCurve at Base 2.3.0
+ _ZN13OGRLinearRing19reverseWindingOrderEv at Base 1.8.0
+ _ZN13OGRLinearRing6acceptEP19IOGRGeometryVisitor at Base 2.3.0
+ _ZN13OGRLinearRing9transformEP27OGRCoordinateTransformation at Base 2.2.0
+ _ZN13OGRLinearRingC1EPS_ at Base 1.8.0
+ _ZN13OGRLinearRingC1ERKS_ at Base 2.1.0
+ _ZN13OGRLinearRingC1Ev at Base 1.8.0
+ _ZN13OGRLinearRingC2EPS_ at Base 1.8.0
+ _ZN13OGRLinearRingC2ERKS_ at Base 2.1.0
+ _ZN13OGRLinearRingC2Ev at Base 1.8.0
+ _ZN13OGRLinearRingD0Ev at Base 1.8.0
+ _ZN13OGRLinearRingD1Ev at Base 1.8.0
+ _ZN13OGRLinearRingD2Ev at Base 1.8.0
+ _ZN13OGRLinearRingaSERKS_ at Base 2.1.0
+ _ZN13OGRMultiCurve13importFromWktEPPKc at Base 2.3.0
+ _ZN13OGRMultiCurve21CastToMultiLineStringEPS_ at Base 2.0.1
+ _ZN13OGRMultiCurve23addCurveDirectlyFromWktEP11OGRGeometryP8OGRCurve at Base 2.0.1
+ _ZN13OGRMultiCurve6acceptEP19IOGRGeometryVisitor at Base 2.3.0
+ _ZN13OGRMultiCurveC1ERKS_ at Base 2.1.0
+ _ZN13OGRMultiCurveC1Ev at Base 2.0.1
+ _ZN13OGRMultiCurveC2ERKS_ at Base 2.1.0
+ _ZN13OGRMultiCurveC2Ev at Base 2.0.1
+ _ZN13OGRMultiCurveD0Ev at Base 2.0.1
+ _ZN13OGRMultiCurveD1Ev at Base 2.0.1
+ _ZN13OGRMultiCurveD2Ev at Base 2.0.1
+ _ZN13OGRMultiCurveaSERKS_ at Base 2.1.0
+ _ZN13OGRMultiPoint13importFromWktEPPKc at Base 2.3.0
+ _ZN13OGRMultiPoint23importFromWkt_BracketedEPPKcii at Base 2.3.0
+ _ZN13OGRMultiPoint6acceptEP19IOGRGeometryVisitor at Base 2.3.0
+ _ZN13OGRMultiPointC1ERKS_ at Base 2.1.0
+ _ZN13OGRMultiPointC1Ev at Base 1.8.0
+ _ZN13OGRMultiPointC2ERKS_ at Base 2.1.0
+ _ZN13OGRMultiPointC2Ev at Base 1.8.0
+ _ZN13OGRMultiPointD0Ev at Base 1.8.0
+ _ZN13OGRMultiPointD1Ev at Base 1.8.0
+ _ZN13OGRMultiPointD2Ev at Base 1.8.0
+ _ZN13OGRMultiPointaSERKS_ at Base 2.1.0
+ _ZN13OGRStyleBrush11GetParamDblE29ogr_style_tool_param_brush_idRi at Base 1.8.0
+ _ZN13OGRStyleBrush11GetParamNumE29ogr_style_tool_param_brush_idRi at Base 1.8.0
+ _ZN13OGRStyleBrush11GetParamStrE29ogr_style_tool_param_brush_idRi at Base 1.8.0
+ _ZN13OGRStyleBrush11SetParamDblE29ogr_style_tool_param_brush_idd at Base 1.8.0
+ _ZN13OGRStyleBrush11SetParamNumE29ogr_style_tool_param_brush_idi at Base 1.8.0
+ _ZN13OGRStyleBrush11SetParamStrE29ogr_style_tool_param_brush_idPKc at Base 1.8.0
+ _ZN13OGRStyleBrush14GetStyleStringEv at Base 1.8.0
+ _ZN13OGRStyleBrush5ParseEv at Base 1.8.0
+ _ZN13OGRStyleBrushC1Ev at Base 1.8.0
+ _ZN13OGRStyleBrushC2Ev at Base 1.8.0
+ _ZN13OGRStyleBrushD0Ev at Base 1.8.0
+ _ZN13OGRStyleBrushD1Ev at Base 1.8.0
+ _ZN13OGRStyleBrushD2Ev at Base 1.8.0
+ _ZN13OGRStyleLabel11GetParamDblE29ogr_style_tool_param_label_idRi at Base 1.8.0
+ _ZN13OGRStyleLabel11GetParamNumE29ogr_style_tool_param_label_idRi at Base 1.8.0
+ _ZN13OGRStyleLabel11GetParamStrE29ogr_style_tool_param_label_idRi at Base 1.8.0
+ _ZN13OGRStyleLabel11SetParamDblE29ogr_style_tool_param_label_idd at Base 1.8.0
+ _ZN13OGRStyleLabel11SetParamNumE29ogr_style_tool_param_label_idi at Base 1.8.0
+ _ZN13OGRStyleLabel11SetParamStrE29ogr_style_tool_param_label_idPKc at Base 1.8.0
+ _ZN13OGRStyleLabel14GetStyleStringEv at Base 1.8.0
+ _ZN13OGRStyleLabel5ParseEv at Base 1.8.0
+ _ZN13OGRStyleLabelC1Ev at Base 1.8.0
+ _ZN13OGRStyleLabelC2Ev at Base 1.8.0
+ _ZN13OGRStyleLabelD0Ev at Base 1.8.0
+ _ZN13OGRStyleLabelD1Ev at Base 1.8.0
+ _ZN13OGRStyleLabelD2Ev at Base 1.8.0
+ _ZN13OGRStyleTable11ModifyStyleEPKcS1_ at Base 1.8.0
+ _ZN13OGRStyleTable11RemoveStyleEPKc at Base 1.8.0
+ _ZN13OGRStyleTable12GetNextStyleEv at Base 1.8.0
+ _ZN13OGRStyleTable12GetStyleNameEPKc at Base 1.8.0
+ _ZN13OGRStyleTable14LoadStyleTableEPKc at Base 1.8.0
+ _ZN13OGRStyleTable14SaveStyleTableEPKc at Base 1.8.0
+ _ZN13OGRStyleTable16GetLastStyleNameEv at Base 1.8.0
+ _ZN13OGRStyleTable23ResetStyleStringReadingEv at Base 1.8.0
+ _ZN13OGRStyleTable4FindEPKc at Base 1.8.0
+ _ZN13OGRStyleTable5ClearEv at Base 1.8.0
+ _ZN13OGRStyleTable5CloneEv at Base 1.8.0
+ _ZN13OGRStyleTable5PrintEP8_IO_FILE at Base 1.8.0
+ _ZN13OGRStyleTable7IsExistEPKc at Base 1.8.0
+ _ZN13OGRStyleTable8AddStyleEPKcS1_ at Base 1.8.0
+ _ZN13OGRStyleTableC1Ev at Base 1.8.0
+ _ZN13OGRStyleTableC2Ev at Base 1.8.0
+ _ZN13OGRStyleTableD1Ev at Base 1.8.0
+ _ZN13OGRStyleTableD2Ev at Base 1.8.0
+ _ZN13OGRUnionLayer10GetFeatureEx at Base 3.4.0
+ _ZN13OGRUnionLayer10SyncToDiskEv at Base 3.4.0
+ _ZN13OGRUnionLayer11GetGeomTypeEv at Base 3.4.0
+ _ZN13OGRUnionLayer11ISetFeatureEP10OGRFeature at Base 3.4.0
+ _ZN13OGRUnionLayer12GetLayerDefnEv at Base 3.4.0
+ _ZN13OGRUnionLayer12ResetReadingEv at Base 3.4.0
+ _ZN13OGRUnionLayer13GetSpatialRefEv at Base 3.4.0
+ _ZN13OGRUnionLayer14GetNextFeatureEv at Base 3.4.0
+ _ZN13OGRUnionLayer14ICreateFeatureEP10OGRFeature at Base 3.4.0
+ _ZN13OGRUnionLayer14IUpdateFeatureEP10OGRFeatureiPKiiS3_b at Base 3.7.0
+ _ZN13OGRUnionLayer14IUpsertFeatureEP10OGRFeature at Base 3.6.0
+ _ZN13OGRUnionLayer14TestCapabilityEPKc at Base 3.4.0
+ _ZN13OGRUnionLayer15GetFeatureCountEi at Base 3.4.0
+ _ZN13OGRUnionLayer15SetFeatureCountEi at Base 3.4.0
+ _ZN13OGRUnionLayer16SetIgnoredFieldsEPPKc at Base 3.4.0
+ _ZN13OGRUnionLayer16SetSpatialFilterEP11OGRGeometry at Base 3.4.0
+ _ZN13OGRUnionLayer16SetSpatialFilterEiP11OGRGeometry at Base 3.4.0
+ _ZN13OGRUnionLayer17SetPreserveSrcFIDEi at Base 3.4.0
+ _ZN13OGRUnionLayer18SetAttributeFilterEPKc at Base 3.4.0
+ _ZN13OGRUnionLayer20ConfigureActiveLayerEv at Base 3.4.0
+ _ZN13OGRUnionLayer21TranslateFromSrcLayerEP10OGRFeature at Base 3.4.0
+ _ZN13OGRUnionLayer23SetSourceLayerFieldNameEPKc at Base 3.4.0
+ _ZN13OGRUnionLayer24AutoWarpLayerIfNecessaryEi at Base 3.4.0
+ _ZN13OGRUnionLayer29GetAttrFilterPassThroughValueEv at Base 3.4.0
+ _ZN13OGRUnionLayer29SetSpatialFilterToSourceLayerEP8OGRLayer at Base 3.4.0
+ _ZN13OGRUnionLayer30ApplyAttributeFilterToSrcLayerEi at Base 3.4.0
+ _ZN13OGRUnionLayer7GetNameEv at Base 3.4.0
+ _ZN13OGRUnionLayer9GetExtentEP11OGREnvelopei at Base 3.4.0
+ _ZN13OGRUnionLayer9GetExtentEiP11OGREnvelopei at Base 3.4.0
+ _ZN13OGRUnionLayer9SetFieldsE18FieldUnionStrategyiPP12OGRFieldDefniPP26OGRUnionLayerGeomFieldDefn at Base 3.4.0
+ _ZN13OGRUnionLayerC1EPKciPP8OGRLayeri at Base 3.4.0
+ _ZN13OGRUnionLayerC2EPKciPP8OGRLayeri at Base 3.4.0
+ _ZN13OGRUnionLayerD0Ev at Base 3.4.0
+ _ZN13OGRUnionLayerD1Ev at Base 3.4.0
+ _ZN13OGRUnionLayerD2Ev at Base 3.4.0
+ _ZN13OGRWktOptions15getDefaultRoundEv at Base 3.1.1
+ _ZN13OGRWktOptions19getDefaultPrecisionEv at Base 3.1.1
+ _ZN13RawRasterBand10AccessLineEi at Base 1.8.0
+ _ZN13RawRasterBand10FlushCacheEb at Base 3.4.0
+ _ZN13RawRasterBand10IReadBlockEiiPv at Base 1.8.0
+ _ZN13RawRasterBand10InitializeEv at Base 1.8.0
+ (arch=!alpha !amd64 !arm64 !ia64 !loong64 !mips64el !ppc64 !ppc64el !riscv64 !s390x !sparc64)_ZN13RawRasterBand11AccessBlockEyjPvj at Base 3.6.4
+ (arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4)_ZN13RawRasterBand11AccessBlockEymPvm at Base 3.7.0
+ _ZN13RawRasterBand11IWriteBlockEiiPv at Base 1.8.0
+ _ZN13RawRasterBand13BIPWriteBlockEiiPKv at Base 3.3.0
+ _ZN13RawRasterBand13GetColorTableEv at Base 1.8.0
+ _ZN13RawRasterBand13SetColorTableEP14GDALColorTable at Base 1.8.0
+ _ZN13RawRasterBand14CanUseDirectIOEiiii12GDALDataTypeP20GDALRasterIOExtraArg at Base 3.0.0
+ _ZN13RawRasterBand16FlushCurrentLineEb at Base 3.3.0
+ _ZN13RawRasterBand16GetCategoryNamesEv at Base 1.8.0
+ _ZN13RawRasterBand16SetCategoryNamesEPPc at Base 1.8.0
+ _ZN13RawRasterBand16StoreNoDataValueEd at Base 1.8.0
+ _ZN13RawRasterBand17GetVirtualMemAutoE10GDALRWFlagPiPxPPc at Base 1.11.0
+ _ZN13RawRasterBand22GetColorInterpretationEv at Base 1.8.0
+ _ZN13RawRasterBand22SetColorInterpretationE15GDALColorInterp at Base 1.8.0
+ _ZN13RawRasterBand32IsSignificantNumberOfLinesLoadedEii at Base 1.11.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN13RawRasterBand4ReadEPvjj at Base 3.7.2
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN13RawRasterBand4ReadEPvmm at Base 3.8.0
+ _ZN13RawRasterBand4SeekEyi at Base 1.8.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN13RawRasterBand5WriteEPvjj at Base 3.7.2
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN13RawRasterBand5WriteEPvmm at Base 3.8.0
+ _ZN13RawRasterBand6CreateEP11GDALDatasetiP16VSIVirtualHandleyii12GDALDataTypeNS_9ByteOrderENS_5OwnFPE at Base 3.7.0
+ _ZN13RawRasterBand6CreateEP16VSIVirtualHandleyii12GDALDataTypeNS_9ByteOrderEiiNS_5OwnFPE at Base 3.7.0
+ _ZN13RawRasterBand9IRasterIOE10GDALRWFlagiiiiPvii12GDALDataTypexxP20GDALRasterIOExtraArg at Base 2.0.1
+ _ZN13RawRasterBand9SetAccessE10GDALAccess at Base 1.8.0
+ _ZN13RawRasterBandC1EP11GDALDatasetiP16VSIVirtualHandleyii12GDALDataTypeNS_9ByteOrderENS_5OwnFPE at Base 3.7.0
+ _ZN13RawRasterBandC1EP11GDALDatasetiP16VSIVirtualHandleyii12GDALDataTypeiNS_5OwnFPE at Base 3.7.0
+ _ZN13RawRasterBandC1EP16VSIVirtualHandleyii12GDALDataTypeNS_9ByteOrderEiiNS_5OwnFPE at Base 3.7.0
+ _ZN13RawRasterBandC1EP16VSIVirtualHandleyii12GDALDataTypeiiiNS_5OwnFPE at Base 3.7.0
+ _ZN13RawRasterBandC2EP11GDALDatasetiP16VSIVirtualHandleyii12GDALDataTypeNS_9ByteOrderENS_5OwnFPE at Base 3.7.0
+ _ZN13RawRasterBandC2EP11GDALDatasetiP16VSIVirtualHandleyii12GDALDataTypeiNS_5OwnFPE at Base 3.7.0
+ _ZN13RawRasterBandC2EP16VSIVirtualHandleyii12GDALDataTypeNS_9ByteOrderEiiNS_5OwnFPE at Base 3.7.0
+ _ZN13RawRasterBandC2EP16VSIVirtualHandleyii12GDALDataTypeiiiNS_5OwnFPE at Base 3.7.0
+ _ZN13RawRasterBandD0Ev at Base 1.8.0
+ _ZN13RawRasterBandD1Ev at Base 1.8.0
+ _ZN13RawRasterBandD2Ev at Base 1.8.0
+ _ZN13VRTRasterBand10InitializeEii at Base 1.8.0
+ _ZN13VRTRasterBand11GetFileListEPPPcPiS3_P11_CPLHashSet at Base 1.8.0
+ _ZN13VRTRasterBand11GetMaskBandEv at Base 1.8.0
+ _ZN13VRTRasterBand11GetOverviewEi at Base 1.8.0
+ _ZN13VRTRasterBand11GetUnitTypeEv at Base 1.8.0
+ _ZN13VRTRasterBand11SetMaskBandEPS_ at Base 1.8.0
+ _ZN13VRTRasterBand11SetMetadataEPPcPKc at Base 1.8.0
+ _ZN13VRTRasterBand11SetUnitTypeEPKc at Base 1.8.0
+ _ZN13VRTRasterBand12GetHistogramEddiPyiiPFidPKcPvES3_ at Base 2.0.1
+ _ZN13VRTRasterBand12GetMaskFlagsEv at Base 1.8.0
+ _ZN13VRTRasterBand13GetColorTableEv at Base 1.8.0
+ _ZN13VRTRasterBand13GetDefaultRATEv at Base 2.3.0
+ _ZN13VRTRasterBand13SetColorTableEP14GDALColorTable at Base 1.8.0
+ _ZN13VRTRasterBand13SetDefaultRATEPK24GDALRasterAttributeTable at Base 2.3.0
+ _ZN13VRTRasterBand13SetIsMaskBandEv at Base 1.8.0
+ _ZN13VRTRasterBand14CreateMaskBandEi at Base 1.8.0
+ _ZN13VRTRasterBand14GetNoDataValueEPi at Base 1.8.0
+ _ZN13VRTRasterBand14SerializeToXMLEPKc at Base 1.8.0
+ _ZN13VRTRasterBand14SetDescriptionEPKc at Base 1.8.0
+ _ZN13VRTRasterBand14SetNoDataValueEd at Base 1.8.0
+ _ZN13VRTRasterBand15SetMetadataItemEPKcS1_S1_ at Base 1.8.0
+ _ZN13VRTRasterBand16GetCategoryNamesEv at Base 1.8.0
+ _ZN13VRTRasterBand16GetOverviewCountEv at Base 1.8.0
+ _ZN13VRTRasterBand16SetCategoryNamesEPPc at Base 1.8.0
+ _ZN13VRTRasterBand16UnsetNoDataValueEv at Base 1.8.0
+ _ZN13VRTRasterBand17DeleteNoDataValueEv at Base 2.1.0
+ _ZN13VRTRasterBand17ResetNoDataValuesEv at Base 3.5.0
+ _ZN13VRTRasterBand18CopyCommonInfoFromEP14GDALRasterBand at Base 1.8.0
+ _ZN13VRTRasterBand19GetDefaultHistogramEPdS0_PiPPyiPFidPKcPvES6_ at Base 2.0.1
+ _ZN13VRTRasterBand19IsSourcedRasterBandEv at Base 1.9.0
+ _ZN13VRTRasterBand19SetDefaultHistogramEddiPy at Base 2.0.1
+ _ZN13VRTRasterBand21GetNoDataValueAsInt64EPi at Base 3.5.0
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN13VRTRasterBand21SetNoDataValueAsInt64El at Base 3.8.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN13VRTRasterBand21SetNoDataValueAsInt64Ex at Base 3.7.2
+ _ZN13VRTRasterBand22CloseDependentDatasetsEv at Base 1.9.0
+ _ZN13VRTRasterBand22GetColorInterpretationEv at Base 1.8.0
+ _ZN13VRTRasterBand22GetNoDataValueAsUInt64EPi at Base 3.5.0
+ _ZN13VRTRasterBand22IsPansharpenRasterBandEv at Base 2.1.0
+ _ZN13VRTRasterBand22SetColorInterpretationE15GDALColorInterp at Base 1.8.0
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN13VRTRasterBand22SetNoDataValueAsUInt64Em at Base 3.8.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN13VRTRasterBand22SetNoDataValueAsUInt64Ey at Base 3.7.2
+ _ZN13VRTRasterBand7XMLInitEP10CPLXMLNodePKcRSt3mapI9CPLStringP11GDALDatasetSt4lessIS5_ESaISt4pairIKS5_S7_EEE at Base 3.4.0
+ _ZN13VRTRasterBand8GetScaleEPi at Base 1.8.0
+ _ZN13VRTRasterBand8SetScaleEd at Base 1.8.0
+ _ZN13VRTRasterBand9GetOffsetEPi at Base 1.8.0
+ _ZN13VRTRasterBand9SetOffsetEd at Base 1.8.0
+ _ZN13VRTRasterBandC1Ev at Base 1.8.0
+ _ZN13VRTRasterBandC2Ev at Base 1.8.0
+ _ZN13VRTRasterBandD0Ev at Base 1.8.0
+ _ZN13VRTRasterBandD1Ev at Base 1.8.0
+ _ZN13VRTRasterBandD2Ev at Base 1.8.0
+ _ZN13swq_expr_node15MarkAsTimestampEv at Base 3.1.0
+ _ZN13swq_expr_node16QuoteIfNecessaryERK9CPLStringc at Base 3.1.0
+ _ZN13swq_expr_node17PushSubExpressionEPS_ at Base 3.1.0
+ _ZN13swq_expr_node21ReverseSubExpressionsEv at Base 3.1.0
+ _ZN13swq_expr_node27PushNotOperationDownToStackEv at Base 3.7.0
+ _ZN13swq_expr_node30ReplaceBetweenByGEAndLERecurseEv at Base 3.1.0
+ _ZN13swq_expr_node35UnparseOperationFromUnparsedSubExprEPPc at Base 3.1.0
+ _ZN13swq_expr_node4DumpEP8_IO_FILEi at Base 3.1.0
+ _ZN13swq_expr_node5CheckEP14swq_field_listiiP25swq_custom_func_registrari at Base 3.1.0
+ _ZN13swq_expr_node5CloneEv at Base 3.1.0
+ _ZN13swq_expr_node5QuoteERK9CPLStringc at Base 3.1.0
+ _ZN13swq_expr_node5resetEv at Base 3.7.0
+ _ZN13swq_expr_node7UnparseEP14swq_field_listc at Base 3.1.0
+ _ZN13swq_expr_node8EvaluateEPFPS_S0_PvES1_ at Base 3.1.0
+ _ZN13swq_expr_node8EvaluateEPFPS_S0_PvES1_i at Base 3.1.0
+ _ZN13swq_expr_nodeC1E6swq_op at Base 3.1.0
+ _ZN13swq_expr_nodeC1EOS_ at Base 3.7.0
+ _ZN13swq_expr_nodeC1EP11OGRGeometry at Base 3.1.0
+ _ZN13swq_expr_nodeC1EPKc at Base 3.1.0
+ _ZN13swq_expr_nodeC1ERKS_ at Base 3.7.0
+ _ZN13swq_expr_nodeC1Ed at Base 3.1.0
+ _ZN13swq_expr_nodeC1Ei at Base 3.1.0
+ _ZN13swq_expr_nodeC1Ev at Base 3.1.0
+ _ZN13swq_expr_nodeC1Ex at Base 3.1.0
+ _ZN13swq_expr_nodeC2E6swq_op at Base 3.1.0
+ _ZN13swq_expr_nodeC2EOS_ at Base 3.7.0
+ _ZN13swq_expr_nodeC2EP11OGRGeometry at Base 3.1.0
+ _ZN13swq_expr_nodeC2EPKc at Base 3.1.0
+ _ZN13swq_expr_nodeC2ERKS_ at Base 3.7.0
+ _ZN13swq_expr_nodeC2Ed at Base 3.1.0
+ _ZN13swq_expr_nodeC2Ei at Base 3.1.0
+ _ZN13swq_expr_nodeC2Ev at Base 3.1.0
+ _ZN13swq_expr_nodeC2Ex at Base 3.1.0
+ _ZN13swq_expr_nodeD1Ev at Base 3.1.0
+ _ZN13swq_expr_nodeD2Ev at Base 3.1.0
+ _ZN13swq_expr_nodeaSEOS_ at Base 3.7.0
+ _ZN13swq_expr_nodeaSERKS_ at Base 3.7.0
+ _ZN14CPLMutexHolderC1EPPvdPKcii at Base 2.0.1
+ _ZN14CPLMutexHolderC1EPvdPKci at Base 1.11.0
+ _ZN14CPLMutexHolderC2EPPvdPKcii at Base 2.0.1
+ _ZN14CPLMutexHolderC2EPvdPKci at Base 1.11.0
+ _ZN14CPLMutexHolderD1Ev at Base 1.8.0
+ _ZN14CPLMutexHolderD2Ev at Base 1.8.0
+ _ZN14CPLODBCSession12CloseSessionEv at Base 1.8.0
+ _ZN14CPLODBCSession12GetLastErrorEv at Base 1.8.0
+ _ZN14CPLODBCSession16BeginTransactionEv at Base 1.8.0
+ _ZN14CPLODBCSession16ClearTransactionEv at Base 1.8.0
+ _ZN14CPLODBCSession16EstablishSessionEPKcS1_S1_ at Base 1.8.0
+ _ZN14CPLODBCSession17CommitTransactionEv at Base 1.8.0
+ _ZN14CPLODBCSession17ConnectToMsAccessEPKcS1_ at Base 3.1.3
+ _ZN14CPLODBCSession19RollbackTransactionEv at Base 1.8.0
+ _ZN14CPLODBCSession6FailedEiPv at Base 1.8.0
+ _ZN14CPLODBCSessionC1Ev at Base 1.8.0
+ _ZN14CPLODBCSessionC2Ev at Base 1.8.0
+ _ZN14CPLODBCSessionD1Ev at Base 1.8.0
+ _ZN14CPLODBCSessionD2Ev at Base 1.8.0
+ _ZN14DDFRecordIndex10FindRecordEi at Base 1.8.0
+ _ZN14DDFRecordIndex10GetByIndexEi at Base 1.8.0
+ _ZN14DDFRecordIndex12RemoveRecordEi at Base 1.8.0
+ _ZN14DDFRecordIndex16FindRecordByObjlEi at Base 1.8.0
+ _ZN14DDFRecordIndex20GetClientInfoByIndexEi at Base 1.8.0
+ _ZN14DDFRecordIndex20SetClientInfoByIndexEiPv at Base 1.8.0
+ _ZN14DDFRecordIndex4SortEv at Base 1.8.0
+ _ZN14DDFRecordIndex5ClearEv at Base 1.8.0
+ _ZN14DDFRecordIndex9AddRecordEiP9DDFRecord at Base 1.8.0
+ _ZN14DDFRecordIndexC1Ev at Base 1.8.0
+ _ZN14DDFRecordIndexC2Ev at Base 1.8.0
+ _ZN14DDFRecordIndexD1Ev at Base 1.8.0
+ _ZN14DDFRecordIndexD2Ev at Base 1.8.0
+ _ZN14GDALColorTable13SetColorEntryEiPK14GDALColorEntry at Base 1.8.0
+ _ZN14GDALColorTable15CreateColorRampEiPK14GDALColorEntryiS2_ at Base 1.8.0
+ _ZN14GDALColorTableC1E17GDALPaletteInterp at Base 1.8.0
+ _ZN14GDALColorTableC2E17GDALPaletteInterp at Base 1.8.0
+ _ZN14GDALColorTableD1Ev at Base 1.8.0
+ _ZN14GDALColorTableD2Ev at Base 1.8.0
+ _ZN14GDALPamDataset10FlushCacheEb at Base 3.4.0
+ _ZN14GDALPamDataset10TryLoadAuxEPPc at Base 1.9.0
+ _ZN14GDALPamDataset10TryLoadXMLEPPc at Base 1.9.0
+ _ZN14GDALPamDataset10TrySaveXMLEv at Base 1.8.0
+ _ZN14GDALPamDataset11GetFileListEv at Base 1.8.0
+ _ZN14GDALPamDataset11GetGCPCountEv at Base 1.8.0
+ _ZN14GDALPamDataset11GetMetadataEPKc at Base 1.8.0
+ _ZN14GDALPamDataset11SetMetadataEPPcPKc at Base 1.8.0
+ _ZN14GDALPamDataset12MarkPamDirtyEv at Base 3.8.0
+ _ZN14GDALPamDataset13PamInitializeEv at Base 1.8.0
+ _ZN14GDALPamDataset13SetSpatialRefEPK19OGRSpatialReference at Base 3.0.0
+ _ZN14GDALPamDataset14SerializeToXMLEPKc at Base 1.8.0
+ _ZN14GDALPamDataset15ClearStatisticsEv at Base 3.2.0
+ _ZN14GDALPamDataset15GetGeoTransformEPd at Base 1.8.0
+ _ZN14GDALPamDataset15GetMetadataItemEPKcS1_ at Base 1.8.0
+ _ZN14GDALPamDataset15IBuildOverviewsEPKciPKiiS3_PFidS1_PvES4_PKS1_ at Base 3.6.0
+ _ZN14GDALPamDataset15SetGeoTransformEPd at Base 1.8.0
+ _ZN14GDALPamDataset15SetMetadataItemEPKcS1_S1_ at Base 1.8.0
+ _ZN14GDALPamDataset16BuildPamFilenameEv at Base 1.8.0
+ _ZN14GDALPamDataset17GetSubdatasetNameEv at Base 1.8.0
+ _ZN14GDALPamDataset17SetSubdatasetNameEPKc at Base 1.8.0
+ _ZN14GDALPamDataset18DeleteGeoTransformEv at Base 3.4.1
+ _ZN14GDALPamDataset19GetPhysicalFilenameEv at Base 1.8.0
+ _ZN14GDALPamDataset19SetPhysicalFilenameEPKc at Base 1.8.0
+ _ZN14GDALPamDataset21SetDerivedDatasetNameEPKc at Base 3.8.0
+ _ZN14GDALPamDataset34IsPamFilenameAPotentialSiblingFileEv at Base 1.9.0
+ _ZN14GDALPamDataset7GetGCPsEv at Base 1.8.0
+ _ZN14GDALPamDataset7SetGCPsEiPK8GDAL_GCPPK19OGRSpatialReference at Base 3.0.0
+ _ZN14GDALPamDataset7XMLInitEP10CPLXMLNodePKc at Base 1.8.0
+ _ZN14GDALPamDataset8PamClearEv at Base 1.8.0
+ _ZN14GDALPamDataset9CloneInfoEP11GDALDataseti at Base 1.8.0
+ _ZN14GDALPamDatasetC1Ev at Base 1.8.0
+ _ZN14GDALPamDatasetC2Ev at Base 1.8.0
+ _ZN14GDALPamDatasetD0Ev at Base 1.8.0
+ _ZN14GDALPamDatasetD1Ev at Base 1.8.0
+ _ZN14GDALPamDatasetD2Ev at Base 1.8.0
+ _ZN14GDALPamMDArray13GetStatisticsEbbPdS0_S0_S0_PyPFidPKcPvES4_ at Base 3.4.0
+ _ZN14GDALPamMDArray13SetSpatialRefEPK19OGRSpatialReference at Base 3.4.0
+ _ZN14GDALPamMDArray13SetStatisticsEbddddyPKPKc at Base 3.8.0
+ _ZN14GDALPamMDArray15ClearStatisticsEv at Base 3.4.0
+ _ZN14GDALPamMDArrayC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_RKSt10shared_ptrI15GDALPamMultiDimES7_ at Base 3.8.0
+ _ZN14GDALPamMDArrayC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_RKSt10shared_ptrI15GDALPamMultiDimES7_ at Base 3.8.0
+ (arch=!armel !armhf)_ZN14GDALPamMDArrayD2Ev at Base 3.5.2
+ _ZN14GDALRasterBand10AdviseReadEiiiiii12GDALDataTypePPc at Base 1.8.0
+ _ZN14GDALRasterBand10FlushBlockEiii at Base 1.8.0
+ _ZN14GDALRasterBand10FlushCacheEb at Base 3.4.0
+ _ZN14GDALRasterBand10GetDatasetEv at Base 1.8.0
+ _ZN14GDALRasterBand10GetMaximumEPi at Base 1.8.0
+ _ZN14GDALRasterBand10GetMinimumEPi at Base 1.8.0
+ _ZN14GDALRasterBand10InitRWLockEv at Base 2.1.2
+ _ZN14GDALRasterBand10WriteBlockEiiPv at Base 1.8.0
+ _ZN14GDALRasterBand11GetMaskBandEv at Base 1.8.0
+ _ZN14GDALRasterBand11GetOverviewEi at Base 1.8.0
+ _ZN14GDALRasterBand11GetUnitTypeEv at Base 1.8.0
+ _ZN14GDALRasterBand11IWriteBlockEiiPv at Base 1.8.0
+ _ZN14GDALRasterBand11ReportErrorE6CPLErriPKcz at Base 1.9.0
+ _ZN14GDALRasterBand11SetUnitTypeEPKc at Base 1.8.0
+ _ZN14GDALRasterBand12GetBlockSizeEPiS0_ at Base 1.8.0
+ _ZN14GDALRasterBand12GetHistogramEddiPyiiPFidPKcPvES3_ at Base 2.0.1
+ _ZN14GDALRasterBand12GetMaskFlagsEv at Base 1.8.0
+ _ZN14GDALRasterBand13GetColorTableEv at Base 1.8.0
+ _ZN14GDALRasterBand13GetDefaultRATEv at Base 1.8.0
+ _ZN14GDALRasterBand13GetStatisticsEiiPdS0_S0_S0_ at Base 1.8.0
+ _ZN14GDALRasterBand13InitBlockInfoEv at Base 1.8.0
+ _ZN14GDALRasterBand13SetColorTableEP14GDALColorTable at Base 1.8.0
+ _ZN14GDALRasterBand13SetDefaultRATEPK24GDALRasterAttributeTable at Base 1.8.0
+ _ZN14GDALRasterBand13SetStatisticsEdddd at Base 1.8.0
+ _ZN14GDALRasterBand14BuildOverviewsEPKciPKiPFidS1_PvES4_PKS1_ at Base 3.6.0
+ _ZN14GDALRasterBand14CreateMaskBandEi at Base 1.8.0
+ _ZN14GDALRasterBand14EnterReadWriteE10GDALRWFlag at Base 2.0.1
+ _ZN14GDALRasterBand14GetNoDataValueEPi at Base 1.8.0
+ _ZN14GDALRasterBand14LeaveReadWriteEv at Base 2.0.1
+ _ZN14GDALRasterBand14SetNoDataValueEd at Base 1.8.0
+ _ZN14GDALRasterBand15GetMetadataItemEPKcS1_ at Base 3.7.0
+ _ZN14GDALRasterBand15SetValidPercentEyy at Base 3.6.0
+ _ZN14GDALRasterBand16GetCategoryNamesEv at Base 1.8.0
+ _ZN14GDALRasterBand16GetOverviewCountEv at Base 1.8.0
+ _ZN14GDALRasterBand16OverviewRasterIOE10GDALRWFlagiiiiPvii12GDALDataTypexxP20GDALRasterIOExtraArg at Base 2.0.1
+ _ZN14GDALRasterBand16SetCategoryNamesEPPc at Base 1.8.0
+ _ZN14GDALRasterBand17ComputeStatisticsEiPdS0_S0_S0_PFidPKcPvES3_ at Base 1.8.0
+ _ZN14GDALRasterBand17DeleteNoDataValueEv at Base 2.1.0
+ _ZN14GDALRasterBand17GetLockedBlockRefEiii at Base 1.8.0
+ _ZN14GDALRasterBand17GetRasterDataTypeEv at Base 1.8.0
+ _ZN14GDALRasterBand17GetVirtualMemAutoE10GDALRWFlagPiPxPPc at Base 1.11.0
+ _ZN14GDALRasterBand17RasterIOResampledE10GDALRWFlagiiiiPvii12GDALDataTypexxP20GDALRasterIOExtraArg at Base 2.0.1
+ _ZN14GDALRasterBand18AddBlockToFreeListEP15GDALRasterBlock at Base 2.1.0
+ _ZN14GDALRasterBand18GetActualBlockSizeEiiPiS0_ at Base 2.2.0
+ _ZN14GDALRasterBand18InvalidateMaskBandEv at Base 1.11.1
+ _ZN14GDALRasterBand19ComputeRasterMinMaxEiPd at Base 1.8.0
+ _ZN14GDALRasterBand19GetDefaultHistogramEPdS0_PiPPyiPFidPKcPvES6_ at Base 2.0.1
+ _ZN14GDALRasterBand19SetDefaultHistogramEddiPy at Base 2.0.1
+ _ZN14GDALRasterBand19TryOverviewRasterIOE10GDALRWFlagiiiiPvii12GDALDataTypexxP20GDALRasterIOExtraArgPi at Base 2.1.0
+ _ZN14GDALRasterBand20TryGetLockedBlockRefEii at Base 1.8.0
+ _ZN14GDALRasterBand21GetDataCoverageStatusEiiiiiPd at Base 2.2.0
+ _ZN14GDALRasterBand21GetNoDataValueAsInt64EPi at Base 3.5.0
+ _ZN14GDALRasterBand21HasArbitraryOverviewsEv at Base 1.8.0
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN14GDALRasterBand21SetNoDataValueAsInt64El at Base 3.8.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN14GDALRasterBand21SetNoDataValueAsInt64Ex at Base 3.7.2
+ _ZN14GDALRasterBand22GetColorInterpretationEv at Base 1.8.0
+ _ZN14GDALRasterBand22GetNoDataValueAsUInt64EPi at Base 3.5.0
+ _ZN14GDALRasterBand22IGetDataCoverageStatusEiiiiiPd at Base 2.2.0
+ _ZN14GDALRasterBand22SetColorInterpretationE15GDALColorInterp at Base 1.8.0
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN14GDALRasterBand22SetNoDataValueAsUInt64Em at Base 3.8.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN14GDALRasterBand22SetNoDataValueAsUInt64Ey at Base 3.7.2
+ _ZN14GDALRasterBand23GetRasterSampleOverviewEy at Base 2.0.1
+ _ZN14GDALRasterBand26GetIndexColorTranslationToEPS_PhPi at Base 1.8.0
+ _ZN14GDALRasterBand32EnablePixelTypeSignedByteWarningEb at Base 3.7.0
+ _ZN14GDALRasterBand4FillEdd at Base 1.8.0
+ _ZN14GDALRasterBand7GetBandEv at Base 1.8.0
+ _ZN14GDALRasterBand8GetScaleEPi at Base 1.8.0
+ _ZN14GDALRasterBand8GetXSizeEv at Base 1.8.0
+ _ZN14GDALRasterBand8GetYSizeEv at Base 1.8.0
+ _ZN14GDALRasterBand8RasterIOE10GDALRWFlagiiiiPvii12GDALDataTypexxP20GDALRasterIOExtraArg at Base 2.0.1
+ _ZN14GDALRasterBand8SetScaleEd at Base 1.8.0
+ _ZN14GDALRasterBand9GetAccessEv at Base 1.8.0
+ _ZN14GDALRasterBand9GetOffsetEPi at Base 1.8.0
+ _ZN14GDALRasterBand9IRasterIOE10GDALRWFlagiiiiPvii12GDALDataTypexxP20GDALRasterIOExtraArg at Base 2.0.1
+ _ZN14GDALRasterBand9ReadBlockEiiPv at Base 1.8.0
+ _ZN14GDALRasterBand9SetOffsetEd at Base 1.8.0
+ _ZN14GDALRasterBandC1Ei at Base 2.1.0
+ _ZN14GDALRasterBandC1Ev at Base 1.8.0
+ _ZN14GDALRasterBandC2Ei at Base 2.1.0
+ _ZN14GDALRasterBandC2Ev at Base 1.8.0
+ _ZN14GDALRasterBandD0Ev at Base 1.8.0
+ _ZN14GDALRasterBandD1Ev at Base 1.8.0
+ _ZN14GDALRasterBandD2Ev at Base 1.8.0
+ _ZN14GDALWarpKernel11PerformWarpEv at Base 1.8.0
+ _ZN14GDALWarpKernel8ValidateEv at Base 1.8.0
+ _ZN14GDALWarpKernelC1Ev at Base 1.8.0
+ _ZN14GDALWarpKernelC2Ev at Base 1.8.0
+ _ZN14GDALWarpKernelD0Ev at Base 1.8.0
+ _ZN14GDALWarpKernelD1Ev at Base 1.8.0
+ _ZN14GDALWarpKernelD2Ev at Base 1.8.0
+ _ZN14OGRFeatureDefn11SetGeomTypeE18OGRwkbGeometryType at Base 1.8.0
+ _ZN14OGRFeatureDefn12AddFieldDefnEPK12OGRFieldDefn at Base 3.4.0
+ _ZN14OGRFeatureDefn12GetFieldDefnEi at Base 1.8.0
+ _ZN14OGRFeatureDefn15DeleteFieldDefnEi at Base 1.9.0
+ _ZN14OGRFeatureDefn15SetStyleIgnoredEb at Base 3.4.0
+ _ZN14OGRFeatureDefn16AddGeomFieldDefnEOSt10unique_ptrI16OGRGeomFieldDefnSt14default_deleteIS1_EE at Base 3.4.0
+ _ZN14OGRFeatureDefn16AddGeomFieldDefnEPK16OGRGeomFieldDefn at Base 3.4.0
+ _ZN14OGRFeatureDefn16GetGeomFieldDefnEi at Base 1.11.0
+ _ZN14OGRFeatureDefn17CreateFeatureDefnEPKc at Base 1.8.0
+ _ZN14OGRFeatureDefn17ReorderFieldDefnsEPKi at Base 3.4.0
+ _ZN14OGRFeatureDefn18DestroyFeatureDefnEPS_ at Base 1.8.0
+ _ZN14OGRFeatureDefn18SetGeometryIgnoredEi at Base 1.11.0
+ _ZN14OGRFeatureDefn19DeleteGeomFieldDefnEi at Base 1.11.0
+ _ZN14OGRFeatureDefn21ReserveSpaceForFieldsEi at Base 2.3.0
+ _ZN14OGRFeatureDefn7ReleaseEv at Base 1.8.0
+ _ZN14OGRFeatureDefn7SetNameEPKc at Base 2.3.0
+ _ZN14OGRFeatureDefnC1EPKc at Base 1.8.0
+ _ZN14OGRFeatureDefnC2EPKc at Base 1.8.0
+ _ZN14OGRFeatureDefnD0Ev at Base 1.8.0
+ _ZN14OGRFeatureDefnD1Ev at Base 1.8.0
+ _ZN14OGRFeatureDefnD2Ev at Base 1.8.0
+ _ZN14OGRFieldDomainC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_18OGRFieldDomainType12OGRFieldType15OGRFieldSubType at Base 3.3.0
+ _ZN14OGRFieldDomainC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_18OGRFieldDomainType12OGRFieldType15OGRFieldSubType at Base 3.3.0
+ _ZN14OGRFieldDomainD0Ev at Base 3.3.0
+ _ZN14OGRFieldDomainD1Ev at Base 3.3.0
+ _ZN14OGRFieldDomainD2Ev at Base 3.3.0
+ _ZN14OGRSimpleCurve10segmentizeEd at Base 2.0.1
+ _ZN14OGRSimpleCurve10setPointsMEiPK11OGRRawPointPKd at Base 2.3.0
+ _ZN14OGRSimpleCurve10setPointsMEiPKdS1_S1_ at Base 2.3.0
+ _ZN14OGRSimpleCurve11flattenTo2DEv at Base 2.0.1
+ _ZN14OGRSimpleCurve11removePointEi at Base 3.3.0
+ _ZN14OGRSimpleCurve11setMeasuredEi at Base 2.1.0
+ _ZN14OGRSimpleCurve12setNumPointsEii at Base 2.0.1
+ _ZN14OGRSimpleCurve13ConstIteratorC1EPKS_i at Base 2.3.0
+ _ZN14OGRSimpleCurve13ConstIteratorC2EPKS_i at Base 2.3.0
+ _ZN14OGRSimpleCurve13ConstIteratorD1Ev at Base 2.3.0
+ _ZN14OGRSimpleCurve13ConstIteratorD2Ev at Base 2.3.0
+ _ZN14OGRSimpleCurve13ConstIteratorppEv at Base 2.3.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN14OGRSimpleCurve13importFromWkbEPKhj13OGRwkbVariantRj at Base 3.7.2
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN14OGRSimpleCurve13importFromWkbEPKhm13OGRwkbVariantRm at Base 3.8.0
+ _ZN14OGRSimpleCurve13importFromWktEPPKc at Base 2.3.0
+ _ZN14OGRSimpleCurve13reversePointsEv at Base 2.0.1
+ _ZN14OGRSimpleCurve16addSubLineStringEPK13OGRLineStringii at Base 2.0.1
+ _ZN14OGRSimpleCurve21importFromWKTListOnlyEPPKciiRP11OGRRawPointRiRPd at Base 2.3.0
+ _ZN14OGRSimpleCurve22setCoordinateDimensionEi at Base 2.0.1
+ _ZN14OGRSimpleCurve3endEv at Base 2.3.0
+ _ZN14OGRSimpleCurve4AddMEv at Base 2.1.0
+ _ZN14OGRSimpleCurve4setMEid at Base 2.1.0
+ _ZN14OGRSimpleCurve4setZEid at Base 2.0.1
+ _ZN14OGRSimpleCurve5beginEv at Base 2.3.0
+ _ZN14OGRSimpleCurve5emptyEv at Base 2.0.1
+ _ZN14OGRSimpleCurve5set3DEi at Base 2.1.0
+ _ZN14OGRSimpleCurve6Make2DEv at Base 2.0.1
+ _ZN14OGRSimpleCurve6Make3DEv at Base 2.0.1
+ _ZN14OGRSimpleCurve6swapXYEv at Base 2.0.1
+ _ZN14OGRSimpleCurve7RemoveMEv at Base 2.1.0
+ _ZN14OGRSimpleCurve8Iterator6updateEv at Base 2.3.0
+ _ZN14OGRSimpleCurve8IteratorC1EPS_i at Base 2.3.0
+ _ZN14OGRSimpleCurve8IteratorC2EPS_i at Base 2.3.0
+ _ZN14OGRSimpleCurve8IteratorD1Ev at Base 2.3.0
+ _ZN14OGRSimpleCurve8IteratorD2Ev at Base 2.3.0
+ _ZN14OGRSimpleCurve8IteratordeEv at Base 2.3.0
+ _ZN14OGRSimpleCurve8IteratorppEv at Base 2.3.0
+ _ZN14OGRSimpleCurve8addPointEPK8OGRPoint at Base 2.2.0
+ _ZN14OGRSimpleCurve8addPointEdd at Base 2.0.1
+ _ZN14OGRSimpleCurve8addPointEddd at Base 2.0.1
+ _ZN14OGRSimpleCurve8addPointEdddd at Base 2.1.0
+ _ZN14OGRSimpleCurve8setPointEiP8OGRPoint at Base 2.0.1
+ _ZN14OGRSimpleCurve8setPointEidd at Base 2.0.1
+ _ZN14OGRSimpleCurve8setPointEiddd at Base 2.0.1
+ _ZN14OGRSimpleCurve8setPointEidddd at Base 2.1.0
+ _ZN14OGRSimpleCurve9addPointMEddd at Base 2.1.0
+ _ZN14OGRSimpleCurve9setPointMEiddd at Base 2.1.0
+ _ZN14OGRSimpleCurve9setPointsEiPK11OGRRawPointPKd at Base 2.3.0
+ _ZN14OGRSimpleCurve9setPointsEiPK11OGRRawPointPKdS4_ at Base 2.3.0
+ _ZN14OGRSimpleCurve9setPointsEiPKdS1_S1_ at Base 2.3.0
+ _ZN14OGRSimpleCurve9setPointsEiPKdS1_S1_S1_ at Base 2.3.0
+ _ZN14OGRSimpleCurve9transformEP27OGRCoordinateTransformation at Base 2.0.1
+ _ZN14OGRSimpleCurveC1ERKS_ at Base 2.1.0
+ _ZN14OGRSimpleCurveC1Ev at Base 2.0.1
+ _ZN14OGRSimpleCurveC2ERKS_ at Base 2.1.0
+ _ZN14OGRSimpleCurveC2Ev at Base 2.0.1
+ _ZN14OGRSimpleCurveD0Ev at Base 2.0.1
+ _ZN14OGRSimpleCurveD1Ev at Base 2.0.1
+ _ZN14OGRSimpleCurveD2Ev at Base 2.0.1
+ _ZN14OGRSimpleCurveaSERKS_ at Base 2.1.0
+ _ZN14OGRStyleSymbol11GetParamDblE30ogr_style_tool_param_symbol_idRi at Base 1.8.0
+ _ZN14OGRStyleSymbol11GetParamNumE30ogr_style_tool_param_symbol_idRi at Base 1.8.0
+ _ZN14OGRStyleSymbol11GetParamStrE30ogr_style_tool_param_symbol_idRi at Base 1.8.0
+ _ZN14OGRStyleSymbol11SetParamDblE30ogr_style_tool_param_symbol_idd at Base 1.8.0
+ _ZN14OGRStyleSymbol11SetParamNumE30ogr_style_tool_param_symbol_idi at Base 1.8.0
+ _ZN14OGRStyleSymbol11SetParamStrE30ogr_style_tool_param_symbol_idPKc at Base 1.8.0
+ _ZN14OGRStyleSymbol14GetStyleStringEv at Base 1.8.0
+ _ZN14OGRStyleSymbol5ParseEv at Base 1.8.0
+ _ZN14OGRStyleSymbolC1Ev at Base 1.8.0
+ _ZN14OGRStyleSymbolC2Ev at Base 1.8.0
+ _ZN14OGRStyleSymbolD0Ev at Base 1.8.0
+ _ZN14OGRStyleSymbolD1Ev at Base 1.8.0
+ _ZN14OGRStyleSymbolD2Ev at Base 1.8.0
+ _ZN14VSIFileManager10GetHandlerEPKc at Base 1.8.0
+ _ZN14VSIFileManager11GetPrefixesEv at Base 2.3.0
+ _ZN14VSIFileManager14InstallHandlerERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEP20VSIFilesystemHandler at Base 2.0.1
+ _ZN14VSIFileManager3GetEv at Base 1.8.0
+ _ZN14VSIFileManagerC1Ev at Base 1.8.0
+ _ZN14VSIFileManagerC2Ev at Base 1.8.0
+ _ZN14VSIFileManagerD1Ev at Base 1.8.0
+ _ZN14VSIFileManagerD2Ev at Base 1.8.0
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN15CPLJSONDocument10LoadChunksERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEjPFidPKcPvESA_ at Base 3.5.0
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN15CPLJSONDocument10LoadChunksERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEmPFidPKcPvESA_ at Base 3.5.0
+ _ZN15CPLJSONDocument10LoadMemoryEPKhi at Base 2.3.0
+ _ZN15CPLJSONDocument10LoadMemoryERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.3.0
+ _ZN15CPLJSONDocument4LoadERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.3.0
+ _ZN15CPLJSONDocument7GetRootEv at Base 2.3.0
+ (optional=templinst)_ZN15CPLJSONDocument7LoadUrlERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKPKcPFidS9_PvESC_ at Base 3.2.0
+ _ZN15CPLJSONDocument7SetRootERK13CPLJSONObject at Base 3.4.0
+ _ZN15CPLJSONDocumentC1EOS_ at Base 3.4.0
+ _ZN15CPLJSONDocumentC1ERKS_ at Base 2.3.0
+ _ZN15CPLJSONDocumentC1Ev at Base 2.3.0
+ _ZN15CPLJSONDocumentC2EOS_ at Base 3.4.0
+ _ZN15CPLJSONDocumentC2ERKS_ at Base 2.3.0
+ _ZN15CPLJSONDocumentC2Ev at Base 2.3.0
+ _ZN15CPLJSONDocumentD1Ev at Base 2.3.0
+ _ZN15CPLJSONDocumentD2Ev at Base 2.3.0
+ _ZN15CPLJSONDocumentaSEOS_ at Base 3.4.0
+ _ZN15CPLJSONDocumentaSERKS_ at Base 2.3.0
+ _ZN15GDALAsyncReader10LockBufferEd at Base 1.8.0
+ _ZN15GDALAsyncReader12UnlockBufferEv at Base 1.8.0
+ _ZN15GDALAsyncReaderC1Ev at Base 1.8.0
+ _ZN15GDALAsyncReaderC2Ev at Base 1.8.0
+ _ZN15GDALAsyncReaderD0Ev at Base 1.8.0
+ _ZN15GDALAsyncReaderD1Ev at Base 1.8.0
+ _ZN15GDALAsyncReaderD2Ev at Base 1.8.0
+ _ZN15GDALJP2Metadata10IsUUID_MSIEPKh at Base 2.0.1
+ _ZN15GDALJP2Metadata10IsUUID_XMPEPKh at Base 2.0.1
+ _ZN15GDALJP2Metadata12CreateGMLJP2Eii at Base 1.8.0
+ _ZN15GDALJP2Metadata12CreateIPRBoxEP11GDALDataset at Base 2.0.1
+ _ZN15GDALJP2Metadata12CreateXMPBoxEP11GDALDataset at Base 2.0.1
+ _ZN15GDALJP2Metadata12GMLSRSLookupEPKc at Base 1.8.0
+ _ZN15GDALJP2Metadata12ReadAndParseEP16VSIVirtualHandleiiiPi at Base 3.7.0
+ _ZN15GDALJP2Metadata12ReadAndParseEPKciiiiPi at Base 2.2.0
+ _ZN15GDALJP2Metadata13SetSpatialRefEPK19OGRSpatialReference at Base 3.4.0
+ _ZN15GDALJP2Metadata14CollectGMLDataEP10GDALJP2Box at Base 1.8.0
+ _ZN15GDALJP2Metadata14CreateGMLJP2V2EiiPKcP11GDALDataset at Base 2.0.1
+ _ZN15GDALJP2Metadata14CreateXMLBoxesEP11GDALDatasetPi at Base 2.0.1
+ _ZN15GDALJP2Metadata15ParseJP2GeoTIFFEv at Base 1.8.0
+ _ZN15GDALJP2Metadata15SetGeoTransformEPd at Base 1.8.0
+ _ZN15GDALJP2Metadata16CreateJP2GeoTIFFEv at Base 1.8.0
+ _ZN15GDALJP2Metadata20ParseGMLCoverageDescEv at Base 1.8.0
+ _ZN15GDALJP2Metadata27GetGMLJP2GeoreferencingInfoERiPdS1_S1_RPKcR9CPLStringRb at Base 3.7.0
+ _ZN15GDALJP2Metadata32CreateGDALMultiDomainMetadataXMLEP11GDALDataseti at Base 2.0.1
+ _ZN15GDALJP2Metadata35CreateGDALMultiDomainMetadataXMLBoxEP11GDALDataseti at Base 2.0.1
+ _ZN15GDALJP2Metadata7ReadBoxEP16VSIVirtualHandleR10GDALJP2BoxRi at Base 3.7.0
+ _ZN15GDALJP2Metadata7SetGCPsEiPK8GDAL_GCP at Base 1.8.0
+ _ZN15GDALJP2Metadata8SetRPCMDEPPc at Base 2.0.1
+ _ZN15GDALJP2Metadata9ParseMSIGEv at Base 1.8.0
+ _ZN15GDALJP2Metadata9ReadBoxesEP16VSIVirtualHandle at Base 3.7.0
+ _ZN15GDALJP2MetadataC1Ev at Base 1.8.0
+ _ZN15GDALJP2MetadataC2Ev at Base 1.8.0
+ _ZN15GDALJP2MetadataD1Ev at Base 1.8.0
+ _ZN15GDALJP2MetadataD2Ev at Base 1.8.0
+ _ZN15GDALMajorObject10SetMOFlagsEi at Base 1.8.0
+ _ZN15GDALMajorObject11GetMetadataEPKc at Base 1.8.0
+ _ZN15GDALMajorObject11SetMetadataEPPcPKc at Base 1.8.0
+ _ZN15GDALMajorObject14SetDescriptionEPKc at Base 1.8.0
+ _ZN15GDALMajorObject15GetMetadataItemEPKcS1_ at Base 1.8.0
+ _ZN15GDALMajorObject15SetMetadataItemEPKcS1_S1_ at Base 1.8.0
+ _ZN15GDALMajorObject21GetMetadataDomainListEv at Base 1.11.0
+ _ZN15GDALMajorObject23BuildMetadataDomainListEPPciz at Base 1.11.0
+ _ZN15GDALMajorObjectC1Ev at Base 1.8.0
+ _ZN15GDALMajorObjectC2Ev at Base 1.8.0
+ _ZN15GDALMajorObjectD0Ev at Base 1.8.0
+ _ZN15GDALMajorObjectD1Ev at Base 1.8.0
+ _ZN15GDALMajorObjectD2Ev at Base 1.8.0
+ _ZN15GDALPamMultiDim13GetSpatialRefERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_ at Base 3.8.0
+ _ZN15GDALPamMultiDim13GetStatisticsERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_bPdS8_S8_S8_Py at Base 3.8.0
+ _ZN15GDALPamMultiDim13SetSpatialRefERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_PK19OGRSpatialReference at Base 3.8.0
+ _ZN15GDALPamMultiDim13SetStatisticsERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_bddddy at Base 3.8.0
+ _ZN15GDALPamMultiDim15ClearStatisticsERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_ at Base 3.8.0
+ _ZN15GDALPamMultiDim15ClearStatisticsEv at Base 3.4.0
+ _ZN15GDALPamMultiDim4LoadEv at Base 3.4.0
+ _ZN15GDALPamMultiDim4SaveEv at Base 3.4.0
+ _ZN15GDALPamMultiDim6GetPAMERKSt10shared_ptrI11GDALMDArrayE at Base 3.8.0
+ _ZN15GDALPamMultiDimC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.4.0
+ _ZN15GDALPamMultiDimC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.4.0
+ _ZN15GDALPamMultiDimD0Ev at Base 3.4.0
+ _ZN15GDALPamMultiDimD1Ev at Base 3.4.0
+ _ZN15GDALPamMultiDimD2Ev at Base 3.4.0
+ _ZN15GDALRasterBlock11InternalizeEv at Base 1.8.0
+ _ZN15GDALRasterBlock15FlushCacheBlockEi at Base 2.0.1
+ _ZN15GDALRasterBlock16FlushDirtyBlocksEv at Base 2.0.1
+ _ZN15GDALRasterBlock27EnterDisableDirtyBlockFlushEv at Base 2.2.2
+ _ZN15GDALRasterBlock27LeaveDisableDirtyBlockFlushEv at Base 2.2.2
+ _ZN15GDALRasterBlock29DropLockForRemovalFromStorageEv at Base 2.1.0
+ _ZN15GDALRasterBlock5TouchEv at Base 1.8.0
+ _ZN15GDALRasterBlock5WriteEv at Base 1.8.0
+ _ZN15GDALRasterBlock6DetachEv at Base 1.8.0
+ _ZN15GDALRasterBlock6VerifyEv at Base 1.8.0
+ _ZN15GDALRasterBlock8TakeLockEv at Base 2.1.0
+ _ZN15GDALRasterBlock9MarkCleanEv at Base 1.8.0
+ _ZN15GDALRasterBlock9MarkDirtyEv at Base 1.8.0
+ _ZN15GDALRasterBlockC1EP14GDALRasterBandii at Base 1.8.0
+ _ZN15GDALRasterBlockC1Eii at Base 2.1.0
+ _ZN15GDALRasterBlockC2EP14GDALRasterBandii at Base 1.8.0
+ _ZN15GDALRasterBlockC2Eii at Base 2.1.0
+ _ZN15GDALRasterBlockD0Ev at Base 1.8.0
+ _ZN15GDALRasterBlockD1Ev at Base 1.8.0
+ _ZN15GDALRasterBlockD2Ev at Base 1.8.0
+ _ZN15GMLFeatureClass10GetExtentsEPdS0_S0_S0_ at Base 1.8.0
+ _ZN15GMLFeatureClass10SetExtentsEdddd at Base 1.8.0
+ _ZN15GMLFeatureClass10SetSRSNameEPKc at Base 1.8.0
+ _ZN15GMLFeatureClass11AddPropertyEP15GMLPropertyDefni at Base 3.6.0
+ _ZN15GMLFeatureClass12GetExtraInfoEv at Base 1.8.0
+ _ZN15GMLFeatureClass12MergeSRSNameEPKc at Base 1.8.0
+ _ZN15GMLFeatureClass12SetExtraInfoEPKc at Base 1.8.0
+ _ZN15GMLFeatureClass14SerializeToXMLEv at Base 1.8.0
+ _ZN15GMLFeatureClass14SetElementNameEPKc at Base 1.8.0
+ _ZN15GMLFeatureClass15GetFeatureCountEv at Base 1.8.0
+ _ZN15GMLFeatureClass15SetFeatureCountEx at Base 2.0.1
+ _ZN15GMLFeatureClass15StealPropertiesEv at Base 2.0.1
+ _ZN15GMLFeatureClass17InitializeFromXMLEP10CPLXMLNode at Base 1.8.0
+ _ZN15GMLFeatureClass19AddGeometryPropertyEP23GMLGeometryPropertyDefn at Base 1.11.0
+ _ZN15GMLFeatureClass20HasFeaturePropertiesEv at Base 1.11.0
+ _ZN15GMLFeatureClass23ClearGeometryPropertiesEv at Base 1.11.0
+ _ZN15GMLFeatureClass23StealGeometryPropertiesEv at Base 2.0.1
+ _ZN15GMLFeatureClass7SetNameEPKc at Base 1.10.0
+ _ZN15GMLFeatureClassC1EPKc at Base 1.8.0
+ _ZN15GMLFeatureClassC2EPKc at Base 1.8.0
+ _ZN15GMLFeatureClassD1Ev at Base 1.8.0
+ _ZN15GMLFeatureClassD2Ev at Base 1.8.0
+ _ZN15GMLPropertyDefn12SetConditionEPKc at Base 1.11.0
+ _ZN15GMLPropertyDefn13SetSrcElementEPKc at Base 1.8.0
+ _ZN15GMLPropertyDefn20AnalysePropertyValueEPK11GMLPropertyb at Base 2.1.0
+ _ZN15GMLPropertyDefnC1EPKcS1_ at Base 1.8.0
+ _ZN15GMLPropertyDefnC2EPKcS1_ at Base 1.8.0
+ _ZN15GMLPropertyDefnD1Ev at Base 1.8.0
+ _ZN15GMLPropertyDefnD2Ev at Base 1.8.0
+ _ZN15OGRAppendBufferC1Ev at Base 3.8.0
+ _ZN15OGRAppendBufferC2Ev at Base 3.8.0
+ _ZN15OGRAppendBufferD0Ev at Base 3.8.0
+ _ZN15OGRAppendBufferD1Ev at Base 3.8.0
+ _ZN15OGRAppendBufferD2Ev at Base 3.8.0
+ _ZN15OGRCurvePolygon10removeRingEib at Base 2.3.0
+ _ZN15OGRCurvePolygon10segmentizeEd at Base 2.0.1
+ _ZN15OGRCurvePolygon11flattenTo2DEv at Base 2.0.1
+ _ZN15OGRCurvePolygon11setMeasuredEi at Base 2.1.0
+ _ZN15OGRCurvePolygon13CastToPolygonEPS_ at Base 2.0.1
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN15OGRCurvePolygon13importFromWkbEPKhj13OGRwkbVariantRj at Base 3.7.2
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN15OGRCurvePolygon13importFromWkbEPKhm13OGRwkbVariantRm at Base 3.8.0
+ _ZN15OGRCurvePolygon13importFromWktEPPKc at Base 2.3.0
+ _ZN15OGRCurvePolygon15CasterToPolygonEP10OGRSurface at Base 2.3.0
+ _ZN15OGRCurvePolygon15addRingDirectlyEP8OGRCurve at Base 2.0.1
+ _ZN15OGRCurvePolygon20getExteriorRingCurveEv at Base 2.0.1
+ _ZN15OGRCurvePolygon20getInteriorRingCurveEi at Base 2.0.1
+ _ZN15OGRCurvePolygon22assignSpatialReferenceEPK19OGRSpatialReference at Base 3.7.0
+ _ZN15OGRCurvePolygon22setCoordinateDimensionEi at Base 2.0.1
+ _ZN15OGRCurvePolygon22stealExteriorRingCurveEv at Base 2.0.1
+ _ZN15OGRCurvePolygon23addCurveDirectlyFromWkbEP11OGRGeometryP8OGRCurve at Base 2.0.1
+ _ZN15OGRCurvePolygon23addCurveDirectlyFromWktEP11OGRGeometryP8OGRCurve at Base 2.0.1
+ _ZN15OGRCurvePolygon23addRingDirectlyInternalEP8OGRCurvei at Base 2.0.1
+ _ZN15OGRCurvePolygon5emptyEv at Base 2.0.1
+ _ZN15OGRCurvePolygon5set3DEi at Base 2.1.0
+ _ZN15OGRCurvePolygon6acceptEP19IOGRGeometryVisitor at Base 2.3.0
+ _ZN15OGRCurvePolygon6swapXYEv at Base 2.0.1
+ _ZN15OGRCurvePolygon7addRingEP8OGRCurve at Base 2.0.1
+ _ZN15OGRCurvePolygon7addRingESt10unique_ptrI8OGRCurveSt14default_deleteIS1_EE at Base 3.8.0
+ _ZN15OGRCurvePolygon9transformEP27OGRCoordinateTransformation at Base 2.0.1
+ _ZN15OGRCurvePolygonC1ERKS_ at Base 2.1.0
+ _ZN15OGRCurvePolygonC1Ev at Base 2.0.1
+ _ZN15OGRCurvePolygonC2ERKS_ at Base 2.1.0
+ _ZN15OGRCurvePolygonC2Ev at Base 2.0.1
+ _ZN15OGRCurvePolygonD0Ev at Base 2.0.1
+ _ZN15OGRCurvePolygonD1Ev at Base 2.0.1
+ _ZN15OGRCurvePolygonD2Ev at Base 2.0.1
+ _ZN15OGRCurvePolygonaSERKS_ at Base 2.1.0
+ _ZN15OGRFeatureQuery11CanUseIndexEP8OGRLayer at Base 1.10.0
+ _ZN15OGRFeatureQuery11CanUseIndexEPK13swq_expr_nodeP8OGRLayer at Base 3.8.0
+ _ZN15OGRFeatureQuery13GetUsedFieldsEv at Base 1.8.0
+ _ZN15OGRFeatureQuery14FieldCollectorEPvPPc at Base 1.8.0
+ _ZN15OGRFeatureQuery22EvaluateAgainstIndicesEP8OGRLayerPi at Base 1.8.0
+ _ZN15OGRFeatureQuery22EvaluateAgainstIndicesEPK13swq_expr_nodeP8OGRLayerRx at Base 3.8.0
+ _ZN15OGRFeatureQuery7CompileEP14OGRFeatureDefnPKciP25swq_custom_func_registrar at Base 2.0.1
+ _ZN15OGRFeatureQuery7CompileEP8OGRLayerP14OGRFeatureDefnPKciP25swq_custom_func_registrar at Base 2.3.0
+ _ZN15OGRFeatureQuery7CompileEP8OGRLayerPKciP25swq_custom_func_registrar at Base 2.3.0
+ _ZN15OGRFeatureQuery8EvaluateEP10OGRFeature at Base 1.8.0
+ _ZN15OGRFeatureQueryC1Ev at Base 1.8.0
+ _ZN15OGRFeatureQueryC2Ev at Base 1.8.0
+ _ZN15OGRFeatureQueryD1Ev at Base 1.8.0
+ _ZN15OGRFeatureQueryD2Ev at Base 1.8.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k powerpc sh4)_ZN15OGRMultiPolygon13importFromWkbEPKhj13OGRwkbVariantRj at Base 3.8.0
+ (arch=amd64 arm64 ia64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN15OGRMultiPolygon13importFromWkbEPKhm13OGRwkbVariantRm at Base 3.8.3
+ _ZN15OGRMultiPolygon18CastToMultiSurfaceEPS_ at Base 2.0.1
+ _ZN15OGRMultiPolygon39_addGeometryWithExpectedSubGeometryTypeEPK11OGRGeometry18OGRwkbGeometryType at Base 2.2.0
+ _ZN15OGRMultiPolygon47_addGeometryDirectlyWithExpectedSubGeometryTypeEP11OGRGeometry18OGRwkbGeometryType at Base 2.2.0
+ _ZN15OGRMultiPolygon6acceptEP19IOGRGeometryVisitor at Base 2.3.0
+ _ZN15OGRMultiPolygonC1ERKS_ at Base 2.1.0
+ _ZN15OGRMultiPolygonC1Ev at Base 1.8.0
+ _ZN15OGRMultiPolygonC2ERKS_ at Base 2.1.0
+ _ZN15OGRMultiPolygonC2Ev at Base 1.8.0
+ _ZN15OGRMultiPolygonD0Ev at Base 1.8.0
+ _ZN15OGRMultiPolygonD1Ev at Base 1.8.0
+ _ZN15OGRMultiPolygonD2Ev at Base 1.8.0
+ _ZN15OGRMultiPolygonaSERKS_ at Base 2.1.0
+ _ZN15OGRMultiSurface13importFromWktEPPKc at Base 2.3.0
+ _ZN15OGRMultiSurface18CastToMultiPolygonEPS_ at Base 2.0.1
+ _ZN15OGRMultiSurface6acceptEP19IOGRGeometryVisitor at Base 2.3.0
+ _ZN15OGRMultiSurfaceC1ERKS_ at Base 2.1.0
+ _ZN15OGRMultiSurfaceC1Ev at Base 2.0.1
+ _ZN15OGRMultiSurfaceC2ERKS_ at Base 2.1.0
+ _ZN15OGRMultiSurfaceC2Ev at Base 2.0.1
+ _ZN15OGRMultiSurfaceD0Ev at Base 2.0.1
+ _ZN15OGRMultiSurfaceD1Ev at Base 2.0.1
+ _ZN15OGRMultiSurfaceD2Ev at Base 2.0.1
+ _ZN15OGRMultiSurfaceaSERKS_ at Base 2.1.0
+ _ZN15OGRMutexedLayer10GetDatasetEv at Base 3.6.0
+ _ZN15OGRMutexedLayer10GetFeatureEx at Base 2.0.1
+ _ZN15OGRMutexedLayer10SyncToDiskEv at Base 1.11.0
+ _ZN15OGRMutexedLayer11CreateFieldEP12OGRFieldDefni at Base 1.11.0
+ _ZN15OGRMutexedLayer11DeleteFieldEi at Base 1.11.0
+ _ZN15OGRMutexedLayer11GetGeomTypeEv at Base 1.11.0
+ _ZN15OGRMutexedLayer11GetMetadataEPKc at Base 2.0.1
+ _ZN15OGRMutexedLayer11ISetFeatureEP10OGRFeature at Base 2.0.1
+ _ZN15OGRMutexedLayer11SetMetadataEPPcPKc at Base 2.0.1
+ _ZN15OGRMutexedLayer12GetFIDColumnEv at Base 1.11.0
+ _ZN15OGRMutexedLayer12GetLayerDefnEv at Base 1.11.0
+ _ZN15OGRMutexedLayer12ResetReadingEv at Base 1.11.0
+ _ZN15OGRMutexedLayer13DeleteFeatureEx at Base 2.0.1
+ _ZN15OGRMutexedLayer13GetSpatialRefEv at Base 1.11.0
+ _ZN15OGRMutexedLayer13GetStyleTableEv at Base 1.11.0
+ _ZN15OGRMutexedLayer13ReorderFieldsEPi at Base 1.11.0
+ _ZN15OGRMutexedLayer13SetStyleTableEP13OGRStyleTable at Base 1.11.0
+ _ZN15OGRMutexedLayer14AlterFieldDefnEiP12OGRFieldDefni at Base 1.11.0
+ _ZN15OGRMutexedLayer14GetArrowStreamEP16ArrowArrayStreamPKPKc at Base 3.6.0
+ _ZN15OGRMutexedLayer14GetNextFeatureEv at Base 1.11.0
+ _ZN15OGRMutexedLayer14ICreateFeatureEP10OGRFeature at Base 2.0.1
+ _ZN15OGRMutexedLayer14IUpdateFeatureEP10OGRFeatureiPKiiS3_b at Base 3.7.0
+ _ZN15OGRMutexedLayer14IUpsertFeatureEP10OGRFeature at Base 3.6.0
+ _ZN15OGRMutexedLayer14SetNextByIndexEx at Base 2.0.1
+ _ZN15OGRMutexedLayer14TestCapabilityEPKc at Base 1.11.0
+ _ZN15OGRMutexedLayer15GetFeatureCountEi at Base 1.11.0
+ _ZN15OGRMutexedLayer15GetMetadataItemEPKcS1_ at Base 2.0.1
+ _ZN15OGRMutexedLayer15SetMetadataItemEPKcS1_S1_ at Base 2.0.1
+ _ZN15OGRMutexedLayer16GetSpatialFilterEv at Base 1.11.0
+ _ZN15OGRMutexedLayer16SetIgnoredFieldsEPPKc at Base 1.11.0
+ _ZN15OGRMutexedLayer16SetSpatialFilterEP11OGRGeometry at Base 1.11.0
+ _ZN15OGRMutexedLayer16SetSpatialFilterEiP11OGRGeometry at Base 1.11.0
+ _ZN15OGRMutexedLayer16StartTransactionEv at Base 1.11.0
+ _ZN15OGRMutexedLayer17CommitTransactionEv at Base 1.11.0
+ _ZN15OGRMutexedLayer17GetGeometryColumnEv at Base 1.11.0
+ _ZN15OGRMutexedLayer18AlterGeomFieldDefnEiPK16OGRGeomFieldDefni at Base 3.6.0
+ _ZN15OGRMutexedLayer18SetAttributeFilterEPKc at Base 1.11.0
+ _ZN15OGRMutexedLayer19RollbackTransactionEv at Base 1.11.0
+ _ZN15OGRMutexedLayer20SetSpatialFilterRectEdddd at Base 1.11.0
+ _ZN15OGRMutexedLayer20SetSpatialFilterRectEidddd at Base 1.11.0
+ _ZN15OGRMutexedLayer21SetStyleTableDirectlyEP13OGRStyleTable at Base 1.11.0
+ _ZN15OGRMutexedLayer6RenameEPKc at Base 3.5.0
+ _ZN15OGRMutexedLayer7GetNameEv at Base 1.11.0
+ _ZN15OGRMutexedLayer9GetExtentEP11OGREnvelopei at Base 1.11.0
+ _ZN15OGRMutexedLayer9GetExtentEiP11OGREnvelopei at Base 1.11.0
+ _ZN15OGRMutexedLayerC1EP8OGRLayeriPv at Base 1.11.0
+ _ZN15OGRMutexedLayerC2EP8OGRLayeriPv at Base 1.11.0
+ _ZN15OGRMutexedLayerD0Ev at Base 1.11.0
+ _ZN15OGRMutexedLayerD1Ev at Base 1.11.0
+ _ZN15OGRMutexedLayerD2Ev at Base 1.11.0
+ _ZN15SplashOutputDev10upsideDownEv at Base 3.5.0
+ _ZN15SplashOutputDev11useDrawCharEv at Base 3.5.0
+ _ZN15SplashOutputDev14useShadedFillsEi at Base 3.5.0
+ _ZN15SplashOutputDev19interpretType3CharsEv at Base 3.5.0
+ _ZN15SplashOutputDev20useTilingPatternFillEv at Base 3.5.0
+ _ZN15VRTSimpleSource10FlushCacheEb at Base 3.4.0
+ _ZN15VRTSimpleSource10GetMaximumEiiPi at Base 1.11.0
+ _ZN15VRTSimpleSource10GetMinimumEiiPi at Base 1.11.0
+ _ZN15VRTSimpleSource10SetSrcBandEP14GDALRasterBand at Base 1.11.0
+ _ZN15VRTSimpleSource10SetSrcBandEPKci at Base 3.4.0
+ _ZN15VRTSimpleSource11GetFileListEPPPcPiS3_P11_CPLHashSet at Base 1.11.0
+ _ZN15VRTSimpleSource12GetDstWindowERdS0_S0_S0_ at Base 3.8.0
+ _ZN15VRTSimpleSource12GetHistogramEiiddiPyiiPFidPKcPvES3_ at Base 2.0.1
+ _ZN15VRTSimpleSource12SetDstWindowEdddd at Base 2.1.0
+ _ZN15VRTSimpleSource12SetSrcWindowEdddd at Base 2.1.0
+ _ZN15VRTSimpleSource13SetResamplingEPKc at Base 2.0.1
+ _ZN15VRTSimpleSource14IsSimpleSourceEv at Base 1.11.0
+ _ZN15VRTSimpleSource14SerializeToXMLEPKc at Base 1.11.0
+ _ZN15VRTSimpleSource14SetSrcMaskBandEP14GDALRasterBand at Base 1.11.0
+ _ZN15VRTSimpleSource15DatasetRasterIOE12GDALDataTypeiiiiPviiS0_iPixxxP20GDALRasterIOExtraArg at Base 2.3.0
+ _ZN15VRTSimpleSource15GetSrcDstWindowEddddiiPdS0_S0_S0_PiS1_S1_S1_S1_S1_S1_S1_Rb at Base 3.4.0
+ _ZN15VRTSimpleSource19GetMaskBandMainBandEv at Base 3.4.0
+ _ZN15VRTSimpleSource22IsSameExceptBandNumberEPS_ at Base 1.11.0
+ _ZN15VRTSimpleSource22ParseSrcRectAndDstRectEPK10CPLXMLNode at Base 3.8.0
+ _ZN15VRTSimpleSource31UnsetPreservedRelativeFilenamesEv at Base 2.0.1
+ _ZN15VRTSimpleSource7GetTypeEv at Base 1.11.0
+ _ZN15VRTSimpleSource7XMLInitEP10CPLXMLNodePKcRSt3mapI9CPLStringP11GDALDatasetSt4lessIS5_ESaISt4pairIKS5_S7_EEE at Base 3.4.0
+ _ZN15VRTSimpleSource8RasterIOE12GDALDataTypeiiiiPviiS0_xxP20GDALRasterIOExtraArg at Base 2.3.0
+ _ZN15VRTSimpleSourceC1EPKS_dd at Base 2.1.0
+ _ZN15VRTSimpleSourceC1Ev at Base 1.11.0
+ _ZN15VRTSimpleSourceC2EPKS_dd at Base 2.1.0
+ _ZN15VRTSimpleSourceC2Ev at Base 1.11.0
+ _ZN15VRTSimpleSourceD0Ev at Base 1.11.0
+ _ZN15VRTSimpleSourceD1Ev at Base 1.11.0
+ _ZN15VRTSimpleSourceD2Ev at Base 1.11.0
+ _ZN16CPLKeywordParser10GetKeywordEPKcS1_ at Base 3.4.0
+ _ZN16CPLKeywordParser6IngestEP16VSIVirtualHandle at Base 3.7.0
+ _ZN16CPLKeywordParser8ReadPairER9CPLStringS1_ at Base 3.4.0
+ _ZN16CPLKeywordParser8ReadWordER9CPLString at Base 3.4.0
+ _ZN16CPLKeywordParser9ReadGroupEPKci at Base 3.4.0
+ _ZN16CPLKeywordParser9SkipWhiteEv at Base 3.4.0
+ _ZN16CPLKeywordParserC1Ev at Base 3.4.0
+ _ZN16CPLKeywordParserC2Ev at Base 3.4.0
+ _ZN16CPLKeywordParserD1Ev at Base 3.4.0
+ _ZN16CPLKeywordParserD2Ev at Base 3.4.0
+ _ZN16CPLODBCStatement10DumpResultEP8_IO_FILEi at Base 1.8.0
+ _ZN16CPLODBCStatement10ExecuteSQLEPKc at Base 1.8.0
+ _ZN16CPLODBCStatement10GetColDataEPKcS1_ at Base 1.8.0
+ _ZN16CPLODBCStatement10GetColDataEiPKc at Base 1.8.0
+ _ZN16CPLODBCStatement10GetColNameEi at Base 1.8.0
+ _ZN16CPLODBCStatement10GetColSizeEi at Base 1.8.0
+ _ZN16CPLODBCStatement10GetColTypeEi at Base 1.8.0
+ _ZN16CPLODBCStatement10GetColumnsEPKcS1_S1_ at Base 1.8.0
+ _ZN16CPLODBCStatement11GetColCountEv at Base 1.8.0
+ _ZN16CPLODBCStatement11GetTypeNameEi at Base 1.8.0
+ _ZN16CPLODBCStatement13AppendEscapedEPKc at Base 1.8.0
+ _ZN16CPLODBCStatement14GetColNullableEi at Base 1.8.0
+ _ZN16CPLODBCStatement14GetColTypeNameEi at Base 1.8.0
+ _ZN16CPLODBCStatement14GetPrimaryKeysEPKcS1_S1_ at Base 1.8.0
+ _ZN16CPLODBCStatement14GetTypeMappingEs at Base 1.8.0
+ _ZN16CPLODBCStatement15ClearColumnDataEv at Base 1.8.0
+ _ZN16CPLODBCStatement15GetColColumnDefEi at Base 2.0.1
+ _ZN16CPLODBCStatement15GetColPrecisionEi at Base 1.8.0
+ _ZN16CPLODBCStatement16GetColDataLengthEi at Base 1.8.0
+ _ZN16CPLODBCStatement18CollectResultsInfoEv at Base 1.8.0
+ _ZN16CPLODBCStatement19GetRowCountAffectedEv at Base 2.0.1
+ _ZN16CPLODBCStatement5ClearEv at Base 1.8.0
+ _ZN16CPLODBCStatement5FetchEii at Base 1.8.0
+ _ZN16CPLODBCStatement6AppendEPKc at Base 1.8.0
+ _ZN16CPLODBCStatement6AppendEd at Base 1.8.0
+ _ZN16CPLODBCStatement6AppendEi at Base 1.8.0
+ _ZN16CPLODBCStatement6FailedEi at Base 1.8.0
+ _ZN16CPLODBCStatement7AppendfEPKcz at Base 1.8.0
+ _ZN16CPLODBCStatement9GetTablesEPKcS1_ at Base 1.8.0
+ _ZN16CPLODBCStatementC1EP14CPLODBCSessioni at Base 3.5.0
+ _ZN16CPLODBCStatementC2EP14CPLODBCSessioni at Base 3.5.0
+ _ZN16CPLODBCStatementD1Ev at Base 1.8.0
+ _ZN16CPLODBCStatementD2Ev at Base 1.8.0
+ _ZN16CPLThreadLocaleCC1Ev at Base 2.1.0
+ _ZN16CPLThreadLocaleCC2Ev at Base 2.1.0
+ _ZN16CPLThreadLocaleCD1Ev at Base 2.1.0
+ _ZN16CPLThreadLocaleCD2Ev at Base 2.1.0
+ _ZN16CPLXMLTreeCloser18getDocumentElementEv at Base 3.4.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN16GDALEDTComponentC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEjRK20GDALExtendedDataType at Base 3.7.2
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN16GDALEDTComponentC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEmRK20GDALExtendedDataType at Base 3.8.0
+ _ZN16GDALEDTComponentC1ERKS_ at Base 3.1.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN16GDALEDTComponentC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEjRK20GDALExtendedDataType at Base 3.7.2
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN16GDALEDTComponentC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEmRK20GDALExtendedDataType at Base 3.8.0
+ _ZN16GDALEDTComponentC2ERKS_ at Base 3.1.0
+ _ZN16GDALEDTComponentD1Ev at Base 3.1.0
+ _ZN16GDALEDTComponentD2Ev at Base 3.1.0
+ _ZN16GDALMDReaderBase12FillMetadataEP23GDALMultiDomainMetadata at Base 3.4.0
+ _ZN16GDALMDReaderBase12LoadMetadataEv at Base 3.4.0
+ _ZN16GDALMDReaderBase13ReadXMLToListEP10CPLXMLNodePPcPKc at Base 3.4.0
+ _ZN16GDALMDReaderBase13ReadXMLToListEPK10CPLXMLNodePPcRKSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiSt4lessISB_ESaISt4pairIKSB_iEEERSI_SL_RSF_SM_ at Base 3.5.2
+ _ZN16GDALMDReaderBase17GetMetadataDomainEPKc at Base 3.4.0
+ _ZN16GDALMDReaderBase21AddXMLNameValueToListEPPcPKcS3_ at Base 3.4.0
+ _ZN16GDALMDReaderBase22ReadXMLToListFirstPassEPK10CPLXMLNodeRSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiSt4lessIS9_ESaISt4pairIKS9_iEEERSD_i at Base 3.6.1
+ _ZN16GDALMDReaderBase28GetAcquisitionTimeFromStringEPKc at Base 3.4.0
+ _ZN16GDALMDReaderBaseC1EPKcPPc at Base 3.4.0
+ _ZN16GDALMDReaderBaseC2EPKcPPc at Base 3.4.0
+ _ZN16GDALMDReaderBaseD0Ev at Base 3.4.0
+ _ZN16GDALMDReaderBaseD1Ev at Base 3.4.0
+ _ZN16GDALMDReaderBaseD2Ev at Base 3.4.0
+ _ZN16GDALProxyDataset10AdviseReadEiiiiii12GDALDataTypeiPiPPc at Base 1.8.0
+ _ZN16GDALProxyDataset10FlushCacheEb at Base 3.4.0
+ _ZN16GDALProxyDataset11GetFileListEv at Base 1.8.0
+ _ZN16GDALProxyDataset11GetGCPCountEv at Base 1.8.0
+ _ZN16GDALProxyDataset11GetMetadataEPKc at Base 1.8.0
+ _ZN16GDALProxyDataset11SetMetadataEPPcPKc at Base 1.8.0
+ _ZN16GDALProxyDataset13SetSpatialRefEPK19OGRSpatialReference at Base 3.0.0
+ _ZN16GDALProxyDataset14CreateMaskBandEi at Base 1.8.0
+ _ZN16GDALProxyDataset15GetGeoTransformEPd at Base 1.8.0
+ _ZN16GDALProxyDataset15GetMetadataItemEPKcS1_ at Base 1.8.0
+ _ZN16GDALProxyDataset15IBuildOverviewsEPKciPKiiS3_PFidS1_PvES4_PKS1_ at Base 3.6.0
+ _ZN16GDALProxyDataset15SetGeoTransformEPd at Base 1.8.0
+ _ZN16GDALProxyDataset15SetMetadataItemEPKcS1_S1_ at Base 1.8.0
+ _ZN16GDALProxyDataset17GetInternalHandleEPKc at Base 1.8.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4)_ZN16GDALProxyDataset18ReadCompressedDataEPKciiiiiPKiPPvPjPPc at Base 3.7.2
+ (arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4)_ZN16GDALProxyDataset18ReadCompressedDataEPKciiiiiPKiPPvPmPPc at Base 3.7.1
+ _ZN16GDALProxyDataset21GetCompressionFormatsEiiiiiPKi at Base 3.7.0
+ _ZN16GDALProxyDataset21GetMetadataDomainListEv at Base 1.11.0
+ _ZN16GDALProxyDataset7GetGCPsEv at Base 1.8.0
+ _ZN16GDALProxyDataset7SetGCPsEiPK8GDAL_GCPPK19OGRSpatialReference at Base 3.0.0
+ _ZN16GDALProxyDataset9GetDriverEv at Base 1.8.0
+ _ZN16GDALProxyDataset9IRasterIOE10GDALRWFlagiiiiPvii12GDALDataTypeiPixxxP20GDALRasterIOExtraArg at Base 2.0.1
+ _ZN16GDALRelationshipC1ERKS_ at Base 3.6.0
+ _ZN16GDALRelationshipC2ERKS_ at Base 3.6.0
+ _ZN16OGRCompoundCurve10segmentizeEd at Base 2.0.1
+ _ZN16OGRCompoundCurve10stealCurveEi at Base 2.0.1
+ _ZN16OGRCompoundCurve11flattenTo2DEv at Base 2.0.1
+ _ZN16OGRCompoundCurve11setMeasuredEi at Base 2.1.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN16OGRCompoundCurve13importFromWkbEPKhj13OGRwkbVariantRj at Base 3.7.2
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN16OGRCompoundCurve13importFromWkbEPKhm13OGRwkbVariantRm at Base 3.8.0
+ _ZN16OGRCompoundCurve13importFromWktEPPKc at Base 2.3.0
+ _ZN16OGRCompoundCurve16CastToLineStringEPS_ at Base 2.0.1
+ _ZN16OGRCompoundCurve16CastToLinearRingEPS_ at Base 2.0.1
+ _ZN16OGRCompoundCurve16addCurveDirectlyEP8OGRCurved at Base 2.0.1
+ _ZN16OGRCompoundCurve18CasterToLineStringEP8OGRCurve at Base 2.3.0
+ _ZN16OGRCompoundCurve18CasterToLinearRingEP8OGRCurve at Base 2.3.0
+ _ZN16OGRCompoundCurve22assignSpatialReferenceEPK19OGRSpatialReference at Base 3.7.0
+ _ZN16OGRCompoundCurve22setCoordinateDimensionEi at Base 2.0.1
+ _ZN16OGRCompoundCurve23addCurveDirectlyFromWkbEP11OGRGeometryP8OGRCurve at Base 2.0.1
+ _ZN16OGRCompoundCurve23addCurveDirectlyFromWktEP11OGRGeometryP8OGRCurve at Base 2.0.1
+ _ZN16OGRCompoundCurve24addCurveDirectlyInternalEP8OGRCurvedi at Base 2.0.1
+ _ZN16OGRCompoundCurve5emptyEv at Base 2.0.1
+ _ZN16OGRCompoundCurve5set3DEi at Base 2.1.0
+ _ZN16OGRCompoundCurve6acceptEP19IOGRGeometryVisitor at Base 2.3.0
+ _ZN16OGRCompoundCurve6swapXYEv at Base 2.0.1
+ _ZN16OGRCompoundCurve8addCurveEPK8OGRCurved at Base 3.5.0
+ _ZN16OGRCompoundCurve8addCurveESt10unique_ptrI8OGRCurveSt14default_deleteIS1_EEd at Base 3.8.0
+ _ZN16OGRCompoundCurve8getCurveEi at Base 2.0.1
+ _ZN16OGRCompoundCurve9transformEP27OGRCoordinateTransformation at Base 2.0.1
+ _ZN16OGRCompoundCurveC1ERKS_ at Base 2.1.0
+ _ZN16OGRCompoundCurveC1Ev at Base 2.0.1
+ _ZN16OGRCompoundCurveC2ERKS_ at Base 2.1.0
+ _ZN16OGRCompoundCurveC2Ev at Base 2.0.1
+ _ZN16OGRCompoundCurveD0Ev at Base 2.0.1
+ _ZN16OGRCompoundCurveD1Ev at Base 2.0.1
+ _ZN16OGRCompoundCurveD2Ev at Base 2.0.1
+ _ZN16OGRCompoundCurveaSERKS_ at Base 2.1.0
+ _ZN16OGREditableLayer10GetFeatureEx at Base 2.1.0
+ _ZN16OGREditableLayer10SetNextFIDEx at Base 2.1.0
+ _ZN16OGREditableLayer10SyncToDiskEv at Base 2.1.0
+ _ZN16OGREditableLayer11CreateFieldEP12OGRFieldDefni at Base 2.1.0
+ _ZN16OGREditableLayer11DeleteFieldEi at Base 2.1.0
+ _ZN16OGREditableLayer11GetGeomTypeEv at Base 2.1.0
+ _ZN16OGREditableLayer11ISetFeatureEP10OGRFeature at Base 2.1.0
+ _ZN16OGREditableLayer12GetLayerDefnEv at Base 2.1.0
+ _ZN16OGREditableLayer12ResetReadingEv at Base 2.1.0
+ _ZN16OGREditableLayer13DeleteFeatureEx at Base 2.1.0
+ _ZN16OGREditableLayer13DetectNextFIDEv at Base 2.1.0
+ _ZN16OGREditableLayer13GetSpatialRefEv at Base 2.1.0
+ _ZN16OGREditableLayer13ReorderFieldsEPi at Base 2.1.0
+ _ZN16OGREditableLayer14AlterFieldDefnEiP12OGRFieldDefni at Base 2.1.0
+ _ZN16OGREditableLayer14GetArrowStreamEP16ArrowArrayStreamPKPKc at Base 3.8.0
+ _ZN16OGREditableLayer14GetNextFeatureEv at Base 2.1.0
+ _ZN16OGREditableLayer14ICreateFeatureEP10OGRFeature at Base 2.1.0
+ _ZN16OGREditableLayer14IUpdateFeatureEP10OGRFeatureiPKiiS3_b at Base 3.7.0
+ _ZN16OGREditableLayer14IUpsertFeatureEP10OGRFeature at Base 3.6.0
+ _ZN16OGREditableLayer14SetNextByIndexEx at Base 2.1.0
+ _ZN16OGREditableLayer14TestCapabilityEPKc at Base 2.1.0
+ _ZN16OGREditableLayer15CreateGeomFieldEP16OGRGeomFieldDefni at Base 2.1.0
+ _ZN16OGREditableLayer15GetFeatureCountEi at Base 2.1.0
+ _ZN16OGREditableLayer16GetSpatialFilterEv at Base 2.1.0
+ _ZN16OGREditableLayer16SetSpatialFilterEP11OGRGeometry at Base 2.1.0
+ _ZN16OGREditableLayer16SetSpatialFilterEiP11OGRGeometry at Base 2.1.0
+ _ZN16OGREditableLayer16StartTransactionEv at Base 2.1.0
+ _ZN16OGREditableLayer17CommitTransactionEv at Base 2.1.0
+ _ZN16OGREditableLayer17GetGeometryColumnEv at Base 2.1.0
+ _ZN16OGREditableLayer18AlterGeomFieldDefnEiPK16OGRGeomFieldDefni at Base 3.6.0
+ _ZN16OGREditableLayer18SetAttributeFilterEPKc at Base 2.1.0
+ _ZN16OGREditableLayer19RollbackTransactionEv at Base 2.1.0
+ _ZN16OGREditableLayer20GetSrcGeomFieldIndexEi at Base 2.1.0
+ _ZN16OGREditableLayer20SetSpatialFilterRectEdddd at Base 2.1.0
+ _ZN16OGREditableLayer20SetSpatialFilterRectEidddd at Base 2.1.0
+ _ZN16OGREditableLayer26SetSupportsCreateGeomFieldEb at Base 2.1.0
+ _ZN16OGREditableLayer26SetSupportsCurveGeometriesEb at Base 2.1.0
+ _ZN16OGREditableLayer9GetExtentEP11OGREnvelopei at Base 2.1.0
+ _ZN16OGREditableLayer9GetExtentEiP11OGREnvelopei at Base 2.1.0
+ _ZN16OGREditableLayer9TranslateEP14OGRFeatureDefnP10OGRFeaturebb at Base 2.1.0
+ _ZN16OGREditableLayerC1EP8OGRLayerbP29IOGREditableLayerSynchronizerb at Base 2.1.0
+ _ZN16OGREditableLayerC2EP8OGRLayerbP29IOGREditableLayerSynchronizerb at Base 2.1.0
+ _ZN16OGREditableLayerD0Ev at Base 2.1.0
+ _ZN16OGREditableLayerD1Ev at Base 2.1.0
+ _ZN16OGREditableLayerD2Ev at Base 2.1.0
+ _ZN16OGRGeomFieldDefn10InitializeEPKc18OGRwkbGeometryType at Base 1.11.0
+ _ZN16OGRGeomFieldDefn13SetSpatialRefEPK19OGRSpatialReference at Base 3.7.0
+ _ZN16OGRGeomFieldDefn7SetNameEPKc at Base 1.11.0
+ _ZN16OGRGeomFieldDefn7SetTypeE18OGRwkbGeometryType at Base 1.11.0
+ _ZN16OGRGeomFieldDefnC1EPKS_ at Base 2.3.0
+ _ZN16OGRGeomFieldDefnC1EPKc18OGRwkbGeometryType at Base 1.11.0
+ _ZN16OGRGeomFieldDefnC2EPKS_ at Base 2.3.0
+ _ZN16OGRGeomFieldDefnC2EPKc18OGRwkbGeometryType at Base 1.11.0
+ _ZN16OGRGeomFieldDefnD0Ev at Base 1.11.0
+ _ZN16OGRGeomFieldDefnD1Ev at Base 1.11.0
+ _ZN16OGRGeomFieldDefnD2Ev at Base 1.11.0
+ _ZN16OGRIteratedPoint4setMEd at Base 3.6.0
+ _ZN16OGRIteratedPoint4setXEd at Base 3.6.0
+ _ZN16OGRIteratedPoint4setYEd at Base 3.6.0
+ _ZN16OGRIteratedPoint4setZEd at Base 3.6.0
+ _ZN16OGRIteratedPointD0Ev at Base 3.6.0
+ _ZN16OGRIteratedPointD1Ev at Base 3.6.0
+ _ZN16OGRIteratedPointD2Ev at Base 3.6.0
+ _ZN16OGRPointIterator7destroyEPS_ at Base 2.0.1
+ _ZN16OGRPointIteratorD0Ev at Base 2.0.1
+ _ZN16OGRPointIteratorD1Ev at Base 2.0.1
+ _ZN16OGRPointIteratorD2Ev at Base 2.0.1
+ _ZN16VRTComplexSource10GetMaximumEiiPi at Base 1.11.0
+ _ZN16VRTComplexSource10GetMinimumEiiPi at Base 1.11.0
+ _ZN16VRTComplexSource11LookupValueEd at Base 1.11.0
+ _ZN16VRTComplexSource12GetHistogramEiiddiPyiiPFidPKcPvES3_ at Base 2.0.1
+ _ZN16VRTComplexSource14SerializeToXMLEPKc at Base 1.11.0
+ _ZN16VRTComplexSource14SetNoDataValueEd at Base 3.6.0
+ _ZN16VRTComplexSource15SetPowerScalingEddddd at Base 1.11.0
+ (optional=templinst)_ZN16VRTComplexSource16RasterIOInternalIdEE6CPLErrP14GDALRasterBand12GDALDataTypeiiiiPviiS4_xxP20GDALRasterIOExtraArgS4_ at Base 3.8.0
+ (optional=templinst)_ZN16VRTComplexSource16RasterIOInternalIfEE6CPLErrP14GDALRasterBand12GDALDataTypeiiiiPviiS4_xxP20GDALRasterIOExtraArgS4_ at Base 3.8.0
+ _ZN16VRTComplexSource16SetLinearScalingEdd at Base 1.11.0
+ (optional=templinst)_ZN16VRTComplexSource21RasterIOProcessNoDataIhL12GDALDataType1EEE6CPLErrP14GDALRasterBandS1_iiiiPviiS1_xxP20GDALRasterIOExtraArg at Base 3.8.0
+ (optional=templinst)_ZN16VRTComplexSource21RasterIOProcessNoDataIsL12GDALDataType3EEE6CPLErrP14GDALRasterBandS1_iiiiPviiS1_xxP20GDALRasterIOExtraArg at Base 3.8.0
+ (optional=templinst)_ZN16VRTComplexSource21RasterIOProcessNoDataItL12GDALDataType2EEE6CPLErrP14GDALRasterBandS1_iiiiPviiS1_xxP20GDALRasterIOExtraArg at Base 3.8.0
+ _ZN16VRTComplexSource22SetColorTableComponentEi at Base 1.11.0
+ _ZN16VRTComplexSource7GetTypeEv at Base 1.11.0
+ _ZN16VRTComplexSource7XMLInitEP10CPLXMLNodePKcRSt3mapI9CPLStringP11GDALDatasetSt4lessIS5_ESaISt4pairIKS5_S7_EEE at Base 3.4.0
+ _ZN16VRTComplexSource8RasterIOE12GDALDataTypeiiiiPviiS0_xxP20GDALRasterIOExtraArg at Base 2.3.0
+ _ZN16VRTComplexSourceC1EPKS_dd at Base 2.1.0
+ _ZN16VRTComplexSourceC2EPKS_dd at Base 2.1.0
+ _ZN16VRTComplexSourceD0Ev at Base 1.11.0
+ _ZN16VRTComplexSourceD1Ev at Base 1.11.0
+ _ZN16VRTComplexSourceD2Ev at Base 1.11.0
+ _ZN16VRTRawRasterBand10IReadBlockEiiPv at Base 1.8.0
+ _ZN16VRTRawRasterBand10SetRawLinkEPKcS1_iyiiS1_ at Base 1.8.0
+ _ZN16VRTRawRasterBand11GetFileListEPPPcPiS3_P11_CPLHashSet at Base 1.8.0
+ _ZN16VRTRawRasterBand11IWriteBlockEiiPv at Base 1.8.0
+ _ZN16VRTRawRasterBand12ClearRawLinkEv at Base 1.8.0
+ _ZN16VRTRawRasterBand14SerializeToXMLEPKc at Base 1.8.0
+ _ZN16VRTRawRasterBand17GetVirtualMemAutoE10GDALRWFlagPiPxPPc at Base 3.1.0
+ _ZN16VRTRawRasterBand7XMLInitEP10CPLXMLNodePKcRSt3mapI9CPLStringP11GDALDatasetSt4lessIS5_ESaISt4pairIKS5_S7_EEE at Base 3.4.0
+ _ZN16VRTRawRasterBand9IRasterIOE10GDALRWFlagiiiiPvii12GDALDataTypexxP20GDALRasterIOExtraArg at Base 2.0.1
+ _ZN16VRTRawRasterBandC1EP11GDALDataseti12GDALDataType at Base 1.8.0
+ _ZN16VRTRawRasterBandC2EP11GDALDataseti12GDALDataType at Base 1.8.0
+ _ZN16VRTRawRasterBandD0Ev at Base 1.8.0
+ _ZN16VRTRawRasterBandD1Ev at Base 1.8.0
+ _ZN16VRTRawRasterBandD2Ev at Base 1.8.0
+ _ZN16VRTWarpedDataset10FlushCacheEb at Base 3.4.0
+ _ZN16VRTWarpedDataset10InitializeEPv at Base 1.8.0
+ _ZN16VRTWarpedDataset11GetFileListEv at Base 1.8.0
+ _ZN16VRTWarpedDataset12ProcessBlockEii at Base 1.8.0
+ _ZN16VRTWarpedDataset14SerializeToXMLEPKc at Base 1.8.0
+ _ZN16VRTWarpedDataset15IBuildOverviewsEPKciPKiiS3_PFidS1_PvES4_PKS1_ at Base 3.6.0
+ _ZN16VRTWarpedDataset15SetMetadataItemEPKcS1_S1_ at Base 2.0.1
+ _ZN16VRTWarpedDataset22CloseDependentDatasetsEv at Base 1.9.0
+ _ZN16VRTWarpedDataset23CreateImplicitOverviewsEv at Base 2.0.1
+ _ZN16VRTWarpedDataset7AddBandE12GDALDataTypePPc at Base 1.8.0
+ _ZN16VRTWarpedDataset7XMLInitEP10CPLXMLNodePKc at Base 1.8.0
+ _ZN16VRTWarpedDatasetC1Eiiii at Base 3.7.0
+ _ZN16VRTWarpedDatasetC2Eiiii at Base 3.7.0
+ _ZN16VRTWarpedDatasetD0Ev at Base 1.8.0
+ _ZN16VRTWarpedDatasetD1Ev at Base 1.8.0
+ _ZN16VRTWarpedDatasetD2Ev at Base 1.8.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4)_ZN16VSIVirtualHandle10AdviseReadEiPKyPKj at Base 3.7.2
+ (arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4)_ZN16VSIVirtualHandle10AdviseReadEiPKyPKm at Base 3.7.1
+ _ZN16VSIVirtualHandle14GetRangeStatusEyy at Base 2.2.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN16VSIVirtualHandle14ReadMultiRangeEiPPvPKyPKj at Base 3.7.2
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN16VSIVirtualHandle14ReadMultiRangeEiPPvPKyPKm at Base 3.8.0
+ _ZN16VSIVirtualHandle23GetNativeFileDescriptorEv at Base 1.11.0
+ _ZN16VSIVirtualHandle5FlushEv at Base 1.8.0
+ _ZN16VSIVirtualHandle8TruncateEy at Base 1.9.0
+ _ZN16swq_op_registrar11GetOperatorE6swq_op at Base 3.1.0
+ _ZN16swq_op_registrar11GetOperatorEPKc at Base 3.1.0
+ _ZN17GDALDriverManager10LoadPluginEPKc at Base 3.8.0
+ _ZN17GDALDriverManager14GetSearchPathsEPKc at Base 3.1.0
+ _ZN17GDALDriverManager14RegisterDriverEP10GDALDriver at Base 1.8.0
+ _ZN17GDALDriverManager14ReorderDriversEv at Base 3.5.0
+ _ZN17GDALDriverManager15AutoLoadDriversEv at Base 1.8.0
+ _ZN17GDALDriverManager15AutoSkipDriversEv at Base 1.8.0
+ _ZN17GDALDriverManager15GetDriverByNameEPKc at Base 1.8.0
+ _ZN17GDALDriverManager16DeregisterDriverEP10GDALDriver at Base 1.8.0
+ _ZN17GDALDriverManager20CleanupPythonDriversEv at Base 3.1.0
+ _ZN17GDALDriverManager21AutoLoadPythonDriversEv at Base 3.1.0
+ _ZN17GDALDriverManager9GetDriverEi at Base 1.8.0
+ _ZN17GDALDriverManagerC1Ev at Base 1.8.0
+ _ZN17GDALDriverManagerC2Ev at Base 1.8.0
+ _ZN17GDALDriverManagerD0Ev at Base 1.8.0
+ _ZN17GDALDriverManagerD1Ev at Base 1.8.0
+ _ZN17GDALDriverManagerD2Ev at Base 1.8.0
+ _ZN17GDALIHasAttribute15CreateAttributeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt6vectorIySaIyEERK20GDALExtendedDataTypePKPKc at Base 3.1.0
+ _ZN17GDALIHasAttribute15DeleteAttributeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKPKc at Base 3.8.0
+ _ZN17GDALIHasAttributeD0Ev at Base 3.1.0
+ _ZN17GDALIHasAttributeD1Ev at Base 3.1.0
+ _ZN17GDALIHasAttributeD2Ev at Base 3.1.0
+ _ZN17GDALPamRasterBand11GetUnitTypeEv at Base 1.8.0
+ _ZN17GDALPamRasterBand11SetMetadataEPPcPKc at Base 1.8.0
+ _ZN17GDALPamRasterBand11SetUnitTypeEPKc at Base 1.8.0
+ _ZN17GDALPamRasterBand12GetHistogramEddiPyiiPFidPKcPvES3_ at Base 2.0.1
+ _ZN17GDALPamRasterBand12MarkPamDirtyEv at Base 3.5.0
+ _ZN17GDALPamRasterBand13GetColorTableEv at Base 1.8.0
+ _ZN17GDALPamRasterBand13GetDefaultRATEv at Base 1.8.0
+ _ZN17GDALPamRasterBand13PamInitializeEv at Base 1.8.0
+ _ZN17GDALPamRasterBand13SetColorTableEP14GDALColorTable at Base 1.8.0
+ _ZN17GDALPamRasterBand13SetDefaultRATEPK24GDALRasterAttributeTable at Base 1.8.0
+ _ZN17GDALPamRasterBand14GetNoDataValueEPi at Base 1.8.0
+ _ZN17GDALPamRasterBand14SerializeToXMLEPKc at Base 1.8.0
+ _ZN17GDALPamRasterBand14SetDescriptionEPKc at Base 1.8.0
+ _ZN17GDALPamRasterBand14SetNoDataValueEd at Base 1.8.0
+ _ZN17GDALPamRasterBand15SetMetadataItemEPKcS1_S1_ at Base 1.8.0
+ _ZN17GDALPamRasterBand16GetCategoryNamesEv at Base 1.8.0
+ _ZN17GDALPamRasterBand16SetCategoryNamesEPPc at Base 1.8.0
+ _ZN17GDALPamRasterBand17DeleteNoDataValueEv at Base 2.1.0
+ _ZN17GDALPamRasterBand17ResetNoDataValuesEv at Base 3.5.0
+ _ZN17GDALPamRasterBand19GetDefaultHistogramEPdS0_PiPPyiPFidPKcPvES6_ at Base 2.0.1
+ _ZN17GDALPamRasterBand19SetDefaultHistogramEddiPy at Base 2.0.1
+ _ZN17GDALPamRasterBand21GetNoDataValueAsInt64EPi at Base 3.5.0
+ _ZN17GDALPamRasterBand21PamInitializeNoParentEv at Base 3.5.0
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN17GDALPamRasterBand21SetNoDataValueAsInt64El at Base 3.8.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN17GDALPamRasterBand21SetNoDataValueAsInt64Ex at Base 3.7.2
+ _ZN17GDALPamRasterBand22GetColorInterpretationEv at Base 1.8.0
+ _ZN17GDALPamRasterBand22GetNoDataValueAsUInt64EPi at Base 3.5.0
+ _ZN17GDALPamRasterBand22SetColorInterpretationE15GDALColorInterp at Base 1.8.0
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN17GDALPamRasterBand22SetNoDataValueAsUInt64Em at Base 3.8.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN17GDALPamRasterBand22SetNoDataValueAsUInt64Ey at Base 3.7.2
+ _ZN17GDALPamRasterBand7XMLInitEP10CPLXMLNodePKc at Base 1.8.0
+ _ZN17GDALPamRasterBand8GetScaleEPi at Base 1.8.0
+ _ZN17GDALPamRasterBand8PamClearEv at Base 1.8.0
+ _ZN17GDALPamRasterBand8SetScaleEd at Base 1.8.0
+ _ZN17GDALPamRasterBand9CloneInfoEP14GDALRasterBandi at Base 1.8.0
+ _ZN17GDALPamRasterBand9GetOffsetEPi at Base 1.8.0
+ _ZN17GDALPamRasterBand9SetOffsetEd at Base 1.8.0
+ _ZN17GDALPamRasterBandC1Ei at Base 2.1.0
+ _ZN17GDALPamRasterBandC1Ev at Base 1.8.0
+ _ZN17GDALPamRasterBandC2Ei at Base 2.1.0
+ _ZN17GDALPamRasterBandC2Ev at Base 1.8.0
+ _ZN17GDALPamRasterBandD0Ev at Base 1.8.0
+ _ZN17GDALPamRasterBandD1Ev at Base 1.8.0
+ _ZN17GDALPamRasterBandD2Ev at Base 1.8.0
+ _ZN17GDALWarpOperation10GetOptionsEv at Base 1.8.0
+ _ZN17GDALWarpOperation10InitializeEPK15GDALWarpOptions at Base 1.8.0
+ _ZN17GDALWarpOperation10WarpRegionEiiiiiiiidd at Base 1.8.0
+ _ZN17GDALWarpOperation10WarpRegionEiiiiiiiidddd at Base 2.3.0
+ _ZN17GDALWarpOperation11WipeOptionsEv at Base 1.8.0
+ _ZN17GDALWarpOperation12ReportTimingEPKc at Base 1.8.0
+ _ZN17GDALWarpOperation13WipeChunkListEv at Base 1.8.0
+ _ZN17GDALWarpOperation15ValidateOptionsEv at Base 1.8.0
+ _ZN17GDALWarpOperation16CollectChunkListEiiii at Base 1.8.0
+ _ZN17GDALWarpOperation16CreateKernelMaskEP14GDALWarpKerneliPKc at Base 1.8.0
+ _ZN17GDALWarpOperation17ChunkAndWarpImageEiiii at Base 1.8.0
+ _ZN17GDALWarpOperation17ChunkAndWarpMultiEiiii at Base 1.8.0
+ _ZN17GDALWarpOperation18WarpRegionToBufferEiiiiPv12GDALDataTypeiiiidd at Base 1.8.0
+ _ZN17GDALWarpOperation18WarpRegionToBufferEiiiiPv12GDALDataTypeiiiidddd at Base 2.3.0
+ _ZN17GDALWarpOperation19ComputeSourceWindowEiiiiPiS0_S0_S0_PdS1_S1_ at Base 2.3.0
+ _ZN17GDALWarpOperation23CreateDestinationBufferEiiPi at Base 2.3.0
+ _ZN17GDALWarpOperation24CollectChunkListInternalEiiii at Base 2.3.0
+ _ZN17GDALWarpOperation24DestroyDestinationBufferEPv at Base 2.3.0
+ _ZN17GDALWarpOperation37ComputeSourceWindowStartingFromSourceEiiiiPdS0_S0_S0_ at Base 2.4.0
+ _ZN17GDALWarpOperationC1Ev at Base 1.8.0
+ _ZN17GDALWarpOperationC2Ev at Base 1.8.0
+ _ZN17GDALWarpOperationD0Ev at Base 1.8.0
+ _ZN17GDALWarpOperationD1Ev at Base 1.8.0
+ _ZN17GDALWarpOperationD2Ev at Base 1.8.0
+ _ZN17GNMGenericNetwork10CreateRuleEPKc at Base 2.2.0
+ _ZN17GNMGenericNetwork10DeleteRuleEPKc at Base 2.2.0
+ _ZN17GNMGenericNetwork10FlushCacheEb at Base 3.4.0
+ _ZN17GNMGenericNetwork11DeleteLayerEi at Base 2.2.0
+ _ZN17GNMGenericNetwork13DisconnectAllEv at Base 2.2.0
+ _ZN17GNMGenericNetwork13GetLayerCountEv at Base 2.2.0
+ _ZN17GNMGenericNetwork14DeleteAllRulesEv at Base 2.2.0
+ _ZN17GNMGenericNetwork14FindConnectionExxx at Base 2.2.0
+ _ZN17GNMGenericNetwork14LoadGraphLayerEP11GDALDataset at Base 2.2.0
+ _ZN17GNMGenericNetwork14LoadNetworkSrsEv at Base 2.2.0
+ _ZN17GNMGenericNetwork14TestCapabilityEPKc at Base 2.2.0
+ _ZN17GNMGenericNetwork15ConnectFeaturesExxxddi at Base 2.2.0
+ _ZN17GNMGenericNetwork15FillResultLayerEP24OGRGNMWrappedResultLayerRKSt6vectorISt4pairIxxESaIS4_EEibb at Base 2.2.0
+ _ZN17GNMGenericNetwork15GetNewGlobalFIDEv at Base 2.2.0
+ _ZN17GNMGenericNetwork15StoreNetworkSrsEv at Base 2.2.0
+ _ZN17GNMGenericNetwork16ChangeBlockStateExb at Base 2.2.0
+ _ZN17GNMGenericNetwork16CheckLayerDriverEPKcPPc at Base 2.2.0
+ _ZN17GNMGenericNetwork16CreateGraphLayerEP11GDALDataset at Base 2.2.0
+ _ZN17GNMGenericNetwork16FindNearestPointEPK8OGRPointRKSt6vectorIP8OGRLayerSaIS5_EEd at Base 2.2.0
+ _ZN17GNMGenericNetwork16GetAlgorithmNameEib at Base 2.2.0
+ _ZN17GNMGenericNetwork16GetNewVirtualFIDEv at Base 2.2.0
+ _ZN17GNMGenericNetwork17LoadFeaturesLayerEP11GDALDataset at Base 2.2.0
+ _ZN17GNMGenericNetwork17LoadMetadataLayerEP11GDALDataset at Base 2.2.0
+ _ZN17GNMGenericNetwork17ReconnectFeaturesExxxddi at Base 2.2.0
+ _ZN17GNMGenericNetwork18DisconnectFeaturesExxx at Base 2.2.0
+ _ZN17GNMGenericNetwork19AddFeatureGlobalFIDExPKc at Base 2.2.0
+ _ZN17GNMGenericNetwork19ChangeAllBlockStateEb at Base 2.2.0
+ _ZN17GNMGenericNetwork19ConnectPointsByLineExPK13OGRLineStringRKSt6vectorIP8OGRLayerSaIS5_EEdddi at Base 2.2.0
+ _ZN17GNMGenericNetwork19CreateFeaturesLayerEP11GDALDataset at Base 2.2.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN17GNMGenericNetwork19CreateMetadataLayerEP11GDALDatasetij at Base 3.7.2
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN17GNMGenericNetwork19CreateMetadataLayerEP11GDALDatasetim at Base 3.8.0
+ _ZN17GNMGenericNetwork20ConnectPointsByLinesEPPcdddi at Base 2.2.0
+ _ZN17GNMGenericNetwork21GetFeatureByGlobalFIDEx at Base 2.2.0
+ _ZN17GNMGenericNetwork22CloseDependentDatasetsEv at Base 2.2.0
+ _ZN17GNMGenericNetwork24ConnectPointsByMultilineExPK18OGRMultiLineStringRKSt6vectorIP8OGRLayerSaIS5_EEdddi at Base 2.2.0
+ _ZN17GNMGenericNetwork24DisconnectFeaturesWithIdEx at Base 2.2.0
+ _ZN17GNMGenericNetwork6DeleteEv at Base 2.2.0
+ _ZN17GNMGenericNetwork7GetPathExx21GNMGraphAlgorithmTypePPc at Base 2.2.0
+ _ZN17GNMGenericNetwork8GetLayerEi at Base 2.2.0
+ _ZN17GNMGenericNetwork9CopyLayerEP8OGRLayerPKcPPc at Base 2.2.0
+ _ZN17GNMGenericNetwork9LoadGraphEv at Base 2.2.0
+ _ZN17GNMGenericNetwork9SaveRulesEv at Base 2.2.0
+ _ZN17GNMGenericNetworkC1Ev at Base 2.2.0
+ _ZN17GNMGenericNetworkC2Ev at Base 2.2.0
+ _ZN17GNMGenericNetworkD0Ev at Base 2.2.0
+ _ZN17GNMGenericNetworkD1Ev at Base 2.2.0
+ _ZN17GNMGenericNetworkD2Ev at Base 2.2.0
+ _ZN17OGRCircularString10segmentizeEd at Base 2.0.1
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN17OGRCircularString13importFromWkbEPKhj13OGRwkbVariantRj at Base 3.7.2
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN17OGRCircularString13importFromWkbEPKhm13OGRwkbVariantRm at Base 3.8.0
+ _ZN17OGRCircularString13importFromWktEPPKc at Base 2.3.0
+ _ZN17OGRCircularString6acceptEP19IOGRGeometryVisitor at Base 2.3.0
+ _ZN17OGRCircularStringC1ERKS_ at Base 2.1.0
+ _ZN17OGRCircularStringC1Ev at Base 2.0.1
+ _ZN17OGRCircularStringC2ERKS_ at Base 2.1.0
+ _ZN17OGRCircularStringC2Ev at Base 2.0.1
+ _ZN17OGRCircularStringD0Ev at Base 2.0.1
+ _ZN17OGRCircularStringD1Ev at Base 2.0.1
+ _ZN17OGRCircularStringD2Ev at Base 2.0.1
+ _ZN17OGRCircularStringaSERKS_ at Base 2.1.0
+ _ZN17OGRLayerAttrIndexC1Ev at Base 1.8.0
+ _ZN17OGRLayerAttrIndexC2Ev at Base 1.8.0
+ _ZN17OGRLayerAttrIndexD0Ev at Base 1.8.0
+ _ZN17OGRLayerAttrIndexD1Ev at Base 1.8.0
+ _ZN17OGRLayerAttrIndexD2Ev at Base 1.8.0
+ _ZN17OGRLayerDecorator10GetDatasetEv at Base 3.6.0
+ _ZN17OGRLayerDecorator10GetFeatureEx at Base 2.0.1
+ _ZN17OGRLayerDecorator10SyncToDiskEv at Base 2.0.1
+ _ZN17OGRLayerDecorator11CreateFieldEP12OGRFieldDefni at Base 2.0.1
+ _ZN17OGRLayerDecorator11DeleteFieldEi at Base 2.0.1
+ _ZN17OGRLayerDecorator11GetGeomTypeEv at Base 2.0.1
+ _ZN17OGRLayerDecorator11GetMetadataEPKc at Base 2.0.1
+ _ZN17OGRLayerDecorator11ISetFeatureEP10OGRFeature at Base 2.0.1
+ _ZN17OGRLayerDecorator11SetMetadataEPPcPKc at Base 2.0.1
+ _ZN17OGRLayerDecorator12GetFIDColumnEv at Base 2.0.1
+ _ZN17OGRLayerDecorator12GetLayerDefnEv at Base 2.0.1
+ _ZN17OGRLayerDecorator12ResetReadingEv at Base 2.0.1
+ _ZN17OGRLayerDecorator13DeleteFeatureEx at Base 2.0.1
+ _ZN17OGRLayerDecorator13GetSpatialRefEv at Base 2.0.1
+ _ZN17OGRLayerDecorator13GetStyleTableEv at Base 2.0.1
+ _ZN17OGRLayerDecorator13ReorderFieldsEPi at Base 2.0.1
+ _ZN17OGRLayerDecorator13SetStyleTableEP13OGRStyleTable at Base 2.0.1
+ _ZN17OGRLayerDecorator14AlterFieldDefnEiP12OGRFieldDefni at Base 2.0.1
+ _ZN17OGRLayerDecorator14GetArrowStreamEP16ArrowArrayStreamPKPKc at Base 3.6.0
+ _ZN17OGRLayerDecorator14GetNextFeatureEv at Base 2.0.1
+ _ZN17OGRLayerDecorator14ICreateFeatureEP10OGRFeature at Base 2.0.1
+ _ZN17OGRLayerDecorator14IUpdateFeatureEP10OGRFeatureiPKiiS3_b at Base 3.7.0
+ _ZN17OGRLayerDecorator14IUpsertFeatureEP10OGRFeature at Base 3.6.0
+ _ZN17OGRLayerDecorator14SetNextByIndexEx at Base 2.0.1
+ _ZN17OGRLayerDecorator14TestCapabilityEPKc at Base 2.0.1
+ _ZN17OGRLayerDecorator15CreateGeomFieldEP16OGRGeomFieldDefni at Base 2.1.0
+ _ZN17OGRLayerDecorator15GetFeatureCountEi at Base 2.0.1
+ _ZN17OGRLayerDecorator15GetMetadataItemEPKcS1_ at Base 2.0.1
+ _ZN17OGRLayerDecorator15SetMetadataItemEPKcS1_S1_ at Base 2.0.1
+ _ZN17OGRLayerDecorator16GetSpatialFilterEv at Base 2.0.1
+ _ZN17OGRLayerDecorator16SetIgnoredFieldsEPPKc at Base 2.0.1
+ _ZN17OGRLayerDecorator16SetSpatialFilterEP11OGRGeometry at Base 2.0.1
+ _ZN17OGRLayerDecorator16SetSpatialFilterEiP11OGRGeometry at Base 2.0.1
+ _ZN17OGRLayerDecorator16StartTransactionEv at Base 2.0.1
+ _ZN17OGRLayerDecorator17CommitTransactionEv at Base 2.0.1
+ _ZN17OGRLayerDecorator17GetGeometryColumnEv at Base 2.0.1
+ _ZN17OGRLayerDecorator18AlterGeomFieldDefnEiPK16OGRGeomFieldDefni at Base 3.6.0
+ _ZN17OGRLayerDecorator18SetAttributeFilterEPKc at Base 2.0.1
+ _ZN17OGRLayerDecorator19RollbackTransactionEv at Base 2.0.1
+ _ZN17OGRLayerDecorator20SetSpatialFilterRectEdddd at Base 2.0.1
+ _ZN17OGRLayerDecorator20SetSpatialFilterRectEidddd at Base 2.0.1
+ _ZN17OGRLayerDecorator21SetStyleTableDirectlyEP13OGRStyleTable at Base 2.0.1
+ _ZN17OGRLayerDecorator6RenameEPKc at Base 3.5.0
+ _ZN17OGRLayerDecorator7GetNameEv at Base 2.0.1
+ _ZN17OGRLayerDecorator9GetExtentEP11OGREnvelopei at Base 2.0.1
+ _ZN17OGRLayerDecorator9GetExtentEiP11OGREnvelopei at Base 2.0.1
+ _ZN17OGRLayerDecoratorC1EP8OGRLayeri at Base 2.0.1
+ _ZN17OGRLayerDecoratorC2EP8OGRLayeri at Base 2.0.1
+ _ZN17OGRLayerDecoratorD0Ev at Base 2.0.1
+ _ZN17OGRLayerDecoratorD1Ev at Base 2.0.1
+ _ZN17OGRLayerDecoratorD2Ev at Base 2.0.1
+ _ZN17S57ClassRegistrar11GetAttrInfoEi at Base 1.11.0
+ _ZN17S57ClassRegistrar17FindAttrByAcronymEPKc at Base 1.8.0
+ _ZN17S57ClassRegistrar8FindFileEPKcS1_bPP16VSIVirtualHandle at Base 3.7.0
+ _ZN17S57ClassRegistrar8LoadInfoEPKcS1_b at Base 2.2.0
+ _ZN17S57ClassRegistrar8ReadLineEP16VSIVirtualHandle at Base 3.7.0
+ _ZN17S57ClassRegistrarC1Ev at Base 1.8.0
+ _ZN17S57ClassRegistrarC2Ev at Base 1.8.0
+ _ZN17S57ClassRegistrarD1Ev at Base 1.8.0
+ _ZN17S57ClassRegistrarD2Ev at Base 1.8.0
+ _ZN18GDALNoDataMaskBand10IReadBlockEiiPv at Base 1.8.0
+ _ZN18GDALNoDataMaskBand15IsNoDataInRangeEd12GDALDataType at Base 2.3.2
+ _ZN18GDALNoDataMaskBand9IRasterIOE10GDALRWFlagiiiiPvii12GDALDataTypexxP20GDALRasterIOExtraArg at Base 2.0.1
+ _ZN18GDALNoDataMaskBandC1EP14GDALRasterBand at Base 1.8.0
+ _ZN18GDALNoDataMaskBandC1EP14GDALRasterBandd at Base 3.8.0
+ _ZN18GDALNoDataMaskBandC2EP14GDALRasterBand at Base 1.8.0
+ _ZN18GDALNoDataMaskBandC2EP14GDALRasterBandd at Base 3.8.0
+ _ZN18GDALNoDataMaskBandD0Ev at Base 1.8.0
+ _ZN18GDALNoDataMaskBandD1Ev at Base 1.8.0
+ _ZN18GDALNoDataMaskBandD2Ev at Base 1.8.0
+ _ZN18GDALSubdatasetInfo5quoteERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.8.0
+ _ZN18GDALSubdatasetInfo7unquoteERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.8.0
+ _ZN18GDALSubdatasetInfoC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.8.0
+ _ZN18GDALSubdatasetInfoC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.8.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN18MEMAbstractMDArray4InitEPhRKSt6vectorIiSaIiEE at Base 3.7.2
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN18MEMAbstractMDArray4InitEPhRKSt6vectorIxSaIxEE at Base 3.8.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN18MEMAbstractMDArray6IWriteEPKyPKjPKxPKiRK20GDALExtendedDataTypePKv at Base 3.7.2
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN18MEMAbstractMDArray6IWriteEPKyPKmPKxS5_RK20GDALExtendedDataTypePKv at Base 3.8.0
+ _ZN18MEMAbstractMDArray9FreeArrayEv at Base 3.7.0
+ _ZN18MEMAbstractMDArrayC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_RKSt6vectorISt10shared_ptrI13GDALDimensionESaISB_EERK20GDALExtendedDataType at Base 3.5.0
+ _ZN18MEMAbstractMDArrayC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_RKSt6vectorISt10shared_ptrI13GDALDimensionESaISB_EERK20GDALExtendedDataType at Base 3.5.0
+ _ZN18MEMAbstractMDArrayD0Ev at Base 3.5.0
+ _ZN18MEMAbstractMDArrayD1Ev at Base 3.5.0
+ _ZN18MEMAbstractMDArrayD2Ev at Base 3.5.0
+ _ZN18MEMAttributeHolder15RenameAttributeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_ at Base 3.8.0
+ _ZN18MEMAttributeHolderD0Ev at Base 3.8.0
+ _ZN18MEMAttributeHolderD1Ev at Base 3.8.0
+ _ZN18MEMAttributeHolderD2Ev at Base 3.8.0
+ _ZN18NASAKeywordHandler10GetKeywordEPKcS1_ at Base 2.2.0
+ _ZN18NASAKeywordHandler14GetKeywordListEv at Base 2.2.0
+ _ZN18NASAKeywordHandler5ParseEPKc at Base 3.7.0
+ _ZN18NASAKeywordHandler6IngestEP16VSIVirtualHandlei at Base 3.7.0
+ _ZN18NASAKeywordHandler8ReadPairER9CPLStringS1_R13CPLJSONObject at Base 2.3.0
+ _ZN18NASAKeywordHandler8ReadWordER9CPLStringbbPb at Base 2.2.2
+ _ZN18NASAKeywordHandler9ReadGroupERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEER13CPLJSONObjecti at Base 3.4.0
+ _ZN18NASAKeywordHandler9SkipWhiteEv at Base 2.2.0
+ _ZN18NASAKeywordHandlerC1Ev at Base 2.2.0
+ _ZN18NASAKeywordHandlerC2Ev at Base 2.2.0
+ _ZN18NASAKeywordHandlerD1Ev at Base 2.2.0
+ _ZN18NASAKeywordHandlerD2Ev at Base 2.2.0
+ _ZN18OGRCurveCollection10segmentizeEd at Base 2.0.1
+ _ZN18OGRCurveCollection10stealCurveEi at Base 2.0.1
+ _ZN18OGRCurveCollection11flattenTo2DEP11OGRGeometry at Base 2.0.1
+ _ZN18OGRCurveCollection11removeCurveEib at Base 2.3.0
+ _ZN18OGRCurveCollection11setMeasuredEP11OGRGeometryi at Base 2.1.0
+ _ZN18OGRCurveCollection16addCurveDirectlyEP11OGRGeometryP8OGRCurvei at Base 2.0.1
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN18OGRCurveCollection17importBodyFromWkbEP11OGRGeometryPKhjbPFiS1_P8OGRCurveE13OGRwkbVariantRj at Base 3.7.2
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN18OGRCurveCollection17importBodyFromWkbEP11OGRGeometryPKhmbPFiS1_P8OGRCurveE13OGRwkbVariantRm at Base 3.8.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN18OGRCurveCollection21importPreambleFromWkbEP11OGRGeometryPKhRjS4_R15OGRwkbByteOrderj13OGRwkbVariant at Base 3.7.2
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN18OGRCurveCollection21importPreambleFromWkbEP11OGRGeometryPKhRmS4_R15OGRwkbByteOrderm13OGRwkbVariant at Base 3.8.0
+ _ZN18OGRCurveCollection22assignSpatialReferenceEP11OGRGeometryPK19OGRSpatialReference at Base 3.7.0
+ _ZN18OGRCurveCollection22setCoordinateDimensionEP11OGRGeometryi at Base 2.0.1
+ _ZN18OGRCurveCollection5emptyEP11OGRGeometry at Base 2.0.1
+ _ZN18OGRCurveCollection5set3DEP11OGRGeometryi at Base 2.1.0
+ _ZN18OGRCurveCollection6swapXYEv at Base 2.0.1
+ _ZN18OGRCurveCollection8getCurveEi at Base 2.0.1
+ _ZN18OGRCurveCollection9transformEP11OGRGeometryP27OGRCoordinateTransformation at Base 2.0.1
+ _ZN18OGRCurveCollectionC1ERKS_ at Base 2.1.0
+ _ZN18OGRCurveCollectionC1Ev at Base 2.0.1
+ _ZN18OGRCurveCollectionC2ERKS_ at Base 2.1.0
+ _ZN18OGRCurveCollectionC2Ev at Base 2.0.1
+ _ZN18OGRCurveCollectionD1Ev at Base 2.0.1
+ _ZN18OGRCurveCollectionD2Ev at Base 2.0.1
+ _ZN18OGRCurveCollectionaSERKS_ at Base 2.1.0
+ _ZN18OGRGeometryFactory13createFromFgfEPKvP19OGRSpatialReferencePP11OGRGeometryiPi at Base 2.3.0
+ _ZN18OGRGeometryFactory13createFromGMLEPKc at Base 1.8.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4)_ZN18OGRGeometryFactory13createFromWkbEPKvPK19OGRSpatialReferencePP11OGRGeometryj13OGRwkbVariant at Base 3.7.2
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4)_ZN18OGRGeometryFactory13createFromWkbEPKvPK19OGRSpatialReferencePP11OGRGeometryj13OGRwkbVariantRj at Base 3.7.2
+ (arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4)_ZN18OGRGeometryFactory13createFromWkbEPKvPK19OGRSpatialReferencePP11OGRGeometrym13OGRwkbVariant at Base 3.7.1
+ (arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4)_ZN18OGRGeometryFactory13createFromWkbEPKvPK19OGRSpatialReferencePP11OGRGeometrym13OGRwkbVariantRm at Base 3.7.1
+ _ZN18OGRGeometryFactory13createFromWktEPKcPK19OGRSpatialReferencePP11OGRGeometry at Base 3.7.0
+ _ZN18OGRGeometryFactory13createFromWktEPPKcPK19OGRSpatialReferencePP11OGRGeometry at Base 3.7.0
+ _ZN18OGRGeometryFactory14createFromGEOSEP20GEOSContextHandle_HSP10GEOSGeom_t at Base 1.11.0
+ _ZN18OGRGeometryFactory14createGeometryE18OGRwkbGeometryType at Base 1.8.0
+ _ZN18OGRGeometryFactory14forceToPolygonEP11OGRGeometry at Base 1.8.0
+ _ZN18OGRGeometryFactory15destroyGeometryEP11OGRGeometry at Base 1.8.0
+ _ZN18OGRGeometryFactory16organizePolygonsEPP11OGRGeometryiPiPPKc at Base 1.8.0
+ _ZN18OGRGeometryFactory17createFromGeoJsonEPKci at Base 3.4.0
+ _ZN18OGRGeometryFactory17createFromGeoJsonERK13CPLJSONObject at Base 2.3.0
+ _ZN18OGRGeometryFactory17curveToLineStringEdddddddddidPKPKc at Base 2.0.1
+ _ZN18OGRGeometryFactory17forceToLineStringEP11OGRGeometryb at Base 1.10.0
+ _ZN18OGRGeometryFactory17forceToMultiPointEP11OGRGeometry at Base 1.8.0
+ _ZN18OGRGeometryFactory18GetCurveParametersEddddddRdS0_S0_S0_S0_S0_ at Base 3.3.0
+ _ZN18OGRGeometryFactory19curveFromLineStringEPK13OGRLineStringPKPKc at Base 2.0.1
+ _ZN18OGRGeometryFactory19forceToMultiPolygonEP11OGRGeometry at Base 1.8.0
+ _ZN18OGRGeometryFactory20approximateArcAnglesEdddddddddb at Base 3.1.0
+ _ZN18OGRGeometryFactory20transformWithOptionsEPK11OGRGeometryP27OGRCoordinateTransformationPPcRKNS_25TransformWithOptionsCacheE at Base 3.0.0
+ _ZN18OGRGeometryFactory21createFromFgfInternalEPKhP19OGRSpatialReferencePP11OGRGeometryiPii at Base 2.3.0
+ _ZN18OGRGeometryFactory22forceToMultiLineStringEP11OGRGeometry at Base 1.8.0
+ _ZN18OGRGeometryFactory25TransformWithOptionsCacheC1Ev at Base 3.0.0
+ _ZN18OGRGeometryFactory25TransformWithOptionsCacheC2Ev at Base 3.0.0
+ _ZN18OGRGeometryFactory25TransformWithOptionsCacheD1Ev at Base 3.0.0
+ _ZN18OGRGeometryFactory25TransformWithOptionsCacheD2Ev at Base 3.0.0
+ _ZN18OGRGeometryFactory28removeLowerDimensionSubGeomsEPK11OGRGeometry at Base 3.1.0
+ _ZN18OGRGeometryFactory7forceToEP11OGRGeometry18OGRwkbGeometryTypePKPKc at Base 2.0.1
+ _ZN18OGRGeometryFactory8haveGEOSEv at Base 1.8.0
+ _ZN18OGRGlobFieldDomainC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_12OGRFieldType15OGRFieldSubTypeS7_ at Base 3.3.0
+ _ZN18OGRGlobFieldDomainC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_12OGRFieldType15OGRFieldSubTypeS7_ at Base 3.3.0
+ _ZN18OGRGlobFieldDomainD0Ev at Base 3.3.0
+ _ZN18OGRGlobFieldDomainD1Ev at Base 3.3.0
+ _ZN18OGRGlobFieldDomainD2Ev at Base 3.3.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k powerpc sh4)_ZN18OGRMultiLineString13importFromWkbEPKhj13OGRwkbVariantRj at Base 3.8.0
+ (arch=amd64 arm64 ia64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN18OGRMultiLineString13importFromWkbEPKhm13OGRwkbVariantRm at Base 3.8.3
+ _ZN18OGRMultiLineString16CastToMultiCurveEPS_ at Base 2.0.1
+ _ZN18OGRMultiLineString6acceptEP19IOGRGeometryVisitor at Base 2.3.0
+ _ZN18OGRMultiLineStringC1ERKS_ at Base 2.1.0
+ _ZN18OGRMultiLineStringC1Ev at Base 1.8.0
+ _ZN18OGRMultiLineStringC2ERKS_ at Base 2.1.0
+ _ZN18OGRMultiLineStringC2Ev at Base 1.8.0
+ _ZN18OGRMultiLineStringD0Ev at Base 1.8.0
+ _ZN18OGRMultiLineStringD1Ev at Base 1.8.0
+ _ZN18OGRMultiLineStringD2Ev at Base 1.8.0
+ _ZN18OGRMultiLineStringaSERKS_ at Base 2.1.0
+ _ZN19CPLWorkerThreadPool10GetNextJobEP15CPLWorkerThread at Base 2.1.0
+ _ZN19CPLWorkerThreadPool10SubmitJobsEPFvPvERKSt6vectorIS0_SaIS0_EE at Base 2.1.0
+ _ZN19CPLWorkerThreadPool14CreateJobQueueEv at Base 3.2.0
+ _ZN19CPLWorkerThreadPool14WaitCompletionEi at Base 2.1.0
+ _ZN19CPLWorkerThreadPool18DeclareJobFinishedEv at Base 2.1.0
+ _ZN19CPLWorkerThreadPool20WorkerThreadFunctionEPv at Base 2.1.0
+ _ZN19CPLWorkerThreadPool5SetupEiPFvPvEPS0_ at Base 2.1.0
+ _ZN19CPLWorkerThreadPool5SetupEiPFvPvEPS0_b at Base 2.4.0
+ _ZN19CPLWorkerThreadPool9SubmitJobEPFvPvES0_ at Base 2.1.0
+ _ZN19CPLWorkerThreadPool9WaitEventEv at Base 2.4.0
+ _ZN19CPLWorkerThreadPoolC1Ev at Base 2.1.0
+ _ZN19CPLWorkerThreadPoolC2Ev at Base 2.1.0
+ _ZN19CPLWorkerThreadPoolD1Ev at Base 2.1.0
+ _ZN19CPLWorkerThreadPoolD2Ev at Base 2.1.0
+ _ZN19GDALAbstractMDArray10BaseRenameERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.8.0
+ _ZN19GDALAbstractMDArray13ParentDeletedEv at Base 3.8.0
+ _ZN19GDALAbstractMDArray13ParentRenamedERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.8.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN19GDALAbstractMDArray15ProcessPerChunkEPKyS1_PKjPFbPS_S1_S3_yyPvES5_ at Base 3.7.2
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN19GDALAbstractMDArray15ProcessPerChunkEPKyS1_PKmPFbPS_S1_S3_yyPvES5_ at Base 3.8.0
+ _ZN19GDALAbstractMDArray24NotifyChildrenOfDeletionEv at Base 3.8.0
+ _ZN19GDALAbstractMDArray24NotifyChildrenOfRenamingEv at Base 3.8.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN19GDALAbstractMDArray5WriteEPKyPKjPKxPKiRK20GDALExtendedDataTypePKvSC_j at Base 3.7.2
+ (arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_ZN19GDALAbstractMDArray5WriteEPKyPKmPKxS5_RK20GDALExtendedDataTypePKvSA_m at Base 3.4.2
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN19GDALAbstractMDArray6IWriteEPKyPKjPKxPKiRK20GDALExtendedDataTypePKv at Base 3.7.2
+ (arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_ZN19GDALAbstractMDArray6IWriteEPKyPKmPKxS5_RK20GDALExtendedDataTypePKv at Base 3.4.2
+ _ZN19GDALAbstractMDArray6RenameERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.8.0
+ _ZN19GDALAbstractMDArray7DeletedEv at Base 3.8.0
+ _ZN19GDALAbstractMDArrayC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_ at Base 3.1.0
+ _ZN19GDALAbstractMDArrayC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_ at Base 3.1.0
+ _ZN19GDALAbstractMDArrayD0Ev at Base 3.1.0
+ _ZN19GDALAbstractMDArrayD1Ev at Base 3.1.0
+ _ZN19GDALAbstractMDArrayD2Ev at Base 3.1.0
+ _ZN19GDALAttributeStringC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_S7_27GDALExtendedDataTypeSubType at Base 3.4.0
+ _ZN19GDALAttributeStringC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_S7_27GDALExtendedDataTypeSubType at Base 3.4.0
+ _ZN19GDALAttributeStringD0Ev at Base 3.1.0
+ _ZN19GDALAttributeStringD1Ev at Base 3.1.0
+ _ZN19GDALMDReaderManager9GetReaderEPKcPPcj at Base 2.0.1
+ _ZN19GDALMDReaderManagerC1Ev at Base 2.0.1
+ _ZN19GDALMDReaderManagerC2Ev at Base 2.0.1
+ _ZN19GDALMDReaderManagerD0Ev at Base 2.0.1
+ _ZN19GDALMDReaderManagerD1Ev at Base 2.0.1
+ _ZN19GDALMDReaderManagerD2Ev at Base 2.0.1
+ _ZN19GDALOrientedDataset11GetMetadataEPKc at Base 3.7.0
+ _ZN19GDALOrientedDataset15GetMetadataItemEPKcS1_ at Base 3.7.0
+ _ZN19GDALOrientedDataset21GetMetadataDomainListEv at Base 3.7.0
+ _ZN19GDALOrientedDatasetC1EOSt10unique_ptrI11GDALDatasetSt14default_deleteIS1_EENS_6OriginE at Base 3.7.0
+ _ZN19GDALOrientedDatasetC1EP11GDALDatasetNS_6OriginE at Base 3.7.0
+ _ZN19GDALOrientedDatasetC2EOSt10unique_ptrI11GDALDatasetSt14default_deleteIS1_EENS_6OriginE at Base 3.7.0
+ _ZN19GDALOrientedDatasetC2EP11GDALDatasetNS_6OriginE at Base 3.7.0
+ _ZN19GDALOrientedDatasetD0Ev at Base 3.7.0
+ _ZN19GDALOrientedDatasetD1Ev at Base 3.7.0
+ _ZN19GDALOrientedDatasetD2Ev at Base 3.7.0
+ _ZN19GDALProxyRasterBand10AdviseReadEiiiiii12GDALDataTypePPc at Base 1.8.0
+ _ZN19GDALProxyRasterBand10FlushCacheEb at Base 3.4.0
+ _ZN19GDALProxyRasterBand10GetMaximumEPi at Base 1.8.0
+ _ZN19GDALProxyRasterBand10GetMinimumEPi at Base 1.8.0
+ _ZN19GDALProxyRasterBand10IReadBlockEiiPv at Base 1.8.0
+ _ZN19GDALProxyRasterBand11GetMaskBandEv at Base 1.8.0
+ _ZN19GDALProxyRasterBand11GetMetadataEPKc at Base 1.8.0
+ _ZN19GDALProxyRasterBand11GetOverviewEi at Base 1.8.0
+ _ZN19GDALProxyRasterBand11GetUnitTypeEv at Base 1.8.0
+ _ZN19GDALProxyRasterBand11IWriteBlockEiiPv at Base 1.8.0
+ _ZN19GDALProxyRasterBand11SetMetadataEPPcPKc at Base 1.8.0
+ _ZN19GDALProxyRasterBand11SetUnitTypeEPKc at Base 1.8.0
+ _ZN19GDALProxyRasterBand12GetHistogramEddiPyiiPFidPKcPvES3_ at Base 2.0.1
+ _ZN19GDALProxyRasterBand12GetMaskFlagsEv at Base 1.8.0
+ _ZN19GDALProxyRasterBand13GetColorTableEv at Base 1.8.0
+ _ZN19GDALProxyRasterBand13GetDefaultRATEv at Base 1.8.0
+ _ZN19GDALProxyRasterBand13GetStatisticsEiiPdS0_S0_S0_ at Base 1.8.0
+ _ZN19GDALProxyRasterBand13SetColorTableEP14GDALColorTable at Base 1.8.0
+ _ZN19GDALProxyRasterBand13SetDefaultRATEPK24GDALRasterAttributeTable at Base 1.8.0
+ _ZN19GDALProxyRasterBand13SetStatisticsEdddd at Base 1.8.0
+ _ZN19GDALProxyRasterBand14BuildOverviewsEPKciPKiPFidS1_PvES4_PKS1_ at Base 3.6.0
+ _ZN19GDALProxyRasterBand14CreateMaskBandEi at Base 1.8.0
+ _ZN19GDALProxyRasterBand14GetNoDataValueEPi at Base 1.8.0
+ _ZN19GDALProxyRasterBand14SetNoDataValueEd at Base 1.8.0
+ _ZN19GDALProxyRasterBand15GetMetadataItemEPKcS1_ at Base 1.8.0
+ _ZN19GDALProxyRasterBand15SetMetadataItemEPKcS1_S1_ at Base 1.8.0
+ _ZN19GDALProxyRasterBand16GetCategoryNamesEv at Base 1.8.0
+ _ZN19GDALProxyRasterBand16GetOverviewCountEv at Base 1.8.0
+ _ZN19GDALProxyRasterBand16SetCategoryNamesEPPc at Base 1.8.0
+ _ZN19GDALProxyRasterBand17ComputeStatisticsEiPdS0_S0_S0_PFidPKcPvES3_ at Base 1.8.0
+ _ZN19GDALProxyRasterBand17DeleteNoDataValueEv at Base 2.1.0
+ _ZN19GDALProxyRasterBand17GetVirtualMemAutoE10GDALRWFlagPiPxPPc at Base 1.11.0
+ _ZN19GDALProxyRasterBand19ComputeRasterMinMaxEiPd at Base 1.8.0
+ _ZN19GDALProxyRasterBand19GetDefaultHistogramEPdS0_PiPPyiPFidPKcPvES6_ at Base 2.0.1
+ _ZN19GDALProxyRasterBand19SetDefaultHistogramEddiPy at Base 2.0.1
+ _ZN19GDALProxyRasterBand21GetMetadataDomainListEv at Base 1.11.0
+ _ZN19GDALProxyRasterBand21HasArbitraryOverviewsEv at Base 1.8.0
+ _ZN19GDALProxyRasterBand22GetColorInterpretationEv at Base 1.8.0
+ _ZN19GDALProxyRasterBand22SetColorInterpretationE15GDALColorInterp at Base 1.8.0
+ _ZN19GDALProxyRasterBand23GetRasterSampleOverviewEy at Base 2.0.1
+ _ZN19GDALProxyRasterBand4FillEdd at Base 1.8.0
+ _ZN19GDALProxyRasterBand8GetScaleEPi at Base 1.8.0
+ _ZN19GDALProxyRasterBand8SetScaleEd at Base 1.8.0
+ _ZN19GDALProxyRasterBand9GetOffsetEPi at Base 1.8.0
+ _ZN19GDALProxyRasterBand9IRasterIOE10GDALRWFlagiiiiPvii12GDALDataTypexxP20GDALRasterIOExtraArg at Base 2.0.1
+ _ZN19GDALProxyRasterBand9SetOffsetEd at Base 1.8.0
+ _ZN19OGRArrowArrayHelper11GetMemLimitEv at Base 3.8.0
+ (arch=!sh4)_ZN19OGRArrowArrayHelper11SetDateTimeEP10ArrowArrayiR2tmiRK8OGRField at Base 3.8.0
+ _ZN19OGRArrowArrayHelper21GetMaxFeaturesInBatchERK13CPLStringList at Base 3.6.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc x32)_ZN19OGRArrowArrayHelper23GetPtrForStringOrBinaryEiij at Base 3.7.2
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN19OGRArrowArrayHelper23GetPtrForStringOrBinaryEiim at Base 3.8.0
+ _ZN19OGRArrowArrayHelper8FillDictEP10ArrowArrayPK19OGRCodedFieldDomain at Base 3.6.0
+ _ZN19OGRArrowArrayHelperC1EP11GDALDatasetP14OGRFeatureDefnRK13CPLStringListP10ArrowArray at Base 3.6.0
+ _ZN19OGRArrowArrayHelperC2EP11GDALDatasetP14OGRFeatureDefnRK13CPLStringListP10ArrowArray at Base 3.6.0
+ _ZN19OGRArrowArrayHelperD1Ev at Base 3.7.2
+ _ZN19OGRArrowArrayHelperD2Ev at Base 3.7.2
+ _ZN19OGRCodedFieldDomainC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_12OGRFieldType15OGRFieldSubTypeOSt6vectorI13OGRCodedValueSaISB_EE at Base 3.3.0
+ _ZN19OGRCodedFieldDomainC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_12OGRFieldType15OGRFieldSubTypeOSt6vectorI13OGRCodedValueSaISB_EE at Base 3.3.0
+ _ZN19OGRCodedFieldDomainD0Ev at Base 3.3.0
+ _ZN19OGRCodedFieldDomainD1Ev at Base 3.3.0
+ _ZN19OGRCodedFieldDomainD2Ev at Base 3.3.0
+ _ZN19OGRRangeFieldDomainC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_12OGRFieldType15OGRFieldSubTypeRK8OGRFieldbSC_b at Base 3.3.0
+ _ZN19OGRRangeFieldDomainC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_12OGRFieldType15OGRFieldSubTypeRK8OGRFieldbSC_b at Base 3.3.0
+ _ZN19OGRRangeFieldDomainD0Ev at Base 3.3.0
+ _ZN19OGRRangeFieldDomainD1Ev at Base 3.3.0
+ _ZN19OGRRangeFieldDomainD2Ev at Base 3.3.0
+ _ZN19OGRSpatialReference10DemoteTo2DEPKc at Base 3.2.0
+ _ZN19OGRSpatialReference10SetHOM2PNOEdddddddd at Base 1.8.0
+ _ZN19OGRSpatialReference10SetLocalCSEPKc at Base 1.8.0
+ _ZN19OGRSpatialReference10SetTOWGS84Eddddddd at Base 1.8.0
+ _ZN19OGRSpatialReference11DereferenceEv at Base 1.8.0
+ _ZN19OGRSpatialReference11GetAttrNodeEPKc at Base 1.8.0
+ _ZN19OGRSpatialReference11GetWGS84SRSEv at Base 2.0.1
+ _ZN19OGRSpatialReference11PromoteTo3DEPKc at Base 3.1.0
+ _ZN19OGRSpatialReference11SetEckertIVEddd at Base 1.8.0
+ _ZN19OGRSpatialReference11SetEckertVIEddd at Base 1.8.0
+ _ZN19OGRSpatialReference11SetGnomonicEdddd at Base 1.8.0
+ _ZN19OGRSpatialReference11SetMercatorEddddd at Base 1.8.0
+ _ZN19OGRSpatialReference11SetProjParmEPKcd at Base 1.8.0
+ _ZN19OGRSpatialReference11SetRobinsonEddd at Base 1.8.0
+ _ZN19OGRSpatialReference11exportToERMEPcS0_S0_ at Base 1.8.0
+ _ZN19OGRSpatialReference11morphToESRIEv at Base 1.8.0
+ _ZN19OGRSpatialReference12SetAuthorityEPKcS1_i at Base 1.8.0
+ _ZN19OGRSpatialReference12SetExtensionEPKcS1_S1_ at Base 1.8.0
+ _ZN19OGRSpatialReference12SetMollweideEddd at Base 1.8.0
+ _ZN19OGRSpatialReference12SetPolyconicEdddd at Base 1.8.0
+ _ZN19OGRSpatialReference12SetTMVariantEPKcddddd at Base 1.8.0
+ _ZN19OGRSpatialReference12dumpReadableEv at Base 1.10.0
+ _ZN19OGRSpatialReference12lookupInDictEPKcS1_ at Base 3.0.0
+ _ZN19OGRSpatialReference13SetCompoundCSEPKcPKS_S3_ at Base 1.9.0
+ _ZN19OGRSpatialReference13SetProjectionEPKc at Base 1.8.0
+ _ZN19OGRSpatialReference13SetSinusoidalEddd at Base 1.8.0
+ _ZN19OGRSpatialReference13SetStatePlaneEiiPKcd at Base 1.8.0
+ _ZN19OGRSpatialReference13StripVerticalEv at Base 1.8.0
+ _ZN19OGRSpatialReference13importFromERMEPKcS1_S1_ at Base 1.8.0
+ _ZN19OGRSpatialReference13importFromOziEPKPKc at Base 1.10.0
+ _ZN19OGRSpatialReference13importFromPCIEPKcS1_PKd at Base 3.8.0
+ _ZN19OGRSpatialReference13importFromURNEPKc at Base 1.8.0
+ _ZN19OGRSpatialReference13importFromUrlEPKc at Base 1.8.0
+ _ZN19OGRSpatialReference13importFromWktEPKc at Base 2.3.0
+ _ZN19OGRSpatialReference13importFromWktEPKcPKS1_ at Base 3.6.0
+ _ZN19OGRSpatialReference13importFromWktEPPKc at Base 2.3.0
+ _ZN19OGRSpatialReference13importFromWktEPPKcPKS1_ at Base 3.6.0
+ _ZN19OGRSpatialReference13importFromWktEPPc at Base 1.8.0
+ _ZN19OGRSpatialReference13importFromXMLEPKc at Base 1.8.0
+ _ZN19OGRSpatialReference13morphFromESRIEv at Base 1.8.0
+ _ZN19OGRSpatialReference14CopyGeogCSFromEPKS_ at Base 1.8.0
+ _ZN19OGRSpatialReference14SetLinearUnitsEPKcd at Base 1.8.0
+ _ZN19OGRSpatialReference14SetMercator2SPEddddd at Base 1.8.0
+ _ZN19OGRSpatialReference14importFromDictEPKcS1_ at Base 1.8.0
+ _ZN19OGRSpatialReference14importFromEPSGEi at Base 1.8.0
+ _ZN19OGRSpatialReference14importFromESRIEPPc at Base 1.8.0
+ _ZN19OGRSpatialReference14importFromUSGSEllPdli at Base 1.8.0
+ _ZN19OGRSpatialReference15SetAngularUnitsEPKcd at Base 1.8.0
+ _ZN19OGRSpatialReference15SetIWMPolyconicEddddd at Base 1.8.0
+ _ZN19OGRSpatialReference15SetNormProjParmEPKcd at Base 1.8.0
+ _ZN19OGRSpatialReference15SetOrthographicEdddd at Base 1.8.0
+ _ZN19OGRSpatialReference15importFromEPSGAEi at Base 1.8.0
+ _ZN19OGRSpatialReference15importFromProj4EPKc at Base 1.8.0
+ _ZN19OGRSpatialReference16AutoIdentifyEPSGEv at Base 1.8.0
+ _ZN19OGRSpatialReference16SetFromUserInputEPKc at Base 1.8.0
+ _ZN19OGRSpatialReference16SetFromUserInputEPKcPKS1_ at Base 3.4.0
+ _ZN19OGRSpatialReference16SetStereographicEddddd at Base 1.8.0
+ _ZN19OGRSpatialReference16importFromCRSURLEPKc at Base 1.10.0
+ _ZN19OGRSpatialReference17AddGuessedTOWGS84Ev at Base 3.0.3
+ _ZN19OGRSpatialReference17IsLinearParameterEPKc at Base 1.8.0
+ _ZN19OGRSpatialReference17importFromURNPartEPKcS1_S1_ at Base 1.9.0
+ _ZN19OGRSpatialReference17importFromWMSAUTOEPKc at Base 1.8.0
+ _ZN19OGRSpatialReference18IsAngularParameterEPKc at Base 1.8.0
+ _ZN19OGRSpatialReference18SetCoordinateEpochEd at Base 3.4.0
+ _ZN19OGRSpatialReference18SetEquirectangularEdddd at Base 1.8.0
+ _ZN19OGRSpatialReference18SetWellKnownGeogCSEPKc at Base 1.8.0
+ _ZN19OGRSpatialReference18importFromPanoramaElllPdb at Base 3.7.0
+ _ZN19OGRSpatialReference19SetEquirectangular2Eddddd at Base 1.8.0
+ _ZN19OGRSpatialReference20IsLongitudeParameterEPKc at Base 1.8.0
+ _ZN19OGRSpatialReference20SetTargetLinearUnitsEPKcS1_dS1_S1_ at Base 3.0.0
+ _ZN19OGRSpatialReference20importFromMICoordSysEPKc at Base 1.8.0
+ _ZN19OGRSpatialReference22SetAxisMappingStrategyE22OSRAxisMappingStrategy at Base 3.0.0
+ _ZN19OGRSpatialReference22SetVerticalPerspectiveEdddddd at Base 3.1.0
+ _ZN19OGRSpatialReference23DestroySpatialReferenceEPS_ at Base 1.8.0
+ _ZN19OGRSpatialReference24StripTOWGS84IfKnownDatumEv at Base 3.1.0
+ _ZN19OGRSpatialReference24importVertCSFromPanoramaEi at Base 3.1.0
+ _ZN19OGRSpatialReference26ImportFromESRIWisconsinWKTEPKcddS1_S1_ at Base 1.9.0
+ _ZN19OGRSpatialReference26SetGaussSchreiberTMercatorEddddd at Base 1.8.0
+ _ZN19OGRSpatialReference27ImportFromESRIStatePlaneWKTEiPKcS1_iS1_ at Base 1.9.0
+ _ZN19OGRSpatialReference27SetDataAxisToSRSAxisMappingERKSt6vectorIiSaIiEE at Base 3.0.0
+ _ZN19OGRSpatialReference31SET_FROM_USER_INPUT_LIMITATIONSE at Base 3.4.0
+ _ZN19OGRSpatialReference33SetLinearUnitsAndUpdateParametersEPKcdS1_S1_ at Base 3.0.0
+ _ZN19OGRSpatialReference33UpdateCoordinateSystemFromGeogCRSEv at Base 3.1.0
+ _ZN19OGRSpatialReference34StripTOWGS84IfKnownDatumAndAllowedEv at Base 3.1.0
+ _ZN19OGRSpatialReference35SET_FROM_USER_INPUT_LIMITATIONS_getEv at Base 3.4.0
+ _ZN19OGRSpatialReference47SetDerivedGeogCRSWithPoleRotationGRIBConventionEPKcddd at Base 3.1.0
+ _ZN19OGRSpatialReference51SetDerivedGeogCRSWithPoleRotationNetCDFCFConventionEPKcddd at Base 3.4.0
+ _ZN19OGRSpatialReference5ClearEv at Base 1.8.0
+ _ZN19OGRSpatialReference5SetAEEdddd at Base 1.8.0
+ _ZN19OGRSpatialReference5SetCSEdddd at Base 1.8.0
+ _ZN19OGRSpatialReference5SetECEdddddd at Base 1.8.0
+ _ZN19OGRSpatialReference5SetGHEddd at Base 1.8.0
+ _ZN19OGRSpatialReference5SetGSEddd at Base 1.8.0
+ _ZN19OGRSpatialReference5SetMCEdddd at Base 1.8.0
+ _ZN19OGRSpatialReference5SetOSEddddd at Base 1.8.0
+ _ZN19OGRSpatialReference5SetPSEddddd at Base 1.8.0
+ _ZN19OGRSpatialReference5SetTMEddddd at Base 1.8.0
+ _ZN19OGRSpatialReference6SetCEAEdddd at Base 1.8.0
+ _ZN19OGRSpatialReference6SetHOMEddddddd at Base 1.8.0
+ _ZN19OGRSpatialReference6SetIGHEv at Base 1.9.0
+ _ZN19OGRSpatialReference6SetLCCEdddddd at Base 1.8.0
+ _ZN19OGRSpatialReference6SetLOMEdddddd at Base 3.0.0
+ _ZN19OGRSpatialReference6SetQSCEdd at Base 2.0.1
+ _ZN19OGRSpatialReference6SetSCHEdddd at Base 2.1.0
+ _ZN19OGRSpatialReference6SetSOCEdddd at Base 1.8.0
+ _ZN19OGRSpatialReference6SetTMGEdddd at Base 1.8.0
+ _ZN19OGRSpatialReference6SetUTMEii at Base 1.8.0
+ _ZN19OGRSpatialReference6SetVDGEddd at Base 1.8.0
+ _ZN19OGRSpatialReference7GetRootEv at Base 3.0.0
+ _ZN19OGRSpatialReference7Private12nodesChangedEv at Base 3.0.0
+ _ZN19OGRSpatialReference7Private14getGeodBaseCRSEv at Base 3.0.0
+ _ZN19OGRSpatialReference7Private14getProjCRSNameEv at Base 3.0.0
+ _ZN19OGRSpatialReference7Private14refreshProjObjEv at Base 3.0.0
+ _ZN19OGRSpatialReference7Private14setMorphToESRIEb at Base 3.0.0
+ _ZN19OGRSpatialReference7Private15invalidateNodesEv at Base 3.0.0
+ _ZN19OGRSpatialReference7Private18demoteFromBoundCRSEv at Base 3.0.0
+ _ZN19OGRSpatialReference7Private18getProjCRSCoordSysEv at Base 3.0.0
+ _ZN19OGRSpatialReference7Private18refreshAxisMappingEv at Base 3.0.0
+ _ZN19OGRSpatialReference7Private22refreshRootFromProjObjEv at Base 3.0.0
+ _ZN19OGRSpatialReference7Private22undoDemoteFromBoundCRSEv at Base 3.0.0
+ _ZN19OGRSpatialReference7Private25replaceConversionAndUnrefEP8PJconsts at Base 3.0.0
+ _ZN19OGRSpatialReference7Private26nullifyTargetKeyIfPossibleEPKc at Base 3.0.0
+ _ZN19OGRSpatialReference7Private5clearEv at Base 3.0.0
+ _ZN19OGRSpatialReference7Private7setRootEP11OGR_SRSNode at Base 3.0.0
+ _ZN19OGRSpatialReference7Private8Listener12notifyChangeEP11OGR_SRSNode at Base 3.0.0
+ _ZN19OGRSpatialReference7Private8ListenerD0Ev at Base 3.0.0
+ _ZN19OGRSpatialReference7Private8ListenerD1Ev at Base 3.0.0
+ _ZN19OGRSpatialReference7Private8ListenerD2Ev at Base 3.0.0
+ _ZN19OGRSpatialReference7Private8setPjCRSEP8PJconstsb at Base 3.0.0
+ _ZN19OGRSpatialReference7PrivateC1EPS_ at Base 3.8.0
+ _ZN19OGRSpatialReference7PrivateC2EPS_ at Base 3.8.0
+ _ZN19OGRSpatialReference7PrivateD1Ev at Base 3.0.0
+ _ZN19OGRSpatialReference7PrivateD2Ev at Base 3.0.0
+ _ZN19OGRSpatialReference7ReleaseEv at Base 1.8.0
+ _ZN19OGRSpatialReference7SetACEAEdddddd at Base 1.8.0
+ _ZN19OGRSpatialReference7SetAxesEPKcS1_18OGRAxisOrientationS1_S2_ at Base 1.8.0
+ _ZN19OGRSpatialReference7SetGEOSEdddd at Base 1.8.0
+ _ZN19OGRSpatialReference7SetLAEAEdddd at Base 1.8.0
+ _ZN19OGRSpatialReference7SetLCCBEdddddd at Base 1.8.0
+ _ZN19OGRSpatialReference7SetNZMGEdddd at Base 1.8.0
+ _ZN19OGRSpatialReference7SetNodeEPKcS1_ at Base 1.8.0
+ _ZN19OGRSpatialReference7SetNodeEPKcd at Base 1.8.0
+ _ZN19OGRSpatialReference7SetRootEP11OGR_SRSNode at Base 1.8.0
+ _ZN19OGRSpatialReference7SetTMSOEddddd at Base 1.8.0
+ _ZN19OGRSpatialReference7SetTPEDEdddddd at Base 1.8.0
+ _ZN19OGRSpatialReference8SetBonneEdddd at Base 1.8.0
+ _ZN19OGRSpatialReference8SetHOMACEddddddd at Base 1.10.0
+ _ZN19OGRSpatialReference9ReferenceEv at Base 1.8.0
+ _ZN19OGRSpatialReference9SetEckertEiddd at Base 1.8.0
+ _ZN19OGRSpatialReference9SetGeocCSEPKc at Base 1.9.0
+ _ZN19OGRSpatialReference9SetGeogCSEPKcS1_S1_ddS1_dS1_d at Base 1.8.0
+ _ZN19OGRSpatialReference9SetKrovakEddddddd at Base 1.8.0
+ _ZN19OGRSpatialReference9SetLCC1SPEddddd at Base 1.8.0
+ _ZN19OGRSpatialReference9SetProjCSEPKc at Base 1.8.0
+ _ZN19OGRSpatialReference9SetVertCSEPKcS1_i at Base 1.9.0
+ _ZN19OGRSpatialReference9SetWagnerEiddd at Base 1.8.0
+ _ZN19OGRSpatialReferenceC1EOS_ at Base 3.6.0
+ _ZN19OGRSpatialReferenceC1EPKc at Base 1.8.0
+ _ZN19OGRSpatialReferenceC1ERKS_ at Base 1.8.0
+ _ZN19OGRSpatialReferenceC2EOS_ at Base 3.6.0
+ _ZN19OGRSpatialReferenceC2EPKc at Base 1.8.0
+ _ZN19OGRSpatialReferenceC2ERKS_ at Base 1.8.0
+ _ZN19OGRSpatialReferenceD0Ev at Base 1.8.0
+ _ZN19OGRSpatialReferenceD1Ev at Base 1.8.0
+ _ZN19OGRSpatialReferenceD2Ev at Base 1.8.0
+ _ZN19OGRSpatialReferenceaSEOS_ at Base 3.6.0
+ _ZN19OGRSpatialReferenceaSERKS_ at Base 1.8.0
+ _ZN19VRTWarpedRasterBand10IReadBlockEiiPv at Base 1.8.0
+ _ZN19VRTWarpedRasterBand11GetOverviewEi at Base 1.8.0
+ _ZN19VRTWarpedRasterBand11IWriteBlockEiiPv at Base 1.8.0
+ _ZN19VRTWarpedRasterBand14SerializeToXMLEPKc at Base 1.8.0
+ _ZN19VRTWarpedRasterBand16GetOverviewCountEv at Base 1.8.0
+ _ZN19VRTWarpedRasterBandC1EP11GDALDataseti12GDALDataType at Base 1.8.0
+ _ZN19VRTWarpedRasterBandC2EP11GDALDataseti12GDALDataType at Base 1.8.0
+ _ZN19VRTWarpedRasterBandD0Ev at Base 1.8.0
+ _ZN19VRTWarpedRasterBandD1Ev at Base 1.8.0
+ _ZN19VRTWarpedRasterBandD2Ev at Base 1.8.0
+ _ZN20GDALAllValidMaskBand10IReadBlockEiiPv at Base 1.8.0
+ _ZN20GDALAllValidMaskBand11GetMaskBandEv at Base 1.8.0
+ _ZN20GDALAllValidMaskBand12GetMaskFlagsEv at Base 1.8.0
+ _ZN20GDALAllValidMaskBand17ComputeStatisticsEiPdS0_S0_S0_PFidPKcPvES3_ at Base 2.4.0
+ _ZN20GDALAllValidMaskBandC1EP14GDALRasterBand at Base 1.8.0
+ _ZN20GDALAllValidMaskBandC2EP14GDALRasterBand at Base 1.8.0
+ _ZN20GDALAllValidMaskBandD0Ev at Base 1.8.0
+ _ZN20GDALAllValidMaskBandD1Ev at Base 1.8.0
+ _ZN20GDALAllValidMaskBandD2Ev at Base 1.8.0
+ _ZN20GDALAttributeNumericC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_RKSt6vectorIjSaIjEE at Base 3.1.0
+ _ZN20GDALAttributeNumericC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_d at Base 3.1.0
+ _ZN20GDALAttributeNumericC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_i at Base 3.1.0
+ _ZN20GDALAttributeNumericC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_RKSt6vectorIjSaIjEE at Base 3.1.0
+ _ZN20GDALAttributeNumericC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_d at Base 3.1.0
+ _ZN20GDALAttributeNumericC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_i at Base 3.1.0
+ _ZN20GDALAttributeNumericD0Ev at Base 3.1.0
+ _ZN20GDALAttributeNumericD1Ev at Base 3.1.0
+ _ZN20GDALDefaultOverviews10InitializeEP11GDALDatasetPKcPPci at Base 1.8.0
+ _ZN20GDALDefaultOverviews11GetMaskBandEi at Base 1.8.0
+ _ZN20GDALDefaultOverviews11GetOverviewEii at Base 1.8.0
+ _ZN20GDALDefaultOverviews12GetMaskFlagsEi at Base 1.8.0
+ _ZN20GDALDefaultOverviews12HaveMaskFileEPPcPKc at Base 1.8.0
+ _ZN20GDALDefaultOverviews12OverviewScanEv at Base 1.8.0
+ _ZN20GDALDefaultOverviews13IsInitializedEv at Base 1.8.0
+ _ZN20GDALDefaultOverviews14BuildOverviewsEPKcS1_iPKiiS3_PFidS1_PvES4_PKS1_ at Base 3.6.0
+ _ZN20GDALDefaultOverviews14CleanOverviewsEv at Base 1.8.0
+ _ZN20GDALDefaultOverviews14CreateMaskBandEii at Base 1.8.0
+ _ZN20GDALDefaultOverviews16GetOverviewCountEi at Base 1.8.0
+ _ZN20GDALDefaultOverviews20TransferSiblingFilesEPPc at Base 2.1.0
+ _ZN20GDALDefaultOverviews22CloseDependentDatasetsEv at Base 1.9.0
+ _ZN20GDALDefaultOverviews24BuildOverviewsSubDatasetEPKcS1_iPKiiS3_PFidS1_PvES4_PKS1_ at Base 3.6.0
+ _ZN20GDALDefaultOverviewsC1Ev at Base 1.8.0
+ _ZN20GDALDefaultOverviewsC2Ev at Base 1.8.0
+ _ZN20GDALDefaultOverviewsD1Ev at Base 1.8.0
+ _ZN20GDALDefaultOverviewsD2Ev at Base 1.8.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN20GDALExtendedDataType10CopyValuesEPKvRKS_iPvS3_ij at Base 3.7.2
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN20GDALExtendedDataType10CopyValuesEPKvRKS_xPvS3_xm at Base 3.8.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN20GDALExtendedDataType12CreateStringEj27GDALExtendedDataTypeSubType at Base 3.7.2
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN20GDALExtendedDataType12CreateStringEm27GDALExtendedDataTypeSubType at Base 3.8.0
+ _ZN20GDALExtendedDataType6CreateE12GDALDataType at Base 3.1.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN20GDALExtendedDataType6CreateERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEjOSt6vectorISt10unique_ptrI16GDALEDTComponentSt14default_deleteISA_EESaISD_EE at Base 3.7.2
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN20GDALExtendedDataType6CreateERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEmOSt6vectorISt10unique_ptrI16GDALEDTComponentSt14default_deleteISA_EESaISD_EE at Base 3.8.0
+ _ZN20GDALExtendedDataType9CopyValueEPKvRKS_PvS3_ at Base 3.1.0
+ _ZN20GDALExtendedDataTypeC1E12GDALDataType at Base 3.1.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN20GDALExtendedDataTypeC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEjOSt6vectorISt10unique_ptrI16GDALEDTComponentSt14default_deleteISA_EESaISD_EE at Base 3.7.2
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN20GDALExtendedDataTypeC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEmOSt6vectorISt10unique_ptrI16GDALEDTComponentSt14default_deleteISA_EESaISD_EE at Base 3.8.0
+ _ZN20GDALExtendedDataTypeC1ERKS_ at Base 3.1.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN20GDALExtendedDataTypeC1Ej27GDALExtendedDataTypeSubType at Base 3.7.2
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN20GDALExtendedDataTypeC1Em27GDALExtendedDataTypeSubType at Base 3.8.0
+ _ZN20GDALExtendedDataTypeC2E12GDALDataType at Base 3.1.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN20GDALExtendedDataTypeC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEjOSt6vectorISt10unique_ptrI16GDALEDTComponentSt14default_deleteISA_EESaISD_EE at Base 3.7.2
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN20GDALExtendedDataTypeC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEmOSt6vectorISt10unique_ptrI16GDALEDTComponentSt14default_deleteISA_EESaISD_EE at Base 3.8.0
+ _ZN20GDALExtendedDataTypeC2ERKS_ at Base 3.1.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN20GDALExtendedDataTypeC2Ej27GDALExtendedDataTypeSubType at Base 3.7.2
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN20GDALExtendedDataTypeC2Em27GDALExtendedDataTypeSubType at Base 3.8.0
+ _ZN20GDALExtendedDataTypeD1Ev at Base 3.1.0
+ _ZN20GDALExtendedDataTypeD2Ev at Base 3.1.0
+ _ZN20GDALExtendedDataTypeaSEOS_ at Base 3.1.0
+ _ZN20GDALExtendedDataTypeaSERKS_ at Base 3.8.0
+ _ZN20GDALGeorefPamDataset10TryLoadXMLEPPc at Base 2.2.0
+ _ZN20GDALGeorefPamDataset11GetGCPCountEv at Base 1.11.0
+ _ZN20GDALGeorefPamDataset11GetMetadataEPKc at Base 2.2.0
+ _ZN20GDALGeorefPamDataset11SetMetadataEPPcPKc at Base 2.2.0
+ _ZN20GDALGeorefPamDataset15GetGeoTransformEPd at Base 1.11.0
+ _ZN20GDALGeorefPamDataset15GetMetadataItemEPKcS1_ at Base 2.2.0
+ _ZN20GDALGeorefPamDataset15SetMetadataItemEPKcS1_S1_ at Base 2.2.0
+ _ZN20GDALGeorefPamDataset7GetGCPsEv at Base 1.11.0
+ _ZN20GDALGeorefPamDatasetC1Ev at Base 1.11.0
+ _ZN20GDALGeorefPamDatasetC2Ev at Base 1.11.0
+ _ZN20GDALGeorefPamDatasetD0Ev at Base 1.11.0
+ _ZN20GDALGeorefPamDatasetD1Ev at Base 1.11.0
+ _ZN20GDALGeorefPamDatasetD2Ev at Base 1.11.0
+ _ZN20GDALMDReaderPleiades12LoadMetadataEv at Base 3.4.0
+ _ZN20GDALMDReaderPleiades14LoadRPCXmlFileEv at Base 3.4.0
+ _ZN20GDALMDReaderPleiades18CreateReaderForRPCEPKc at Base 3.4.0
+ _ZN20GDALMDReaderPleiadesC1EPKcPPc at Base 3.4.0
+ _ZN20GDALMDReaderPleiadesC1Ev at Base 3.4.0
+ _ZN20GDALMDReaderPleiadesC2EPKcPPc at Base 3.4.0
+ _ZN20GDALMDReaderPleiadesC2Ev at Base 3.4.0
+ _ZN20GDALMDReaderPleiadesD0Ev at Base 3.4.0
+ _ZN20GDALMDReaderPleiadesD1Ev at Base 3.4.0
+ _ZN20GDALMDReaderPleiadesD2Ev at Base 3.4.0
+ _ZN20GDALProxyPoolDataset10AddSrcBandEi12GDALDataTypeii at Base 2.4.0
+ _ZN20GDALProxyPoolDataset10FlushCacheEb at Base 3.4.0
+ _ZN20GDALProxyPoolDataset11GetMetadataEPKc at Base 1.8.0
+ _ZN20GDALProxyPoolDataset13SetSpatialRefEPK19OGRSpatialReference at Base 3.0.0
+ _ZN20GDALProxyPoolDataset14SetOpenOptionsEPKPKc at Base 3.4.0
+ _ZN20GDALProxyPoolDataset15GetGeoTransformEPd at Base 1.8.0
+ _ZN20GDALProxyPoolDataset15GetMetadataItemEPKcS1_ at Base 1.8.0
+ _ZN20GDALProxyPoolDataset15SetGeoTransformEPd at Base 1.8.0
+ _ZN20GDALProxyPoolDataset17GetInternalHandleEPKc at Base 1.8.0
+ _ZN20GDALProxyPoolDataset21AddSrcBandDescriptionE12GDALDataTypeii at Base 1.8.0
+ _ZN20GDALProxyPoolDataset6CreateEPKcPKS1_10GDALAccessiS1_ at Base 3.4.0
+ _ZN20GDALProxyPoolDataset7GetGCPsEv at Base 1.8.0
+ _ZN20GDALProxyPoolDatasetC1EPKc10GDALAccessiS1_ at Base 3.4.0
+ _ZN20GDALProxyPoolDatasetC1EPKcii10GDALAccessiS1_PdS1_ at Base 2.3.0
+ _ZN20GDALProxyPoolDatasetC2EPKc10GDALAccessiS1_ at Base 3.4.0
+ _ZN20GDALProxyPoolDatasetC2EPKcii10GDALAccessiS1_PdS1_ at Base 2.3.0
+ _ZN20GDALProxyPoolDatasetD0Ev at Base 1.8.0
+ _ZN20GDALProxyPoolDatasetD1Ev at Base 1.8.0
+ _ZN20GDALProxyPoolDatasetD2Ev at Base 1.8.0
+ _ZN20OGRMutexedDataSource10ExecuteSQLEPKcP11OGRGeometryS1_ at Base 1.11.0
+ _ZN20OGRMutexedDataSource10FlushCacheEb at Base 3.4.0
+ _ZN20OGRMutexedDataSource11DeleteLayerEi at Base 1.11.0
+ _ZN20OGRMutexedDataSource11GetMetadataEPKc at Base 2.0.1
+ _ZN20OGRMutexedDataSource11SetMetadataEPPcPKc at Base 2.0.1
+ _ZN20OGRMutexedDataSource12ICreateLayerEPKcPK19OGRSpatialReference18OGRwkbGeometryTypePPc at Base 3.8.0
+ _ZN20OGRMutexedDataSource13GetLayerCountEv at Base 1.11.0
+ _ZN20OGRMutexedDataSource13GetStyleTableEv at Base 1.11.0
+ _ZN20OGRMutexedDataSource13SetStyleTableEP13OGRStyleTable at Base 1.11.0
+ _ZN20OGRMutexedDataSource14AddFieldDomainEOSt10unique_ptrI14OGRFieldDomainSt14default_deleteIS1_EERNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.3.0
+ _ZN20OGRMutexedDataSource14GetLayerByNameEPKc at Base 1.11.0
+ _ZN20OGRMutexedDataSource14TestCapabilityEPKc at Base 1.11.0
+ _ZN20OGRMutexedDataSource15GetMetadataItemEPKcS1_ at Base 2.0.1
+ _ZN20OGRMutexedDataSource15SetMetadataItemEPKcS1_S1_ at Base 2.0.1
+ _ZN20OGRMutexedDataSource16ReleaseResultSetEP8OGRLayer at Base 1.11.0
+ _ZN20OGRMutexedDataSource16StartTransactionEi at Base 2.0.1
+ _ZN20OGRMutexedDataSource17CommitTransactionEv at Base 2.0.1
+ _ZN20OGRMutexedDataSource17DeleteFieldDomainERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERS5_ at Base 3.5.0
+ _ZN20OGRMutexedDataSource17UpdateFieldDomainEOSt10unique_ptrI14OGRFieldDomainSt14default_deleteIS1_EERNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.5.0
+ _ZN20OGRMutexedDataSource19RollbackTransactionEv at Base 2.0.1
+ _ZN20OGRMutexedDataSource20WrapLayerIfNecessaryEP8OGRLayer at Base 2.0.1
+ _ZN20OGRMutexedDataSource21SetStyleTableDirectlyEP13OGRStyleTable at Base 1.11.0
+ _ZN20OGRMutexedDataSource7GetNameEv at Base 1.11.0
+ _ZN20OGRMutexedDataSource8GetLayerEi at Base 1.11.0
+ _ZN20OGRMutexedDataSource9CopyLayerEP8OGRLayerPKcPPc at Base 1.11.0
+ _ZN20OGRMutexedDataSourceC1EP13OGRDataSourceiPvi at Base 2.0.1
+ _ZN20OGRMutexedDataSourceC2EP13OGRDataSourceiPvi at Base 2.0.1
+ _ZN20OGRMutexedDataSourceD0Ev at Base 1.11.0
+ _ZN20OGRMutexedDataSourceD1Ev at Base 1.11.0
+ _ZN20OGRMutexedDataSourceD2Ev at Base 1.11.0
+ _ZN20OGRPolyhedralSurface11addGeometryEPK11OGRGeometry at Base 2.2.0
+ _ZN20OGRPolyhedralSurface11addGeometryESt10unique_ptrI11OGRGeometrySt14default_deleteIS1_EE at Base 3.8.0
+ _ZN20OGRPolyhedralSurface11flattenTo2DEv at Base 2.2.0
+ _ZN20OGRPolyhedralSurface11setMeasuredEi at Base 2.2.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN20OGRPolyhedralSurface13importFromWkbEPKhj13OGRwkbVariantRj at Base 3.7.2
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN20OGRPolyhedralSurface13importFromWkbEPKhm13OGRwkbVariantRm at Base 3.8.0
+ _ZN20OGRPolyhedralSurface13importFromWktEPPKc at Base 2.3.0
+ _ZN20OGRPolyhedralSurface14getGeometryRefEi at Base 2.2.0
+ _ZN20OGRPolyhedralSurface14removeGeometryEii at Base 2.2.0
+ _ZN20OGRPolyhedralSurface18CastToMultiPolygonEPS_ at Base 2.2.0
+ _ZN20OGRPolyhedralSurface19addGeometryDirectlyEP11OGRGeometry at Base 2.2.0
+ _ZN20OGRPolyhedralSurface22CastToMultiPolygonImplEPS_ at Base 2.2.0
+ _ZN20OGRPolyhedralSurface22assignSpatialReferenceEPK19OGRSpatialReference at Base 3.7.0
+ _ZN20OGRPolyhedralSurface22setCoordinateDimensionEi at Base 2.2.0
+ _ZN20OGRPolyhedralSurface5emptyEv at Base 2.2.0
+ _ZN20OGRPolyhedralSurface5set3DEi at Base 2.2.0
+ _ZN20OGRPolyhedralSurface6acceptEP19IOGRGeometryVisitor at Base 2.3.0
+ _ZN20OGRPolyhedralSurface6swapXYEv at Base 2.2.0
+ _ZN20OGRPolyhedralSurface9transformEP27OGRCoordinateTransformation at Base 2.2.0
+ _ZN20OGRPolyhedralSurfaceC1ERKS_ at Base 2.2.0
+ _ZN20OGRPolyhedralSurfaceC1Ev at Base 2.2.0
+ _ZN20OGRPolyhedralSurfaceC2ERKS_ at Base 2.2.0
+ _ZN20OGRPolyhedralSurfaceC2Ev at Base 2.2.0
+ _ZN20OGRPolyhedralSurfaceD0Ev at Base 2.2.0
+ _ZN20OGRPolyhedralSurfaceD1Ev at Base 2.2.0
+ _ZN20OGRPolyhedralSurfaceD2Ev at Base 2.2.0
+ _ZN20OGRPolyhedralSurfaceaSERKS_ at Base 2.2.0
+ _ZN20OGRSFDriverRegistrar12GetRegistrarEv at Base 1.8.0
+ _ZN20OGRSFDriverRegistrar14GetDriverCountEv at Base 1.8.0
+ _ZN20OGRSFDriverRegistrar14GetOpenDSCountEv at Base 2.0.1
+ _ZN20OGRSFDriverRegistrar14RegisterDriverEP11OGRSFDriver at Base 1.8.0
+ _ZN20OGRSFDriverRegistrar15GetDriverByNameEPKc at Base 1.8.0
+ _ZN20OGRSFDriverRegistrar16CreateVectorOnlyEP10GDALDriverPKcPPc at Base 2.0.1
+ _ZN20OGRSFDriverRegistrar16DeleteDataSourceEP10GDALDriverPKc at Base 2.0.1
+ _ZN20OGRSFDriverRegistrar17OpenWithDriverArgEP10GDALDriverP12GDALOpenInfo at Base 2.0.1
+ _ZN20OGRSFDriverRegistrar9GetDriverEi at Base 1.8.0
+ _ZN20OGRSFDriverRegistrar9GetOpenDSEi at Base 1.8.0
+ _ZN20OGRSFDriverRegistrarC1Ev at Base 1.8.0
+ _ZN20OGRSFDriverRegistrarC2Ev at Base 1.8.0
+ _ZN20OGRSFDriverRegistrarD1Ev at Base 1.8.0
+ _ZN20OGRSFDriverRegistrarD2Ev at Base 1.8.0
+ _ZN20VRTDerivedRasterBand10GetMaximumEPi at Base 2.2.0
+ _ZN20VRTDerivedRasterBand10GetMinimumEPi at Base 2.2.0
+ _ZN20VRTDerivedRasterBand12GetHistogramEddiPyiiPFidPKcPvES3_ at Base 2.2.0
+ _ZN20VRTDerivedRasterBand14SerializeToXMLEPKc at Base 1.8.0
+ _ZN20VRTDerivedRasterBand16AddPixelFunctionEPKcPF6CPLErrPPviS3_ii12GDALDataTypeS5_iiE at Base 1.8.0
+ _ZN20VRTDerivedRasterBand16AddPixelFunctionEPKcPF6CPLErrPPviS3_ii12GDALDataTypeS5_iiPKS1_ES1_ at Base 3.4.0
+ _ZN20VRTDerivedRasterBand16GetPixelFunctionEPKc at Base 1.8.0
+ _ZN20VRTDerivedRasterBand16InitializePythonEv at Base 2.2.0
+ _ZN20VRTDerivedRasterBand17ComputeStatisticsEiPdS0_S0_S0_PFidPKcPvES3_ at Base 2.2.0
+ _ZN20VRTDerivedRasterBand19ComputeRasterMinMaxEiPd at Base 2.2.0
+ _ZN20VRTDerivedRasterBand20SetPixelFunctionNameEPKc at Base 1.8.0
+ _ZN20VRTDerivedRasterBand21SetSourceTransferTypeE12GDALDataType at Base 1.8.0
+ _ZN20VRTDerivedRasterBand22IGetDataCoverageStatusEiiiiiPd at Base 2.2.0
+ _ZN20VRTDerivedRasterBand24SetPixelFunctionLanguageEPKc at Base 2.3.0
+ _ZN20VRTDerivedRasterBand25GetPixelFunctionArgumentsERK9CPLStringRSt6vectorISt4pairIS0_S0_ESaIS5_EE at Base 3.5.0
+ _ZN20VRTDerivedRasterBand7CleanupEv at Base 2.2.0
+ _ZN20VRTDerivedRasterBand7XMLInitEP10CPLXMLNodePKcRSt3mapI9CPLStringP11GDALDatasetSt4lessIS5_ESaISt4pairIKS5_S7_EEE at Base 3.4.0
+ _ZN20VRTDerivedRasterBand9IRasterIOE10GDALRWFlagiiiiPvii12GDALDataTypexxP20GDALRasterIOExtraArg at Base 2.0.1
+ _ZN20VRTDerivedRasterBandC1EP11GDALDataseti12GDALDataTypeii at Base 1.8.0
+ _ZN20VRTDerivedRasterBandC1EP11GDALDataseti at Base 1.8.0
+ _ZN20VRTDerivedRasterBandC2EP11GDALDataseti12GDALDataTypeii at Base 1.8.0
+ _ZN20VRTDerivedRasterBandC2EP11GDALDataseti at Base 1.8.0
+ _ZN20VRTDerivedRasterBandD0Ev at Base 1.8.0
+ _ZN20VRTDerivedRasterBandD1Ev at Base 1.8.0
+ _ZN20VRTDerivedRasterBandD2Ev at Base 1.8.0
+ _ZN20VRTSourcedRasterBand10FlushCacheEb at Base 3.4.0
+ _ZN20VRTSourcedRasterBand10GetMaximumEPi at Base 1.9.0
+ _ZN20VRTSourcedRasterBand10GetMinimumEPi at Base 1.9.0
+ _ZN20VRTSourcedRasterBand10IReadBlockEiiPv at Base 1.8.0
+ _ZN20VRTSourcedRasterBand11GetFileListEPPPcPiS3_P11_CPLHashSet at Base 1.8.0
+ _ZN20VRTSourcedRasterBand11GetMetadataEPKc at Base 1.8.0
+ _ZN20VRTSourcedRasterBand11SetMetadataEPPcPKc at Base 1.8.0
+ _ZN20VRTSourcedRasterBand12GetHistogramEddiPyiiPFidPKcPvES3_ at Base 2.0.1
+ _ZN20VRTSourcedRasterBand13AddFuncSourceEPF6CPLErrPviiiiS1_ES1_d at Base 1.8.0
+ _ZN20VRTSourcedRasterBand14SerializeToXMLEPKc at Base 1.8.0
+ _ZN20VRTSourcedRasterBand15AddSimpleSourceEP14GDALRasterBandddddddddPKcd at Base 2.1.0
+ _ZN20VRTSourcedRasterBand15AddSimpleSourceEPKciddddddddS1_d at Base 3.4.0
+ _ZN20VRTSourcedRasterBand15ConfigureSourceEP15VRTSimpleSourceP14GDALRasterBandidddddddd at Base 2.1.0
+ _ZN20VRTSourcedRasterBand15GetMetadataItemEPKcS1_ at Base 1.8.0
+ _ZN20VRTSourcedRasterBand15SetMetadataItemEPKcS1_S1_ at Base 1.8.0
+ _ZN20VRTSourcedRasterBand16AddComplexSourceEP14GDALRasterBanddddddddddddi at Base 2.1.0
+ _ZN20VRTSourcedRasterBand16AddComplexSourceEPKcidddddddddddi at Base 3.4.0
+ _ZN20VRTSourcedRasterBand17AddMaskBandSourceEP14GDALRasterBanddddddddd at Base 2.1.0
+ _ZN20VRTSourcedRasterBand17ComputeStatisticsEiPdS0_S0_S0_PFidPKcPvES3_ at Base 1.10.0
+ _ZN20VRTSourcedRasterBand19ComputeRasterMinMaxEiPd at Base 1.10.0
+ _ZN20VRTSourcedRasterBand19IsSourcedRasterBandEv at Base 1.9.0
+ _ZN20VRTSourcedRasterBand20RemoveCoveredSourcesEPKPKc at Base 3.4.0
+ _ZN20VRTSourcedRasterBand21GetMetadataDomainListEv at Base 1.11.0
+ _ZN20VRTSourcedRasterBand22CloseDependentDatasetsEv at Base 1.9.0
+ _ZN20VRTSourcedRasterBand22IGetDataCoverageStatusEiiiiiPd at Base 2.2.0
+ _ZN20VRTSourcedRasterBand24SkipBufferInitializationEv at Base 3.4.0
+ _ZN20VRTSourcedRasterBand34CanUseSourcesMinMaxImplementationsEv at Base 1.11.1
+ _ZN20VRTSourcedRasterBand7XMLInitEP10CPLXMLNodePKcRSt3mapI9CPLStringP11GDALDatasetSt4lessIS5_ESaISt4pairIKS5_S7_EEE at Base 3.4.0
+ _ZN20VRTSourcedRasterBand9AddSourceEP9VRTSource at Base 1.8.0
+ _ZN20VRTSourcedRasterBand9IRasterIOE10GDALRWFlagiiiiPvii12GDALDataTypexxP20GDALRasterIOExtraArg at Base 2.0.1
+ _ZN20VRTSourcedRasterBandC1E12GDALDataTypeii at Base 1.8.0
+ _ZN20VRTSourcedRasterBandC1EP11GDALDataseti12GDALDataTypeii at Base 1.8.0
+ _ZN20VRTSourcedRasterBandC1EP11GDALDataseti12GDALDataTypeiiii at Base 3.3.0
+ _ZN20VRTSourcedRasterBandC1EP11GDALDataseti at Base 1.8.0
+ _ZN20VRTSourcedRasterBandC2E12GDALDataTypeii at Base 1.8.0
+ _ZN20VRTSourcedRasterBandC2EP11GDALDataseti12GDALDataTypeii at Base 1.8.0
+ _ZN20VRTSourcedRasterBandC2EP11GDALDataseti12GDALDataTypeiiii at Base 3.3.0
+ _ZN20VRTSourcedRasterBandC2EP11GDALDataseti at Base 1.8.0
+ _ZN20VRTSourcedRasterBandD0Ev at Base 1.8.0
+ _ZN20VRTSourcedRasterBandD1Ev at Base 1.8.0
+ _ZN20VRTSourcedRasterBandD2Ev at Base 1.8.0
+ _ZN20VSIFilesystemHandler10GetOptionsEv at Base 2.3.0
+ _ZN20VSIFilesystemHandler11UnlinkBatchEPKPKc at Base 3.1.0
+ _ZN20VSIFilesystemHandler12GetActualURLEPKc at Base 2.3.0
+ _ZN20VSIFilesystemHandler12GetSignedURLEPKcPKS1_ at Base 2.3.0
+ _ZN20VSIFilesystemHandler12SiblingFilesEPKc at Base 3.2.0
+ _ZN20VSIFilesystemHandler12SupportsReadEPKc at Base 3.6.0
+ _ZN20VSIFilesystemHandler14RmdirRecursiveEPKc at Base 3.1.0
+ _ZN20VSIFilesystemHandler15GetFileMetadataEPKcS1_PKS1_ at Base 3.1.0
+ _ZN20VSIFilesystemHandler15IsCaseSensitiveEPKc at Base 1.8.0
+ _ZN20VSIFilesystemHandler15SetFileMetadataEPKcPKS1_S1_S3_ at Base 3.1.0
+ _ZN20VSIFilesystemHandler16GetDiskFreeSpaceEPKc at Base 2.1.0
+ _ZN20VSIFilesystemHandler19AbortPendingUploadsEPKc at Base 3.4.0
+ _ZN20VSIFilesystemHandler19SupportsRandomWriteEPKcb at Base 3.6.0
+ _ZN20VSIFilesystemHandler19SupportsSparseFilesEPKc at Base 2.2.0
+ _ZN20VSIFilesystemHandler23SupportsSequentialWriteEPKcb at Base 3.6.0
+ _ZN20VSIFilesystemHandler26HasOptimizedReadMultiRangeEPKc at Base 2.3.0
+ _ZN20VSIFilesystemHandler4OpenEPKcS1_ at Base 2.1.0
+ _ZN20VSIFilesystemHandler4SyncEPKcS1_PKS1_PFidS1_PvES4_PPPc at Base 2.4.0
+ _ZN20VSIFilesystemHandler5MkdirEPKcl at Base 1.8.0
+ _ZN20VSIFilesystemHandler5RmdirEPKc at Base 1.8.0
+ _ZN20VSIFilesystemHandler6RenameEPKcS1_ at Base 1.8.0
+ _ZN20VSIFilesystemHandler6UnlinkEPKc at Base 1.8.0
+ _ZN20VSIFilesystemHandler7IsLocalEPKc at Base 3.6.0
+ _ZN20VSIFilesystemHandler7OpenDirEPKciPKS1_ at Base 2.4.0
+ _ZN20VSIFilesystemHandler8CopyFileEPKcS1_P16VSIVirtualHandleyPKS1_PFidS1_PvES6_ at Base 3.7.0
+ _ZN20VSIFilesystemHandler9DuplicateEPKc at Base 3.7.0
+ _ZN20VSIFilesystemHandler9ReadDirExEPKci at Base 2.1.0
+ _ZN21CPLConfigOptionSetterC1EPKcS1_b at Base 2.3.0
+ _ZN21CPLConfigOptionSetterC2EPKcS1_b at Base 2.3.0
+ _ZN21CPLConfigOptionSetterD1Ev at Base 2.3.0
+ _ZN21CPLConfigOptionSetterD2Ev at Base 2.3.0
+ _ZN21OGRGeometryCollection10closeRingsEv at Base 1.8.0
+ _ZN21OGRGeometryCollection10segmentizeEd at Base 1.8.0
+ _ZN21OGRGeometryCollection11addGeometryEPK11OGRGeometry at Base 1.8.0
+ _ZN21OGRGeometryCollection11addGeometryESt10unique_ptrI11OGRGeometrySt14default_deleteIS1_EE at Base 3.8.0
+ _ZN21OGRGeometryCollection11flattenTo2DEv at Base 1.8.0
+ _ZN21OGRGeometryCollection11setMeasuredEi at Base 2.1.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN21OGRGeometryCollection13importFromWkbEPKhj13OGRwkbVariantRj at Base 3.7.2
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN21OGRGeometryCollection13importFromWkbEPKhm13OGRwkbVariantRm at Base 3.8.0
+ _ZN21OGRGeometryCollection13importFromWktEPPKc at Base 2.3.0
+ _ZN21OGRGeometryCollection14getGeometryRefEi at Base 1.8.0
+ _ZN21OGRGeometryCollection14removeGeometryEii at Base 1.8.0
+ _ZN21OGRGeometryCollection19addGeometryDirectlyEP11OGRGeometry at Base 1.8.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN21OGRGeometryCollection21importFromWkbInternalEPKhji13OGRwkbVariantRj at Base 3.7.2
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN21OGRGeometryCollection21importFromWkbInternalEPKhmi13OGRwkbVariantRm at Base 3.8.0
+ _ZN21OGRGeometryCollection21importFromWktInternalEPPKci at Base 2.3.0
+ _ZN21OGRGeometryCollection22assignSpatialReferenceEPK19OGRSpatialReference at Base 3.7.0
+ _ZN21OGRGeometryCollection22setCoordinateDimensionEi at Base 1.8.0
+ _ZN21OGRGeometryCollection24CastToGeometryCollectionEPS_ at Base 2.2.0
+ _ZN21OGRGeometryCollection25TransferMembersAndDestroyEPS_S0_ at Base 2.0.1
+ _ZN21OGRGeometryCollection5emptyEv at Base 1.8.0
+ _ZN21OGRGeometryCollection5set3DEi at Base 2.1.0
+ _ZN21OGRGeometryCollection6acceptEP19IOGRGeometryVisitor at Base 2.3.0
+ _ZN21OGRGeometryCollection6swapXYEv at Base 1.8.0
+ _ZN21OGRGeometryCollection9transformEP27OGRCoordinateTransformation at Base 1.8.0
+ _ZN21OGRGeometryCollectionC1ERKS_ at Base 2.1.0
+ _ZN21OGRGeometryCollectionC1Ev at Base 1.8.0
+ _ZN21OGRGeometryCollectionC2ERKS_ at Base 2.1.0
+ _ZN21OGRGeometryCollectionC2Ev at Base 1.8.0
+ _ZN21OGRGeometryCollectionD0Ev at Base 1.8.0
+ _ZN21OGRGeometryCollectionD1Ev at Base 1.8.0
+ _ZN21OGRGeometryCollectionD2Ev at Base 1.8.0
+ _ZN21OGRGeometryCollectionaSERKS_ at Base 2.1.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k powerpc sh4)_ZN21OGRWKTToWKBTranslator12TranslateWKTEPvjb at Base 3.8.0
+ (arch=amd64 arm64 ia64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN21OGRWKTToWKBTranslator12TranslateWKTEPvmb at Base 3.8.3
+ _ZN21OGRWKTToWKBTranslatorC1ER15OGRAppendBuffer at Base 3.8.0
+ _ZN21OGRWKTToWKBTranslatorC2ER15OGRAppendBuffer at Base 3.8.0
+ _ZN22CPLJSonStreamingParser10StartArrayEv at Base 2.3.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN22CPLJSonStreamingParser11AdvanceCharERPKcRj at Base 3.7.2
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN22CPLJSonStreamingParser11AdvanceCharERPKcRm at Base 3.8.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN22CPLJSonStreamingParser11SetMaxDepthEj at Base 3.7.2
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN22CPLJSonStreamingParser11SetMaxDepthEm at Base 3.8.0
+ _ZN22CPLJSonStreamingParser11StartObjectEv at Base 2.3.0
+ _ZN22CPLJSonStreamingParser13DecodeUnicodeEv at Base 2.3.0
+ _ZN22CPLJSonStreamingParser13EmitExceptionEPKc at Base 2.3.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN22CPLJSonStreamingParser13StartNewTokenERPKcRj at Base 3.7.2
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN22CPLJSonStreamingParser13StartNewTokenERPKcRm at Base 3.8.0
+ _ZN22CPLJSonStreamingParser15CheckStackEmptyEv at Base 2.3.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN22CPLJSonStreamingParser16SetMaxStringSizeEj at Base 3.7.2
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN22CPLJSonStreamingParser16SetMaxStringSizeEm at Base 3.8.0
+ _ZN22CPLJSonStreamingParser16StartArrayMemberEv at Base 2.3.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN22CPLJSonStreamingParser17StartObjectMemberEPKcj at Base 3.7.2
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN22CPLJSonStreamingParser17StartObjectMemberEPKcm at Base 3.8.0
+ _ZN22CPLJSonStreamingParser18EmitUnexpectedCharEcPKc at Base 2.4.0
+ _ZN22CPLJSonStreamingParser19GetSerializedStringB5cxx11EPKc at Base 2.3.0
+ _ZN22CPLJSonStreamingParser27CheckAndEmitTrueFalseOrNullEc at Base 2.3.0
+ _ZN22CPLJSonStreamingParser4NullEv at Base 2.3.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN22CPLJSonStreamingParser5ParseEPKcjb at Base 3.7.2
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN22CPLJSonStreamingParser5ParseEPKcmb at Base 3.8.0
+ _ZN22CPLJSonStreamingParser5ResetEv at Base 2.3.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN22CPLJSonStreamingParser6NumberEPKcj at Base 3.7.2
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN22CPLJSonStreamingParser6NumberEPKcm at Base 3.8.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN22CPLJSonStreamingParser6StringEPKcj at Base 3.7.2
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN22CPLJSonStreamingParser6StringEPKcm at Base 3.8.0
+ _ZN22CPLJSonStreamingParser7BooleanEb at Base 2.3.0
+ _ZN22CPLJSonStreamingParser8EndArrayEv at Base 2.3.0
+ _ZN22CPLJSonStreamingParser9EndObjectEv at Base 2.3.0
+ _ZN22CPLJSonStreamingParser9ExceptionEPKc at Base 2.3.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN22CPLJSonStreamingParser9SkipSpaceERPKcRj at Base 3.7.2
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN22CPLJSonStreamingParser9SkipSpaceERPKcRm at Base 3.8.0
+ _ZN22CPLJSonStreamingParserC1Ev at Base 2.3.0
+ _ZN22CPLJSonStreamingParserC2Ev at Base 2.3.0
+ _ZN22CPLJSonStreamingParserD0Ev at Base 2.3.0
+ _ZN22CPLJSonStreamingParserD1Ev at Base 2.3.0
+ _ZN22CPLJSonStreamingParserD2Ev at Base 2.3.0
+ _ZN22CPLJSonStreamingWriter10StartArrayEv at Base 3.1.0
+ (arch=!sh4)_ZN22CPLJSonStreamingWriter12ArrayContextD1Ev at Base 3.7.2
+ (arch=!sh4)_ZN22CPLJSonStreamingWriter12ArrayContextD2Ev at Base 3.7.2
+ _ZN22CPLJSonStreamingWriter12FormatStringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.1.0
+ _ZN22CPLJSonStreamingWriter17EmitCommaIfNeededEv at Base 3.1.0
+ _ZN22CPLJSonStreamingWriter18SetIndentationSizeEi at Base 3.1.0
+ _ZN22CPLJSonStreamingWriter3AddEPKc at Base 3.1.0
+ _ZN22CPLJSonStreamingWriter3AddERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.1.0
+ _ZN22CPLJSonStreamingWriter3AddEb at Base 3.1.0
+ _ZN22CPLJSonStreamingWriter3AddEdi at Base 3.1.0
+ _ZN22CPLJSonStreamingWriter3AddEfi at Base 3.1.0
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN22CPLJSonStreamingWriter3AddEl at Base 3.8.0
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN22CPLJSonStreamingWriter3AddEm at Base 3.8.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN22CPLJSonStreamingWriter3AddEx at Base 3.7.2
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN22CPLJSonStreamingWriter3AddEy at Base 3.7.2
+ _ZN22CPLJSonStreamingWriter5PrintERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.1.0
+ _ZN22CPLJSonStreamingWriter6EndObjEv at Base 3.1.0
+ _ZN22CPLJSonStreamingWriter7AddNullEv at Base 3.1.0
+ _ZN22CPLJSonStreamingWriter8EndArrayEv at Base 3.1.0
+ _ZN22CPLJSonStreamingWriter8StartObjEv at Base 3.1.0
+ _ZN22CPLJSonStreamingWriter9AddObjKeyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.1.0
+ _ZN22CPLJSonStreamingWriter9DecIndentEv at Base 3.1.0
+ _ZN22CPLJSonStreamingWriter9IncIndentEv at Base 3.1.0
+ _ZN22CPLJSonStreamingWriterC1EPFvPKcPvES2_ at Base 3.1.0
+ _ZN22CPLJSonStreamingWriterC2EPFvPKcPvES2_ at Base 3.1.0
+ _ZN22CPLJSonStreamingWriterD1Ev at Base 3.1.0
+ _ZN22CPLJSonStreamingWriterD2Ev at Base 3.1.0
+ _ZN22CPLODBCDriverInstaller12RemoveDriverEPKci at Base 1.8.0
+ _ZN22CPLODBCDriverInstaller13InstallDriverEPKcS1_t at Base 1.8.0
+ _ZN22CPLODBCDriverInstaller13LibraryExistsEPKc at Base 3.4.0
+ _ZN22CPLODBCDriverInstaller21FindMdbToolsDriverLibER9CPLString at Base 3.4.0
+ _ZN22CPLODBCDriverInstaller21InstallMdbToolsDriverEv at Base 3.4.0
+ _ZN22CPLODBCDriverInstallerC1Ev at Base 1.8.0
+ _ZN22CPLODBCDriverInstallerC2Ev at Base 1.8.0
+ _ZN22GDALJP2AbstractDataset11GetFileListEv at Base 2.0.1
+ _ZN22GDALJP2AbstractDataset11GetMetadataEPKc at Base 3.6.0
+ _ZN22GDALJP2AbstractDataset13GetFileHandleEv at Base 3.6.0
+ _ZN22GDALJP2AbstractDataset13GetLayerCountEv at Base 2.0.1
+ _ZN22GDALJP2AbstractDataset15GetMetadataItemEPKcS1_ at Base 3.6.0
+ _ZN22GDALJP2AbstractDataset15LoadJP2MetadataEP12GDALOpenInfoPKcP16VSIVirtualHandle at Base 3.7.0
+ _ZN22GDALJP2AbstractDataset16LoadVectorLayersEi at Base 2.0.1
+ _ZN22GDALJP2AbstractDataset22CloseDependentDatasetsEv at Base 2.0.1
+ _ZN22GDALJP2AbstractDataset8GetLayerEi at Base 2.0.1
+ _ZN22GDALJP2AbstractDatasetC1Ev at Base 1.11.0
+ _ZN22GDALJP2AbstractDatasetC2Ev at Base 1.11.0
+ _ZN22GDALJP2AbstractDatasetD0Ev at Base 1.11.0
+ _ZN22GDALJP2AbstractDatasetD1Ev at Base 1.11.0
+ _ZN22GDALJP2AbstractDatasetD2Ev at Base 1.11.0
+ _ZN22OGRTriangulatedSurface11addGeometryEPK11OGRGeometry at Base 2.2.0
+ _ZN22OGRTriangulatedSurface22CastToMultiPolygonImplEP20OGRPolyhedralSurface at Base 2.2.0
+ _ZN22OGRTriangulatedSurface23CastToPolyhedralSurfaceEPS_ at Base 2.2.0
+ _ZN22OGRTriangulatedSurface6acceptEP19IOGRGeometryVisitor at Base 2.3.0
+ _ZN22OGRTriangulatedSurfaceC1ERKS_ at Base 2.2.0
+ _ZN22OGRTriangulatedSurfaceC1Ev at Base 2.2.0
+ _ZN22OGRTriangulatedSurfaceC2ERKS_ at Base 2.2.0
+ _ZN22OGRTriangulatedSurfaceC2Ev at Base 2.2.0
+ _ZN22OGRTriangulatedSurfaceD0Ev at Base 2.2.0
+ _ZN22OGRTriangulatedSurfaceD1Ev at Base 2.2.0
+ _ZN22OGRTriangulatedSurfaceD2Ev at Base 2.2.0
+ _ZN22OGRTriangulatedSurfaceaSERKS_ at Base 2.2.0
+ _ZN23GDALMultiDomainMetadata11GetMetadataEPKc at Base 1.8.0
+ _ZN23GDALMultiDomainMetadata11SetMetadataEPPcPKc at Base 1.8.0
+ _ZN23GDALMultiDomainMetadata15GetMetadataItemEPKcS1_ at Base 1.8.0
+ _ZN23GDALMultiDomainMetadata15SetMetadataItemEPKcS1_S1_ at Base 1.8.0
+ _ZN23GDALMultiDomainMetadata5ClearEv at Base 1.8.0
+ _ZN23GDALMultiDomainMetadata7XMLInitEP10CPLXMLNodei at Base 1.8.0
+ _ZN23GDALMultiDomainMetadata9SerializeEv at Base 1.8.0
+ _ZN23GDALMultiDomainMetadataC1Ev at Base 1.8.0
+ _ZN23GDALMultiDomainMetadataC2Ev at Base 1.8.0
+ _ZN23GDALMultiDomainMetadataD1Ev at Base 1.8.0
+ _ZN23GDALMultiDomainMetadataD2Ev at Base 1.8.0
+ _ZN23GDALProxyPoolRasterBand10FlushCacheEb at Base 3.4.0
+ _ZN23GDALProxyPoolRasterBand11GetMaskBandEv at Base 1.8.0
+ _ZN23GDALProxyPoolRasterBand11GetMetadataEPKc at Base 1.8.0
+ _ZN23GDALProxyPoolRasterBand11GetOverviewEi at Base 1.8.0
+ _ZN23GDALProxyPoolRasterBand11GetUnitTypeEv at Base 1.8.0
+ _ZN23GDALProxyPoolRasterBand13GetColorTableEv at Base 1.8.0
+ _ZN23GDALProxyPoolRasterBand15GetMetadataItemEPKcS1_ at Base 1.8.0
+ _ZN23GDALProxyPoolRasterBand16GetCategoryNamesEv at Base 1.8.0
+ _ZN23GDALProxyPoolRasterBand23GetRasterSampleOverviewEy at Base 2.0.1
+ _ZN23GDALProxyPoolRasterBand25AddSrcMaskBandDescriptionE12GDALDataTypeii at Base 1.8.0
+ _ZN23GDALProxyPoolRasterBand39AddSrcMaskBandDescriptionFromUnderlyingEv at Base 3.4.0
+ _ZN23GDALProxyPoolRasterBandC1EP20GDALProxyPoolDatasetP14GDALRasterBand at Base 1.8.0
+ _ZN23GDALProxyPoolRasterBandC1EP20GDALProxyPoolDataseti12GDALDataTypeii at Base 1.8.0
+ _ZN23GDALProxyPoolRasterBandC2EP20GDALProxyPoolDatasetP14GDALRasterBand at Base 1.8.0
+ _ZN23GDALProxyPoolRasterBandC2EP20GDALProxyPoolDataseti12GDALDataTypeii at Base 1.8.0
+ _ZN23GDALProxyPoolRasterBandD0Ev at Base 1.8.0
+ _ZN23GDALProxyPoolRasterBandD1Ev at Base 1.8.0
+ _ZN23GDALProxyPoolRasterBandD2Ev at Base 1.8.0
+ _ZN23GMLGeometryPropertyDefn12MergeSRSNameERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.6.0
+ _ZN23GMLGeometryPropertyDefnC1EPKcS1_iib at Base 2.1.0
+ _ZN23GMLGeometryPropertyDefnC2EPKcS1_iib at Base 2.1.0
+ _ZN23GMLGeometryPropertyDefnD1Ev at Base 1.11.0
+ _ZN23GMLGeometryPropertyDefnD2Ev at Base 1.11.0
+ _ZN23OGRAbstractProxiedLayerC1EP12OGRLayerPool at Base 3.4.0
+ _ZN23OGRAbstractProxiedLayerC2EP12OGRLayerPool at Base 3.4.0
+ _ZN23OGRAbstractProxiedLayerD0Ev at Base 3.4.0
+ _ZN23OGRAbstractProxiedLayerD1Ev at Base 3.4.0
+ _ZN23OGRAbstractProxiedLayerD2Ev at Base 3.4.0
+ _ZN24GDALNoDataValuesMaskBand10IReadBlockEiiPv at Base 1.8.0
+ _ZN24GDALNoDataValuesMaskBandC1EP11GDALDataset at Base 1.8.0
+ _ZN24GDALNoDataValuesMaskBandC2EP11GDALDataset at Base 1.8.0
+ _ZN24GDALNoDataValuesMaskBandD0Ev at Base 1.8.0
+ _ZN24GDALNoDataValuesMaskBandD1Ev at Base 1.8.0
+ _ZN24GDALNoDataValuesMaskBandD2Ev at Base 1.8.0
+ _ZN24GDALRasterAttributeTable11SetRowCountEi at Base 1.8.0
+ _ZN24GDALRasterAttributeTable12CreateColumnEPKc16GDALRATFieldType17GDALRATFieldUsage at Base 1.8.0
+ _ZN24GDALRasterAttributeTable12DumpReadableEP8_IO_FILE at Base 1.8.0
+ _ZN24GDALRasterAttributeTable16SetLinearBinningEdd at Base 1.8.0
+ _ZN24GDALRasterAttributeTable21TranslateToColorTableEi at Base 1.8.0
+ _ZN24GDALRasterAttributeTable24InitializeFromColorTableEPK14GDALColorTable at Base 1.8.0
+ _ZN24GDALRasterAttributeTable7XMLInitEP10CPLXMLNodePKc at Base 1.8.0
+ _ZN24GDALRasterAttributeTable8ValuesIOE10GDALRWFlagiiiPPc at Base 1.11.0
+ _ZN24GDALRasterAttributeTable8ValuesIOE10GDALRWFlagiiiPd at Base 1.11.0
+ _ZN24GDALRasterAttributeTable8ValuesIOE10GDALRWFlagiiiPi at Base 1.11.0
+ _ZN24GDALRasterAttributeTableD0Ev at Base 1.8.0
+ _ZN24GDALRasterAttributeTableD1Ev at Base 1.8.0
+ _ZN24GDALRasterAttributeTableD2Ev at Base 1.8.0
+ _ZN24IOGRTransactionBehaviourD0Ev at Base 2.0.1
+ _ZN24IOGRTransactionBehaviourD1Ev at Base 2.0.1
+ _ZN24IOGRTransactionBehaviourD2Ev at Base 2.0.1
+ _ZN25OGRDefaultGeometryVisitor5visitEP10OGRPolygon at Base 2.3.0
+ _ZN25OGRDefaultGeometryVisitor5visitEP11OGRTriangle at Base 2.3.0
+ _ZN25OGRDefaultGeometryVisitor5visitEP13OGRLineString at Base 2.3.0
+ _ZN25OGRDefaultGeometryVisitor5visitEP13OGRLinearRing at Base 2.3.0
+ _ZN25OGRDefaultGeometryVisitor5visitEP13OGRMultiCurve at Base 2.3.0
+ _ZN25OGRDefaultGeometryVisitor5visitEP13OGRMultiPoint at Base 2.3.0
+ _ZN25OGRDefaultGeometryVisitor5visitEP15OGRCurvePolygon at Base 2.3.0
+ _ZN25OGRDefaultGeometryVisitor5visitEP15OGRMultiPolygon at Base 2.3.0
+ _ZN25OGRDefaultGeometryVisitor5visitEP15OGRMultiSurface at Base 2.3.0
+ _ZN25OGRDefaultGeometryVisitor5visitEP16OGRCompoundCurve at Base 2.3.0
+ _ZN25OGRDefaultGeometryVisitor5visitEP17OGRCircularString at Base 2.3.0
+ _ZN25OGRDefaultGeometryVisitor5visitEP18OGRMultiLineString at Base 2.3.0
+ _ZN25OGRDefaultGeometryVisitor5visitEP20OGRPolyhedralSurface at Base 2.3.0
+ _ZN25OGRDefaultGeometryVisitor5visitEP21OGRGeometryCollection at Base 2.3.0
+ _ZN25OGRDefaultGeometryVisitor5visitEP22OGRTriangulatedSurface at Base 2.3.0
+ _ZN25OGRDefaultGeometryVisitor5visitEP8OGRPoint at Base 2.3.0
+ _ZN25OGRDefaultGeometryVisitor6_visitEP14OGRSimpleCurve at Base 2.3.0
+ _ZN25OGRDefaultGeometryVisitorD0Ev at Base 2.3.0
+ _ZN25OGRDefaultGeometryVisitorD1Ev at Base 2.3.0
+ _ZN25OGRDefaultGeometryVisitorD2Ev at Base 2.3.0
+ _ZN26GDALMDArrayRegularlySpaced12AddAttributeERKSt10shared_ptrI13GDALAttributeE at Base 3.1.0
+ _ZN26GDALMDArrayRegularlySpaced6CreateERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_RKSt10shared_ptrI13GDALDimensionEddd at Base 3.5.2
+ _ZN26GDALMDArrayRegularlySpacedC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_RKSt10shared_ptrI13GDALDimensionEddd at Base 3.1.0
+ _ZN26GDALMDArrayRegularlySpacedC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_RKSt10shared_ptrI13GDALDimensionEddd at Base 3.1.0
+ _ZN26GDALMDArrayRegularlySpacedD0Ev at Base 3.1.0
+ _ZN26GDALMDArrayRegularlySpacedD1Ev at Base 3.1.0
+ _ZN26OGRUnionLayerGeomFieldDefnC1EPK16OGRGeomFieldDefn at Base 3.4.0
+ _ZN26OGRUnionLayerGeomFieldDefnC1EPKS_ at Base 3.4.0
+ _ZN26OGRUnionLayerGeomFieldDefnC1EPKc18OGRwkbGeometryType at Base 3.4.0
+ _ZN26OGRUnionLayerGeomFieldDefnC2EPK16OGRGeomFieldDefn at Base 3.4.0
+ _ZN26OGRUnionLayerGeomFieldDefnC2EPKS_ at Base 3.4.0
+ _ZN26OGRUnionLayerGeomFieldDefnC2EPKc18OGRwkbGeometryType at Base 3.4.0
+ _ZN26OGRUnionLayerGeomFieldDefnD0Ev at Base 3.4.0
+ _ZN26OGRUnionLayerGeomFieldDefnD1Ev at Base 3.4.0
+ _ZN26OGRUnionLayerGeomFieldDefnD2Ev at Base 3.4.0
+ _ZN27OGRCoordinateTransformation13SetEmitErrorsEb at Base 2.2.0
+ _ZN27OGRCoordinateTransformation15TransformBoundsEddddPdS0_S0_S0_i at Base 3.4.0
+ _ZN27OGRCoordinateTransformation23TransformWithErrorCodesEiPdS0_S0_S0_Pi at Base 3.3.0
+ _ZN27OGRCoordinateTransformation9DestroyCTEPS_ at Base 1.8.0
+ _ZN27OGRCoordinateTransformation9TransformEiPdS0_S0_Pi at Base 3.0.0
+ _ZN28GDALDimensionWeakIndexingVar19SetIndexingVariableESt10shared_ptrI11GDALMDArrayE at Base 3.1.0
+ _ZN28GDALDimensionWeakIndexingVar7SetSizeEy at Base 3.7.0
+ _ZN28GDALDimensionWeakIndexingVarC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_S7_S7_y at Base 3.1.0
+ _ZN28GDALDimensionWeakIndexingVarC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_S7_S7_y at Base 3.1.0
+ _ZN28GDALDimensionWeakIndexingVarD0Ev at Base 3.1.0
+ _ZN28GDALDimensionWeakIndexingVarD1Ev at Base 3.1.0
+ _ZN28GDALDimensionWeakIndexingVarD2Ev at Base 3.1.0
+ _ZN29IOGREditableLayerSynchronizerD0Ev at Base 2.1.0
+ _ZN29IOGREditableLayerSynchronizerD1Ev at Base 2.1.0
+ _ZN29IOGREditableLayerSynchronizerD2Ev at Base 2.1.0
+ _ZN30OGRDefaultConstGeometryVisitor5visitEPK10OGRPolygon at Base 2.3.0
+ _ZN30OGRDefaultConstGeometryVisitor5visitEPK11OGRTriangle at Base 2.3.0
+ _ZN30OGRDefaultConstGeometryVisitor5visitEPK13OGRLineString at Base 2.3.0
+ _ZN30OGRDefaultConstGeometryVisitor5visitEPK13OGRLinearRing at Base 2.3.0
+ _ZN30OGRDefaultConstGeometryVisitor5visitEPK13OGRMultiCurve at Base 2.3.0
+ _ZN30OGRDefaultConstGeometryVisitor5visitEPK13OGRMultiPoint at Base 2.3.0
+ _ZN30OGRDefaultConstGeometryVisitor5visitEPK15OGRCurvePolygon at Base 2.3.0
+ _ZN30OGRDefaultConstGeometryVisitor5visitEPK15OGRMultiPolygon at Base 2.3.0
+ _ZN30OGRDefaultConstGeometryVisitor5visitEPK15OGRMultiSurface at Base 2.3.0
+ _ZN30OGRDefaultConstGeometryVisitor5visitEPK16OGRCompoundCurve at Base 2.3.0
+ _ZN30OGRDefaultConstGeometryVisitor5visitEPK17OGRCircularString at Base 2.3.0
+ _ZN30OGRDefaultConstGeometryVisitor5visitEPK18OGRMultiLineString at Base 2.3.0
+ _ZN30OGRDefaultConstGeometryVisitor5visitEPK20OGRPolyhedralSurface at Base 2.3.0
+ _ZN30OGRDefaultConstGeometryVisitor5visitEPK21OGRGeometryCollection at Base 2.3.0
+ _ZN30OGRDefaultConstGeometryVisitor5visitEPK22OGRTriangulatedSurface at Base 2.3.0
+ _ZN30OGRDefaultConstGeometryVisitor5visitEPK8OGRPoint at Base 2.3.0
+ _ZN30OGRDefaultConstGeometryVisitor6_visitEPK14OGRSimpleCurve at Base 2.3.0
+ _ZN30OGRDefaultConstGeometryVisitorD0Ev at Base 2.3.0
+ _ZN30OGRDefaultConstGeometryVisitorD1Ev at Base 2.3.0
+ _ZN30OGRDefaultConstGeometryVisitorD2Ev at Base 2.3.0
+ _ZN31GDALDefaultRasterAttributeTable11SetRowCountEi at Base 1.11.0
+ _ZN31GDALDefaultRasterAttributeTable12CreateColumnEPKc16GDALRATFieldType17GDALRATFieldUsage at Base 1.11.0
+ _ZN31GDALDefaultRasterAttributeTable12SetTableTypeE16GDALRATTableType at Base 2.4.0
+ _ZN31GDALDefaultRasterAttributeTable14AnalyseColumnsEv at Base 1.11.0
+ _ZN31GDALDefaultRasterAttributeTable16RemoveStatisticsEv at Base 2.4.0
+ _ZN31GDALDefaultRasterAttributeTable16SetLinearBinningEdd at Base 1.11.0
+ _ZN31GDALDefaultRasterAttributeTable23ChangesAreWrittenToFileEv at Base 1.11.0
+ _ZN31GDALDefaultRasterAttributeTable8SetValueEiiPKc at Base 1.11.0
+ _ZN31GDALDefaultRasterAttributeTable8SetValueEiid at Base 1.11.0
+ _ZN31GDALDefaultRasterAttributeTable8SetValueEiii at Base 1.11.0
+ _ZN31GDALDefaultRasterAttributeTableC1Ev at Base 1.11.0
+ _ZN31GDALDefaultRasterAttributeTableC2Ev at Base 1.11.0
+ _ZN31GDALDefaultRasterAttributeTableD0Ev at Base 1.11.0
+ _ZN31GDALDefaultRasterAttributeTableD1Ev at Base 1.11.0
+ _ZN31GDALDefaultRasterAttributeTableD2Ev at Base 1.11.0
+ _ZN34OGRCoordinateTransformationOptions11SetOnlyBestEb at Base 3.8.0
+ _ZN34OGRCoordinateTransformationOptions17SetAreaOfInterestEdddd at Base 3.0.0
+ _ZN34OGRCoordinateTransformationOptions18SetBallparkAllowedEb at Base 3.3.0
+ _ZN34OGRCoordinateTransformationOptions18SetDesiredAccuracyEd at Base 3.3.0
+ _ZN34OGRCoordinateTransformationOptions19SetSourceCenterLongEd at Base 3.0.1
+ _ZN34OGRCoordinateTransformationOptions19SetTargetCenterLongEd at Base 3.0.1
+ _ZN34OGRCoordinateTransformationOptions22SetCoordinateOperationEPKcb at Base 3.0.0
+ _ZN34OGRCoordinateTransformationOptions7Private26RefreshCheckWithInvertProjEv at Base 3.3.0
+ _ZN34OGRCoordinateTransformationOptions7PrivateC1Ev at Base 3.3.0
+ _ZN34OGRCoordinateTransformationOptions7PrivateC2Ev at Base 3.3.0
+ _ZN34OGRCoordinateTransformationOptionsC1ERKS_ at Base 3.1.0
+ _ZN34OGRCoordinateTransformationOptionsC1Ev at Base 3.0.0
+ _ZN34OGRCoordinateTransformationOptionsC2ERKS_ at Base 3.1.0
+ _ZN34OGRCoordinateTransformationOptionsC2Ev at Base 3.0.0
+ _ZN34OGRCoordinateTransformationOptionsD1Ev at Base 3.0.0
+ _ZN34OGRCoordinateTransformationOptionsD2Ev at Base 3.0.0
+ _ZN34OGRCoordinateTransformationOptionsaSERKS_ at Base 3.1.0
+ _ZN3OGR9transcodeEPKDsR9CPLStringi at Base 2.2.3
+ _ZN3OGR9transcodeEPKDsi at Base 2.2.3
+ _ZN4gdal13TileMatrixSet28listPredefinedTileMatrixSetsB5cxx11Ev at Base 3.2.0
+ _ZN4gdal13TileMatrixSet5parseEPKc at Base 3.2.0
+ (arch=sh4)_ZN4gdal13TileMatrixSetD1Ev at Base 3.7.2
+ (arch=sh4)_ZN4gdal13TileMatrixSetD2Ev at Base 3.7.2
+ _ZN6Stream10fillStringERNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.5.0
+ _ZN6Stream14getImageParamsEPiP20StreamColorSpaceMode at Base 3.5.0
+ _ZN6VSIDIRD0Ev at Base 2.4.0
+ _ZN6VSIDIRD1Ev at Base 2.4.0
+ _ZN6VSIDIRD2Ev at Base 2.4.0
+ _ZN7GNMRule10CanConnectERK9CPLStringS2_S2_ at Base 2.2.0
+ _ZN7GNMRule15ParseRuleStringEv at Base 2.2.0
+ _ZN7GNMRuleC1EPKc at Base 2.2.0
+ _ZN7GNMRuleC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.2.0
+ _ZN7GNMRuleC1ERKS_ at Base 2.2.0
+ _ZN7GNMRuleC1Ev at Base 2.2.0
+ _ZN7GNMRuleC2EPKc at Base 2.2.0
+ _ZN7GNMRuleC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.2.0
+ _ZN7GNMRuleC2ERKS_ at Base 2.2.0
+ _ZN7GNMRuleC2Ev at Base 2.2.0
+ _ZN7GNMRuleD0Ev at Base 2.2.0
+ _ZN7GNMRuleD1Ev at Base 2.2.0
+ _ZN7GNMRuleD2Ev at Base 2.2.0
+ _ZN8GDAL_MRF10MRFDataset13PatchOverviewEiiiiiii at Base 3.6.0
+ _ZN8GNMGraph10ChangeEdgeExdd at Base 2.2.0
+ _ZN8GNMGraph10DeleteEdgeEx at Base 2.2.0
+ _ZN8GNMGraph12DeleteVertexEx at Base 2.2.0
+ _ZN8GNMGraph12TraceTargetsERSt5queueIxSt5dequeIxSaIxEEERSt3setIxSt4lessIxES2_ERSt6vectorISt4pairIxxESaISD_EE at Base 2.2.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN8GNMGraph14KShortestPathsExxj at Base 3.7.2
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN8GNMGraph14KShortestPathsExxm at Base 3.8.0
+ _ZN8GNMGraph16ChangeBlockStateExb at Base 2.2.0
+ _ZN8GNMGraph19ChangeAllBlockStateEb at Base 2.2.0
+ _ZN8GNMGraph19ConnectedComponentsERKSt6vectorIxSaIxEE at Base 2.2.0
+ _ZN8GNMGraph20DijkstraShortestPathExx at Base 2.2.0
+ _ZN8GNMGraph20DijkstraShortestPathExxRKSt3mapIx10GNMStdEdgeSt4lessIxESaISt4pairIKxS1_EEE at Base 2.2.0
+ _ZN8GNMGraph24DijkstraShortestPathTreeExRKSt3mapIx10GNMStdEdgeSt4lessIxESaISt4pairIKxS1_EEERS0_IxxS3_SaIS4_IS5_xEEE at Base 2.2.0
+ _ZN8GNMGraph5ClearEv at Base 2.2.0
+ _ZN8GNMGraph7AddEdgeExxxbdd at Base 2.2.0
+ _ZN8GNMGraph9AddVertexEx at Base 2.2.0
+ _ZN8GNMGraphC1Ev at Base 2.2.0
+ _ZN8GNMGraphC2Ev at Base 2.2.0
+ _ZN8GNMGraphD0Ev at Base 2.2.0
+ _ZN8GNMGraphD1Ev at Base 2.2.0
+ _ZN8GNMGraphD2Ev at Base 2.2.0
+ _ZN8MEMGroup11CreateGroupERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKPKc at Base 3.5.0
+ _ZN8MEMGroup11DeleteGroupERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKPKc at Base 3.8.0
+ _ZN8MEMGroup11RenameArrayERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_ at Base 3.8.0
+ _ZN8MEMGroup13CreateMDArrayERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt6vectorISt10shared_ptrI13GDALDimensionESaISB_EERK20GDALExtendedDataTypePKPKc at Base 3.5.0
+ _ZN8MEMGroup13CreateMDArrayERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt6vectorISt10shared_ptrI13GDALDimensionESaISB_EERK20GDALExtendedDataTypePvPKPKc at Base 3.6.0
+ _ZN8MEMGroup13DeleteMDArrayERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKPKc at Base 3.8.0
+ _ZN8MEMGroup15CreateAttributeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt6vectorIySaIyEERK20GDALExtendedDataTypePKPKc at Base 3.5.0
+ _ZN8MEMGroup15CreateDimensionERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_S7_yPKPKc at Base 3.5.0
+ _ZN8MEMGroup15DeleteAttributeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKPKc at Base 3.8.0
+ _ZN8MEMGroup15RenameDimensionERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_ at Base 3.8.0
+ _ZN8MEMGroup24NotifyChildrenOfDeletionEv at Base 3.8.0
+ _ZN8MEMGroup24NotifyChildrenOfRenamingEv at Base 3.8.0
+ _ZN8MEMGroup6CreateERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKc at Base 3.8.0
+ _ZN8MEMGroup6RenameERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.8.0
+ _ZN8MEMGroupC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKc at Base 3.8.0
+ _ZN8MEMGroupC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKc at Base 3.8.0
+ _ZN8MEMGroupD0Ev at Base 3.5.0
+ _ZN8MEMGroupD1Ev at Base 3.5.0
+ _ZN8MEMGroupD2Ev at Base 3.5.0
+ _ZN8OGRCurve13ConstIteratorC1EOS0_ at Base 3.6.0
+ _ZN8OGRCurve13ConstIteratorC1EPKS_b at Base 2.3.0
+ _ZN8OGRCurve13ConstIteratorC2EOS0_ at Base 3.6.0
+ _ZN8OGRCurve13ConstIteratorC2EPKS_b at Base 2.3.0
+ _ZN8OGRCurve13ConstIteratorD1Ev at Base 2.3.0
+ _ZN8OGRCurve13ConstIteratorD2Ev at Base 2.3.0
+ _ZN8OGRCurve13ConstIteratoraSEOS0_ at Base 3.6.0
+ _ZN8OGRCurve13ConstIteratorppEv at Base 2.3.0
+ _ZN8OGRCurve16CastToLineStringEPS_ at Base 2.0.1
+ _ZN8OGRCurve16CastToLinearRingEPS_ at Base 2.0.1
+ _ZN8OGRCurve19CastToCompoundCurveEPS_ at Base 2.0.1
+ _ZN8OGRCurveC1ERKS_ at Base 2.1.0
+ _ZN8OGRCurveC1Ev at Base 1.8.0
+ _ZN8OGRCurveC2ERKS_ at Base 2.1.0
+ _ZN8OGRCurveC2Ev at Base 1.8.0
+ _ZN8OGRCurveD0Ev at Base 1.8.0
+ _ZN8OGRCurveD1Ev at Base 1.8.0
+ _ZN8OGRCurveD2Ev at Base 1.8.0
+ _ZN8OGRCurveaSERKS_ at Base 2.1.0
+ _ZN8OGRLayer10GetDatasetEv at Base 3.6.0
+ _ZN8OGRLayer10GetFeatureEx at Base 2.0.1
+ _ZN8OGRLayer10SetFeatureEP10OGRFeature at Base 1.8.0
+ _ZN8OGRLayer10SyncToDiskEv at Base 1.8.0
+ _ZN8OGRLayer11CreateFieldEP12OGRFieldDefni at Base 1.8.0
+ _ZN8OGRLayer11DeleteFieldEi at Base 1.9.0
+ _ZN8OGRLayer11DereferenceEv at Base 1.8.0
+ _ZN8OGRLayer11GetGeomTypeEv at Base 1.8.0
+ _ZN8OGRLayer11ISetFeatureEP10OGRFeature at Base 2.0.1
+ _ZN8OGRLayer12GetFIDColumnEv at Base 1.8.0
+ _ZN8OGRLayer12IntersectionEPS_S0_PPcPFidPKcPvES5_ at Base 1.10.0
+ _ZN8OGRLayer12ReleaseArrayEP10ArrowArray at Base 3.6.0
+ _ZN8OGRLayer12ReorderFieldEii at Base 1.9.0
+ _ZN8OGRLayer12SetActiveSRSEiPK19OGRSpatialReference at Base 3.7.0
+ _ZN8OGRLayer13CreateFeatureEP10OGRFeature at Base 1.8.0
+ _ZN8OGRLayer13DeleteFeatureEx at Base 2.0.1
+ _ZN8OGRLayer13GetSpatialRefEv at Base 1.8.0
+ _ZN8OGRLayer13GetStyleTableEv at Base 1.8.0
+ _ZN8OGRLayer13InstallFilterEP11OGRGeometry at Base 1.8.0
+ _ZN8OGRLayer13ReleaseSchemaEP11ArrowSchema at Base 3.6.0
+ _ZN8OGRLayer13ReleaseStreamEP16ArrowArrayStream at Base 3.6.0
+ _ZN8OGRLayer13ReorderFieldsEPi at Base 1.9.0
+ _ZN8OGRLayer13SetStyleTableEP13OGRStyleTable at Base 1.8.0
+ _ZN8OGRLayer13SymDifferenceEPS_S0_PPcPFidPKcPvES5_ at Base 1.10.0
+ _ZN8OGRLayer13UpdateFeatureEP10OGRFeatureiPKiiS3_b at Base 3.7.0
+ _ZN8OGRLayer13UpsertFeatureEP10OGRFeature at Base 3.6.0
+ _ZN8OGRLayer14AlterFieldDefnEiP12OGRFieldDefni at Base 1.9.0
+ _ZN8OGRLayer14FilterGeometryEP11OGRGeometry at Base 1.8.0
+ _ZN8OGRLayer14FindFieldIndexEPKci at Base 1.11.0
+ _ZN8OGRLayer14GetArrowSchemaEP16ArrowArrayStreamP11ArrowSchema at Base 3.6.0
+ _ZN8OGRLayer14GetArrowStreamEP16ArrowArrayStreamPKPKc at Base 3.6.0
+ _ZN8OGRLayer14ICreateFeatureEP10OGRFeature at Base 2.0.1
+ _ZN8OGRLayer14IUpdateFeatureEP10OGRFeatureiPKiiS3_b at Base 3.7.0
+ _ZN8OGRLayer14IUpsertFeatureEP10OGRFeature at Base 3.6.0
+ _ZN8OGRLayer14SetNextByIndexEx at Base 2.0.1
+ _ZN8OGRLayer15CreateGeomFieldEP16OGRGeomFieldDefni at Base 1.11.0
+ _ZN8OGRLayer15FeatureIteratorC1EPS_b at Base 2.3.0
+ _ZN8OGRLayer15FeatureIteratorC2EPS_b at Base 2.3.0
+ _ZN8OGRLayer15FeatureIteratorD1Ev at Base 2.3.0
+ _ZN8OGRLayer15FeatureIteratorD2Ev at Base 2.3.0
+ _ZN8OGRLayer15FeatureIteratordeEv at Base 2.3.0
+ _ZN8OGRLayer15FeatureIteratorppEv at Base 2.3.0
+ _ZN8OGRLayer15GetFeatureCountEi at Base 1.8.0
+ _ZN8OGRLayer15GetFeaturesReadEv at Base 1.8.0
+ _ZN8OGRLayer15WriteArrowBatchEPK11ArrowSchemaP10ArrowArrayPKPKc at Base 3.8.0
+ _ZN8OGRLayer16GetGeometryTypesEiiRiPFidPKcPvES3_ at Base 3.6.0
+ _ZN8OGRLayer16GetSpatialFilterEv at Base 1.8.0
+ _ZN8OGRLayer16SetIgnoredFieldsEPPKc at Base 1.8.0
+ _ZN8OGRLayer16SetSpatialFilterEP11OGRGeometry at Base 1.8.0
+ _ZN8OGRLayer16SetSpatialFilterEiP11OGRGeometry at Base 1.11.0
+ _ZN8OGRLayer16StartTransactionEv at Base 1.8.0
+ _ZN8OGRLayer17CommitTransactionEv at Base 1.8.0
+ _ZN8OGRLayer17GetExtentInternalEiP11OGREnvelopei at Base 1.11.0
+ _ZN8OGRLayer17GetGeometryColumnEv at Base 1.8.0
+ _ZN8OGRLayer17GetNextArrowArrayEP16ArrowArrayStreamP10ArrowArray at Base 3.6.0
+ _ZN8OGRLayer18AlterGeomFieldDefnEiPK16OGRGeomFieldDefni at Base 3.6.0
+ _ZN8OGRLayer18SetAttributeFilterEPKc at Base 1.8.0
+ _ZN8OGRLayer19GetSupportedSRSListEi at Base 3.7.0
+ _ZN8OGRLayer19RollbackTransactionEv at Base 1.8.0
+ _ZN8OGRLayer20SetSpatialFilterRectEdddd at Base 1.8.0
+ _ZN8OGRLayer20SetSpatialFilterRectEidddd at Base 1.11.0
+ _ZN8OGRLayer20StaticGetArrowSchemaEP16ArrowArrayStreamP11ArrowSchema at Base 3.6.0
+ _ZN8OGRLayer21SetStyleTableDirectlyEP13OGRStyleTable at Base 1.8.0
+ _ZN8OGRLayer22InitializeIndexSupportEPKc at Base 1.8.0
+ _ZN8OGRLayer23ConvertGeomsIfNecessaryEP10OGRFeature at Base 2.1.0
+ _ZN8OGRLayer23StaticGetNextArrowArrayEP16ArrowArrayStreamP10ArrowArray at Base 3.6.0
+ _ZN8OGRLayer26CreateFieldFromArrowSchemaEPK11ArrowSchemaPKPKc at Base 3.8.0
+ _ZN8OGRLayer28GetLastErrorArrowArrayStreamEP16ArrowArrayStream at Base 3.6.0
+ _ZN8OGRLayer32CreateSchemaForWKBGeometryColumnEPK16OGRGeomFieldDefnPKcS4_ at Base 3.8.0
+ _ZN8OGRLayer34CreateFieldFromArrowSchemaInternalEPK11ArrowSchemaRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKPKc at Base 3.8.0
+ _ZN8OGRLayer38AttributeFilterEvaluationNeedsGeometryEv at Base 1.9.0
+ _ZN8OGRLayer3endEv at Base 2.3.0
+ _ZN8OGRLayer4ClipEPS_S0_PPcPFidPKcPvES5_ at Base 1.10.0
+ _ZN8OGRLayer5EraseEPS_S0_PPcPFidPKcPvES5_ at Base 1.10.0
+ _ZN8OGRLayer5UnionEPS_S0_PPcPFidPKcPvES5_ at Base 1.10.0
+ _ZN8OGRLayer5beginEv at Base 2.3.0
+ _ZN8OGRLayer6RenameEPKc at Base 3.5.0
+ _ZN8OGRLayer6UpdateEPS_S0_PPcPFidPKcPvES5_ at Base 1.10.0
+ _ZN8OGRLayer7GetNameEv at Base 1.8.0
+ _ZN8OGRLayer8IdentityEPS_S0_PPcPFidPKcPvES5_ at Base 1.10.0
+ _ZN8OGRLayer9GetExtentEP11OGREnvelopei at Base 1.8.0
+ _ZN8OGRLayer9GetExtentEiP11OGREnvelopei at Base 1.11.0
+ _ZN8OGRLayer9ReferenceEv at Base 1.8.0
+ _ZN8OGRLayerC1Ev at Base 1.8.0
+ _ZN8OGRLayerC2Ev at Base 1.8.0
+ _ZN8OGRLayerD0Ev at Base 1.8.0
+ _ZN8OGRLayerD1Ev at Base 1.8.0
+ _ZN8OGRLayerD2Ev at Base 1.8.0
+ _ZN8OGRPoint11flattenTo2DEv at Base 1.8.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN8OGRPoint13importFromWkbEPKhj13OGRwkbVariantRj at Base 3.7.2
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN8OGRPoint13importFromWkbEPKhm13OGRwkbVariantRm at Base 3.8.0
+ _ZN8OGRPoint13importFromWktEPPKc at Base 2.3.0
+ _ZN8OGRPoint22setCoordinateDimensionEi at Base 1.8.0
+ _ZN8OGRPoint5emptyEv at Base 1.8.0
+ _ZN8OGRPoint6acceptEP19IOGRGeometryVisitor at Base 2.3.0
+ _ZN8OGRPoint6swapXYEv at Base 1.8.0
+ _ZN8OGRPoint9createXYMEddd at Base 3.1.0
+ _ZN8OGRPoint9transformEP27OGRCoordinateTransformation at Base 1.8.0
+ _ZN8OGRPointC1ERKS_ at Base 2.1.0
+ _ZN8OGRPointC1Edd at Base 1.8.0
+ _ZN8OGRPointC1Eddd at Base 1.8.0
+ _ZN8OGRPointC1Edddd at Base 2.1.0
+ _ZN8OGRPointC1Ev at Base 1.8.0
+ _ZN8OGRPointC2ERKS_ at Base 2.1.0
+ _ZN8OGRPointC2Edd at Base 1.8.0
+ _ZN8OGRPointC2Eddd at Base 1.8.0
+ _ZN8OGRPointC2Edddd at Base 2.1.0
+ _ZN8OGRPointC2Ev at Base 1.8.0
+ _ZN8OGRPointD0Ev at Base 1.8.0
+ _ZN8OGRPointD1Ev at Base 1.8.0
+ _ZN8OGRPointD2Ev at Base 1.8.0
+ _ZN8OGRPointaSERKS_ at Base 2.1.0
+ _ZN9CPLString10replaceAllERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_ at Base 2.2.0
+ _ZN9CPLString10replaceAllERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEc at Base 2.2.0
+ _ZN9CPLString10replaceAllEcRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.2.0
+ _ZN9CPLString10replaceAllEcc at Base 2.2.0
+ _ZN9CPLString4TrimEv at Base 1.8.0
+ _ZN9CPLString6PrintfEPKcz at Base 1.8.0
+ _ZN9CPLString6RecodeEPKcS1_ at Base 1.8.0
+ _ZN9CPLString7FormatCEdPKc at Base 1.8.0
+ _ZN9CPLString7tolowerEv at Base 1.9.0
+ _ZN9CPLString7toupperEv at Base 1.9.0
+ (arch=alpha sh4)_ZN9CPLString7vPrintfEPKc13__va_list_tag at Base 3.7.2
+ (arch=amd64 powerpc s390x x32)_ZN9CPLString7vPrintfEPKcP13__va_list_tag at Base 3.5.1
+ (arch=hurd-i386 i386 ppc64 ppc64el)_ZN9CPLString7vPrintfEPKcPc at Base 3.5.1
+ (arch=hppa ia64 loong64 m68k mips64el mipsel riscv64 sparc64)_ZN9CPLString7vPrintfEPKcPv at Base 3.8.0
+ (arch=arm64 armel armhf)_ZN9CPLString7vPrintfEPKcSt9__va_list at Base 3.4.2
+ _ZN9CPLStringD1Ev at Base 2.1.0
+ _ZN9CPLStringD2Ev at Base 2.1.0
+ _ZN9GDALGroup10BaseRenameERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.8.0
+ _ZN9GDALGroup11CreateGroupERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKPKc at Base 3.1.0
+ _ZN9GDALGroup11DeleteGroupERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKPKc at Base 3.8.0
+ _ZN9GDALGroup13CreateMDArrayERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt6vectorISt10shared_ptrI13GDALDimensionESaISB_EERK20GDALExtendedDataTypePKPKc at Base 3.1.0
+ _ZN9GDALGroup13DeleteMDArrayERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKPKc at Base 3.8.0
+ _ZN9GDALGroup13ParentDeletedEv at Base 3.8.0
+ _ZN9GDALGroup13ParentRenamedERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.8.0
+ _ZN9GDALGroup15ClearStatisticsEv at Base 3.4.0
+ _ZN9GDALGroup15CreateDimensionERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_S7_yPKPKc at Base 3.1.0
+ _ZN9GDALGroup24NotifyChildrenOfDeletionEv at Base 3.8.0
+ _ZN9GDALGroup24NotifyChildrenOfRenamingEv at Base 3.8.0
+ _ZN9GDALGroup6RenameERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.8.0
+ _ZN9GDALGroup7DeletedEv at Base 3.8.0
+ (optional=templinst)_ZN9GDALGroup8CopyFromERKSt10shared_ptrIS_EP11GDALDatasetS3_bRyyPFidPKcPvES9_PKS8_ at Base 3.3.0
+ _ZN9GDALGroupC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_S7_ at Base 3.8.0
+ _ZN9GDALGroupC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_S7_ at Base 3.8.0
+ _ZN9GDALGroupD0Ev at Base 3.1.0
+ _ZN9GDALGroupD1Ev at Base 3.1.0
+ _ZN9GDALGroupD2Ev at Base 3.1.0
+ _ZN9OutputDev10drawStringEP8GfxStatePK9GooString at Base 3.5.0
+ _ZN9OutputDev10updateRiseEP8GfxState at Base 3.5.0
+ _ZN9OutputDev11beginStringEP8GfxStatePK9GooString at Base 3.5.0
+ _ZN9OutputDev11endStringOpEP8GfxState at Base 3.5.0
+ _ZN9OutputDev11needNonTextEv at Base 3.5.0
+ _ZN9OutputDev11processLinkEP9AnnotLink at Base 3.5.0
+ _ZN9OutputDev11saveTextPosEP8GfxState at Base 3.5.0
+ _ZN9OutputDev11useDrawFormEv at Base 3.5.0
+ _ZN9OutputDev12incCharCountEi at Base 3.5.0
+ _ZN9OutputDev12initGfxStateEP8GfxState at Base 3.5.0
+ _ZN9OutputDev12updateRenderEP8GfxState at Base 3.5.0
+ _ZN9OutputDev13beginStringOpEP8GfxState at Base 3.5.0
+ _ZN9OutputDev13endActualTextEP8GfxState at Base 3.5.0
+ _ZN9OutputDev13needCharCountEv at Base 3.5.0
+ _ZN9OutputDev13updateTextMatEP8GfxState at Base 3.5.0
+ _ZN9OutputDev13updateTextPosEP8GfxState at Base 3.5.0
+ _ZN9OutputDev14checkPageSliceEP4PageddibbiiiibPFbPvES2_PFbP5AnnotS2_ES2_ at Base 3.5.0
+ _ZN9OutputDev14restoreTextPosEP8GfxState at Base 3.5.0
+ _ZN9OutputDev15beginActualTextEP8GfxStatePK9GooString at Base 3.5.0
+ _ZN9OutputDev15updateCharSpaceEP8GfxState at Base 3.5.0
+ _ZN9OutputDev15updateTextShiftEP8GfxStated at Base 3.5.0
+ _ZN9OutputDev15updateWordSpaceEP8GfxState at Base 3.5.0
+ _ZN9OutputDev16useFillColorStopEv at Base 3.5.0
+ _ZN9OutputDev17needClipToCropBoxEv at Base 3.5.0
+ _ZN9OutputDev18updateAlphaIsShapeEP8GfxState at Base 3.5.0
+ _ZN9OutputDev18updateHorizScalingEP8GfxState at Base 3.5.0
+ _ZN9OutputDev18updateTextKnockoutEP8GfxState at Base 3.5.0
+ _ZN9OutputDev19patchMeshShadedFillEP8GfxStateP19GfxPatchMeshShading at Base 3.5.0
+ _ZN9OutputDev19updateFillColorStopEP8GfxStated at Base 3.5.0
+ _ZN9OutputDev24axialShadedSupportExtendEP8GfxStateP15GfxAxialShading at Base 3.5.0
+ _ZN9OutputDev25radialShadedSupportExtendEP8GfxStateP16GfxRadialShading at Base 3.5.0
+ _ZN9OutputDev4dumpEv at Base 3.5.0
+ _ZN9OutputDev7endFormE3Ref at Base 3.5.0
+ _ZN9OutputDev8drawFormE3Ref at Base 3.5.0
+ _ZN9OutputDev9beginFormE3Ref at Base 3.5.0
+ _ZN9OutputDev9endStringEP8GfxState at Base 3.5.0
+ _ZN9OutputDev9psXObjectEP6StreamS1_ at Base 3.5.0
+ _ZN9S57Reader10FetchPointEiiPdS0_S0_ at Base 1.8.0
+ _ZN9S57Reader10ReadVectorEii at Base 1.8.0
+ _ZN9S57Reader10SetOptionsEPPc at Base 1.8.0
+ _ZN9S57Reader11ReadFeatureEiP14OGRFeatureDefn at Base 1.8.0
+ _ZN9S57Reader12ApplyUpdatesEP9DDFModule at Base 1.8.0
+ _ZN9S57Reader12RecodeByDSSIEPKcb at Base 1.10.0
+ _ZN9S57Reader13SetClassBasedEP17S57ClassRegistrarP23S57ClassContentExplorer at Base 1.11.0
+ _ZN9S57Reader14AddFeatureDefnEP14OGRFeatureDefn at Base 1.8.0
+ _ZN9S57Reader14GetNextFEIndexEi at Base 1.8.0
+ _ZN9S57Reader14SetNextFEIndexEii at Base 1.8.0
+ _ZN9S57Reader15AssembleFeatureEP9DDFRecordP14OGRFeatureDefn at Base 1.8.0
+ _ZN9S57Reader15ReadNextFeatureEP14OGRFeatureDefn at Base 1.8.0
+ _ZN9S57Reader16CollectClassListERSt6vectorIiSaIiEE at Base 1.11.0
+ _ZN9S57Reader17ApplyRecordUpdateEP9DDFRecordS1_ at Base 1.8.0
+ _ZN9S57Reader19FindAndApplyUpdatesEPKc at Base 1.8.0
+ _ZN9S57Reader19GenerateLNAMAndRefsEP9DDFRecordP10OGRFeature at Base 1.8.0
+ _ZN9S57Reader20AssembleAreaGeometryEP9DDFRecordP10OGRFeature at Base 1.8.0
+ _ZN9S57Reader20AssembleLineGeometryEP9DDFRecordP10OGRFeature at Base 1.8.0
+ _ZN9S57Reader21AssemblePointGeometryEP9DDFRecordP10OGRFeature at Base 1.8.0
+ _ZN9S57Reader21NextPendingMultiPointEv at Base 1.8.0
+ _ZN9S57Reader22ClearPendingMultiPointEv at Base 1.8.0
+ _ZN9S57Reader22GenerateFSPTAttributesEP9DDFRecordP10OGRFeature at Base 1.8.0
+ _ZN9S57Reader24AssembleSoundingGeometryEP9DDFRecordP10OGRFeature at Base 1.8.0
+ _ZN9S57Reader26ApplyObjectClassAttributesEP9DDFRecordP10OGRFeature at Base 1.8.0
+ _ZN9S57Reader4OpenEi at Base 1.8.0
+ _ZN9S57Reader5CloseEv at Base 1.8.0
+ _ZN9S57Reader6IngestEv at Base 1.8.0
+ _ZN9S57Reader6RewindEv at Base 1.8.0
+ _ZN9S57Reader8ReadDSIDEv at Base 1.8.0
+ _ZN9S57Reader9FetchLineEP9DDFRecordiiP13OGRLineString at Base 1.8.0
+ _ZN9S57Reader9FindFDefnEP9DDFRecord at Base 1.8.0
+ _ZN9S57Reader9GetExtentEP11OGREnvelopei at Base 1.8.0
+ _ZN9S57Reader9ParseNameEP8DDFFieldiPi at Base 1.8.0
+ _ZN9S57ReaderC1EPKc at Base 1.8.0
+ _ZN9S57ReaderC2EPKc at Base 1.8.0
+ _ZN9S57ReaderD1Ev at Base 1.8.0
+ _ZN9S57ReaderD2Ev at Base 1.8.0
+ _ZN9S57Writer10MakeRecordEv at Base 1.8.0
+ _ZN9S57Writer13CreateS57FileEPKc at Base 1.8.0
+ _ZN9S57Writer13SetClassBasedEP17S57ClassRegistrarP23S57ClassContentExplorer at Base 1.11.0
+ _ZN9S57Writer13WriteGeometryEP9DDFRecordiPKdS3_S3_ at Base 3.4.0
+ _ZN9S57Writer14WritePrimitiveEP10OGRFeature at Base 1.8.0
+ _ZN9S57Writer20WriteCompleteFeatureEP10OGRFeature at Base 1.8.0
+ _ZN9S57Writer5CloseEv at Base 1.8.0
+ _ZN9S57Writer9WriteATTFEP9DDFRecordP10OGRFeature at Base 1.8.0
+ _ZN9S57Writer9WriteDSIDEiiPKcS1_S1_S1_S1_S1_iS1_iiiiiiii at Base 2.4.0
+ _ZN9S57Writer9WriteDSPMEiiiiii at Base 2.4.0
+ _ZN9S57WriterC1Ev at Base 1.8.0
+ _ZN9S57WriterC2Ev at Base 1.8.0
+ _ZN9S57WriterD1Ev at Base 1.8.0
+ _ZN9S57WriterD2Ev at Base 1.8.0
+ _ZN9VRTSource10FlushCacheEb at Base 3.4.0
+ _ZN9VRTSource11GetFileListEPPPcPiS3_P11_CPLHashSet at Base 1.11.0
+ _ZN9VRTSource14IsSimpleSourceEv at Base 1.11.0
+ _ZN9VRTSourceD0Ev at Base 1.11.0
+ _ZN9VRTSourceD1Ev at Base 1.11.0
+ _ZN9VRTSourceD2Ev at Base 1.11.0
+ (optional=templinst|arch=sh4)_ZN9__gnu_cxx12__to_xstringINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEcEET_PFiPT0_jPKS8_13__va_list_tagEjSB_z at Base 3.7.2
+ (optional=templinst|arch=alpha)_ZN9__gnu_cxx12__to_xstringINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEcEET_PFiPT0_mPKS8_13__va_list_tagEmSB_z at Base 3.6.0
+ (optional=templinst|arch=amd64 powerpc s390x x32|subst)_ZN9__gnu_cxx12__to_xstringINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEcEET_PFiPT0_{size_t}PKS8_P13__va_list_tagE{size_t}SB_z at Base 3.4.2
+ (optional=templinst|arch=hurd-i386 i386 ppc64 ppc64el|subst)_ZN9__gnu_cxx12__to_xstringINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEcEET_PFiPT0_{size_t}PKS8_PcE{size_t}SB_z at Base 3.4.2
+ (optional=templinst|arch=hppa ia64 loong64 m68k mips64el mipsel riscv64 sparc64|subst)_ZN9__gnu_cxx12__to_xstringINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEcEET_PFiPT0_{size_t}PKS8_PvE{size_t}SB_z at Base 3.4.2
+ (optional=templinst|arch=arm64 armel armhf|subst)_ZN9__gnu_cxx12__to_xstringINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEcEET_PFiPT0_{size_t}PKS8_St9__va_listE{size_t}SB_z at Base 3.4.2
+ (arch=armel riscv64)_ZN9__gnu_cxx24__concurrence_lock_errorD0Ev at Base 3.4.2
+ (arch=armel riscv64)_ZN9__gnu_cxx24__concurrence_lock_errorD1Ev at Base 3.4.2
+ (arch=armel riscv64)_ZN9__gnu_cxx24__concurrence_lock_errorD2Ev at Base 3.4.2
+ (arch=armel riscv64)_ZN9__gnu_cxx26__concurrence_unlock_errorD0Ev at Base 3.4.2
+ (arch=armel riscv64)_ZN9__gnu_cxx26__concurrence_unlock_errorD1Ev at Base 3.4.2
+ (arch=armel riscv64)_ZN9__gnu_cxx26__concurrence_unlock_errorD2Ev at Base 3.4.2
+ (arch=armel riscv64)_ZN9__gnu_cxx30__throw_concurrence_lock_errorEv at Base 3.4.2
+ (arch=armel riscv64)_ZN9__gnu_cxx32__throw_concurrence_unlock_errorEv at Base 3.4.2
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZN9__gnu_cxx6__stoaIlicJiEEET0_PFT_PKT1_PPS3_DpT2_EPKcS5_PjS9_ at Base 3.5.0
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZN9__gnu_cxx6__stoaIlicJiEEET0_PFT_PKT1_PPS3_DpT2_EPKcS5_PmS9_ at Base 3.5.0
+ _ZNK10BaseStream8isBinaryEb at Base 3.5.0
+ _ZNK10GDALJP2Box13GetDataLengthEv at Base 3.6.0
+ _ZNK10GDALJP2Box18GetWritableBoxDataEv at Base 3.6.0
+ _ZNK10GMLFeature14GetGeometryRefEi at Base 1.11.0
+ _ZNK10GNMNetwork10GetVersionEv at Base 2.2.0
+ _ZNK10GNMNetwork13GetSpatialRefEv at Base 3.0.0
+ _ZNK10GNMNetwork7GetNameEv at Base 2.2.0
+ _ZNK10IGMLReader18IsSequentialLayersEv at Base 1.9.0
+ _ZNK10MEMDataset12GetRootGroupEv at Base 3.1.0
+ _ZNK10MEMDataset13GetSpatialRefEv at Base 3.0.0
+ _ZNK10MEMDataset16GetGCPSpatialRefEv at Base 3.0.0
+ _ZNK10MEMMDArray10IsWritableEv at Base 3.8.0
+ _ZNK10MEMMDArray11GetFilenameB5cxx11Ev at Base 3.8.0
+ _ZNK10MEMMDArray12GetAttributeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.8.0
+ _ZNK10MEMMDArray12GetRootGroupEv at Base 3.8.0
+ _ZNK10MEMMDArray13GetAttributesEPKPKc at Base 3.8.0
+ _ZNK10MEMMDArray13GetSpatialRefEv at Base 3.8.0
+ _ZNK10MEMMDArray17GetRawNoDataValueEv at Base 3.8.0
+ _ZNK10MEMMDArray22GetCoordinateVariablesEv at Base 3.8.0
+ _ZNK10MEMMDArray7GetUnitB5cxx11Ev at Base 3.8.0
+ _ZNK10MEMMDArray8GetScaleEPbP12GDALDataType at Base 3.8.0
+ _ZNK10MEMMDArray9GetOffsetEPbP12GDALDataType at Base 3.8.0
+ _ZNK10OGRFeature10CopySelfToEPS_ at Base 2.3.0
+ _ZNK10OGRFeature10FieldValue11GetAsDoubleEv at Base 2.3.0
+ _ZNK10OGRFeature10FieldValue11GetAsStringEv at Base 2.3.0
+ _ZNK10OGRFeature10FieldValue11GetDateTimeEPiS1_S1_S1_S1_PfS1_ at Base 2.3.0
+ _ZNK10OGRFeature10FieldValue11GetRawValueEv at Base 2.3.0
+ _ZNK10OGRFeature10FieldValue12GetAsIntegerEv at Base 2.3.0
+ _ZNK10OGRFeature10FieldValue14GetAsInteger64Ev at Base 2.3.0
+ _ZNK10OGRFeature10FieldValue15GetAsDoubleListEv at Base 2.3.0
+ _ZNK10OGRFeature10FieldValue15GetAsStringListB5cxx11Ev at Base 2.3.0
+ _ZNK10OGRFeature10FieldValue16GetAsIntegerListEv at Base 2.3.0
+ _ZNK10OGRFeature10FieldValue18GetAsInteger64ListEv at Base 2.3.0
+ _ZNK10OGRFeature10FieldValue6IsNullEv at Base 2.3.0
+ _ZNK10OGRFeature10FieldValue7GetDefnEv at Base 2.3.0
+ _ZNK10OGRFeature10FieldValue7IsUnsetEv at Base 2.3.0
+ _ZNK10OGRFeature10FieldValue8GetIndexEv at Base 2.3.0
+ _ZNK10OGRFeature10FieldValuecvPKPKcEv at Base 2.3.0
+ _ZNK10OGRFeature10IsFieldSetEi at Base 2.3.0
+ _ZNK10OGRFeature11IsFieldNullEi at Base 2.3.0
+ _ZNK10OGRFeature12DumpReadableEP8_IO_FILEPKPKc at Base 3.7.0
+ _ZNK10OGRFeature13GetStyleTableEv at Base 2.3.0
+ _ZNK10OGRFeature14GetGeometryRefEv at Base 2.3.0
+ _ZNK10OGRFeature14GetStyleStringEv at Base 2.3.0
+ _ZNK10OGRFeature15GetGeomFieldRefEPKc at Base 2.3.0
+ _ZNK10OGRFeature15GetGeomFieldRefEi at Base 2.3.0
+ _ZNK10OGRFeature16GetFieldAsBinaryEiPi at Base 2.3.0
+ _ZNK10OGRFeature16GetFieldAsDoubleEi at Base 2.3.0
+ (arch=!sh4)_ZNK10OGRFeature16GetFieldAsStringEPKc at Base 3.7.2
+ _ZNK10OGRFeature16GetFieldAsStringEi at Base 2.3.0
+ _ZNK10OGRFeature17GetFieldAsIntegerEi at Base 2.3.0
+ _ZNK10OGRFeature18ConstFieldIteratordeEv at Base 2.3.0
+ _ZNK10OGRFeature18ConstFieldIteratorneERKS0_ at Base 2.3.0
+ _ZNK10OGRFeature18GetFieldAsDateTimeEiPiS0_S0_S0_S0_PfS0_ at Base 2.3.0
+ _ZNK10OGRFeature18GetFieldAsDateTimeEiPiS0_S0_S0_S0_S0_S0_ at Base 2.3.0
+ _ZNK10OGRFeature19GetFieldAsInteger64Ei at Base 2.3.0
+ _ZNK10OGRFeature20DumpReadableAsStringB5cxx11EPKPKc at Base 3.7.0
+ _ZNK10OGRFeature20GetFieldAsDoubleListEiPi at Base 2.3.0
+ _ZNK10OGRFeature20GetFieldAsStringListEi at Base 2.3.0
+ _ZNK10OGRFeature20IsFieldSetAndNotNullEi at Base 2.3.0
+ _ZNK10OGRFeature21GetFieldAsIntegerListEiPi at Base 2.3.0
+ _ZNK10OGRFeature23GetFieldAsInteger64ListEiPi at Base 2.3.0
+ _ZNK10OGRFeature24GetFieldAsSerializedJSonEi at Base 2.3.0
+ _ZNK10OGRFeature25GetFieldAsISO8601DateTimeEiPKPKc at Base 3.7.0
+ _ZNK10OGRFeature3endEv at Base 2.3.0
+ _ZNK10OGRFeature5CloneEv at Base 2.3.0
+ _ZNK10OGRFeature5EqualEPKS_ at Base 2.3.0
+ _ZNK10OGRFeature5beginEv at Base 2.3.0
+ _ZNK10OGRFeature8ValidateEii at Base 2.3.0
+ _ZNK10OGRFeatureixEPKc at Base 2.3.0
+ _ZNK10OGRFeatureixEi at Base 2.3.0
+ _ZNK10OGRPolygon11exportToWkbE15OGRwkbByteOrderPh13OGRwkbVariant at Base 1.11.0
+ _ZNK10OGRPolygon11exportToWktB5cxx11ERK13OGRWktOptionsPi at Base 3.1.0
+ _ZNK10OGRPolygon15CurvePolyToPolyEdPKPKc at Base 2.0.1
+ _ZNK10OGRPolygon15getExteriorRingEv at Base 1.8.0
+ _ZNK10OGRPolygon15getGeometryNameEv at Base 1.8.0
+ _ZNK10OGRPolygon15getGeometryTypeEv at Base 1.8.0
+ _ZNK10OGRPolygon15getInteriorRingEi at Base 1.8.0
+ _ZNK10OGRPolygon16IsPointOnSurfaceEPK8OGRPoint at Base 1.8.0
+ _ZNK10OGRPolygon16getCurveGeometryEPKPKc at Base 2.0.1
+ _ZNK10OGRPolygon16hasCurveGeometryEi at Base 2.0.1
+ _ZNK10OGRPolygon17getLinearGeometryEdPKPKc at Base 2.0.1
+ _ZNK10OGRPolygon18GetCasterToPolygonEv at Base 2.0.1
+ _ZNK10OGRPolygon23GetCasterToCurvePolygonEv at Base 2.0.1
+ _ZNK10OGRPolygon5cloneEv at Base 3.3.0
+ _ZNK10OGRPolygon6acceptEP24IOGRConstGeometryVisitor at Base 2.3.0
+ _ZNK10OGRPolygon7WkbSizeEv at Base 1.8.0
+ _ZNK10OGRPolygon9checkRingEP8OGRCurve at Base 2.0.1
+ _ZNK10OGRSurface14PointOnSurfaceEP8OGRPoint at Base 2.3.0
+ _ZNK10VRTDataset12GetRootGroupEv at Base 3.1.0
+ _ZNK10VRTDataset13GetSpatialRefEv at Base 3.0.0
+ _ZNK10VRTDataset16GetGCPSpatialRefEv at Base 3.0.0
+ _ZNK11GDALDataset10IsAllBandsEiPKi at Base 3.7.0
+ _ZNK11GDALDataset11GetRefCountEv at Base 2.0.1
+ _ZNK11GDALDataset12GetRootGroupEv at Base 3.1.0
+ _ZNK11GDALDataset13GetSpatialRefEv at Base 3.0.0
+ _ZNK11GDALDataset14GetFieldDomainERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.3.0
+ _ZNK11GDALDataset14IsLayerPrivateEi at Base 3.4.0
+ _ZNK11GDALDataset15GetRelationshipERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.6.0
+ _ZNK11GDALDataset16GetGCPSpatialRefEv at Base 3.0.0
+ _ZNK11GDALDataset16GetProjectionRefEv at Base 3.0.0
+ _ZNK11GDALDataset18GetSummaryRefCountEv at Base 2.0.1
+ _ZNK11GDALDataset19AreOverviewsEnabledEv at Base 3.3.0
+ _ZNK11GDALDataset19GetFieldDomainNamesB5cxx11EPKPKc at Base 3.5.0
+ _ZNK11GDALDataset20GetRelationshipNamesB5cxx11EPKPKc at Base 3.6.0
+ _ZNK11GDALDataset5Bands3endEv at Base 2.3.0
+ _ZNK11GDALDataset5Bands4sizeEv at Base 2.3.0
+ _ZNK11GDALDataset5Bands5beginEv at Base 2.3.0
+ _ZNK11GDALDataset5Bands8IteratorneERKS1_ at Base 2.3.0
+ _ZNK11GDALDataset6Layers3endEv at Base 2.3.0
+ _ZNK11GDALDataset6Layers4sizeEv at Base 2.3.0
+ _ZNK11GDALDataset6Layers5beginEv at Base 2.3.0
+ _ZNK11GDALDataset6Layers8IteratordeEv at Base 2.3.0
+ _ZNK11GDALDataset6Layers8IteratorneERKS1_ at Base 2.3.0
+ _ZNK11GDALDataset8Features3endEv at Base 2.3.0
+ _ZNK11GDALDataset8Features5beginEv at Base 2.3.0
+ _ZNK11GDALDataset8Features8IteratordeEv at Base 2.3.0
+ _ZNK11GDALDataset8Features8IteratorneERKS1_ at Base 2.3.0
+ _ZNK11GDALDataset9GetSharedEv at Base 2.2.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNK11GDALMDArray10AdviseReadEPKyPKjPKPKc at Base 3.7.2
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNK11GDALMDArray10AdviseReadEPKyPKmPKPKc at Base 3.8.0
+ _ZNK11GDALMDArray10GetGriddedERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt10shared_ptrIS_ESB_PKPKc at Base 3.7.0
+ _ZNK11GDALMDArray11GetUnscaledEddd at Base 3.8.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNK11GDALMDArray11IAdviseReadEPKyPKjPKPKc at Base 3.7.2
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNK11GDALMDArray11IAdviseReadEPKyPKmPKPKc at Base 3.8.0
+ _ZNK11GDALMDArray11IsCacheableEv at Base 3.4.0
+ _ZNK11GDALMDArray12GetResampledERKSt6vectorISt10shared_ptrI13GDALDimensionESaIS3_EE18GDALRIOResampleAlgPK19OGRSpatialReferencePKPKc at Base 3.4.0
+ _ZNK11GDALMDArray12GetRootGroupEv at Base 3.8.0
+ _ZNK11GDALMDArray13GetSpatialRefEv at Base 3.1.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k powerpc sh4)_ZNK11GDALMDArray16AsClassicDatasetEjjRKSt10shared_ptrI9GDALGroupEPKPKc at Base 3.8.0
+ (arch=amd64 arm64 ia64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNK11GDALMDArray16AsClassicDatasetEmmRKSt10shared_ptrI9GDALGroupEPKPKc at Base 3.8.3
+ _ZNK11GDALMDArray16GetTotalCopyCostEv at Base 3.1.0
+ _ZNK11GDALMDArray17GetCacheRootGroupEbRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.4.0
+ _ZNK11GDALMDArray17GetRawNoDataValueEv at Base 3.1.0
+ _ZNK11GDALMDArray17GetStructuralInfoEv at Base 3.1.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNK11GDALMDArray17GuessGeoTransformEjjbPd at Base 3.7.2
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNK11GDALMDArray17GuessGeoTransformEmmbPd at Base 3.8.0
+ _ZNK11GDALMDArray17IsRegularlySpacedERdS0_ at Base 3.4.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNK11GDALMDArray19IsTransposedRequestEPKjPKi at Base 3.7.2
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNK11GDALMDArray19IsTransposedRequestEPKmPKx at Base 3.8.0
+ _ZNK11GDALMDArray21GetNoDataValueAsInt64EPb at Base 3.5.0
+ _ZNK11GDALMDArray22GetCoordinateVariablesEv at Base 3.4.0
+ _ZNK11GDALMDArray22GetNoDataValueAsDoubleEPb at Base 3.1.0
+ _ZNK11GDALMDArray22GetNoDataValueAsUInt64EPb at Base 3.5.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNK11GDALMDArray24ReadForTransposedRequestEPKyPKjPKxPKiRK20GDALExtendedDataTypePv at Base 3.7.2
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNK11GDALMDArray24ReadForTransposedRequestEPKyPKmPKxS5_RK20GDALExtendedDataTypePv at Base 3.8.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k powerpc sh4)_ZNK11GDALMDArray24ReadUsingContiguousIReadEPKyPKjPKxPKiRK20GDALExtendedDataTypePv at Base 3.8.0
+ (arch=amd64 arm64 ia64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNK11GDALMDArray24ReadUsingContiguousIReadEPKyPKmPKxS5_RK20GDALExtendedDataTypePv at Base 3.8.3
+ (arch=armel armhf hppa hurd-i386 i386 m68k powerpc sh4)_ZNK11GDALMDArray46IsStepOneContiguousRowMajorOrderedSameDataTypeEPKjPKxPKiRK20GDALExtendedDataType at Base 3.8.0
+ (arch=amd64 arm64 ia64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNK11GDALMDArray46IsStepOneContiguousRowMajorOrderedSameDataTypeEPKmPKxS3_RK20GDALExtendedDataType at Base 3.8.3
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNK11GDALMDArray4ReadEPKyPKjPKxPKiRK20GDALExtendedDataTypePvPKvj at Base 3.7.2
+ (arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_ZNK11GDALMDArray4ReadEPKyPKmPKxS5_RK20GDALExtendedDataTypePvPKvm at Base 3.4.2
+ _ZNK11GDALMDArray5CacheEPKPKc at Base 3.4.0
+ _ZNK11GDALMDArray7GetMaskEPKPKc at Base 3.1.0
+ _ZNK11GDALMDArray7GetUnitB5cxx11Ev at Base 3.1.0
+ _ZNK11GDALMDArray7GetViewERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.1.0
+ _ZNK11GDALMDArray7GetViewERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEbRSt6vectorINS_8ViewSpecESaIS9_EE at Base 3.1.0
+ _ZNK11GDALMDArray7GetViewERKSt6vectorIySaIyEE at Base 3.1.0
+ _ZNK11GDALMDArray8GetScaleEPbP12GDALDataType at Base 3.3.0
+ _ZNK11GDALMDArray9GetOffsetEPbP12GDALDataType at Base 3.3.0
+ _ZNK11GDALMDArray9TransposeERKSt6vectorIiSaIiEE at Base 3.1.0
+ _ZNK11GDALMDArrayixERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.1.0
+ _ZNK11OGRGeometry10ConvexHullEv at Base 1.8.0
+ _ZNK11OGRGeometry10DifferenceEPKS_ at Base 1.8.0
+ _ZNK11OGRGeometry10Distance3DEPKS_ at Base 2.2.0
+ _ZNK11OGRGeometry10IntersectsEPKS_ at Base 2.0.1
+ _ZNK11OGRGeometry10PolygonizeEv at Base 1.9.0
+ _ZNK11OGRGeometry10UnaryUnionEv at Base 3.7.0
+ _ZNK11OGRGeometry11ConcaveHullEdb at Base 3.6.0
+ _ZNK11OGRGeometry11exportToGMLEPKPKc at Base 1.8.0
+ _ZNK11OGRGeometry11exportToKMLEv at Base 1.8.0
+ _ZNK11OGRGeometry11exportToWktEPPc13OGRwkbVariant at Base 3.1.0
+ _ZNK11OGRGeometry11getBoundaryEv at Base 1.8.0
+ _ZNK11OGRGeometry12IntersectionEPKS_ at Base 1.8.0
+ _ZNK11OGRGeometry12dumpReadableB5cxx11EPKcPKS1_ at Base 3.7.0
+ _ZNK11OGRGeometry12dumpReadableEP8_IO_FILEPKcPKS3_ at Base 3.7.0
+ _ZNK11OGRGeometry12exportToGEOSEP20GEOSContextHandle_HS at Base 1.11.0
+ _ZNK11OGRGeometry12exportToJsonEv at Base 1.8.0
+ _ZNK11OGRGeometry13SymDifferenceEPKS_ at Base 1.8.0
+ _ZNK11OGRGeometry13UnionCascadedEv at Base 1.8.0
+ _ZNK11OGRGeometry13wktTypeStringB5cxx11E13OGRwkbVariant at Base 3.1.0
+ _ZNK11OGRGeometry16getCurveGeometryEPKPKc at Base 2.0.1
+ _ZNK11OGRGeometry16hasCurveGeometryEi at Base 2.0.1
+ _ZNK11OGRGeometry17getLinearGeometryEdPKPKc at Base 2.0.1
+ _ZNK11OGRGeometry18IsSFCGALCompatibleEv at Base 2.2.0
+ _ZNK11OGRGeometry18getIsoGeometryTypeEv at Base 1.11.0
+ _ZNK11OGRGeometry19CoordinateDimensionEv at Base 2.1.0
+ _ZNK11OGRGeometry19SymmetricDifferenceEPKS_ at Base 1.8.0
+ _ZNK11OGRGeometry21DelaunayTriangulationEdi at Base 2.1.0
+ _ZNK11OGRGeometry22PointOnSurfaceInternalEP8OGRPoint at Base 2.1.0
+ _ZNK11OGRGeometry22getCoordinateDimensionEv at Base 1.8.0
+ _ZNK11OGRGeometry24SimplifyPreserveTopologyEd at Base 1.9.0
+ _ZNK11OGRGeometry5EqualEPS_ at Base 1.8.0
+ _ZNK11OGRGeometry5UnionEPKS_ at Base 1.8.0
+ _ZNK11OGRGeometry6BufferEdi at Base 1.8.0
+ _ZNK11OGRGeometry6IsRingEv at Base 1.8.0
+ _ZNK11OGRGeometry6WithinEPKS_ at Base 1.8.0
+ _ZNK11OGRGeometry7CrossesEPKS_ at Base 1.8.0
+ _ZNK11OGRGeometry7IsValidEv at Base 1.8.0
+ _ZNK11OGRGeometry7TouchesEPKS_ at Base 1.8.0
+ _ZNK11OGRGeometry8BoundaryEv at Base 1.8.0
+ _ZNK11OGRGeometry8CentroidEP8OGRPoint at Base 1.8.0
+ _ZNK11OGRGeometry8ContainsEPKS_ at Base 1.8.0
+ _ZNK11OGRGeometry8DisjointEPKS_ at Base 1.8.0
+ _ZNK11OGRGeometry8DistanceEPKS_ at Base 1.8.0
+ _ZNK11OGRGeometry8IsSimpleEv at Base 1.8.0
+ _ZNK11OGRGeometry8OverlapsEPKS_ at Base 1.8.0
+ _ZNK11OGRGeometry8SimplifyEd at Base 1.8.0
+ _ZNK11OGRGeometry9IntersectEPS_ at Base 1.8.0
+ _ZNK11OGRGeometry9MakeValidEPKPKc at Base 3.4.0
+ _ZNK11OGRGeometry9NormalizeEv at Base 3.3.0
+ _ZNK11OGRTriangle15getGeometryNameEv at Base 2.2.0
+ _ZNK11OGRTriangle15getGeometryTypeEv at Base 2.2.0
+ _ZNK11OGRTriangle18GetCasterToPolygonEv at Base 2.2.0
+ _ZNK11OGRTriangle18quickValidityCheckEv at Base 2.2.0
+ _ZNK11OGRTriangle5cloneEv at Base 3.3.0
+ _ZNK11OGRTriangle6acceptEP24IOGRConstGeometryVisitor at Base 2.3.0
+ _ZNK11OGR_SRSNode11exportToWktEPPc at Base 1.8.0
+ _ZNK11OGR_SRSNode12NeedsQuotingEv at Base 1.8.0
+ _ZNK11OGR_SRSNode17exportToPrettyWktEPPci at Base 1.8.0
+ _ZNK11OGR_SRSNode5CloneEv at Base 1.8.0
+ _ZNK11OGR_SRSNode7GetNodeEPKc at Base 1.8.0
+ _ZNK11OGR_SRSNode8GetChildEi at Base 1.8.0
+ _ZNK11OGR_SRSNode9FindChildEPKc at Base 1.8.0
+ _ZNK11swq_summary10ComparatorclERK9CPLStringS3_ at Base 3.1.0
+ _ZNK12CPLJSONArray13ConstIteratordeEv at Base 3.7.1
+ _ZNK12CPLJSONArray4SizeEv at Base 2.3.0
+ _ZNK12CPLJSONArrayixEi at Base 2.3.0
+ _ZNK12GDALOpenInfo21AreSiblingFilesLoadedEv at Base 2.1.0
+ _ZNK12OGRFieldDefn10GetDefaultEv at Base 2.0.1
+ _ZNK12OGRFieldDefn23IsDefaultDriverSpecificEv at Base 2.0.1
+ _ZNK12OGRFieldDefn6IsSameEPKS_ at Base 1.10.0
+ _ZNK13CPLJSONObject10GetIntegerERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEi at Base 2.3.0
+ _ZNK13CPLJSONObject11GetChildrenEv at Base 2.3.0
+ _ZNK13CPLJSONObject15GetObjectByPathERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERS5_ at Base 2.3.0
+ _ZNK13CPLJSONObject5CloneEv at Base 3.8.0
+ _ZNK13CPLJSONObject6FormatB5cxx11ENS_12PrettyFormatE at Base 2.3.0
+ _ZNK13CPLJSONObject6GetObjERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.3.0
+ _ZNK13CPLJSONObject6ToBoolEb at Base 2.3.0
+ _ZNK13CPLJSONObject6ToLongEx at Base 2.3.0
+ _ZNK13CPLJSONObject7GetBoolERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEb at Base 2.3.0
+ _ZNK13CPLJSONObject7GetLongERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEx at Base 2.3.0
+ _ZNK13CPLJSONObject7GetTypeEv at Base 2.3.0
+ _ZNK13CPLJSONObject7IsValidEv at Base 2.3.0
+ _ZNK13CPLJSONObject7ToArrayEv at Base 2.3.0
+ _ZNK13CPLJSONObject8GetArrayERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.3.0
+ _ZNK13CPLJSONObject8ToDoubleEd at Base 2.3.0
+ _ZNK13CPLJSONObject8ToStringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.3.0
+ _ZNK13CPLJSONObject9GetDoubleERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEd at Base 2.3.0
+ _ZNK13CPLJSONObject9GetStringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_ at Base 2.3.0
+ _ZNK13CPLJSONObject9ToIntegerEi at Base 2.3.0
+ _ZNK13CPLJSONObjectixERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.3.0
+ _ZNK13CPLStringList12FetchBooleanEPKci at Base 1.9.0
+ _ZNK13CPLStringList14FetchNameValueEPKc at Base 1.9.0
+ _ZNK13CPLStringList17FetchNameValueDefEPKcS1_ at Base 1.9.0
+ _ZNK13CPLStringList5CountEv at Base 1.9.0
+ _ZNK13CPLStringList8FindNameEPKc at Base 1.9.0
+ _ZNK13CPLStringList9FetchBoolEPKcb at Base 2.1.0
+ _ZNK13CPLStringListixEi at Base 1.9.0
+ _ZNK13GDALAttribute12ReadAsDoubleEv at Base 3.1.0
+ _ZNK13GDALAttribute12ReadAsStringEv at Base 3.1.0
+ _ZNK13GDALAttribute14ReadAsIntArrayEv at Base 3.1.0
+ _ZNK13GDALAttribute17GetDimensionsSizeEv at Base 3.1.0
+ _ZNK13GDALAttribute17ReadAsDoubleArrayEv at Base 3.1.0
+ _ZNK13GDALAttribute17ReadAsStringArrayEv at Base 3.1.0
+ _ZNK13GDALAttribute9ReadAsIntEv at Base 3.1.0
+ _ZNK13GDALAttribute9ReadAsRawEv at Base 3.1.0
+ _ZNK13GDALDimension19GetIndexingVariableEv at Base 3.1.0
+ _ZNK13MEMRasterBand10IsMaskBandEv at Base 3.5.0
+ _ZNK13OGRLineString11CurveToLineEdPKPKc at Base 2.0.1
+ _ZNK13OGRLineString11isClockwiseEv at Base 3.6.0
+ _ZNK13OGRLineString15getGeometryNameEv at Base 1.8.0
+ _ZNK13OGRLineString15getGeometryTypeEv at Base 1.8.0
+ _ZNK13OGRLineString16getCurveGeometryEPKPKc at Base 2.0.1
+ _ZNK13OGRLineString21GetCasterToLineStringEv at Base 2.0.1
+ _ZNK13OGRLineString21GetCasterToLinearRingEv at Base 2.0.1
+ _ZNK13OGRLineString23get_AreaOfCurveSegmentsEv at Base 2.0.1
+ _ZNK13OGRLineString5cloneEv at Base 3.3.0
+ _ZNK13OGRLineString6acceptEP24IOGRConstGeometryVisitor at Base 2.3.0
+ _ZNK13OGRLineString8get_AreaEv at Base 2.0.1
+ _ZNK13OGRLinearRing11exportToWkbE15OGRwkbByteOrderPh13OGRwkbVariant at Base 1.11.0
+ _ZNK13OGRLinearRing12_exportToWkbE15OGRwkbByteOrderiPh at Base 1.8.0
+ _ZNK13OGRLinearRing13isPointInRingEPK8OGRPointi at Base 1.8.0
+ _ZNK13OGRLinearRing15getGeometryNameEv at Base 1.8.0
+ _ZNK13OGRLinearRing21GetCasterToLineStringEv at Base 2.0.1
+ _ZNK13OGRLinearRing21GetCasterToLinearRingEv at Base 2.0.1
+ _ZNK13OGRLinearRing21isPointOnRingBoundaryEPK8OGRPointi at Base 1.8.0
+ _ZNK13OGRLinearRing5cloneEv at Base 1.8.0
+ _ZNK13OGRLinearRing6acceptEP24IOGRConstGeometryVisitor at Base 2.3.0
+ _ZNK13OGRLinearRing7WkbSizeEv at Base 1.8.0
+ _ZNK13OGRLinearRing8_WkbSizeEi at Base 1.8.0
+ _ZNK13OGRMultiCurve11exportToWktB5cxx11ERK13OGRWktOptionsPi at Base 3.1.0
+ _ZNK13OGRMultiCurve12getDimensionEv at Base 2.0.1
+ _ZNK13OGRMultiCurve15getGeometryNameEv at Base 2.0.1
+ _ZNK13OGRMultiCurve15getGeometryTypeEv at Base 2.0.1
+ _ZNK13OGRMultiCurve16hasCurveGeometryEi at Base 2.0.1
+ _ZNK13OGRMultiCurve19isCompatibleSubTypeE18OGRwkbGeometryType at Base 2.0.1
+ _ZNK13OGRMultiCurve5cloneEv at Base 3.3.0
+ _ZNK13OGRMultiCurve6acceptEP24IOGRConstGeometryVisitor at Base 2.3.0
+ _ZNK13OGRMultiPoint11exportToWktB5cxx11ERK13OGRWktOptionsPi at Base 3.1.0
+ _ZNK13OGRMultiPoint12getDimensionEv at Base 1.10.0
+ _ZNK13OGRMultiPoint15getGeometryNameEv at Base 1.8.0
+ _ZNK13OGRMultiPoint15getGeometryTypeEv at Base 1.8.0
+ _ZNK13OGRMultiPoint16hasCurveGeometryEi at Base 2.0.1
+ _ZNK13OGRMultiPoint19isCompatibleSubTypeE18OGRwkbGeometryType at Base 2.0.1
+ _ZNK13OGRMultiPoint5cloneEv at Base 3.3.0
+ _ZNK13OGRMultiPoint6acceptEP24IOGRConstGeometryVisitor at Base 2.3.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNK13RawRasterBand10DoByteSwapEPvjib at Base 3.7.2
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNK13RawRasterBand10DoByteSwapEPvmib at Base 3.8.0
+ _ZNK13RawRasterBand17ComputeFileOffsetEi at Base 3.3.0
+ _ZNK13RawRasterBand20NeedsByteOrderChangeEv at Base 3.1.0
+ _ZNK13RawRasterBand5IsBIPEv at Base 3.3.0
+ _ZNK13VRTRasterBand10IsMaskBandEv at Base 3.5.0
+ _ZNK13VRTRasterBand28IsNoDataValueInDataTypeRangeEv at Base 3.6.0
+ _ZNK13swq_expr_nodeeqERKS_ at Base 3.7.0
+ _ZNK14GDALColorTable10IsIdentityEv at Base 3.4.1
+ _ZNK14GDALColorTable13GetColorEntryEi at Base 1.8.0
+ _ZNK14GDALColorTable18GetColorEntryAsRGBEiP14GDALColorEntry at Base 1.8.0
+ _ZNK14GDALColorTable18GetColorEntryCountEv at Base 1.8.0
+ _ZNK14GDALColorTable24GetPaletteInterpretationEv at Base 1.8.0
+ _ZNK14GDALColorTable5CloneEv at Base 1.8.0
+ _ZNK14GDALColorTable6IsSameEPKS_ at Base 2.0.1
+ _ZNK14GDALPamDataset13GetSpatialRefEv at Base 3.0.0
+ _ZNK14GDALPamDataset16GetGCPSpatialRefEv at Base 3.0.0
+ _ZNK14GDALPamMDArray13GetSpatialRefEv at Base 3.4.0
+ _ZNK14GDALRasterBand10IsMaskBandEv at Base 3.5.0
+ _ZNK14GDALRasterBand17GetMaskValueRangeEv at Base 3.5.0
+ _ZNK14GDALRasterBand30GetSuggestedBlockAccessPatternEv at Base 3.6.0
+ _ZNK14GDALRasterBand9AsMDArrayEv at Base 3.1.0
+ _ZNK14OGRFeatureDefn11GetGeomTypeEv at Base 2.3.0
+ _ZNK14OGRFeatureDefn12GetFieldDefnEi at Base 2.3.0
+ _ZNK14OGRFeatureDefn13GetFieldCountEv at Base 2.3.0
+ _ZNK14OGRFeatureDefn13GetFieldIndexEPKc at Base 2.3.0
+ _ZNK14OGRFeatureDefn14IsStyleIgnoredEv at Base 2.2.0
+ _ZNK14OGRFeatureDefn16GetGeomFieldDefnEi at Base 2.3.0
+ _ZNK14OGRFeatureDefn17GetGeomFieldCountEv at Base 2.3.0
+ _ZNK14OGRFeatureDefn17GetGeomFieldIndexEPKc at Base 2.3.0
+ _ZNK14OGRFeatureDefn17IsGeometryIgnoredEv at Base 2.3.0
+ _ZNK14OGRFeatureDefn20ComputeMapForSetFromEPKS_b at Base 2.3.0
+ _ZNK14OGRFeatureDefn26GetFieldIndexCaseSensitiveEPKc at Base 2.4.0
+ _ZNK14OGRFeatureDefn5CloneEv at Base 2.3.0
+ _ZNK14OGRFeatureDefn6IsSameEPKS_ at Base 2.3.0
+ _ZNK14OGRFeatureDefn7GetNameEv at Base 2.3.0
+ _ZNK14OGRSimpleCurve10StartPointEP8OGRPoint at Base 2.0.1
+ _ZNK14OGRSimpleCurve10getSubLineEddi at Base 2.0.1
+ _ZNK14OGRSimpleCurve10get_LengthEv at Base 2.0.1
+ _ZNK14OGRSimpleCurve11exportToWkbE15OGRwkbByteOrderPh13OGRwkbVariant at Base 2.0.1
+ _ZNK14OGRSimpleCurve11exportToWktB5cxx11ERK13OGRWktOptionsPi at Base 3.1.0
+ _ZNK14OGRSimpleCurve11getEnvelopeEP11OGREnvelope at Base 2.0.1
+ _ZNK14OGRSimpleCurve11getEnvelopeEP13OGREnvelope3D at Base 2.0.1
+ _ZNK14OGRSimpleCurve12getNumPointsEv at Base 2.0.1
+ _ZNK14OGRSimpleCurve13ConstIteratordeEv at Base 2.3.0
+ _ZNK14OGRSimpleCurve13ConstIteratorneERKS0_ at Base 2.3.0
+ _ZNK14OGRSimpleCurve14get_LinearAreaEv at Base 2.0.1
+ _ZNK14OGRSimpleCurve16getPointIteratorEv at Base 2.0.1
+ _ZNK14OGRSimpleCurve3endEv at Base 2.3.0
+ _ZNK14OGRSimpleCurve4getMEi at Base 2.1.0
+ _ZNK14OGRSimpleCurve4getZEi at Base 2.0.1
+ _ZNK14OGRSimpleCurve5ValueEdP8OGRPoint at Base 2.0.1
+ _ZNK14OGRSimpleCurve5beginEv at Base 2.3.0
+ _ZNK14OGRSimpleCurve6EqualsEPK11OGRGeometry at Base 2.3.0
+ _ZNK14OGRSimpleCurve7IsEmptyEv at Base 2.0.1
+ _ZNK14OGRSimpleCurve7ProjectEPK8OGRPoint at Base 2.0.1
+ _ZNK14OGRSimpleCurve7WkbSizeEv at Base 2.0.1
+ _ZNK14OGRSimpleCurve8EndPointEP8OGRPoint at Base 2.0.1
+ _ZNK14OGRSimpleCurve8IteratorneERKS0_ at Base 2.3.0
+ _ZNK14OGRSimpleCurve8getPointEiP8OGRPoint at Base 2.0.1
+ _ZNK14OGRSimpleCurve9getPointsEP11OGRRawPointPd at Base 2.0.1
+ _ZNK14OGRSimpleCurve9getPointsEPviS0_iS0_iS0_i at Base 2.1.0
+ _ZNK15CPLJSONDocument12SaveAsStringB5cxx11Ev at Base 3.1.0
+ _ZNK15CPLJSONDocument4SaveERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.1.0
+ _ZNK15CPLJSONDocument7GetRootEv at Base 3.1.0
+ _ZNK15GDALMajorObject10GetMOFlagsEv at Base 2.2.0
+ _ZNK15GDALMajorObject14GetDescriptionEv at Base 1.8.0
+ _ZNK15GMLFeatureClass11GetPropertyEi at Base 1.8.0
+ _ZNK15GMLFeatureClass14GetElementNameEv at Base 1.8.0
+ _ZNK15GMLFeatureClass16GetPropertyIndexEPKc at Base 1.8.0
+ _ZNK15GMLFeatureClass17GetElementNameLenEv at Base 1.9.0
+ _ZNK15GMLFeatureClass19GetGeometryPropertyEi at Base 1.11.0
+ _ZNK15GMLFeatureClass28GetPropertyIndexBySrcElementEPKci at Base 1.9.0
+ _ZNK15GMLFeatureClass36GetGeometryPropertyIndexBySrcElementEPKc at Base 1.11.0
+ _ZNK15OGRCurvePolygon10IntersectsEPK11OGRGeometry at Base 2.0.1
+ _ZNK15OGRCurvePolygon11exportToWkbE15OGRwkbByteOrderPh13OGRwkbVariant at Base 2.0.1
+ _ZNK15OGRCurvePolygon11exportToWktB5cxx11ERK13OGRWktOptionsPi at Base 3.1.0
+ _ZNK15OGRCurvePolygon11getEnvelopeEP11OGREnvelope at Base 2.0.1
+ _ZNK15OGRCurvePolygon11getEnvelopeEP13OGREnvelope3D at Base 2.0.1
+ _ZNK15OGRCurvePolygon12getDimensionEv at Base 2.0.1
+ _ZNK15OGRCurvePolygon13ContainsPointEPK8OGRPoint at Base 2.0.1
+ _ZNK15OGRCurvePolygon15CurvePolyToPolyEdPKPKc at Base 2.0.1
+ _ZNK15OGRCurvePolygon15IntersectsPointEPK8OGRPoint at Base 2.3.0
+ _ZNK15OGRCurvePolygon15getGeometryNameEv at Base 2.0.1
+ _ZNK15OGRCurvePolygon15getGeometryTypeEv at Base 2.0.1
+ _ZNK15OGRCurvePolygon16hasCurveGeometryEi at Base 2.0.1
+ _ZNK15OGRCurvePolygon17getLinearGeometryEdPKPKc at Base 2.0.1
+ _ZNK15OGRCurvePolygon18GetCasterToPolygonEv at Base 2.0.1
+ _ZNK15OGRCurvePolygon19getNumInteriorRingsEv at Base 2.0.1
+ _ZNK15OGRCurvePolygon20getExteriorRingCurveEv at Base 2.0.1
+ _ZNK15OGRCurvePolygon20getInteriorRingCurveEi at Base 2.0.1
+ _ZNK15OGRCurvePolygon23GetCasterToCurvePolygonEv at Base 2.0.1
+ _ZNK15OGRCurvePolygon5cloneEv at Base 2.0.1
+ _ZNK15OGRCurvePolygon6EqualsEPK11OGRGeometry at Base 2.3.0
+ _ZNK15OGRCurvePolygon6acceptEP24IOGRConstGeometryVisitor at Base 2.3.0
+ _ZNK15OGRCurvePolygon7IsEmptyEv at Base 2.0.1
+ _ZNK15OGRCurvePolygon7WkbSizeEv at Base 2.0.1
+ _ZNK15OGRCurvePolygon8ContainsEPK11OGRGeometry at Base 2.0.1
+ _ZNK15OGRCurvePolygon8get_AreaEv at Base 2.0.1
+ _ZNK15OGRCurvePolygon9checkRingEP8OGRCurve at Base 2.0.1
+ _ZNK15OGRMultiPolygon11exportToWktB5cxx11ERK13OGRWktOptionsPi at Base 3.1.0
+ _ZNK15OGRMultiPolygon15getGeometryNameEv at Base 1.8.0
+ _ZNK15OGRMultiPolygon15getGeometryTypeEv at Base 1.8.0
+ _ZNK15OGRMultiPolygon16hasCurveGeometryEi at Base 2.0.1
+ _ZNK15OGRMultiPolygon19isCompatibleSubTypeE18OGRwkbGeometryType at Base 2.0.1
+ _ZNK15OGRMultiPolygon5cloneEv at Base 3.3.0
+ _ZNK15OGRMultiPolygon6acceptEP24IOGRConstGeometryVisitor at Base 2.3.0
+ _ZNK15OGRMultiSurface11exportToWktB5cxx11ERK13OGRWktOptionsPi at Base 3.1.0
+ _ZNK15OGRMultiSurface12getDimensionEv at Base 2.0.1
+ _ZNK15OGRMultiSurface14PointOnSurfaceEP8OGRPoint at Base 2.0.1
+ _ZNK15OGRMultiSurface15getGeometryNameEv at Base 2.0.1
+ _ZNK15OGRMultiSurface15getGeometryTypeEv at Base 2.0.1
+ _ZNK15OGRMultiSurface16hasCurveGeometryEi at Base 2.0.1
+ _ZNK15OGRMultiSurface19isCompatibleSubTypeE18OGRwkbGeometryType at Base 2.0.1
+ _ZNK15OGRMultiSurface5cloneEv at Base 3.3.0
+ _ZNK15OGRMultiSurface6acceptEP24IOGRConstGeometryVisitor at Base 2.3.0
+ _ZNK15VRTSimpleSource10OpenSourceEv at Base 3.4.0
+ _ZNK15VRTSimpleSource13GetRasterBandEv at Base 3.4.0
+ _ZNK15VRTSimpleSource18ValidateOpenedBandEP14GDALRasterBand at Base 3.6.0
+ _ZNK15VRTSimpleSource20NeedMaxValAdjustmentEv at Base 2.1.0
+ _ZNK15VRTSimpleSource8DstToSrcEddRdS0_ at Base 2.3.0
+ _ZNK15VRTSimpleSource8SrcToDstEddRdS0_ at Base 2.3.0
+ _ZNK16CPLODBCStatement18GetColDataAsDoubleEPKc at Base 3.5.0
+ _ZNK16CPLODBCStatement18GetColDataAsDoubleEi at Base 3.5.0
+ _ZNK16CPLODBCStatement8GetColIdEPKc at Base 3.5.0
+ _ZNK16GDALEDTComponenteqERKS_ at Base 3.1.0
+ _ZNK16GDALProxyDataset13GetSpatialRefEv at Base 3.0.0
+ _ZNK16GDALProxyDataset16GetGCPSpatialRefEv at Base 3.0.0
+ _ZNK16GDALProxyDataset22UnrefUnderlyingDatasetEP11GDALDataset at Base 3.0.0
+ _ZNK16OGRCompoundCurve10StartPointEP8OGRPoint at Base 2.0.1
+ _ZNK16OGRCompoundCurve10get_LengthEv at Base 2.0.1
+ _ZNK16OGRCompoundCurve11CurveToLineEdPKPKc at Base 2.0.1
+ _ZNK16OGRCompoundCurve11exportToWkbE15OGRwkbByteOrderPh13OGRwkbVariant at Base 2.0.1
+ _ZNK16OGRCompoundCurve11exportToWktB5cxx11ERK13OGRWktOptionsPi at Base 3.1.0
+ _ZNK16OGRCompoundCurve11getEnvelopeEP11OGREnvelope at Base 2.0.1
+ _ZNK16OGRCompoundCurve11getEnvelopeEP13OGREnvelope3D at Base 2.0.1
+ _ZNK16OGRCompoundCurve12getNumCurvesEv at Base 2.0.1
+ _ZNK16OGRCompoundCurve12getNumPointsEv at Base 2.0.1
+ _ZNK16OGRCompoundCurve15getGeometryNameEv at Base 2.0.1
+ _ZNK16OGRCompoundCurve15getGeometryTypeEv at Base 2.0.1
+ _ZNK16OGRCompoundCurve16getPointIteratorEv at Base 2.0.1
+ _ZNK16OGRCompoundCurve16hasCurveGeometryEi at Base 2.0.1
+ _ZNK16OGRCompoundCurve17getLinearGeometryEdPKPKc at Base 2.0.1
+ _ZNK16OGRCompoundCurve19CurveToLineInternalEdPKPKci at Base 2.0.1
+ _ZNK16OGRCompoundCurve21GetCasterToLineStringEv at Base 2.0.1
+ _ZNK16OGRCompoundCurve21GetCasterToLinearRingEv at Base 2.0.1
+ _ZNK16OGRCompoundCurve23get_AreaOfCurveSegmentsEv at Base 2.0.1
+ _ZNK16OGRCompoundCurve5ValueEdP8OGRPoint at Base 2.0.1
+ _ZNK16OGRCompoundCurve5cloneEv at Base 2.0.1
+ _ZNK16OGRCompoundCurve6EqualsEPK11OGRGeometry at Base 2.3.0
+ _ZNK16OGRCompoundCurve6acceptEP24IOGRConstGeometryVisitor at Base 2.3.0
+ _ZNK16OGRCompoundCurve7IsEmptyEv at Base 2.0.1
+ _ZNK16OGRCompoundCurve7WkbSizeEv at Base 2.0.1
+ _ZNK16OGRCompoundCurve8EndPointEP8OGRPoint at Base 2.0.1
+ _ZNK16OGRCompoundCurve8getCurveEi at Base 2.0.1
+ _ZNK16OGRCompoundCurve8get_AreaEv at Base 2.0.1
+ _ZNK16OGRGeomFieldDefn13GetSpatialRefEv at Base 2.3.0
+ _ZNK16OGRGeomFieldDefn6IsSameEPKS_ at Base 2.3.0
+ _ZNK16VRTComplexSource18AreValuesUnchangedEv at Base 2.3.2
+ _ZNK16VRTComplexSource22GetAdjustedNoDataValueEv at Base 3.6.0
+ _ZNK16VRTWarpedDataset12GetBlockSizeEPiS0_ at Base 2.3.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNK16VSIVirtualHandle5PReadEPvjy at Base 3.7.2
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNK16VSIVirtualHandle5PReadEPvmy at Base 3.8.0
+ _ZNK16VSIVirtualHandle8HasPReadEv at Base 3.6.0
+ _ZNK17GDALDriverManager14GetDriverCountEv at Base 2.2.0
+ _ZNK17GDALIHasAttribute12GetAttributeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.1.0
+ _ZNK17GDALIHasAttribute13GetAttributesEPKPKc at Base 3.1.0
+ _ZNK17GDALIHasAttribute26GetAttributeFromAttributesERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.1.0
+ _ZNK17GNMGenericNetwork10GetVersionEv at Base 2.2.0
+ _ZNK17GNMGenericNetwork8GetRulesEv at Base 2.2.0
+ _ZNK17OGRCircularString10get_LengthEv at Base 2.0.1
+ _ZNK17OGRCircularString11CurveToLineEdPKPKc at Base 2.0.1
+ _ZNK17OGRCircularString11IsValidFastEv at Base 2.0.1
+ _ZNK17OGRCircularString11exportToWkbE15OGRwkbByteOrderPh13OGRwkbVariant at Base 2.0.1
+ _ZNK17OGRCircularString11exportToWktB5cxx11ERK13OGRWktOptionsPi at Base 3.1.0
+ _ZNK17OGRCircularString11getEnvelopeEP11OGREnvelope at Base 2.0.1
+ _ZNK17OGRCircularString11getEnvelopeEP13OGREnvelope3D at Base 2.0.1
+ _ZNK17OGRCircularString12IsFullCircleERdS0_S0_ at Base 2.0.1
+ _ZNK17OGRCircularString13ContainsPointEPK8OGRPoint at Base 2.0.1
+ _ZNK17OGRCircularString15IntersectsPointEPK8OGRPoint at Base 2.2.3
+ _ZNK17OGRCircularString15getGeometryNameEv at Base 2.0.1
+ _ZNK17OGRCircularString15getGeometryTypeEv at Base 2.0.1
+ _ZNK17OGRCircularString16hasCurveGeometryEi at Base 2.0.1
+ _ZNK17OGRCircularString17getLinearGeometryEdPKPKc at Base 2.0.1
+ _ZNK17OGRCircularString21GetCasterToLineStringEv at Base 2.0.1
+ _ZNK17OGRCircularString21GetCasterToLinearRingEv at Base 2.0.1
+ _ZNK17OGRCircularString23get_AreaOfCurveSegmentsEv at Base 2.0.1
+ _ZNK17OGRCircularString26ExtendEnvelopeWithCircularEP11OGREnvelope at Base 2.0.1
+ _ZNK17OGRCircularString5ValueEdP8OGRPoint at Base 2.0.1
+ _ZNK17OGRCircularString5cloneEv at Base 3.3.0
+ _ZNK17OGRCircularString6acceptEP24IOGRConstGeometryVisitor at Base 2.3.0
+ _ZNK17OGRCircularString7IsValidEv at Base 2.0.1
+ _ZNK17OGRCircularString8get_AreaEv at Base 2.0.1
+ _ZNK18GDALNoDataMaskBand10IsMaskBandEv at Base 3.5.0
+ _ZNK18GDALNoDataMaskBand17GetMaskValueRangeEv at Base 3.5.0
+ _ZNK18GDALSubdatasetInfo16GetPathComponentB5cxx11Ev at Base 3.8.0
+ _ZNK18GDALSubdatasetInfo19ModifyPathComponentERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.8.0
+ _ZNK18GDALSubdatasetInfo22GetSubdatasetComponentB5cxx11Ev at Base 3.8.0
+ _ZNK18GDALSubdatasetInfo4initEv at Base 3.8.0
+ _ZNK18MEMAbstractMDArray11GetDataTypeEv at Base 3.5.0
+ _ZNK18MEMAbstractMDArray13GetDimensionsEv at Base 3.5.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNK18MEMAbstractMDArray5IReadEPKyPKjPKxPKiRK20GDALExtendedDataTypePv at Base 3.7.2
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNK18MEMAbstractMDArray5IReadEPKyPKmPKxS5_RK20GDALExtendedDataTypePv at Base 3.8.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNK18MEMAbstractMDArray9ReadWriteEbPKjRSt6vectorINS_14StackReadWriteESaIS3_EERK20GDALExtendedDataTypeS9_ at Base 3.7.2
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNK18MEMAbstractMDArray9ReadWriteEbPKmRSt6vectorINS_14StackReadWriteESaIS3_EERK20GDALExtendedDataTypeS9_ at Base 3.8.0
+ _ZNK18NASAKeywordHandler13GetJsonObjectEv at Base 2.3.0
+ _ZNK18OGRCurveCollection11exportToWkbEPK11OGRGeometry15OGRwkbByteOrderPh13OGRwkbVariant at Base 2.0.1
+ _ZNK18OGRCurveCollection11exportToWktB5cxx11EPK11OGRGeometryRK13OGRWktOptionsPi at Base 3.1.0
+ _ZNK18OGRCurveCollection11getEnvelopeEP11OGREnvelope at Base 2.0.1
+ _ZNK18OGRCurveCollection11getEnvelopeEP13OGREnvelope3D at Base 2.0.1
+ _ZNK18OGRCurveCollection12getNumCurvesEv at Base 2.0.1
+ _ZNK18OGRCurveCollection16hasCurveGeometryEi at Base 2.0.1
+ _ZNK18OGRCurveCollection6EqualsEPKS_ at Base 2.3.0
+ _ZNK18OGRCurveCollection7IsEmptyEv at Base 2.0.1
+ _ZNK18OGRCurveCollection7WkbSizeEv at Base 2.0.1
+ _ZNK18OGRCurveCollection8getCurveEi at Base 2.0.1
+ _ZNK18OGRGlobFieldDomain5CloneEv at Base 3.3.0
+ _ZNK18OGRMultiLineString11exportToWktB5cxx11ERK13OGRWktOptionsPi at Base 3.1.0
+ _ZNK18OGRMultiLineString15getGeometryNameEv at Base 1.8.0
+ _ZNK18OGRMultiLineString15getGeometryTypeEv at Base 1.8.0
+ _ZNK18OGRMultiLineString16hasCurveGeometryEi at Base 2.0.1
+ _ZNK18OGRMultiLineString19isCompatibleSubTypeE18OGRwkbGeometryType at Base 2.0.1
+ _ZNK18OGRMultiLineString5cloneEv at Base 3.3.0
+ _ZNK18OGRMultiLineString6acceptEP24IOGRConstGeometryVisitor at Base 2.3.0
+ _ZNK19GDALAbstractMDArray12GetBlockSizeEv at Base 3.1.0
+ _ZNK19GDALAbstractMDArray17GetDimensionCountEv at Base 3.1.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNK19GDALAbstractMDArray20CheckReadWriteParamsEPKyPKjRPKxRPKiRK20GDALExtendedDataTypePKvSE_jRSt6vectorIxSaIxEERSF_IiSaIiEE at Base 3.7.2
+ (arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_ZNK19GDALAbstractMDArray20CheckReadWriteParamsEPKyPKmRPKxS6_RK20GDALExtendedDataTypePKvSB_mRSt6vectorIxSaIxEESF_ at Base 3.4.2
+ _ZNK19GDALAbstractMDArray21GetTotalElementsCountEv at Base 3.1.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNK19GDALAbstractMDArray22GetProcessingChunkSizeEj at Base 3.7.2
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNK19GDALAbstractMDArray22GetProcessingChunkSizeEm at Base 3.8.0
+ _ZNK19GDALAbstractMDArray26CheckValidAndErrorOutIfNotEv at Base 3.8.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNK19GDALAbstractMDArray4ReadEPKyPKjPKxPKiRK20GDALExtendedDataTypePvPKvj at Base 3.7.2
+ (arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_ZNK19GDALAbstractMDArray4ReadEPKyPKmPKxS5_RK20GDALExtendedDataTypePvPKvm at Base 3.4.2
+ _ZNK19GDALAttributeString11GetDataTypeEv at Base 3.1.0
+ _ZNK19GDALAttributeString13GetDimensionsEv at Base 3.1.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNK19GDALAttributeString5IReadEPKyPKjPKxPKiRK20GDALExtendedDataTypePv at Base 3.7.2
+ (arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_ZNK19GDALAttributeString5IReadEPKyPKmPKxS5_RK20GDALExtendedDataTypePv at Base 3.4.2
+ _ZNK19GDALProxyRasterBand10IsMaskBandEv at Base 3.5.0
+ _ZNK19GDALProxyRasterBand17GetMaskValueRangeEv at Base 3.5.0
+ _ZNK19GDALProxyRasterBand25UnrefUnderlyingRasterBandEP14GDALRasterBand at Base 3.5.0
+ _ZNK19OGRCodedFieldDomain5CloneEv at Base 3.3.0
+ _ZNK19OGRRangeFieldDomain5CloneEv at Base 3.3.0
+ _ZNK19OGRSpatialReference10GetTOWGS84EPdi at Base 1.8.0
+ _ZNK19OGRSpatialReference10GetUTMZoneEPi at Base 1.8.0
+ _ZNK19OGRSpatialReference10IsCompoundEv at Base 1.9.0
+ _ZNK19OGRSpatialReference10IsVerticalEv at Base 1.8.0
+ _ZNK19OGRSpatialReference11CloneGeogCSEv at Base 1.8.0
+ _ZNK19OGRSpatialReference11FindMatchesEPPcPiPS2_ at Base 2.3.0
+ _ZNK19OGRSpatialReference11GetAttrNodeEPKc at Base 1.8.0
+ _ZNK19OGRSpatialReference11GetNormInfoEv at Base 1.8.0
+ _ZNK19OGRSpatialReference11GetProjParmEPKcdPi at Base 1.8.0
+ _ZNK19OGRSpatialReference11IsProjectedEv at Base 1.8.0
+ _ZNK19OGRSpatialReference11exportToPCIEPPcS1_PPd at Base 1.8.0
+ _ZNK19OGRSpatialReference11exportToWktEPPc at Base 1.8.0
+ _ZNK19OGRSpatialReference11exportToWktEPPcPKPKc at Base 3.0.0
+ _ZNK19OGRSpatialReference11exportToXMLEPPcPKc at Base 1.8.0
+ _ZNK19OGRSpatialReference12FindProjParmEPKcPK11OGR_SRSNode at Base 1.8.0
+ _ZNK19OGRSpatialReference12GetAreaOfUseEPdS0_S0_S0_PPKc at Base 3.0.0
+ _ZNK19OGRSpatialReference12GetAttrValueEPKci at Base 1.8.0
+ _ZNK19OGRSpatialReference12GetAxesCountEv at Base 3.0.0
+ _ZNK19OGRSpatialReference12GetExtensionEPKcS1_S1_ at Base 1.8.0
+ _ZNK19OGRSpatialReference12GetSemiMajorEPi at Base 1.8.0
+ _ZNK19OGRSpatialReference12GetSemiMinorEPi at Base 1.8.0
+ _ZNK19OGRSpatialReference12IsGeocentricEv at Base 1.9.0
+ _ZNK19OGRSpatialReference12IsGeographicEv at Base 1.8.0
+ _ZNK19OGRSpatialReference12IsSameGeogCSEPKS_ at Base 1.8.0
+ _ZNK19OGRSpatialReference12IsSameGeogCSEPKS_PKPKc at Base 2.3.0
+ _ZNK19OGRSpatialReference12IsSameVertCSEPKS_ at Base 1.8.0
+ _ZNK19OGRSpatialReference12exportToUSGSEPlS0_PPdS0_ at Base 1.8.0
+ _ZNK19OGRSpatialReference13FindBestMatchEiPKcPKS1_ at Base 3.6.0
+ _ZNK19OGRSpatialReference13GetEPSGGeogCSEv at Base 2.3.0
+ _ZNK19OGRSpatialReference13exportToProj4EPPc at Base 1.8.0
+ _ZNK19OGRSpatialReference14GetLinearUnitsEPPKc at Base 2.3.0
+ _ZNK19OGRSpatialReference14GetLinearUnitsEPPc at Base 1.8.0
+ _ZNK19OGRSpatialReference15GetAngularUnitsEPPKc at Base 2.3.0
+ _ZNK19OGRSpatialReference15GetAngularUnitsEPPc at Base 1.8.0
+ _ZNK19OGRSpatialReference15GetEccentricityEv at Base 2.3.0
+ _ZNK19OGRSpatialReference15GetNormProjParmEPKcdPi at Base 1.8.0
+ _ZNK19OGRSpatialReference16GetAuthorityCodeEPKc at Base 1.8.0
+ _ZNK19OGRSpatialReference16GetAuthorityNameEPKc at Base 1.8.0
+ _ZNK19OGRSpatialReference16GetInvFlatteningEPi at Base 1.8.0
+ _ZNK19OGRSpatialReference16GetPrimeMeridianEPPKc at Base 2.3.0
+ _ZNK19OGRSpatialReference16GetPrimeMeridianEPPc at Base 1.8.0
+ _ZNK19OGRSpatialReference16exportToPROJJSONEPPcPKPKc at Base 3.1.0
+ _ZNK19OGRSpatialReference16exportToPanoramaEPlS0_S0_S0_Pd at Base 1.8.0
+ _ZNK19OGRSpatialReference17GetReferenceCountEv at Base 3.0.0
+ _ZNK19OGRSpatialReference17exportToPrettyWktEPPci at Base 1.8.0
+ _ZNK19OGRSpatialReference18GetCoordinateEpochEv at Base 3.4.0
+ _ZNK19OGRSpatialReference18exportToMICoordSysEPPc at Base 1.8.0
+ _ZNK19OGRSpatialReference19EPSGTreatsAsLatLongEv at Base 2.3.0
+ _ZNK19OGRSpatialReference19IsDerivedGeographicEv at Base 3.1.0
+ _ZNK19OGRSpatialReference20GetTargetLinearUnitsEPKcPPc at Base 1.9.0
+ _ZNK19OGRSpatialReference20GetTargetLinearUnitsEPKcPS1_ at Base 2.3.0
+ _ZNK19OGRSpatialReference22GetAxisMappingStrategyEv at Base 3.0.0
+ _ZNK19OGRSpatialReference22GetSquaredEccentricityEv at Base 2.3.0
+ _ZNK19OGRSpatialReference22exportVertCSToPanoramaEPi at Base 3.7.0
+ _ZNK19OGRSpatialReference23GetWKT2ProjectionMethodEPPKcS2_S2_ at Base 3.7.0
+ _ZNK19OGRSpatialReference23HasPointMotionOperationEv at Base 3.8.0
+ _ZNK19OGRSpatialReference24convertToOtherProjectionEPKcPKS1_ at Base 2.3.0
+ _ZNK19OGRSpatialReference27EPSGTreatsAsNorthingEastingEv at Base 2.3.0
+ _ZNK19OGRSpatialReference27GetDataAxisToSRSAxisMappingEv at Base 3.0.0
+ _ZNK19OGRSpatialReference5CloneEv at Base 1.8.0
+ _ZNK19OGRSpatialReference6IsSameEPKS_ at Base 1.8.0
+ _ZNK19OGRSpatialReference6IsSameEPKS_PKPKc at Base 2.3.0
+ _ZNK19OGRSpatialReference7GetAxisEPKciP18OGRAxisOrientationPd at Base 3.4.0
+ _ZNK19OGRSpatialReference7GetNameEv at Base 3.0.0
+ _ZNK19OGRSpatialReference7GetRootEv at Base 3.0.0
+ _ZNK19OGRSpatialReference7IsEmptyEv at Base 3.0.0
+ _ZNK19OGRSpatialReference7IsLocalEv at Base 1.8.0
+ _ZNK19OGRSpatialReference8ValidateEv at Base 2.3.0
+ _ZNK19OGRSpatialReference9GetOGCURNEv at Base 3.5.0
+ _ZNK19OGRSpatialReference9IsDynamicEv at Base 3.4.0
+ _ZNK20GDALAllValidMaskBand10IsMaskBandEv at Base 3.5.0
+ _ZNK20GDALAllValidMaskBand17GetMaskValueRangeEv at Base 3.5.0
+ _ZNK20GDALAttributeNumeric11GetDataTypeEv at Base 3.1.0
+ _ZNK20GDALAttributeNumeric13GetDimensionsEv at Base 3.1.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNK20GDALAttributeNumeric5IReadEPKyPKjPKxPKiRK20GDALExtendedDataTypePv at Base 3.7.2
+ (arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_ZNK20GDALAttributeNumeric5IReadEPKyPKmPKxS5_RK20GDALExtendedDataTypePv at Base 3.4.2
+ _ZNK20GDALExtendedDataType12CanConvertToERKS_ at Base 3.1.0
+ _ZNK20GDALExtendedDataType17FreeDynamicMemoryEPv at Base 3.1.0
+ _ZNK20GDALExtendedDataType22NeedsFreeDynamicMemoryEv at Base 3.1.0
+ _ZNK20GDALExtendedDataTypeeqERKS_ at Base 3.1.0
+ _ZNK20GDALGeorefPamDataset13GetSpatialRefEv at Base 3.0.0
+ _ZNK20GDALGeorefPamDataset16GetGCPSpatialRefEv at Base 3.0.0
+ _ZNK20GDALGeorefPamDataset20GetPAMGeorefSrcIndexEv at Base 3.4.0
+ _ZNK20GDALMDReaderPleiades16GetMetadataFilesEv at Base 3.4.0
+ _ZNK20GDALMDReaderPleiades16HasRequiredFilesEv at Base 3.4.0
+ _ZNK20GDALProxyPoolDataset13GetSpatialRefEv at Base 3.0.0
+ _ZNK20GDALProxyPoolDataset16GetGCPSpatialRefEv at Base 3.0.0
+ _ZNK20GDALProxyPoolDataset20RefUnderlyingDatasetEb at Base 3.0.0
+ _ZNK20GDALProxyPoolDataset20RefUnderlyingDatasetEv at Base 3.0.0
+ _ZNK20GDALProxyPoolDataset22UnrefUnderlyingDatasetEP11GDALDataset at Base 3.0.0
+ _ZNK20OGRMutexedDataSource12GetRootGroupEv at Base 3.4.0
+ _ZNK20OGRMutexedDataSource14GetFieldDomainERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.3.0
+ _ZNK20OGRMutexedDataSource14IsLayerPrivateEi at Base 3.4.0
+ _ZNK20OGRMutexedDataSource15GetRelationshipERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.6.0
+ _ZNK20OGRMutexedDataSource19GetFieldDomainNamesB5cxx11EPKPKc at Base 3.5.0
+ _ZNK20OGRMutexedDataSource20GetRelationshipNamesB5cxx11EPKPKc at Base 3.6.0
+ _ZNK20OGRPolyhedralSurface11exportToWkbE15OGRwkbByteOrderPh13OGRwkbVariant at Base 2.2.0
+ _ZNK20OGRPolyhedralSurface11exportToWktB5cxx11ERK13OGRWktOptionsPi at Base 3.1.0
+ _ZNK20OGRPolyhedralSurface11getEnvelopeEP11OGREnvelope at Base 2.2.0
+ _ZNK20OGRPolyhedralSurface11getEnvelopeEP13OGREnvelope3D at Base 2.2.0
+ _ZNK20OGRPolyhedralSurface12getDimensionEv at Base 2.2.0
+ _ZNK20OGRPolyhedralSurface14PointOnSurfaceEP8OGRPoint at Base 2.2.0
+ _ZNK20OGRPolyhedralSurface14getGeometryRefEi at Base 2.2.0
+ _ZNK20OGRPolyhedralSurface15getGeometryNameEv at Base 2.2.0
+ _ZNK20OGRPolyhedralSurface15getGeometryTypeEv at Base 2.2.0
+ _ZNK20OGRPolyhedralSurface16getNumGeometriesEv at Base 2.2.0
+ _ZNK20OGRPolyhedralSurface16hasCurveGeometryEi at Base 2.2.0
+ _ZNK20OGRPolyhedralSurface18GetCasterToPolygonEv at Base 2.2.0
+ _ZNK20OGRPolyhedralSurface18getSubGeometryNameEv at Base 2.2.0
+ _ZNK20OGRPolyhedralSurface18getSubGeometryTypeEv at Base 2.2.0
+ _ZNK20OGRPolyhedralSurface19exportToWktInternalB5cxx11ERK13OGRWktOptionsPi at Base 3.1.0
+ _ZNK20OGRPolyhedralSurface19isCompatibleSubTypeE18OGRwkbGeometryType at Base 2.2.0
+ _ZNK20OGRPolyhedralSurface23GetCasterToCurvePolygonEv at Base 2.2.0
+ _ZNK20OGRPolyhedralSurface23GetCasterToMultiPolygonEv at Base 2.2.0
+ _ZNK20OGRPolyhedralSurface5cloneEv at Base 2.2.0
+ _ZNK20OGRPolyhedralSurface6EqualsEPK11OGRGeometry at Base 2.3.0
+ _ZNK20OGRPolyhedralSurface6acceptEP24IOGRConstGeometryVisitor at Base 2.3.0
+ _ZNK20OGRPolyhedralSurface7IsEmptyEv at Base 2.2.0
+ _ZNK20OGRPolyhedralSurface7WkbSizeEv at Base 2.2.0
+ _ZNK20OGRPolyhedralSurface8get_AreaEv at Base 2.2.0
+ _ZNK20VRTSourcedRasterBand35CanIRasterIOBeForwardedToEachSourceE10GDALRWFlagiiiiiiP20GDALRasterIOExtraArg at Base 3.7.3
+ _ZNK20VRTSourcedRasterBand67IsMosaicOfNonOverlappingSimpleSourcesOfFullRasterNoResAndTypeChangeEb at Base 3.6.0
+ _ZNK20VSIFilesystemHandler20GetCanonicalFilenameERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.8.0
+ _ZNK20VSIFilesystemHandler20GetStreamingFilenameERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.4.0
+ _ZNK21OGRGeometryCollection10get_LengthEv at Base 1.8.0
+ _ZNK21OGRGeometryCollection11exportToWkbE15OGRwkbByteOrderPh13OGRwkbVariant at Base 1.11.0
+ _ZNK21OGRGeometryCollection11exportToWktB5cxx11ERK13OGRWktOptionsPi at Base 3.1.0
+ _ZNK21OGRGeometryCollection11getEnvelopeEP11OGREnvelope at Base 1.8.0
+ _ZNK21OGRGeometryCollection11getEnvelopeEP13OGREnvelope3D at Base 1.9.0
+ _ZNK21OGRGeometryCollection12getDimensionEv at Base 1.8.0
+ _ZNK21OGRGeometryCollection14getGeometryRefEi at Base 1.8.0
+ _ZNK21OGRGeometryCollection15getGeometryNameEv at Base 1.8.0
+ _ZNK21OGRGeometryCollection15getGeometryTypeEv at Base 1.8.0
+ _ZNK21OGRGeometryCollection16getCurveGeometryEPKPKc at Base 2.0.1
+ _ZNK21OGRGeometryCollection16getNumGeometriesEv at Base 1.8.0
+ _ZNK21OGRGeometryCollection16hasCurveGeometryEi at Base 2.0.1
+ _ZNK21OGRGeometryCollection17getLinearGeometryEdPKPKc at Base 2.0.1
+ _ZNK21OGRGeometryCollection19exportToWktInternalERK13OGRWktOptionsPiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.6.0
+ _ZNK21OGRGeometryCollection19isCompatibleSubTypeE18OGRwkbGeometryType at Base 2.0.1
+ _ZNK21OGRGeometryCollection5cloneEv at Base 1.8.0
+ _ZNK21OGRGeometryCollection6EqualsEPK11OGRGeometry at Base 2.3.0
+ _ZNK21OGRGeometryCollection6acceptEP24IOGRConstGeometryVisitor at Base 2.3.0
+ _ZNK21OGRGeometryCollection7IsEmptyEv at Base 1.8.0
+ _ZNK21OGRGeometryCollection7WkbSizeEv at Base 1.8.0
+ _ZNK21OGRGeometryCollection8get_AreaEv at Base 1.8.0
+ _ZNK22OGRTriangulatedSurface15getGeometryNameEv at Base 2.2.0
+ _ZNK22OGRTriangulatedSurface15getGeometryTypeEv at Base 2.2.0
+ _ZNK22OGRTriangulatedSurface18getSubGeometryNameEv at Base 2.2.0
+ _ZNK22OGRTriangulatedSurface18getSubGeometryTypeEv at Base 2.2.0
+ _ZNK22OGRTriangulatedSurface19isCompatibleSubTypeE18OGRwkbGeometryType at Base 2.2.0
+ _ZNK22OGRTriangulatedSurface23GetCasterToMultiPolygonEv at Base 2.2.0
+ _ZNK22OGRTriangulatedSurface5cloneEv at Base 3.3.0
+ _ZNK22OGRTriangulatedSurface6acceptEP24IOGRConstGeometryVisitor at Base 2.3.0
+ _ZNK23GDALProxyPoolRasterBand23RefUnderlyingRasterBandEb at Base 3.5.0
+ _ZNK23GDALProxyPoolRasterBand25UnrefUnderlyingRasterBandEP14GDALRasterBand at Base 3.5.0
+ _ZNK24GDALNoDataValuesMaskBand10IsMaskBandEv at Base 3.5.0
+ _ZNK24GDALNoDataValuesMaskBand17GetMaskValueRangeEv at Base 3.5.0
+ _ZNK24GDALRasterAttributeTable13GetRowOfValueEd at Base 1.8.0
+ _ZNK24GDALRasterAttributeTable13GetRowOfValueEi at Base 1.8.0
+ _ZNK24GDALRasterAttributeTable13SerializeJSONEv at Base 2.0.1
+ _ZNK24GDALRasterAttributeTable16GetLinearBinningEPdS0_ at Base 1.8.0
+ _ZNK24GDALRasterAttributeTable9SerializeEv at Base 1.8.0
+ _ZNK26GDALMDArrayRegularlySpaced10IsWritableEv at Base 3.1.0
+ _ZNK26GDALMDArrayRegularlySpaced11GetDataTypeEv at Base 3.1.0
+ _ZNK26GDALMDArrayRegularlySpaced11GetFilenameB5cxx11Ev at Base 3.4.0
+ _ZNK26GDALMDArrayRegularlySpaced13GetAttributesEPKPKc at Base 3.1.0
+ _ZNK26GDALMDArrayRegularlySpaced13GetDimensionsEv at Base 3.1.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNK26GDALMDArrayRegularlySpaced5IReadEPKyPKjPKxPKiRK20GDALExtendedDataTypePv at Base 3.7.2
+ (arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_ZNK26GDALMDArrayRegularlySpaced5IReadEPKyPKmPKxS5_RK20GDALExtendedDataTypePv at Base 3.4.2
+ _ZNK26OGRFeatureUniquePtrDeleterclEP10OGRFeature at Base 2.3.0
+ _ZNK27OGRCoordinateTransformation13GetEmitErrorsEv at Base 3.0.0
+ _ZNK27OGRGeometryUniquePtrDeleterclEP11OGRGeometry at Base 2.3.0
+ _ZNK28GDALDimensionWeakIndexingVar19GetIndexingVariableEv at Base 3.1.0
+ _ZNK31GDALDefaultRasterAttributeTable11GetRowCountEv at Base 1.11.0
+ _ZNK31GDALDefaultRasterAttributeTable12GetNameOfColEi at Base 1.11.0
+ _ZNK31GDALDefaultRasterAttributeTable12GetTableTypeEv at Base 2.4.0
+ _ZNK31GDALDefaultRasterAttributeTable12GetTypeOfColEi at Base 1.11.0
+ _ZNK31GDALDefaultRasterAttributeTable13GetColOfUsageE17GDALRATFieldUsage at Base 1.11.0
+ _ZNK31GDALDefaultRasterAttributeTable13GetRowOfValueEd at Base 1.11.0
+ _ZNK31GDALDefaultRasterAttributeTable13GetRowOfValueEi at Base 1.11.0
+ _ZNK31GDALDefaultRasterAttributeTable13GetUsageOfColEi at Base 1.11.0
+ _ZNK31GDALDefaultRasterAttributeTable13GetValueAsIntEii at Base 1.11.0
+ _ZNK31GDALDefaultRasterAttributeTable14GetColumnCountEv at Base 1.11.0
+ _ZNK31GDALDefaultRasterAttributeTable16GetLinearBinningEPdS0_ at Base 1.11.0
+ _ZNK31GDALDefaultRasterAttributeTable16GetValueAsDoubleEii at Base 1.11.0
+ _ZNK31GDALDefaultRasterAttributeTable16GetValueAsStringEii at Base 1.11.0
+ _ZNK31GDALDefaultRasterAttributeTable5CloneEv at Base 1.11.0
+ _ZNK34OGRCoordinateTransformationOptions7Private6GetKeyB5cxx11Ev at Base 3.3.0
+ _ZNK35OGRPreparedGeometryUniquePtrDeleterclEP20_OGRPreparedGeometry at Base 2.3.0
+ _ZNK4gdal13TileMatrixSet22hasVariableMatrixWidthEv at Base 3.2.0
+ _ZNK4gdal13TileMatrixSet24haveAllLevelsSameTopLeftEv at Base 3.2.0
+ _ZNK4gdal13TileMatrixSet25haveAllLevelsSameTileSizeEv at Base 3.2.0
+ _ZNK4gdal13TileMatrixSet30hasOnlyPowerOfTwoVaryingScalesEv at Base 3.2.0
+ _ZNK6Stream13getNextStreamEv at Base 3.5.0
+ _ZNK6Stream9isEncoderEv at Base 3.5.0
+ _ZNK7GNMRule11IsAcceptAnyEv at Base 2.2.0
+ _ZNK7GNMRule18GetSourceLayerNameEv at Base 2.2.0
+ _ZNK7GNMRule18GetTargetLayerNameEv at Base 2.2.0
+ _ZNK7GNMRule21GetConnectorLayerNameEv at Base 2.2.0
+ _ZNK7GNMRule5c_strEv at Base 2.2.0
+ _ZNK7GNMRule7GetTypeEv at Base 2.2.0
+ _ZNK7GNMRule7IsValidEv at Base 2.2.0
+ _ZNK7GNMRulecvPKcEv at Base 2.2.0
+ _ZNK8GNMGraph11GetOutEdgesEx at Base 2.2.0
+ _ZNK8GNMGraph16GetOppositVertexExx at Base 2.2.0
+ _ZNK8GNMGraph18CheckVertexBlockedEx at Base 2.2.0
+ _ZNK8MEMGroup11OpenMDArrayERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKPKc at Base 3.5.0
+ _ZNK8MEMGroup12GetAttributeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.5.0
+ _ZNK8MEMGroup13GetAttributesEPKPKc at Base 3.5.0
+ _ZNK8MEMGroup13GetDimensionsEPKPKc at Base 3.5.0
+ _ZNK8MEMGroup13GetGroupNamesB5cxx11EPKPKc at Base 3.5.0
+ _ZNK8MEMGroup15GetMDArrayNamesB5cxx11EPKPKc at Base 3.5.0
+ _ZNK8MEMGroup9OpenGroupERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKPKc at Base 3.5.0
+ _ZNK8OGRCurve11isClockwiseEv at Base 3.6.0
+ _ZNK8OGRCurve12getDimensionEv at Base 2.0.1
+ _ZNK8OGRCurve12get_IsClosedEv at Base 1.8.0
+ _ZNK8OGRCurve13ConstIteratordeEv at Base 2.3.0
+ _ZNK8OGRCurve13ConstIteratorneERKS0_ at Base 2.3.0
+ _ZNK8OGRCurve13ContainsPointEPK8OGRPoint at Base 2.0.1
+ _ZNK8OGRCurve15IntersectsPointEPK8OGRPoint at Base 2.3.0
+ _ZNK8OGRCurve3endEv at Base 2.3.0
+ _ZNK8OGRCurve5beginEv at Base 2.3.0
+ _ZNK8OGRCurve8IsConvexEv at Base 2.0.1
+ _ZNK8OGRLayer11GetRefCountEv at Base 1.8.0
+ _ZNK8OGRLayer15FeatureIteratorneERKS0_ at Base 2.3.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k powerpc sh4)_ZNK8OGRLayer17FilterWKBGeometryEPKhjbR11OGREnvelope at Base 3.8.0
+ (arch=amd64 arm64 ia64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNK8OGRLayer17FilterWKBGeometryEPKhmbR11OGREnvelope at Base 3.8.3
+ _ZNK8OGRLayer20PostFilterArrowArrayEPK11ArrowSchemaP10ArrowArrayPKPKc at Base 3.8.0
+ _ZNK8OGRLayer22IsArrowSchemaSupportedEPK11ArrowSchemaPKPKcRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.8.0
+ _ZNK8OGRLayer23CanPostFilterArrowArrayEPK11ArrowSchema at Base 3.8.0
+ _ZNK8OGRPoint10IntersectsEPK11OGRGeometry at Base 2.0.1
+ _ZNK8OGRPoint11exportToWkbE15OGRwkbByteOrderPh13OGRwkbVariant at Base 1.11.0
+ _ZNK8OGRPoint11exportToWktB5cxx11ERK13OGRWktOptionsPi at Base 3.1.0
+ _ZNK8OGRPoint11getEnvelopeEP11OGREnvelope at Base 1.8.0
+ _ZNK8OGRPoint11getEnvelopeEP13OGREnvelope3D at Base 1.9.0
+ _ZNK8OGRPoint12getDimensionEv at Base 1.8.0
+ _ZNK8OGRPoint15getGeometryNameEv at Base 1.8.0
+ _ZNK8OGRPoint15getGeometryTypeEv at Base 1.8.0
+ _ZNK8OGRPoint5cloneEv at Base 1.8.0
+ _ZNK8OGRPoint6EqualsEPK11OGRGeometry at Base 2.3.0
+ _ZNK8OGRPoint6WithinEPK11OGRGeometry at Base 2.0.1
+ _ZNK8OGRPoint6acceptEP24IOGRConstGeometryVisitor at Base 2.3.0
+ _ZNK8OGRPoint7IsEmptyEv at Base 1.8.0
+ _ZNK8OGRPoint7WkbSizeEv at Base 1.8.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNK9CPLString5ifindEPKcj at Base 3.7.2
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNK9CPLString5ifindEPKcm at Base 3.8.0
+ (arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNK9CPLString5ifindERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEj at Base 3.7.2
+ (arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNK9CPLString5ifindERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEm at Base 3.8.0
+ _ZNK9CPLString8endsWithERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.3.0
+ _ZNK9GDALGroup11OpenMDArrayERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKPKc at Base 3.1.0
+ _ZNK9GDALGroup13GetDimensionsEPKPKc at Base 3.1.0
+ _ZNK9GDALGroup13GetGroupNamesB5cxx11EPKPKc at Base 3.1.0
+ _ZNK9GDALGroup14ResolveMDArrayERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_PKPKc at Base 3.2.0
+ _ZNK9GDALGroup15GetMDArrayNamesB5cxx11EPKPKc at Base 3.1.0
+ _ZNK9GDALGroup15OpenVectorLayerERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKPKc at Base 3.4.0
+ _ZNK9GDALGroup16GetTotalCopyCostEv at Base 3.1.0
+ _ZNK9GDALGroup17GetInnerMostGroupERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERSt10shared_ptrIS_ERS5_ at Base 3.1.0
+ _ZNK9GDALGroup17GetStructuralInfoEv at Base 3.1.0
+ _ZNK9GDALGroup19GetVectorLayerNamesB5cxx11EPKPKc at Base 3.4.0
+ _ZNK9GDALGroup21OpenGroupFromFullnameERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKPKc at Base 3.2.0
+ _ZNK9GDALGroup23OpenMDArrayFromFullnameERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKPKc at Base 3.1.0
+ _ZNK9GDALGroup25OpenDimensionFromFullnameERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.1.0
+ _ZNK9GDALGroup26CheckValidAndErrorOutIfNotEv at Base 3.8.0
+ _ZNK9GDALGroup28SubsetDimensionFromSelectionERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 3.8.0
+ _ZNK9GDALGroup9OpenGroupERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKPKc at Base 3.1.0
+ (arch=armel riscv64)_ZNK9__gnu_cxx24__concurrence_lock_error4whatEv at Base 3.4.2
+ (arch=armel riscv64)_ZNK9__gnu_cxx26__concurrence_unlock_error4whatEv at Base 3.4.2
+ (optional=templinst|arch=mipsel sh4 x32)_ZNKSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_SaIS5_ENSt8__detail9_IdentityESt8equal_toIS5_ESt4hashIS5_ENS7_18_Mod_range_hashingENS7_20_Default_ranged_hashENS7_20_Prime_rehash_policyENS7_17_Hashtable_traitsILb1ELb1ELb1EEEE22_M_find_before_node_trIS5_EEPNS7_15_Hash_node_baseEjRKT_j at Base 3.5.2
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNKSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESaIS8_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSA_18_Mod_range_hashingENSA_20_Default_ranged_hashENSA_20_Prime_rehash_policyENSA_17_Hashtable_traitsILb1ELb0ELb1EEEE19_M_find_before_nodeEjRS7_j at Base 3.5.0
+ (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !powerpc !sh4)_ZNKSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESaIS8_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSA_18_Mod_range_hashingENSA_20_Default_ranged_hashENSA_20_Prime_rehash_policyENSA_17_Hashtable_traitsILb1ELb0ELb1EEEE19_M_find_before_nodeEmRS7_m at Base 3.7.3
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNKSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_iESaIS8_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSA_18_Mod_range_hashingENSA_20_Default_ranged_hashENSA_20_Prime_rehash_policyENSA_17_Hashtable_traitsILb1ELb0ELb1EEEE19_M_find_before_nodeEjRS7_j at Base 3.5.0
+ (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !powerpc !sh4)_ZNKSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_iESaIS8_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSA_18_Mod_range_hashingENSA_20_Default_ranged_hashENSA_20_Prime_rehash_policyENSA_17_Hashtable_traitsILb1ELb0ELb1EEEE19_M_find_before_nodeEmRS7_m at Base 3.7.3
+ (optional=templinst)_ZNKSt5ctypeIcE8do_widenEc at Base 2.1.0
+ (optional=templinst|arch=sh4)_ZNKSt6vectorI9CPLStringSaIS0_EE12_M_check_lenEjPKc at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE12_M_check_lenEjPKc at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNKSt6vectorISt10unique_ptrI11GDALDatasetSt14default_deleteIS1_EESaIS4_EE12_M_check_lenEjPKc at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNKSt6vectorIbSaIbEE12_M_check_lenEjPKc at Base 3.7.2
+ (optional=templinst)_ZNKSt8_Rb_treeI9CPLStringS0_St9_IdentityIS0_ESt4lessIS0_ESaIS0_EE4findERKS0_ at Base 1.10.1
+ (optional=templinst|arch=sh4)_ZNKSt8_Rb_treeI9CPLStringSt4pairIKS0_12GDALDataTypeESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE4findERS2_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNKSt8_Rb_treeI9CPLStringSt4pairIKS0_P10GDALDriverESt10_Select1stIS5_ESt4lessIS0_ESaIS5_EE4findERS2_ at Base 3.7.2
+ (optional=templinst)_ZNKSt8_Rb_treeI9CPLStringSt4pairIKS0_PvESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE4findERS2_ at Base 2.3.0
+ (optional=templinst)_ZNKSt8_Rb_treeI9CPLStringSt4pairIKS0_S0_ESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE4findERS2_ at Base 1.10.1
+ (optional=templinst|arch=sh4)_ZNKSt8_Rb_treeI9CPLStringSt4pairIKS0_St10shared_ptrI11GDALMDArrayEESt10_Select1stIS6_ESt4lessIS0_ESaIS6_EE4findERS2_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNKSt8_Rb_treeI9CPLStringSt4pairIKS0_St10shared_ptrI9GDALGroupEESt10_Select1stIS6_ESt4lessIS0_ESaIS6_EE4findERS2_ at Base 3.8.0
+ (optional=templinst)_ZNKSt8_Rb_treeI9CPLStringSt4pairIKS0_St3mapIS0_S0_St4lessIS0_ESaIS1_IS2_S0_EEEESt10_Select1stIS9_ES5_SaIS9_EE4findERS2_ at Base 2.3.0
+ (optional=templinst)_ZNKSt8_Rb_treeI9CPLStringSt4pairIKS0_St6vectorIdSaIdEEESt10_Select1stIS6_ESt4lessIS0_ESaIS6_EE4findERS2_ at Base 2.3.0
+ (optional=templinst)_ZNKSt8_Rb_treeI9CPLStringSt4pairIKS0_St6vectorIhSaIhEEESt10_Select1stIS6_ESt4lessIS0_ESaIS6_EE4findERS2_ at Base 2.3.0
+ (optional=templinst)_ZNKSt8_Rb_treeI9CPLStringSt4pairIKS0_iESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE4findERS2_ at Base 2.2.0
+ (optional=templinst|arch=sh4)_ZNKSt8_Rb_treeI9CPLStringSt4pairIKS0_jESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE4findERS2_ at Base 3.7.2
+ (optional=templinst)_ZNKSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE4findERKS5_ at Base 3.7.0
+ (optional=templinst)_ZNKSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE4findERS7_ at Base 3.7.2
+ (optional=templinst)_ZNKSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_iESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE4findERS7_ at Base 3.1.0
+ (optional=templinst|arch=sh4)_ZNKSt8_Rb_treeISt6vectorIdSaIdEESt4pairIKS2_S3_IiiEESt10_Select1stIS6_ESt4lessIS2_ESaIS6_EE4findERS4_ at Base 3.7.2
+ (optional=templinst|arch=!sh4)_ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_SaIS5_ENSt8__detail9_IdentityESt8equal_toIS5_ESt4hashIS5_ENS7_18_Mod_range_hashingENS7_20_Default_ranged_hashENS7_20_Prime_rehash_policyENS7_17_Hashtable_traitsILb1ELb1ELb1EEEE12_Scoped_nodeD1Ev at Base 3.1.3
+ (optional=templinst|arch=!sh4)_ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_SaIS5_ENSt8__detail9_IdentityESt8equal_toIS5_ESt4hashIS5_ENS7_18_Mod_range_hashingENS7_20_Default_ranged_hashENS7_20_Prime_rehash_policyENS7_17_Hashtable_traitsILb1ELb1ELb1EEEE12_Scoped_nodeD2Ev at Base 3.1.3
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_SaIS5_ENSt8__detail9_IdentityESt8equal_toIS5_ESt4hashIS5_ENS7_18_Mod_range_hashingENS7_20_Default_ranged_hashENS7_20_Prime_rehash_policyENS7_17_Hashtable_traitsILb1ELb1ELb1EEEE21_M_insert_unique_nodeEjjPNS7_10_Hash_nodeIS5_Lb1EEEj at Base 3.5.0
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_SaIS5_ENSt8__detail9_IdentityESt8equal_toIS5_ESt4hashIS5_ENS7_18_Mod_range_hashingENS7_20_Default_ranged_hashENS7_20_Prime_rehash_policyENS7_17_Hashtable_traitsILb1ELb1ELb1EEEE21_M_insert_unique_nodeEmmPNS7_10_Hash_nodeIS5_Lb1EEEm at Base 3.5.0
+ (optional=templinst)_ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_SaIS5_ENSt8__detail9_IdentityESt8equal_toIS5_ESt4hashIS5_ENS7_18_Mod_range_hashingENS7_20_Default_ranged_hashENS7_20_Prime_rehash_policyENS7_17_Hashtable_traitsILb1ELb1ELb1EEEE4findERKS5_ at Base 3.5.2
+ (optional=templinst)_ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_SaIS5_ENSt8__detail9_IdentityESt8equal_toIS5_ESt4hashIS5_ENS7_18_Mod_range_hashingENS7_20_Default_ranged_hashENS7_20_Prime_rehash_policyENS7_17_Hashtable_traitsILb1ELb1ELb1EEEE5clearEv at Base 2.2.0
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc x32)_ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_SaIS5_ENSt8__detail9_IdentityESt8equal_toIS5_ESt4hashIS5_ENS7_18_Mod_range_hashingENS7_20_Default_ranged_hashENS7_20_Prime_rehash_policyENS7_17_Hashtable_traitsILb1ELb1ELb1EEEE9_M_rehashEjRKj at Base 3.5.0
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_SaIS5_ENSt8__detail9_IdentityESt8equal_toIS5_ESt4hashIS5_ENS7_18_Mod_range_hashingENS7_20_Default_ranged_hashENS7_20_Prime_rehash_policyENS7_17_Hashtable_traitsILb1ELb1ELb1EEEE9_M_rehashEmRKm at Base 3.5.0
+ (optional=templinst|arch=sh4)_ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_SaIS5_ENSt8__detail9_IdentityESt8equal_toIS5_ESt4hashIS5_ENS7_18_Mod_range_hashingENS7_20_Default_ranged_hashENS7_20_Prime_rehash_policyENS7_17_Hashtable_traitsILb1ELb1ELb1EEEEC1EOSI_OSaINS7_10_Hash_nodeIS5_Lb1EEEESt17integral_constantIbLb1EE at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_SaIS5_ENSt8__detail9_IdentityESt8equal_toIS5_ESt4hashIS5_ENS7_18_Mod_range_hashingENS7_20_Default_ranged_hashENS7_20_Prime_rehash_policyENS7_17_Hashtable_traitsILb1ELb1ELb1EEEEC2EOSI_OSaINS7_10_Hash_nodeIS5_Lb1EEEESt17integral_constantIbLb1EE at Base 3.7.2
+ (optional=templinst)_ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_SaIS5_ENSt8__detail9_IdentityESt8equal_toIS5_ESt4hashIS5_ENS7_18_Mod_range_hashingENS7_20_Default_ranged_hashENS7_20_Prime_rehash_policyENS7_17_Hashtable_traitsILb1ELb1ELb1EEEED1Ev at Base 3.5.0
+ (optional=templinst)_ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_SaIS5_ENSt8__detail9_IdentityESt8equal_toIS5_ESt4hashIS5_ENS7_18_Mod_range_hashingENS7_20_Default_ranged_hashENS7_20_Prime_rehash_policyENS7_17_Hashtable_traitsILb1ELb1ELb1EEEED2Ev at Base 3.5.0
+ (optional=templinst|arch=sh4)_ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESaIS8_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSA_18_Mod_range_hashingENSA_20_Default_ranged_hashENSA_20_Prime_rehash_policyENSA_17_Hashtable_traitsILb1ELb0ELb1EEEE21_M_insert_unique_nodeEjjPNSA_10_Hash_nodeIS8_Lb1EEEj at Base 3.7.2
+ (optional=templinst)_ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESaIS8_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSA_18_Mod_range_hashingENSA_20_Default_ranged_hashENSA_20_Prime_rehash_policyENSA_17_Hashtable_traitsILb1ELb0ELb1EEEE4findERS7_ at Base 3.5.2
+ (optional=templinst)_ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESaIS8_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSA_18_Mod_range_hashingENSA_20_Default_ranged_hashENSA_20_Prime_rehash_policyENSA_17_Hashtable_traitsILb1ELb0ELb1EEEE5clearEv at Base 3.3.0
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc x32)_ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESaIS8_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSA_18_Mod_range_hashingENSA_20_Default_ranged_hashENSA_20_Prime_rehash_policyENSA_17_Hashtable_traitsILb1ELb0ELb1EEEE9_M_rehashEjRKj at Base 3.5.0
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESaIS8_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSA_18_Mod_range_hashingENSA_20_Default_ranged_hashENSA_20_Prime_rehash_policyENSA_17_Hashtable_traitsILb1ELb0ELb1EEEE9_M_rehashEmRKm at Base 3.5.0
+ (optional=templinst|arch=!sh4)_ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESaIS8_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSA_18_Mod_range_hashingENSA_20_Default_ranged_hashENSA_20_Prime_rehash_policyENSA_17_Hashtable_traitsILb1ELb0ELb1EEEED1Ev at Base 3.5.0
+ (optional=templinst|arch=!sh4)_ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESaIS8_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSA_18_Mod_range_hashingENSA_20_Default_ranged_hashENSA_20_Prime_rehash_policyENSA_17_Hashtable_traitsILb1ELb0ELb1EEEED2Ev at Base 3.5.0
+ (optional=templinst|arch=sh4)_ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_iESaIS8_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSA_18_Mod_range_hashingENSA_20_Default_ranged_hashENSA_20_Prime_rehash_policyENSA_17_Hashtable_traitsILb1ELb0ELb1EEEE21_M_insert_unique_nodeEjjPNSA_10_Hash_nodeIS8_Lb1EEEj at Base 3.7.2
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc x32)_ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_iESaIS8_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSA_18_Mod_range_hashingENSA_20_Default_ranged_hashENSA_20_Prime_rehash_policyENSA_17_Hashtable_traitsILb1ELb0ELb1EEEE9_M_rehashEjRKj at Base 3.5.0
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_iESaIS8_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSA_18_Mod_range_hashingENSA_20_Default_ranged_hashENSA_20_Prime_rehash_policyENSA_17_Hashtable_traitsILb1ELb0ELb1EEEE9_M_rehashEmRKm at Base 3.5.0
+ (optional=templinst)_ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_iESaIS8_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSA_18_Mod_range_hashingENSA_20_Default_ranged_hashENSA_20_Prime_rehash_policyENSA_17_Hashtable_traitsILb1ELb0ELb1EEEED1Ev at Base 3.5.0
+ (optional=templinst)_ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_iESaIS8_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSA_18_Mod_range_hashingENSA_20_Default_ranged_hashENSA_20_Prime_rehash_policyENSA_17_Hashtable_traitsILb1ELb0ELb1EEEED2Ev at Base 3.5.0
+ (optional=templinst)_ZNSt10_HashtableIPKvS1_SaIS1_ENSt8__detail9_IdentityESt8equal_toIS1_ESt4hashIS1_ENS3_18_Mod_range_hashingENS3_20_Default_ranged_hashENS3_20_Prime_rehash_policyENS3_17_Hashtable_traitsILb0ELb1ELb1EEEE18_M_assign_elementsIRKSE_EEvOT_ at Base 3.1.3
+ (optional=templinst|arch=sh4)_ZNSt10_HashtableIPKvS1_SaIS1_ENSt8__detail9_IdentityESt8equal_toIS1_ESt4hashIS1_ENS3_18_Mod_range_hashingENS3_20_Default_ranged_hashENS3_20_Prime_rehash_policyENS3_17_Hashtable_traitsILb0ELb1ELb1EEEE21_M_insert_unique_nodeEjjPNS3_10_Hash_nodeIS1_Lb0EEEj at Base 3.8.2
+ (optional=templinst)_ZNSt10_HashtableIPKvS1_SaIS1_ENSt8__detail9_IdentityESt8equal_toIS1_ESt4hashIS1_ENS3_18_Mod_range_hashingENS3_20_Default_ranged_hashENS3_20_Prime_rehash_policyENS3_17_Hashtable_traitsILb0ELb1ELb1EEEE5clearEv at Base 3.1.0
+ (optional=templinst)_ZNSt10_HashtableIPKvS1_SaIS1_ENSt8__detail9_IdentityESt8equal_toIS1_ESt4hashIS1_ENS3_18_Mod_range_hashingENS3_20_Default_ranged_hashENS3_20_Prime_rehash_policyENS3_17_Hashtable_traitsILb0ELb1ELb1EEEE9_M_assignIRKSE_NS3_17_ReuseOrAllocNodeISaINS3_10_Hash_nodeIS1_Lb0EEEEEEEEvOT_RKT0_ at Base 3.1.3
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc x32)_ZNSt10_HashtableIPKvS1_SaIS1_ENSt8__detail9_IdentityESt8equal_toIS1_ESt4hashIS1_ENS3_18_Mod_range_hashingENS3_20_Default_ranged_hashENS3_20_Prime_rehash_policyENS3_17_Hashtable_traitsILb0ELb1ELb1EEEE9_M_rehashEjRKj at Base 3.5.0
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt10_HashtableIPKvS1_SaIS1_ENSt8__detail9_IdentityESt8equal_toIS1_ESt4hashIS1_ENS3_18_Mod_range_hashingENS3_20_Default_ranged_hashENS3_20_Prime_rehash_policyENS3_17_Hashtable_traitsILb0ELb1ELb1EEEE9_M_rehashEmRKm at Base 3.5.0
+ (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_ZNSt10_HashtableImSt4pairIKmmESaIS2_ENSt8__detail10_Select1stESt8equal_toImESt4hashImENS4_18_Mod_range_hashingENS4_20_Default_ranged_hashENS4_20_Prime_rehash_policyENS4_17_Hashtable_traitsILb0ELb0ELb1EEEE9_M_rehashEmRS1_ at Base 3.4.2
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt10_HashtableImSt4pairIKmmESaIS2_ENSt8__detail10_Select1stESt8equal_toImESt4hashImENS4_18_Mod_range_hashingENS4_20_Default_ranged_hashENS4_20_Prime_rehash_policyENS4_17_Hashtable_traitsILb0ELb0ELb1EEEED1Ev at Base 3.5.0
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt10_HashtableImSt4pairIKmmESaIS2_ENSt8__detail10_Select1stESt8equal_toImESt4hashImENS4_18_Mod_range_hashingENS4_20_Default_ranged_hashENS4_20_Prime_rehash_policyENS4_17_Hashtable_traitsILb0ELb0ELb1EEEED2Ev at Base 3.5.0
+ (optional=templinst|arch=sh4)_ZNSt10_HashtableIySt4pairIKyyESaIS2_ENSt8__detail10_Select1stESt8equal_toIyESt4hashIyENS4_18_Mod_range_hashingENS4_20_Default_ranged_hashENS4_20_Prime_rehash_policyENS4_17_Hashtable_traitsILb0ELb0ELb1EEEE21_M_insert_unique_nodeEjjPNS4_10_Hash_nodeIS2_Lb0EEEj at Base 3.7.2
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc x32)_ZNSt10_HashtableIySt4pairIKyyESaIS2_ENSt8__detail10_Select1stESt8equal_toIyESt4hashIyENS4_18_Mod_range_hashingENS4_20_Default_ranged_hashENS4_20_Prime_rehash_policyENS4_17_Hashtable_traitsILb0ELb0ELb1EEEE9_M_rehashEjRKj at Base 3.4.2
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt10_HashtableIySt4pairIKyyESaIS2_ENSt8__detail10_Select1stESt8equal_toIyESt4hashIyENS4_18_Mod_range_hashingENS4_20_Default_ranged_hashENS4_20_Prime_rehash_policyENS4_17_Hashtable_traitsILb0ELb0ELb1EEEED1Ev at Base 3.5.0
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt10_HashtableIySt4pairIKyyESaIS2_ENSt8__detail10_Select1stESt8equal_toIyESt4hashIyENS4_18_Mod_range_hashingENS4_20_Default_ranged_hashENS4_20_Prime_rehash_policyENS4_17_Hashtable_traitsILb0ELb0ELb1EEEED2Ev at Base 3.5.0
+ (optional=templinst|arch=!sh4)_ZNSt10shared_ptrI10OGRPolygonEC1ISaIvEJEEESt20_Sp_alloc_shared_tagIT_EDpOT0_ at Base 3.7.0
+ (optional=templinst|arch=!sh4)_ZNSt10shared_ptrI10OGRPolygonEC2ISaIvEJEEESt20_Sp_alloc_shared_tagIT_EDpOT0_ at Base 3.7.0
+ (optional=templinst|arch=!sh4)_ZNSt10shared_ptrI13GDALDimensionEC1ISaIvEJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERPKcS9_S9_yEEESt20_Sp_alloc_shared_tagIT_EDpOT0_ at Base 3.7.0
+ (optional=templinst|arch=!sh4)_ZNSt10shared_ptrI13GDALDimensionEC2ISaIvEJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERPKcS9_S9_yEEESt20_Sp_alloc_shared_tagIT_EDpOT0_ at Base 3.7.0
+ (optional=templinst|arch=!sh4)_ZNSt10shared_ptrI28GDALDimensionWeakIndexingVarEC1ISaIvEJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERA2_KcRA13_SA_S9_iEEESt20_Sp_alloc_shared_tagIT_EDpOT0_ at Base 3.8.0
+ (optional=templinst|arch=!sh4)_ZNSt10shared_ptrI28GDALDimensionWeakIndexingVarEC1ISaIvEJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERA5_KcRA13_SA_RA6_SA_RKiEEESt20_Sp_alloc_shared_tagIT_EDpOT0_ at Base 3.7.0
+ (optional=templinst|arch=!sh4)_ZNSt10shared_ptrI28GDALDimensionWeakIndexingVarEC1ISaIvEJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERA5_KcRA13_SA_SC_RKiEEESt20_Sp_alloc_shared_tagIT_EDpOT0_ at Base 3.7.0
+ (optional=templinst|arch=!sh4)_ZNSt10shared_ptrI28GDALDimensionWeakIndexingVarEC1ISaIvEJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERA2_KcRA13_SC_S9_yEEESt20_Sp_alloc_shared_tagIT_EDpOT0_ at Base 3.5.2
+ (optional=templinst|arch=!sh4)_ZNSt10shared_ptrI28GDALDimensionWeakIndexingVarEC2ISaIvEJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERA2_KcRA13_SA_S9_iEEESt20_Sp_alloc_shared_tagIT_EDpOT0_ at Base 3.8.0
+ (optional=templinst|arch=!sh4)_ZNSt10shared_ptrI28GDALDimensionWeakIndexingVarEC2ISaIvEJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERA5_KcRA13_SA_RA6_SA_RKiEEESt20_Sp_alloc_shared_tagIT_EDpOT0_ at Base 3.7.0
+ (optional=templinst|arch=!sh4)_ZNSt10shared_ptrI28GDALDimensionWeakIndexingVarEC2ISaIvEJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERA5_KcRA13_SA_SC_RKiEEESt20_Sp_alloc_shared_tagIT_EDpOT0_ at Base 3.7.0
+ (optional=templinst|arch=!sh4)_ZNSt10shared_ptrI28GDALDimensionWeakIndexingVarEC2ISaIvEJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERA2_KcRA13_SC_S9_yEEESt20_Sp_alloc_shared_tagIT_EDpOT0_ at Base 3.5.2
+ (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI10MEMDatasetSt14default_deleteIS0_EED1Ev at Base 3.6.0
+ (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI10MEMDatasetSt14default_deleteIS0_EED2Ev at Base 3.6.0
+ (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI10OGRFeature26OGRFeatureUniquePtrDeleterED1Ev at Base 3.1.3
+ (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI10OGRFeature26OGRFeatureUniquePtrDeleterED2Ev at Base 3.1.3
+ (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI10OGRFeatureSt14default_deleteIS0_EED1Ev at Base 3.5.0
+ (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI10OGRFeatureSt14default_deleteIS0_EED2Ev at Base 3.5.0
+ (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI10OGRPolygonSt14default_deleteIS0_EED1Ev at Base 3.4.0
+ (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI10OGRPolygonSt14default_deleteIS0_EED2Ev at Base 3.4.0
+ (optional=templinst)_ZNSt10unique_ptrI11GDALDatasetSt14default_deleteIS0_EED1Ev at Base 3.1.3
+ (optional=templinst)_ZNSt10unique_ptrI11GDALDatasetSt14default_deleteIS0_EED2Ev at Base 3.1.3
+ (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI11OGRGeometry27OGRGeometryUniquePtrDeleterED1Ev at Base 3.1.3
+ (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI11OGRGeometry27OGRGeometryUniquePtrDeleterED2Ev at Base 3.1.3
+ (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI11OGRGeometrySt14default_deleteIS0_EED1Ev at Base 3.1.3
+ (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI11OGRGeometrySt14default_deleteIS0_EED2Ev at Base 3.1.3
+ (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI11OGRTriangleSt14default_deleteIS0_EED1Ev at Base 3.8.0
+ (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI11OGRTriangleSt14default_deleteIS0_EED2Ev at Base 3.8.0
+ (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI13OGRLineStringSt14default_deleteIS0_EED1Ev at Base 3.1.3
+ (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI13OGRLineStringSt14default_deleteIS0_EED2Ev at Base 3.1.3
+ (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI13OGRLinearRingSt14default_deleteIS0_EED1Ev at Base 3.1.3
+ (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI13OGRLinearRingSt14default_deleteIS0_EED2Ev at Base 3.1.3
+ (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI13OGRMultiCurveSt14default_deleteIS0_EED1Ev at Base 3.8.0
+ (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI13OGRMultiCurveSt14default_deleteIS0_EED2Ev at Base 3.8.0
+ (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI13OGRMultiPointSt14default_deleteIS0_EED1Ev at Base 3.8.0
+ (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI13OGRMultiPointSt14default_deleteIS0_EED2Ev at Base 3.8.0
+ (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI13RawRasterBandSt14default_deleteIS0_EED1Ev at Base 3.7.0
+ (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI13RawRasterBandSt14default_deleteIS0_EED2Ev at Base 3.7.0
+ (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI14GDALRasterBandSt14default_deleteIS0_EED1Ev at Base 3.2.0
+ (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI14GDALRasterBandSt14default_deleteIS0_EED2Ev at Base 3.2.0
+ (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI14OGRFieldDomainSt14default_deleteIS0_EED1Ev at Base 3.3.0
+ (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI14OGRFieldDomainSt14default_deleteIS0_EED2Ev at Base 3.3.0
+ (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI15OGRCurvePolygonSt14default_deleteIS0_EED1Ev at Base 3.8.0
+ (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI15OGRCurvePolygonSt14default_deleteIS0_EED2Ev at Base 3.8.0
+ (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI15OGRMultiPolygonSt14default_deleteIS0_EED1Ev at Base 3.2.0
+ (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI15OGRMultiPolygonSt14default_deleteIS0_EED2Ev at Base 3.2.0
+ (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI15OGRMultiSurfaceSt14default_deleteIS0_EED1Ev at Base 3.8.0
+ (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI15OGRMultiSurfaceSt14default_deleteIS0_EED2Ev at Base 3.8.0
+ (optional=templinst|arch=sh4)_ZNSt10unique_ptrI16GDALRelationshipSt14default_deleteIS0_EED1Ev at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt10unique_ptrI16GDALRelationshipSt14default_deleteIS0_EED2Ev at Base 3.7.2
+ (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI16OGRCompoundCurveSt14default_deleteIS0_EED1Ev at Base 3.8.0
+ (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI16OGRCompoundCurveSt14default_deleteIS0_EED2Ev at Base 3.8.0
+ (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI16OGRGeomFieldDefnSt14default_deleteIS0_EED1Ev at Base 3.4.0
+ (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI16OGRGeomFieldDefnSt14default_deleteIS0_EED2Ev at Base 3.4.0
+ (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI17OGRCircularStringSt14default_deleteIS0_EED1Ev at Base 3.8.0
+ (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI17OGRCircularStringSt14default_deleteIS0_EED2Ev at Base 3.8.0
+ (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI18OGRMultiLineStringSt14default_deleteIS0_EED1Ev at Base 3.8.0
+ (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI18OGRMultiLineStringSt14default_deleteIS0_EED2Ev at Base 3.8.0
+ (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI19OGRSpatialReferenceSt14default_deleteIS0_EED1Ev at Base 3.4.0
+ (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI19OGRSpatialReferenceSt14default_deleteIS0_EED2Ev at Base 3.4.0
+ (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI20OGRPolyhedralSurfaceSt14default_deleteIS0_EED1Ev at Base 3.8.0
+ (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI20OGRPolyhedralSurfaceSt14default_deleteIS0_EED2Ev at Base 3.8.0
+ (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI21OGRGeometryCollectionSt14default_deleteIS0_EED1Ev at Base 3.8.0
+ (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI21OGRGeometryCollectionSt14default_deleteIS0_EED2Ev at Base 3.8.0
+ (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI22OGRTriangulatedSurfaceSt14default_deleteIS0_EED1Ev at Base 3.8.0
+ (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI22OGRTriangulatedSurfaceSt14default_deleteIS0_EED2Ev at Base 3.8.0
+ (optional=templinst)_ZNSt10unique_ptrI27OGRCoordinateTransformationSt14default_deleteIS0_EED1Ev at Base 3.1.3
+ (optional=templinst)_ZNSt10unique_ptrI27OGRCoordinateTransformationSt14default_deleteIS0_EED2Ev at Base 3.1.3
+ (optional=templinst)_ZNSt10unique_ptrI6VSIDIRSt14default_deleteIS0_EED1Ev at Base 3.1.3
+ (optional=templinst)_ZNSt10unique_ptrI6VSIDIRSt14default_deleteIS0_EED2Ev at Base 3.1.3
+ (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI8OGRCurveSt14default_deleteIS0_EED1Ev at Base 3.8.0
+ (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI8OGRCurveSt14default_deleteIS0_EED2Ev at Base 3.8.0
+ (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI8OGRLayerSt14default_deleteIS0_EED1Ev at Base 3.1.3
+ (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI8OGRLayerSt14default_deleteIS0_EED2Ev at Base 3.1.3
+ (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI8OGRPointSt14default_deleteIS0_EED1Ev at Base 3.8.0
+ (optional=templinst|arch=!sh4)_ZNSt10unique_ptrI8OGRPointSt14default_deleteIS0_EED2Ev at Base 3.8.0
+ (optional=templinst|arch=!armel !armhf !hppa !riscv64 !sh4 !sparc64)_ZNSt10unique_ptrIN10MEMDataset7PrivateESt14default_deleteIS1_EED1Ev at Base 3.1.3
+ (optional=templinst|arch=!armel !armhf !hppa !riscv64 !sh4 !sparc64)_ZNSt10unique_ptrIN10MEMDataset7PrivateESt14default_deleteIS1_EED2Ev at Base 3.1.3
+ (optional=templinst|arch=sh4)_ZNSt10unique_ptrIN15GDALPamMultiDim7PrivateESt14default_deleteIS1_EED1Ev at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt10unique_ptrIN15GDALPamMultiDim7PrivateESt14default_deleteIS1_EED2Ev at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt10unique_ptrIN4gdal13TileMatrixSetESt14default_deleteIS1_EED1Ev at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt10unique_ptrIN4gdal13TileMatrixSetESt14default_deleteIS1_EED2Ev at Base 3.7.2
+ (optional=templinst|arch=!sh4)_ZNSt10unique_ptrINSt6thread6_StateESt14default_deleteIS1_EED1Ev at Base 3.6.0
+ (optional=templinst|arch=!sh4)_ZNSt10unique_ptrINSt6thread6_StateESt14default_deleteIS1_EED2Ev at Base 3.6.0
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt11_Deque_baseIxSaIxEE17_M_initialize_mapEj at Base 3.4.2
+ (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_ZNSt11_Deque_baseIxSaIxEE17_M_initialize_mapEm at Base 3.4.2
+ (optional=templinst|arch=!sh4)_ZNSt11_Deque_baseIxSaIxEED1Ev at Base 2.2.0
+ (optional=templinst|arch=!sh4)_ZNSt11_Deque_baseIxSaIxEED2Ev at Base 2.2.0
+ (optional=templinst|arch=sh4)_ZNSt11__copy_moveILb0ELb0ESt26random_access_iterator_tagE8__copy_mIPKSt10shared_ptrI13GDALDimensionEPS5_EET0_T_SA_S9_ at Base 3.7.2
+ (optional=templinst|arch=!sh4)_ZNSt11unique_lockISt5mutexE6unlockEv at Base 3.2.0
+ (optional=templinst|arch=!sh4)_ZNSt12_Destroy_auxILb0EE9__destroyIP10_linestyleEEvT_S4_ at Base 3.7.1
+ (optional=templinst|arch=!sh4)_ZNSt12_Destroy_auxILb0EE9__destroyIP4_EedEEvT_S4_ at Base 3.7.1
+ (optional=templinst|arch=!sh4)_ZNSt12_Destroy_auxILb0EE9__destroyIPN15TargetLayerInfo16ReprojectionInfoEEEvT_S5_ at Base 3.8.0
+ (optional=templinst)_ZNSt12_Destroy_auxILb0EE9__destroyIPN16marching_squares19PolygonRingAppenderI20PolygonContourWriterE4RingEEEvT_S8_ at Base 3.7.1
+ (optional=templinst|arch=!sh4)_ZNSt12_Destroy_auxILb0EE9__destroyIPN6PCIDSK3GCPEEEvT_S5_ at Base 3.7.0
+ (optional=templinst)_ZNSt12_Destroy_auxILb0EE9__destroyIPSt4pairI9CPLStringS3_EEEvT_S6_ at Base 3.7.0
+ (optional=templinst|arch=!sh4)_ZNSt12_Destroy_auxILb0EE9__destroyIPSt4pairINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE17MVTTileLayerValueEEEvT_SC_ at Base 3.7.0
+ (optional=templinst|arch=!sh4)_ZNSt12_Vector_baseI9CPLStringSaIS0_EED1Ev at Base 3.7.1
+ (optional=templinst|arch=!sh4)_ZNSt12_Vector_baseI9CPLStringSaIS0_EED2Ev at Base 3.7.1
+ (optional=templinst|arch=!sh4)_ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EED1Ev at Base 3.7.1
+ (optional=templinst|arch=!sh4)_ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EED2Ev at Base 3.7.1
+ (optional=templinst|arch=!sh4)_ZNSt12_Vector_baseIdSaIdEED1Ev at Base 3.1.3
+ (optional=templinst|arch=!sh4)_ZNSt12_Vector_baseIdSaIdEED2Ev at Base 3.1.3
+ (optional=templinst|arch=!sh4)_ZNSt12_Vector_baseIiSaIiEED1Ev at Base 3.7.1
+ (optional=templinst|arch=!sh4)_ZNSt12_Vector_baseIiSaIiEED2Ev at Base 3.7.1
+ (optional=templinst|arch=!sh4)_ZNSt12_Vector_baseIySaIyEED1Ev at Base 3.8.0
+ (optional=templinst|arch=!sh4)_ZNSt12_Vector_baseIySaIyEED2Ev at Base 3.8.0
+ (optional=templinst|arch=armel riscv64)_ZNSt12__shared_ptrI11OGRGeometryLN9__gnu_cxx12_Lock_policyE1EE5resetEv at Base 3.7.0
+ (optional=templinst|arch=armel riscv64)_ZNSt12__shared_ptrI11OGRGeometryLN9__gnu_cxx12_Lock_policyE1EE5resetIS0_EENSt9enable_ifIXsrSt21__sp_is_constructibleIS0_T_E5valueEvE4typeEPS7_ at Base 3.7.0
+ (optional=templinst|arch=!armel !riscv64 !sh4)_ZNSt12__shared_ptrI11OGRGeometryLN9__gnu_cxx12_Lock_policyE2EE5resetEv at Base 3.7.0
+ (optional=templinst|arch=!armel !riscv64)_ZNSt12__shared_ptrI11OGRGeometryLN9__gnu_cxx12_Lock_policyE2EE5resetIS0_EENSt9enable_ifIXsrSt21__sp_is_constructibleIS0_T_E5valueEvE4typeEPS7_ at Base 3.7.0
+ (optional=templinst|arch=armel riscv64)_ZNSt12__shared_ptrI14GDALColorTableLN9__gnu_cxx12_Lock_policyE1EE5resetEv at Base 3.4.2
+ (optional=templinst|arch=armel riscv64)_ZNSt12__shared_ptrI14GDALColorTableLN9__gnu_cxx12_Lock_policyE1EE5resetIS0_EENSt9enable_ifIXsrSt21__sp_is_constructibleIS0_T_E5valueEvE4typeEPS7_ at Base 3.4.2
+ (optional=templinst|arch=!armel !riscv64 !sh4)_ZNSt12__shared_ptrI14GDALColorTableLN9__gnu_cxx12_Lock_policyE2EE5resetEv at Base 3.4.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt12__shared_ptrI14GDALColorTableLN9__gnu_cxx12_Lock_policyE2EE5resetIS0_EENSt9enable_ifIXsrSt21__sp_is_constructibleIS0_T_E5valueEvE4typeEPS7_ at Base 3.4.2
+ (optional=templinst|arch=armel riscv64)_ZNSt12__shared_ptrI19OGRSpatialReferenceLN9__gnu_cxx12_Lock_policyE1EE5resetIS0_EENSt9enable_ifIXsrSt21__sp_is_constructibleIS0_T_E5valueEvE4typeEPS7_ at Base 3.4.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt12__shared_ptrI19OGRSpatialReferenceLN9__gnu_cxx12_Lock_policyE2EE5resetIS0_EENSt9enable_ifIXsrSt21__sp_is_constructibleIS0_T_E5valueEvE4typeEPS7_ at Base 3.4.2
+ (optional=templinst|arch=armel riscv64)_ZNSt12__shared_ptrI24GDALRasterAttributeTableLN9__gnu_cxx12_Lock_policyE1EE5resetI31GDALDefaultRasterAttributeTableEENSt9enable_ifIXsrSt21__sp_is_constructibleIS0_T_E5valueEvE4typeEPS8_ at Base 3.4.2
+ (optional=templinst|arch=!armel !riscv64 !sh4)_ZNSt12__shared_ptrI24GDALRasterAttributeTableLN9__gnu_cxx12_Lock_policyE2EE5resetI31GDALDefaultRasterAttributeTableEENSt9enable_ifIXsrSt21__sp_is_constructibleIS0_T_E5valueEvE4typeEPS8_ at Base 3.4.2
+ (optional=templinst|arch=armel riscv64)_ZNSt12__shared_ptrI9GDALGroupLN9__gnu_cxx12_Lock_policyE1EEC1ERKSt10__weak_ptrIS0_LS2_1EESt9nothrow_t at Base 3.8.0
+ (optional=templinst|arch=armel riscv64)_ZNSt12__shared_ptrI9GDALGroupLN9__gnu_cxx12_Lock_policyE1EEC2ERKSt10__weak_ptrIS0_LS2_1EESt9nothrow_t at Base 3.8.0
+ (optional=templinst|arch=!armel !riscv64)_ZNSt12__shared_ptrI9GDALGroupLN9__gnu_cxx12_Lock_policyE2EEC1ERKSt10__weak_ptrIS0_LS2_2EESt9nothrow_t at Base 3.8.0
+ (optional=templinst|arch=!armel !riscv64)_ZNSt12__shared_ptrI9GDALGroupLN9__gnu_cxx12_Lock_policyE2EEC2ERKSt10__weak_ptrIS0_LS2_2EESt9nothrow_t at Base 3.8.0
+ (optional=templinst|arch=sh4)_ZNSt12__shared_ptrISt6vectorIhSaIhEELN9__gnu_cxx12_Lock_policyE2EE5resetIS2_EENSt9enable_ifIXsrSt21__sp_is_constructibleIS2_T_E5valueEvE4typeEPS9_ at Base 3.7.2
+ (optional=templinst|arch=!sh4)_ZNSt13_Bvector_baseISaIbEE13_M_deallocateEv at Base 2.2.0
+ (optional=templinst|arch=ia64 loong64 mips64el ppc64el riscv64 sparc64)_ZNSt13unordered_setINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4hashIS5_ESt8equal_toIS5_ESaIS5_EE6insertEOS5_ at Base 3.7.1
+ (optional=templinst|arch=ia64 loong64 mips64el ppc64el riscv64 sparc64)_ZNSt13unordered_setINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4hashIS5_ESt8equal_toIS5_ESaIS5_EE6insertERKS5_ at Base 3.7.1
+ (optional=templinst|arch=ia64 loong64 mips64el ppc64el riscv64 sparc64)_ZNSt13unordered_setIPKvSt4hashIS1_ESt8equal_toIS1_ESaIS1_EE6insertEOS1_ at Base 3.7.1
+ (arch=!sh4)_ZNSt14_Function_baseD1Ev at Base 3.8.0
+ (arch=!sh4)_ZNSt14_Function_baseD2Ev at Base 3.8.0
+ (optional=templinst|arch=sh4)_ZNSt14__shared_countILN9__gnu_cxx12_Lock_policyE2EEC1IP15netCDFAttributeEET_ at Base 3.8.2
+ (optional=templinst|arch=sh4)_ZNSt14__shared_countILN9__gnu_cxx12_Lock_policyE2EEC1IP19MVTTileLayerFeatureEET_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt14__shared_countILN9__gnu_cxx12_Lock_policyE2EEC1IP19OGRSpatialReferenceEET_ at Base 3.8.0
+ (optional=templinst|arch=sh4)_ZNSt14__shared_countILN9__gnu_cxx12_Lock_policyE2EEC2IP15netCDFAttributeEET_ at Base 3.8.2
+ (optional=templinst|arch=sh4)_ZNSt14__shared_countILN9__gnu_cxx12_Lock_policyE2EEC2IP19MVTTileLayerFeatureEET_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt14__shared_countILN9__gnu_cxx12_Lock_policyE2EEC2IP19OGRSpatialReferenceEET_ at Base 3.8.0
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIDnLN9__gnu_cxx12_Lock_policyE1EE10_M_disposeEv at Base 3.4.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIDnLN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv at Base 3.4.2
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP10MEMDatasetLN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv at Base 3.6.0
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP10MEMDatasetLN9__gnu_cxx12_Lock_policyE1EE10_M_disposeEv at Base 3.6.0
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP10MEMDatasetLN9__gnu_cxx12_Lock_policyE1EE14_M_get_deleterERKSt9type_info at Base 3.6.0
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP10MEMDatasetLN9__gnu_cxx12_Lock_policyE1EED0Ev at Base 3.6.0
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP10MEMDatasetLN9__gnu_cxx12_Lock_policyE1EED1Ev at Base 3.6.0
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP10MEMDatasetLN9__gnu_cxx12_Lock_policyE1EED2Ev at Base 3.6.0
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP10MEMDatasetLN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv at Base 3.6.0
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP10MEMDatasetLN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv at Base 3.6.0
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP10MEMDatasetLN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info at Base 3.6.0
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP10MEMDatasetLN9__gnu_cxx12_Lock_policyE2EED0Ev at Base 3.6.0
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP10MEMDatasetLN9__gnu_cxx12_Lock_policyE2EED1Ev at Base 3.6.0
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP10MEMDatasetLN9__gnu_cxx12_Lock_policyE2EED2Ev at Base 3.6.0
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP10MEMMDArrayLN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv at Base 3.8.0
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP10MEMMDArrayLN9__gnu_cxx12_Lock_policyE1EE10_M_disposeEv at Base 3.8.0
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP10MEMMDArrayLN9__gnu_cxx12_Lock_policyE1EE14_M_get_deleterERKSt9type_info at Base 3.8.0
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP10MEMMDArrayLN9__gnu_cxx12_Lock_policyE1EED0Ev at Base 3.8.0
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP10MEMMDArrayLN9__gnu_cxx12_Lock_policyE1EED1Ev at Base 3.8.0
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP10MEMMDArrayLN9__gnu_cxx12_Lock_policyE1EED2Ev at Base 3.8.0
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP10MEMMDArrayLN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv at Base 3.8.0
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP10MEMMDArrayLN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv at Base 3.8.0
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP10MEMMDArrayLN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info at Base 3.8.0
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP10MEMMDArrayLN9__gnu_cxx12_Lock_policyE2EED0Ev at Base 3.8.0
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP10MEMMDArrayLN9__gnu_cxx12_Lock_policyE2EED1Ev at Base 3.8.0
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP10MEMMDArrayLN9__gnu_cxx12_Lock_policyE2EED2Ev at Base 3.8.0
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP11GDALDatasetLN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv at Base 3.4.2
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP11GDALDatasetLN9__gnu_cxx12_Lock_policyE1EE10_M_disposeEv at Base 3.4.2
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP11GDALDatasetLN9__gnu_cxx12_Lock_policyE1EE14_M_get_deleterERKSt9type_info at Base 3.4.2
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP11GDALDatasetLN9__gnu_cxx12_Lock_policyE1EED0Ev at Base 3.4.2
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP11GDALDatasetLN9__gnu_cxx12_Lock_policyE1EED1Ev at Base 3.4.2
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP11GDALDatasetLN9__gnu_cxx12_Lock_policyE1EED2Ev at Base 3.4.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP11GDALDatasetLN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv at Base 3.4.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP11GDALDatasetLN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv at Base 3.4.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP11GDALDatasetLN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info at Base 3.4.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP11GDALDatasetLN9__gnu_cxx12_Lock_policyE2EED0Ev at Base 3.4.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP11GDALDatasetLN9__gnu_cxx12_Lock_policyE2EED1Ev at Base 3.4.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP11GDALDatasetLN9__gnu_cxx12_Lock_policyE2EED2Ev at Base 3.4.2
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP11OGRGeometryLN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv at Base 3.4.2
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP11OGRGeometryLN9__gnu_cxx12_Lock_policyE1EE10_M_disposeEv at Base 3.4.2
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP11OGRGeometryLN9__gnu_cxx12_Lock_policyE1EE14_M_get_deleterERKSt9type_info at Base 3.4.2
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP11OGRGeometryLN9__gnu_cxx12_Lock_policyE1EED0Ev at Base 3.4.2
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP11OGRGeometryLN9__gnu_cxx12_Lock_policyE1EED1Ev at Base 3.4.2
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP11OGRGeometryLN9__gnu_cxx12_Lock_policyE1EED2Ev at Base 3.4.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP11OGRGeometryLN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv at Base 3.4.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP11OGRGeometryLN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv at Base 3.4.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP11OGRGeometryLN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info at Base 3.4.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP11OGRGeometryLN9__gnu_cxx12_Lock_policyE2EED0Ev at Base 3.4.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP11OGRGeometryLN9__gnu_cxx12_Lock_policyE2EED1Ev at Base 3.4.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP11OGRGeometryLN9__gnu_cxx12_Lock_policyE2EED2Ev at Base 3.4.2
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP12MEMAttributeLN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv at Base 3.8.0
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP12MEMAttributeLN9__gnu_cxx12_Lock_policyE1EE10_M_disposeEv at Base 3.8.0
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP12MEMAttributeLN9__gnu_cxx12_Lock_policyE1EE14_M_get_deleterERKSt9type_info at Base 3.8.0
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP12MEMAttributeLN9__gnu_cxx12_Lock_policyE1EED0Ev at Base 3.8.0
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP12MEMAttributeLN9__gnu_cxx12_Lock_policyE1EED1Ev at Base 3.8.0
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP12MEMAttributeLN9__gnu_cxx12_Lock_policyE1EED2Ev at Base 3.8.0
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP12MEMAttributeLN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv at Base 3.8.0
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP12MEMAttributeLN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv at Base 3.8.0
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP12MEMAttributeLN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info at Base 3.8.0
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP12MEMAttributeLN9__gnu_cxx12_Lock_policyE2EED0Ev at Base 3.8.0
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP12MEMAttributeLN9__gnu_cxx12_Lock_policyE2EED1Ev at Base 3.8.0
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP12MEMAttributeLN9__gnu_cxx12_Lock_policyE2EED2Ev at Base 3.8.0
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP14GDALColorTableLN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv at Base 3.4.2
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP14GDALColorTableLN9__gnu_cxx12_Lock_policyE1EE10_M_disposeEv at Base 3.4.2
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP14GDALColorTableLN9__gnu_cxx12_Lock_policyE1EE14_M_get_deleterERKSt9type_info at Base 3.4.2
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP14GDALColorTableLN9__gnu_cxx12_Lock_policyE1EED0Ev at Base 3.4.2
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP14GDALColorTableLN9__gnu_cxx12_Lock_policyE1EED1Ev at Base 3.4.2
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP14GDALColorTableLN9__gnu_cxx12_Lock_policyE1EED2Ev at Base 3.4.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP14GDALColorTableLN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv at Base 3.4.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP14GDALColorTableLN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv at Base 3.4.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP14GDALColorTableLN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info at Base 3.4.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP14GDALColorTableLN9__gnu_cxx12_Lock_policyE2EED0Ev at Base 3.4.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP14GDALColorTableLN9__gnu_cxx12_Lock_policyE2EED1Ev at Base 3.4.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP14GDALColorTableLN9__gnu_cxx12_Lock_policyE2EED2Ev at Base 3.4.2
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP19OGRSpatialReferenceLN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv at Base 3.4.2
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP19OGRSpatialReferenceLN9__gnu_cxx12_Lock_policyE1EE10_M_disposeEv at Base 3.4.2
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP19OGRSpatialReferenceLN9__gnu_cxx12_Lock_policyE1EE14_M_get_deleterERKSt9type_info at Base 3.4.2
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP19OGRSpatialReferenceLN9__gnu_cxx12_Lock_policyE1EED0Ev at Base 3.4.2
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP19OGRSpatialReferenceLN9__gnu_cxx12_Lock_policyE1EED1Ev at Base 3.4.2
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP19OGRSpatialReferenceLN9__gnu_cxx12_Lock_policyE1EED2Ev at Base 3.4.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP19OGRSpatialReferenceLN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv at Base 3.4.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP19OGRSpatialReferenceLN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv at Base 3.4.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP19OGRSpatialReferenceLN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info at Base 3.4.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP19OGRSpatialReferenceLN9__gnu_cxx12_Lock_policyE2EED0Ev at Base 3.4.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP19OGRSpatialReferenceLN9__gnu_cxx12_Lock_policyE2EED1Ev at Base 3.4.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP19OGRSpatialReferenceLN9__gnu_cxx12_Lock_policyE2EED2Ev at Base 3.4.2
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP24GDALRasterAttributeTableLN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv at Base 3.4.2
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP24GDALRasterAttributeTableLN9__gnu_cxx12_Lock_policyE1EE10_M_disposeEv at Base 3.4.2
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP24GDALRasterAttributeTableLN9__gnu_cxx12_Lock_policyE1EE14_M_get_deleterERKSt9type_info at Base 3.4.2
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP24GDALRasterAttributeTableLN9__gnu_cxx12_Lock_policyE1EED0Ev at Base 3.4.2
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP24GDALRasterAttributeTableLN9__gnu_cxx12_Lock_policyE1EED1Ev at Base 3.4.2
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP24GDALRasterAttributeTableLN9__gnu_cxx12_Lock_policyE1EED2Ev at Base 3.4.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP24GDALRasterAttributeTableLN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv at Base 3.4.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP24GDALRasterAttributeTableLN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv at Base 3.4.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP24GDALRasterAttributeTableLN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info at Base 3.4.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP24GDALRasterAttributeTableLN9__gnu_cxx12_Lock_policyE2EED0Ev at Base 3.4.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP24GDALRasterAttributeTableLN9__gnu_cxx12_Lock_policyE2EED1Ev at Base 3.4.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP24GDALRasterAttributeTableLN9__gnu_cxx12_Lock_policyE2EED2Ev at Base 3.4.2
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP31GDALDefaultRasterAttributeTableLN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv at Base 3.4.2
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP31GDALDefaultRasterAttributeTableLN9__gnu_cxx12_Lock_policyE1EE10_M_disposeEv at Base 3.4.2
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP31GDALDefaultRasterAttributeTableLN9__gnu_cxx12_Lock_policyE1EE14_M_get_deleterERKSt9type_info at Base 3.4.2
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP31GDALDefaultRasterAttributeTableLN9__gnu_cxx12_Lock_policyE1EED0Ev at Base 3.4.2
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP31GDALDefaultRasterAttributeTableLN9__gnu_cxx12_Lock_policyE1EED1Ev at Base 3.4.2
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP31GDALDefaultRasterAttributeTableLN9__gnu_cxx12_Lock_policyE1EED2Ev at Base 3.4.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP31GDALDefaultRasterAttributeTableLN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv at Base 3.4.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP31GDALDefaultRasterAttributeTableLN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv at Base 3.4.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP31GDALDefaultRasterAttributeTableLN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info at Base 3.4.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP31GDALDefaultRasterAttributeTableLN9__gnu_cxx12_Lock_policyE2EED0Ev at Base 3.4.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP31GDALDefaultRasterAttributeTableLN9__gnu_cxx12_Lock_policyE2EED1Ev at Base 3.4.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP31GDALDefaultRasterAttributeTableLN9__gnu_cxx12_Lock_policyE2EED2Ev at Base 3.4.2
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP8MEMGroupLN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv at Base 3.8.0
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP8MEMGroupLN9__gnu_cxx12_Lock_policyE1EE10_M_disposeEv at Base 3.8.0
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP8MEMGroupLN9__gnu_cxx12_Lock_policyE1EE14_M_get_deleterERKSt9type_info at Base 3.8.0
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP8MEMGroupLN9__gnu_cxx12_Lock_policyE1EED0Ev at Base 3.8.0
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP8MEMGroupLN9__gnu_cxx12_Lock_policyE1EED1Ev at Base 3.8.0
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIP8MEMGroupLN9__gnu_cxx12_Lock_policyE1EED2Ev at Base 3.8.0
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP8MEMGroupLN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv at Base 3.8.0
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP8MEMGroupLN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv at Base 3.8.0
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP8MEMGroupLN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info at Base 3.8.0
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP8MEMGroupLN9__gnu_cxx12_Lock_policyE2EED0Ev at Base 3.8.0
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP8MEMGroupLN9__gnu_cxx12_Lock_policyE2EED1Ev at Base 3.8.0
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIP8MEMGroupLN9__gnu_cxx12_Lock_policyE2EED2Ev at Base 3.8.0
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIPN19OGRSpatialReference7Private8ListenerELN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv at Base 3.4.2
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIPN19OGRSpatialReference7Private8ListenerELN9__gnu_cxx12_Lock_policyE1EE10_M_disposeEv at Base 3.4.2
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIPN19OGRSpatialReference7Private8ListenerELN9__gnu_cxx12_Lock_policyE1EE14_M_get_deleterERKSt9type_info at Base 3.4.2
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIPN19OGRSpatialReference7Private8ListenerELN9__gnu_cxx12_Lock_policyE1EED0Ev at Base 3.4.2
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIPN19OGRSpatialReference7Private8ListenerELN9__gnu_cxx12_Lock_policyE1EED1Ev at Base 3.4.2
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIPN19OGRSpatialReference7Private8ListenerELN9__gnu_cxx12_Lock_policyE1EED2Ev at Base 3.4.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIPN19OGRSpatialReference7Private8ListenerELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv at Base 3.4.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIPN19OGRSpatialReference7Private8ListenerELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv at Base 3.4.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIPN19OGRSpatialReference7Private8ListenerELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info at Base 3.4.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIPN19OGRSpatialReference7Private8ListenerELN9__gnu_cxx12_Lock_policyE2EED0Ev at Base 3.4.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIPN19OGRSpatialReference7Private8ListenerELN9__gnu_cxx12_Lock_policyE2EED1Ev at Base 3.4.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIPN19OGRSpatialReference7Private8ListenerELN9__gnu_cxx12_Lock_policyE2EED2Ev at Base 3.4.2
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv at Base 3.4.2
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELN9__gnu_cxx12_Lock_policyE1EE10_M_disposeEv at Base 3.4.2
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELN9__gnu_cxx12_Lock_policyE1EE14_M_get_deleterERKSt9type_info at Base 3.4.2
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELN9__gnu_cxx12_Lock_policyE1EED0Ev at Base 3.4.2
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELN9__gnu_cxx12_Lock_policyE1EED1Ev at Base 3.4.2
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELN9__gnu_cxx12_Lock_policyE1EED2Ev at Base 3.4.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv at Base 3.4.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv at Base 3.4.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info at Base 3.4.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELN9__gnu_cxx12_Lock_policyE2EED0Ev at Base 3.4.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELN9__gnu_cxx12_Lock_policyE2EED1Ev at Base 3.4.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELN9__gnu_cxx12_Lock_policyE2EED2Ev at Base 3.4.2
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIPSt6vectorIhSaIhEELN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv at Base 3.4.2
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIPSt6vectorIhSaIhEELN9__gnu_cxx12_Lock_policyE1EE10_M_disposeEv at Base 3.4.2
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIPSt6vectorIhSaIhEELN9__gnu_cxx12_Lock_policyE1EE14_M_get_deleterERKSt9type_info at Base 3.4.2
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIPSt6vectorIhSaIhEELN9__gnu_cxx12_Lock_policyE1EED0Ev at Base 3.4.2
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIPSt6vectorIhSaIhEELN9__gnu_cxx12_Lock_policyE1EED1Ev at Base 3.4.2
+ (optional=templinst|arch=armel riscv64)_ZNSt15_Sp_counted_ptrIPSt6vectorIhSaIhEELN9__gnu_cxx12_Lock_policyE1EED2Ev at Base 3.4.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIPSt6vectorIhSaIhEELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv at Base 3.4.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIPSt6vectorIhSaIhEELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv at Base 3.4.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIPSt6vectorIhSaIhEELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info at Base 3.4.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIPSt6vectorIhSaIhEELN9__gnu_cxx12_Lock_policyE2EED0Ev at Base 3.4.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIPSt6vectorIhSaIhEELN9__gnu_cxx12_Lock_policyE2EED1Ev at Base 3.4.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt15_Sp_counted_ptrIPSt6vectorIhSaIhEELN9__gnu_cxx12_Lock_policyE2EED2Ev at Base 3.4.2
+ (optional=templinst|arch=!sh4)_ZNSt15__allocated_ptrISaISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEED1Ev at Base 3.7.1
+ (optional=templinst|arch=!sh4)_ZNSt15__allocated_ptrISaISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEED2Ev at Base 3.7.1
+ (optional=templinst|arch=armel riscv64)_ZNSt15__allocated_ptrISaISt23_Sp_counted_ptr_inplaceI13GDALDimensionSaIvELN9__gnu_cxx12_Lock_policyE1EEEED1Ev at Base 3.7.1
+ (optional=templinst|arch=armel riscv64)_ZNSt15__allocated_ptrISaISt23_Sp_counted_ptr_inplaceI13GDALDimensionSaIvELN9__gnu_cxx12_Lock_policyE1EEEED2Ev at Base 3.7.1
+ (optional=templinst|arch=!armel !riscv64 !sh4)_ZNSt15__allocated_ptrISaISt23_Sp_counted_ptr_inplaceI13GDALDimensionSaIvELN9__gnu_cxx12_Lock_policyE2EEEED1Ev at Base 3.7.1
+ (optional=templinst|arch=!armel !riscv64 !sh4)_ZNSt15__allocated_ptrISaISt23_Sp_counted_ptr_inplaceI13GDALDimensionSaIvELN9__gnu_cxx12_Lock_policyE2EEEED2Ev at Base 3.7.1
+ (optional=templinst|arch=armel riscv64)_ZNSt15__allocated_ptrISaISt23_Sp_counted_ptr_inplaceI19GDALAttributeStringSaIvELN9__gnu_cxx12_Lock_policyE1EEEED1Ev at Base 3.7.1
+ (optional=templinst|arch=armel riscv64)_ZNSt15__allocated_ptrISaISt23_Sp_counted_ptr_inplaceI19GDALAttributeStringSaIvELN9__gnu_cxx12_Lock_policyE1EEEED2Ev at Base 3.7.1
+ (optional=templinst|arch=!armel !riscv64 !sh4)_ZNSt15__allocated_ptrISaISt23_Sp_counted_ptr_inplaceI19GDALAttributeStringSaIvELN9__gnu_cxx12_Lock_policyE2EEEED1Ev at Base 3.7.1
+ (optional=templinst|arch=!armel !riscv64 !sh4)_ZNSt15__allocated_ptrISaISt23_Sp_counted_ptr_inplaceI19GDALAttributeStringSaIvELN9__gnu_cxx12_Lock_policyE2EEEED2Ev at Base 3.7.1
+ (optional=templinst|arch=armel riscv64)_ZNSt15__allocated_ptrISaISt23_Sp_counted_ptr_inplaceI20GDALAttributeNumericSaIvELN9__gnu_cxx12_Lock_policyE1EEEED1Ev at Base 3.7.1
+ (optional=templinst|arch=armel riscv64)_ZNSt15__allocated_ptrISaISt23_Sp_counted_ptr_inplaceI20GDALAttributeNumericSaIvELN9__gnu_cxx12_Lock_policyE1EEEED2Ev at Base 3.7.1
+ (optional=templinst|arch=!armel !riscv64 !sh4)_ZNSt15__allocated_ptrISaISt23_Sp_counted_ptr_inplaceI20GDALAttributeNumericSaIvELN9__gnu_cxx12_Lock_policyE2EEEED1Ev at Base 3.7.1
+ (optional=templinst|arch=!armel !riscv64 !sh4)_ZNSt15__allocated_ptrISaISt23_Sp_counted_ptr_inplaceI20GDALAttributeNumericSaIvELN9__gnu_cxx12_Lock_policyE2EEEED2Ev at Base 3.7.1
+ (optional=templinst|arch=armel riscv64)_ZNSt15__allocated_ptrISaISt23_Sp_counted_ptr_inplaceI28GDALDimensionWeakIndexingVarSaIvELN9__gnu_cxx12_Lock_policyE1EEEED1Ev at Base 3.7.1
+ (optional=templinst|arch=armel riscv64)_ZNSt15__allocated_ptrISaISt23_Sp_counted_ptr_inplaceI28GDALDimensionWeakIndexingVarSaIvELN9__gnu_cxx12_Lock_policyE1EEEED2Ev at Base 3.7.1
+ (optional=templinst|arch=!armel !riscv64 !sh4)_ZNSt15__allocated_ptrISaISt23_Sp_counted_ptr_inplaceI28GDALDimensionWeakIndexingVarSaIvELN9__gnu_cxx12_Lock_policyE2EEEED1Ev at Base 3.7.1
+ (optional=templinst|arch=!armel !riscv64 !sh4)_ZNSt15__allocated_ptrISaISt23_Sp_counted_ptr_inplaceI28GDALDimensionWeakIndexingVarSaIvELN9__gnu_cxx12_Lock_policyE2EEEED2Ev at Base 3.7.1
+ (arch=!sh4)_ZNSt15recursive_mutex4lockEv at Base 3.8.0
+ (optional=templinst|arch=armel riscv64)_ZNSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv at Base 3.4.2
+ (optional=templinst|arch=armel riscv64)_ZNSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE1EE10_M_releaseEv at Base 3.4.2
+ (optional=templinst|arch=armel riscv64)_ZNSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE1EE15_M_add_ref_copyEv at Base 3.4.2
+ (optional=templinst|arch=armel riscv64)_ZNSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE1EE15_M_weak_releaseEv at Base 3.4.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv at Base 3.4.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE10_M_releaseEv at Base 3.4.2
+ (optional=templinst|arch=!armel !riscv64 !sh4)_ZNSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE15_M_add_ref_copyEv at Base 3.4.2
+ (optional=templinst|arch=!armel !riscv64 !sh4)_ZNSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE15_M_weak_releaseEv at Base 3.4.2
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el s390x)_ZNSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE24_M_release_last_use_coldEv at Base 3.5.2
+ (optional=templinst)_ZNSt17_Function_handlerIF6CPLErrPPviS1_ii12GDALDataTypeS3_iiPKPKcEPS8_E10_M_managerERSt9_Any_dataRKSB_St18_Manager_operation at Base 3.4.0
+ (optional=templinst)_ZNSt17_Function_handlerIF6CPLErrPPviS1_ii12GDALDataTypeS3_iiPKPKcEPS8_E9_M_invokeERKSt9_Any_dataOS2_OiOS1_SF_SF_OS3_SH_SF_SF_OS7_ at Base 3.4.0
+ (arch=armel armhf hppa hurd-i386 i386 mipsel powerpc x32)_ZNSt18_Bit_iterator_base7_M_incrEi at Base 3.6.0
+ (arch=alpha amd64 arm64 ppc64 s390x)_ZNSt18_Bit_iterator_base7_M_incrEl at Base 3.7.0
+ (optional=templinst|arch=armel riscv64)_ZNSt19_Sp_counted_deleterIP11OGRGeometrySt14default_deleteIS0_ESaIvELN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv at Base 3.7.0
+ (optional=templinst|arch=armel riscv64)_ZNSt19_Sp_counted_deleterIP11OGRGeometrySt14default_deleteIS0_ESaIvELN9__gnu_cxx12_Lock_policyE1EE10_M_disposeEv at Base 3.7.0
+ (optional=templinst|arch=armel riscv64)_ZNSt19_Sp_counted_deleterIP11OGRGeometrySt14default_deleteIS0_ESaIvELN9__gnu_cxx12_Lock_policyE1EE14_M_get_deleterERKSt9type_info at Base 3.7.0
+ (optional=templinst|arch=armel riscv64)_ZNSt19_Sp_counted_deleterIP11OGRGeometrySt14default_deleteIS0_ESaIvELN9__gnu_cxx12_Lock_policyE1EED0Ev at Base 3.7.0
+ (optional=templinst|arch=armel riscv64)_ZNSt19_Sp_counted_deleterIP11OGRGeometrySt14default_deleteIS0_ESaIvELN9__gnu_cxx12_Lock_policyE1EED1Ev at Base 3.7.0
+ (optional=templinst|arch=armel riscv64)_ZNSt19_Sp_counted_deleterIP11OGRGeometrySt14default_deleteIS0_ESaIvELN9__gnu_cxx12_Lock_policyE1EED2Ev at Base 3.7.0
+ (optional=templinst|arch=!armel !riscv64)_ZNSt19_Sp_counted_deleterIP11OGRGeometrySt14default_deleteIS0_ESaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv at Base 3.7.0
+ (optional=templinst|arch=!armel !riscv64)_ZNSt19_Sp_counted_deleterIP11OGRGeometrySt14default_deleteIS0_ESaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv at Base 3.7.0
+ (optional=templinst|arch=!armel !riscv64)_ZNSt19_Sp_counted_deleterIP11OGRGeometrySt14default_deleteIS0_ESaIvELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info at Base 3.7.0
+ (optional=templinst|arch=!armel !riscv64)_ZNSt19_Sp_counted_deleterIP11OGRGeometrySt14default_deleteIS0_ESaIvELN9__gnu_cxx12_Lock_policyE2EED0Ev at Base 3.7.0
+ (optional=templinst|arch=!armel !riscv64)_ZNSt19_Sp_counted_deleterIP11OGRGeometrySt14default_deleteIS0_ESaIvELN9__gnu_cxx12_Lock_policyE2EED1Ev at Base 3.7.0
+ (optional=templinst|arch=!armel !riscv64)_ZNSt19_Sp_counted_deleterIP11OGRGeometrySt14default_deleteIS0_ESaIvELN9__gnu_cxx12_Lock_policyE2EED2Ev at Base 3.7.0
+ (optional=templinst|arch=armel riscv64)_ZNSt19_Sp_counted_deleterIPcPFvPvESaIvELN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv at Base 3.4.2
+ (optional=templinst|arch=armel riscv64)_ZNSt19_Sp_counted_deleterIPcPFvPvESaIvELN9__gnu_cxx12_Lock_policyE1EE10_M_disposeEv at Base 3.4.2
+ (optional=templinst|arch=armel riscv64)_ZNSt19_Sp_counted_deleterIPcPFvPvESaIvELN9__gnu_cxx12_Lock_policyE1EE14_M_get_deleterERKSt9type_info at Base 3.4.2
+ (optional=templinst|arch=armel riscv64)_ZNSt19_Sp_counted_deleterIPcPFvPvESaIvELN9__gnu_cxx12_Lock_policyE1EED0Ev at Base 3.4.2
+ (optional=templinst|arch=armel riscv64)_ZNSt19_Sp_counted_deleterIPcPFvPvESaIvELN9__gnu_cxx12_Lock_policyE1EED1Ev at Base 3.4.2
+ (optional=templinst|arch=armel riscv64)_ZNSt19_Sp_counted_deleterIPcPFvPvESaIvELN9__gnu_cxx12_Lock_policyE1EED2Ev at Base 3.4.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt19_Sp_counted_deleterIPcPFvPvESaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv at Base 3.4.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt19_Sp_counted_deleterIPcPFvPvESaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv at Base 3.4.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt19_Sp_counted_deleterIPcPFvPvESaIvELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info at Base 3.4.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt19_Sp_counted_deleterIPcPFvPvESaIvELN9__gnu_cxx12_Lock_policyE2EED0Ev at Base 3.4.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt19_Sp_counted_deleterIPcPFvPvESaIvELN9__gnu_cxx12_Lock_policyE2EED1Ev at Base 3.4.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt19_Sp_counted_deleterIPcPFvPvESaIvELN9__gnu_cxx12_Lock_policyE2EED2Ev at Base 3.4.2
+ (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI10OGRPolygonSaIvELN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv at Base 3.7.0
+ (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI10OGRPolygonSaIvELN9__gnu_cxx12_Lock_policyE1EE10_M_disposeEv at Base 3.7.0
+ (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI10OGRPolygonSaIvELN9__gnu_cxx12_Lock_policyE1EE14_M_get_deleterERKSt9type_info at Base 3.7.0
+ (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI10OGRPolygonSaIvELN9__gnu_cxx12_Lock_policyE1EED0Ev at Base 3.7.0
+ (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI10OGRPolygonSaIvELN9__gnu_cxx12_Lock_policyE1EED1Ev at Base 3.7.0
+ (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI10OGRPolygonSaIvELN9__gnu_cxx12_Lock_policyE1EED2Ev at Base 3.7.0
+ (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI10OGRPolygonSaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv at Base 3.7.0
+ (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI10OGRPolygonSaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv at Base 3.7.0
+ (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI10OGRPolygonSaIvELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info at Base 3.7.0
+ (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI10OGRPolygonSaIvELN9__gnu_cxx12_Lock_policyE2EED0Ev at Base 3.7.0
+ (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI10OGRPolygonSaIvELN9__gnu_cxx12_Lock_policyE2EED1Ev at Base 3.7.0
+ (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI10OGRPolygonSaIvELN9__gnu_cxx12_Lock_policyE2EED2Ev at Base 3.7.0
+ (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI13GDALDimensionSaIvELN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv at Base 3.5.2
+ (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI13GDALDimensionSaIvELN9__gnu_cxx12_Lock_policyE1EE10_M_disposeEv at Base 3.5.2
+ (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI13GDALDimensionSaIvELN9__gnu_cxx12_Lock_policyE1EE14_M_get_deleterERKSt9type_info at Base 3.5.2
+ (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI13GDALDimensionSaIvELN9__gnu_cxx12_Lock_policyE1EED0Ev at Base 3.5.2
+ (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI13GDALDimensionSaIvELN9__gnu_cxx12_Lock_policyE1EED1Ev at Base 3.5.2
+ (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI13GDALDimensionSaIvELN9__gnu_cxx12_Lock_policyE1EED2Ev at Base 3.5.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI13GDALDimensionSaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv at Base 3.5.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI13GDALDimensionSaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv at Base 3.5.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI13GDALDimensionSaIvELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info at Base 3.5.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI13GDALDimensionSaIvELN9__gnu_cxx12_Lock_policyE2EED0Ev at Base 3.5.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI13GDALDimensionSaIvELN9__gnu_cxx12_Lock_policyE2EED1Ev at Base 3.5.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI13GDALDimensionSaIvELN9__gnu_cxx12_Lock_policyE2EED2Ev at Base 3.5.2
+ (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI15GDALPamMultiDimSaIvELN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv at Base 3.5.2
+ (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI15GDALPamMultiDimSaIvELN9__gnu_cxx12_Lock_policyE1EE10_M_disposeEv at Base 3.5.2
+ (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI15GDALPamMultiDimSaIvELN9__gnu_cxx12_Lock_policyE1EE14_M_get_deleterERKSt9type_info at Base 3.5.2
+ (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI15GDALPamMultiDimSaIvELN9__gnu_cxx12_Lock_policyE1EED0Ev at Base 3.5.2
+ (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI15GDALPamMultiDimSaIvELN9__gnu_cxx12_Lock_policyE1EED1Ev at Base 3.5.2
+ (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI15GDALPamMultiDimSaIvELN9__gnu_cxx12_Lock_policyE1EED2Ev at Base 3.5.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI15GDALPamMultiDimSaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv at Base 3.5.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI15GDALPamMultiDimSaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv at Base 3.5.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI15GDALPamMultiDimSaIvELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info at Base 3.5.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI15GDALPamMultiDimSaIvELN9__gnu_cxx12_Lock_policyE2EED0Ev at Base 3.5.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI15GDALPamMultiDimSaIvELN9__gnu_cxx12_Lock_policyE2EED1Ev at Base 3.5.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI15GDALPamMultiDimSaIvELN9__gnu_cxx12_Lock_policyE2EED2Ev at Base 3.5.2
+ (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI19GDALAttributeStringSaIvELN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv at Base 3.5.2
+ (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI19GDALAttributeStringSaIvELN9__gnu_cxx12_Lock_policyE1EE10_M_disposeEv at Base 3.5.2
+ (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI19GDALAttributeStringSaIvELN9__gnu_cxx12_Lock_policyE1EE14_M_get_deleterERKSt9type_info at Base 3.5.2
+ (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI19GDALAttributeStringSaIvELN9__gnu_cxx12_Lock_policyE1EED0Ev at Base 3.5.2
+ (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI19GDALAttributeStringSaIvELN9__gnu_cxx12_Lock_policyE1EED1Ev at Base 3.5.2
+ (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI19GDALAttributeStringSaIvELN9__gnu_cxx12_Lock_policyE1EED2Ev at Base 3.5.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI19GDALAttributeStringSaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv at Base 3.5.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI19GDALAttributeStringSaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv at Base 3.5.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI19GDALAttributeStringSaIvELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info at Base 3.5.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI19GDALAttributeStringSaIvELN9__gnu_cxx12_Lock_policyE2EED0Ev at Base 3.5.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI19GDALAttributeStringSaIvELN9__gnu_cxx12_Lock_policyE2EED1Ev at Base 3.5.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI19GDALAttributeStringSaIvELN9__gnu_cxx12_Lock_policyE2EED2Ev at Base 3.5.2
+ (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI19OGRSpatialReferenceSaIvELN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv at Base 3.5.2
+ (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI19OGRSpatialReferenceSaIvELN9__gnu_cxx12_Lock_policyE1EE10_M_disposeEv at Base 3.5.2
+ (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI19OGRSpatialReferenceSaIvELN9__gnu_cxx12_Lock_policyE1EE14_M_get_deleterERKSt9type_info at Base 3.5.2
+ (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI19OGRSpatialReferenceSaIvELN9__gnu_cxx12_Lock_policyE1EED0Ev at Base 3.5.2
+ (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI19OGRSpatialReferenceSaIvELN9__gnu_cxx12_Lock_policyE1EED1Ev at Base 3.5.2
+ (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI19OGRSpatialReferenceSaIvELN9__gnu_cxx12_Lock_policyE1EED2Ev at Base 3.5.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI19OGRSpatialReferenceSaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv at Base 3.5.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI19OGRSpatialReferenceSaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv at Base 3.5.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI19OGRSpatialReferenceSaIvELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info at Base 3.5.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI19OGRSpatialReferenceSaIvELN9__gnu_cxx12_Lock_policyE2EED0Ev at Base 3.5.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI19OGRSpatialReferenceSaIvELN9__gnu_cxx12_Lock_policyE2EED1Ev at Base 3.5.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI19OGRSpatialReferenceSaIvELN9__gnu_cxx12_Lock_policyE2EED2Ev at Base 3.5.2
+ (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI20GDALAttributeNumericSaIvELN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv at Base 3.5.2
+ (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI20GDALAttributeNumericSaIvELN9__gnu_cxx12_Lock_policyE1EE10_M_disposeEv at Base 3.5.2
+ (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI20GDALAttributeNumericSaIvELN9__gnu_cxx12_Lock_policyE1EE14_M_get_deleterERKSt9type_info at Base 3.5.2
+ (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI20GDALAttributeNumericSaIvELN9__gnu_cxx12_Lock_policyE1EED0Ev at Base 3.5.2
+ (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI20GDALAttributeNumericSaIvELN9__gnu_cxx12_Lock_policyE1EED1Ev at Base 3.5.2
+ (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI20GDALAttributeNumericSaIvELN9__gnu_cxx12_Lock_policyE1EED2Ev at Base 3.5.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI20GDALAttributeNumericSaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv at Base 3.5.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI20GDALAttributeNumericSaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv at Base 3.5.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI20GDALAttributeNumericSaIvELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info at Base 3.5.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI20GDALAttributeNumericSaIvELN9__gnu_cxx12_Lock_policyE2EED0Ev at Base 3.5.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI20GDALAttributeNumericSaIvELN9__gnu_cxx12_Lock_policyE2EED1Ev at Base 3.5.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI20GDALAttributeNumericSaIvELN9__gnu_cxx12_Lock_policyE2EED2Ev at Base 3.5.2
+ (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI26GDALMDArrayRegularlySpacedSaIvELN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv at Base 3.5.2
+ (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI26GDALMDArrayRegularlySpacedSaIvELN9__gnu_cxx12_Lock_policyE1EE10_M_disposeEv at Base 3.5.2
+ (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI26GDALMDArrayRegularlySpacedSaIvELN9__gnu_cxx12_Lock_policyE1EE14_M_get_deleterERKSt9type_info at Base 3.5.2
+ (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI26GDALMDArrayRegularlySpacedSaIvELN9__gnu_cxx12_Lock_policyE1EED0Ev at Base 3.5.2
+ (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI26GDALMDArrayRegularlySpacedSaIvELN9__gnu_cxx12_Lock_policyE1EED1Ev at Base 3.5.2
+ (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI26GDALMDArrayRegularlySpacedSaIvELN9__gnu_cxx12_Lock_policyE1EED2Ev at Base 3.5.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI26GDALMDArrayRegularlySpacedSaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv at Base 3.5.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI26GDALMDArrayRegularlySpacedSaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv at Base 3.5.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI26GDALMDArrayRegularlySpacedSaIvELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info at Base 3.5.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI26GDALMDArrayRegularlySpacedSaIvELN9__gnu_cxx12_Lock_policyE2EED0Ev at Base 3.5.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI26GDALMDArrayRegularlySpacedSaIvELN9__gnu_cxx12_Lock_policyE2EED1Ev at Base 3.5.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI26GDALMDArrayRegularlySpacedSaIvELN9__gnu_cxx12_Lock_policyE2EED2Ev at Base 3.5.2
+ (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI28GDALDimensionWeakIndexingVarSaIvELN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv at Base 3.5.2
+ (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI28GDALDimensionWeakIndexingVarSaIvELN9__gnu_cxx12_Lock_policyE1EE10_M_disposeEv at Base 3.5.2
+ (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI28GDALDimensionWeakIndexingVarSaIvELN9__gnu_cxx12_Lock_policyE1EE14_M_get_deleterERKSt9type_info at Base 3.5.2
+ (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI28GDALDimensionWeakIndexingVarSaIvELN9__gnu_cxx12_Lock_policyE1EED0Ev at Base 3.5.2
+ (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI28GDALDimensionWeakIndexingVarSaIvELN9__gnu_cxx12_Lock_policyE1EED1Ev at Base 3.5.2
+ (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceI28GDALDimensionWeakIndexingVarSaIvELN9__gnu_cxx12_Lock_policyE1EED2Ev at Base 3.5.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI28GDALDimensionWeakIndexingVarSaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv at Base 3.5.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI28GDALDimensionWeakIndexingVarSaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv at Base 3.5.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI28GDALDimensionWeakIndexingVarSaIvELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info at Base 3.5.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI28GDALDimensionWeakIndexingVarSaIvELN9__gnu_cxx12_Lock_policyE2EED0Ev at Base 3.5.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI28GDALDimensionWeakIndexingVarSaIvELN9__gnu_cxx12_Lock_policyE2EED1Ev at Base 3.5.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceI28GDALDimensionWeakIndexingVarSaIvELN9__gnu_cxx12_Lock_policyE2EED2Ev at Base 3.5.2
+ (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceIN8OGRLayer27ArrowArrayStreamPrivateDataESaIvELN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv at Base 3.6.0
+ (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceIN8OGRLayer27ArrowArrayStreamPrivateDataESaIvELN9__gnu_cxx12_Lock_policyE1EE10_M_disposeEv at Base 3.6.0
+ (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceIN8OGRLayer27ArrowArrayStreamPrivateDataESaIvELN9__gnu_cxx12_Lock_policyE1EE14_M_get_deleterERKSt9type_info at Base 3.6.0
+ (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceIN8OGRLayer27ArrowArrayStreamPrivateDataESaIvELN9__gnu_cxx12_Lock_policyE1EED0Ev at Base 3.6.0
+ (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceIN8OGRLayer27ArrowArrayStreamPrivateDataESaIvELN9__gnu_cxx12_Lock_policyE1EED1Ev at Base 3.6.0
+ (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceIN8OGRLayer27ArrowArrayStreamPrivateDataESaIvELN9__gnu_cxx12_Lock_policyE1EED2Ev at Base 3.6.0
+ (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceIN8OGRLayer27ArrowArrayStreamPrivateDataESaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv at Base 3.6.0
+ (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceIN8OGRLayer27ArrowArrayStreamPrivateDataESaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv at Base 3.6.0
+ (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceIN8OGRLayer27ArrowArrayStreamPrivateDataESaIvELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info at Base 3.6.0
+ (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceIN8OGRLayer27ArrowArrayStreamPrivateDataESaIvELN9__gnu_cxx12_Lock_policyE2EED0Ev at Base 3.6.0
+ (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceIN8OGRLayer27ArrowArrayStreamPrivateDataESaIvELN9__gnu_cxx12_Lock_policyE2EED1Ev at Base 3.6.0
+ (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceIN8OGRLayer27ArrowArrayStreamPrivateDataESaIvELN9__gnu_cxx12_Lock_policyE2EED2Ev at Base 3.6.0
+ (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceISt6vectorIdSaIdEESaIvELN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv at Base 3.5.2
+ (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceISt6vectorIdSaIdEESaIvELN9__gnu_cxx12_Lock_policyE1EE10_M_disposeEv at Base 3.5.2
+ (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceISt6vectorIdSaIdEESaIvELN9__gnu_cxx12_Lock_policyE1EE14_M_get_deleterERKSt9type_info at Base 3.5.2
+ (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceISt6vectorIdSaIdEESaIvELN9__gnu_cxx12_Lock_policyE1EED0Ev at Base 3.5.2
+ (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceISt6vectorIdSaIdEESaIvELN9__gnu_cxx12_Lock_policyE1EED1Ev at Base 3.5.2
+ (optional=templinst|arch=armel riscv64)_ZNSt23_Sp_counted_ptr_inplaceISt6vectorIdSaIdEESaIvELN9__gnu_cxx12_Lock_policyE1EED2Ev at Base 3.5.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceISt6vectorIdSaIdEESaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv at Base 3.5.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceISt6vectorIdSaIdEESaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv at Base 3.5.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceISt6vectorIdSaIdEESaIvELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info at Base 3.5.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceISt6vectorIdSaIdEESaIvELN9__gnu_cxx12_Lock_policyE2EED0Ev at Base 3.5.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceISt6vectorIdSaIdEESaIvELN9__gnu_cxx12_Lock_policyE2EED1Ev at Base 3.5.2
+ (optional=templinst|arch=!armel !riscv64)_ZNSt23_Sp_counted_ptr_inplaceISt6vectorIdSaIdEESaIvELN9__gnu_cxx12_Lock_policyE2EED2Ev at Base 3.5.2
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt23mersenne_twister_engineIjLj32ELj624ELj397ELj31ELj2567483615ELj11ELj4294967295ELj7ELj2636928640ELj15ELj4022730752ELj18ELj1812433253EE11_M_gen_randEv at Base 3.6.0
+ (optional=templinst|arch=sh4)_ZNSt23mersenne_twister_engineIjLj32ELj624ELj397ELj31ELj2567483615ELj11ELj4294967295ELj7ELj2636928640ELj15ELj4022730752ELj18ELj1812433253EE4seedEj at Base 3.7.2
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt23mersenne_twister_engineIjLj32ELj624ELj397ELj31ELj2567483615ELj11ELj4294967295ELj7ELj2636928640ELj15ELj4022730752ELj18ELj1812433253EEclEv at Base 3.6.0
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt23mersenne_twister_engineImLm32ELm624ELm397ELm31ELm2567483615ELm11ELm4294967295ELm7ELm2636928640ELm15ELm4022730752ELm18ELm1812433253EE11_M_gen_randEv at Base 3.6.0
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt23mersenne_twister_engineImLm32ELm624ELm397ELm31ELm2567483615ELm11ELm4294967295ELm7ELm2636928640ELm15ELm4022730752ELm18ELm1812433253EEclEv at Base 3.6.0
+ (optional=templinst|arch=!m68k !powerpc !ppc64 !s390x)_ZNSt3mapI9CPLString11OGREnvelopeSt4lessIS0_ESaISt4pairIKS0_S1_EEEixERS5_ at Base 3.4.2
+ (optional=templinst|arch=alpha armel armhf hurd-i386 i386 mipsel powerpc ppc64 s390x)_ZNSt3mapI9CPLString12GDALDataTypeSt4lessIS0_ESaISt4pairIKS0_S1_EEEC1ESt16initializer_listIS6_ERKS3_RKS7_ at Base 3.4.2
+ (optional=templinst|arch=alpha armel armhf hurd-i386 i386 mipsel powerpc ppc64 s390x)_ZNSt3mapI9CPLString12GDALDataTypeSt4lessIS0_ESaISt4pairIKS0_S1_EEEC2ESt16initializer_listIS6_ERKS3_RKS7_ at Base 3.4.2
+ (optional=templinst)_ZNSt3mapI9CPLString12GDALDataTypeSt4lessIS0_ESaISt4pairIKS0_S1_EEED1Ev at Base 3.2.0
+ (optional=templinst)_ZNSt3mapI9CPLString12GDALDataTypeSt4lessIS0_ESaISt4pairIKS0_S1_EEED2Ev at Base 3.2.0
+ (optional=templinst|arch=!sh4)_ZNSt3mapI9CPLStringP11GDALDatasetSt4lessIS0_ESaISt4pairIKS0_S2_EEEixEOS0_ at Base 3.3.3
+ (optional=templinst)_ZNSt3mapI9CPLStringS0_St4lessIS0_ESaISt4pairIKS0_S0_EEED1Ev at Base 2.2.0
+ (optional=templinst)_ZNSt3mapI9CPLStringS0_St4lessIS0_ESaISt4pairIKS0_S0_EEED2Ev at Base 2.2.0
+ (optional=templinst)_ZNSt3mapI9CPLStringS0_St4lessIS0_ESaISt4pairIKS0_S0_EEEixEOS0_ at Base 2.2.0
+ (optional=templinst)_ZNSt3mapI9CPLStringS0_St4lessIS0_ESaISt4pairIKS0_S0_EEEixERS4_ at Base 1.8.0
+ (optional=templinst|arch=!sh4)_ZNSt3mapI9CPLStringS_IS0_S0_St4lessIS0_ESaISt4pairIKS0_S0_EEES2_SaIS3_IS4_S7_EEEixERS4_ at Base 3.3.3
+ (optional=templinst|arch=sh4)_ZNSt3mapI9CPLStringSt10shared_ptrI11GDALMDArrayESt4lessIS0_ESaISt4pairIKS0_S3_EEEixEOS0_ at Base 3.8.0
+ (optional=templinst)_ZNSt3mapI9CPLStringSt10shared_ptrI9GDALGroupESt4lessIS0_ESaISt4pairIKS0_S3_EEEixEOS0_ at Base 3.8.0
+ (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x !sh4)_ZNSt3mapI9CPLStringSt3setIS0_St4lessIS0_ESaIS0_EES3_SaISt4pairIKS0_S5_EEEixEOS0_ at Base 3.4.2
+ (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x !sh4)_ZNSt3mapI9CPLStringSt3setIS0_St4lessIS0_ESaIS0_EES3_SaISt4pairIKS0_S5_EEEixERS7_ at Base 3.4.2
+ (optional=templinst)_ZNSt3mapI9CPLStringSt4pairISt8functionIF6CPLErrPPviS4_ii12GDALDataTypeS6_iiPKPKcEES0_ESt4lessIS0_ESaIS1_IKS0_SD_EEED1Ev at Base 3.5.0
+ (optional=templinst)_ZNSt3mapI9CPLStringSt4pairISt8functionIF6CPLErrPPviS4_ii12GDALDataTypeS6_iiPKPKcEES0_ESt4lessIS0_ESaIS1_IKS0_SD_EEED2Ev at Base 3.5.0
+ (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x !sh4)_ZNSt3mapI9CPLStringSt4pairIddESt4lessIS0_ESaIS1_IKS0_S2_EEEixERS5_ at Base 3.4.2
+ (optional=templinst|arch=amd64 arm64 hppa ia64 loong64 m68k mips64el ppc64el riscv64 sh4 sparc64)_ZNSt3mapI9CPLStringSt6vectorIS0_SaIS0_EESt4lessIS0_ESaISt4pairIKS0_S3_EEEixERS7_ at Base 3.5.2
+ (optional=templinst|arch=sh4)_ZNSt3mapI9CPLStringSt6vectorISt4pairIS0_S0_ESaIS3_EESt4lessIS0_ESaIS2_IKS0_S5_EEEixERS8_ at Base 3.7.2
+ (optional=templinst|arch=!armel !armhf !ia64 !loong64 !m68k !mips64el !ppc64el !riscv64 !sh4 !sparc64)_ZNSt3mapI9CPLStringSt6vectorIhSaIhEESt4lessIS0_ESaISt4pairIKS0_S3_EEEixEOS0_ at Base 3.3.3
+ (optional=templinst|arch=sh4)_ZNSt3mapI9CPLStringSt6vectorIiSaIiEESt4lessIS0_ESaISt4pairIKS0_S3_EEEixERS7_ at Base 3.7.2
+ (optional=templinst|arch=!alpha !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x !sh4)_ZNSt3mapI9CPLStringbSt4lessIS0_ESaISt4pairIKS0_bEEEixEOS0_ at Base 3.5.2
+ (optional=templinst)_ZNSt3mapI9CPLStringbSt4lessIS0_ESaISt4pairIKS0_bEEEixERS4_ at Base 3.1.3
+ (optional=templinst)_ZNSt3mapI9CPLStringiSt4lessIS0_ESaISt4pairIKS0_iEEEixEOS0_ at Base 3.1.3
+ (optional=templinst)_ZNSt3mapI9CPLStringiSt4lessIS0_ESaISt4pairIKS0_iEEEixERS4_ at Base 2.2.0
+ (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt3mapI9CPLStringjSt4lessIS0_ESaISt4pairIKS0_jEEEixEOS0_ at Base 3.4.2
+ (optional=templinst|arch=hppa m68k)_ZNSt3mapI9CPLStringjSt4lessIS0_ESaISt4pairIKS0_jEEEixERS4_ at Base 3.7.2
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt3mapI9CPLStringmSt4lessIS0_ESaISt4pairIKS0_mEEEixEOS0_ at Base 3.4.2
+ (optional=templinst|arch=amd64 arm64 ia64 loong64 mips64el ppc64el riscv64 sparc64)_ZNSt3mapI9CPLStringmSt4lessIS0_ESaISt4pairIKS0_mEEEixERS4_ at Base 3.4.2
+ (optional=templinst|arch=alpha amd64 arm64 armel armhf hppa hurd-i386 i386 ia64 loong64 m68k mips64el mipsel powerpc ppc64 ppc64el riscv64 s390x sparc64)_ZNSt3mapIN19MVTTileLayerFeature8GeomTypeExSt4lessIS1_ESaISt4pairIKS1_xEEEixEOS1_ at Base 3.4.2
+ (optional=templinst|arch=amd64 arm64 armel armhf hppa ia64 loong64 m68k mips64el ppc64el riscv64 sparc64 x32)_ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE12OGRFieldTypeSt4lessIS5_ESaISt4pairIKS5_S6_EEEixEOS5_ at Base 3.3.3
+ (optional=templinst|arch=amd64 arm64 hppa)_ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE13CPLStringListSt4lessIS5_ESaISt4pairIKS5_S6_EEEixEOS5_ at Base 3.7.0
+ (optional=templinst)_ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St4lessIS5_ESaISt4pairIKS5_S5_EEEixEOS5_ at Base 3.4.2
+ (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St4lessIS5_ESaISt4pairIKS5_S5_EEEixERS9_ at Base 3.7.0
+ (optional=templinst)_ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES_IS5_S5_St4lessIS5_ESaISt4pairIKS5_S5_EEES7_SaIS8_IS9_SC_EEED1Ev at Base 3.5.0
+ (optional=templinst)_ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES_IS5_S5_St4lessIS5_ESaISt4pairIKS5_S5_EEES7_SaIS8_IS9_SC_EEED2Ev at Base 3.5.0
+ (optional=templinst|arch=loong64 m68k mips64el mipsel powerpc ppc64 ppc64el riscv64 s390x)_ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES_IiS5_St4lessIiESaISt4pairIKiS5_EEES6_IS5_ESaIS8_IKS5_SC_EEEixEOS5_ at Base 3.7.0
+ (optional=templinst|arch=!sh4)_ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt10shared_ptrI13GDALDimensionESt4lessIS5_ESaISt4pairIKS5_S8_EEEixERSC_ at Base 3.7.1
+ (optional=templinst)_ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt10unique_ptrI11GDALDatasetSt14default_deleteIS7_EESt4lessIS5_ESaISt4pairIKS5_SA_EEEixEOS5_ at Base 3.7.0
+ (optional=templinst)_ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt10unique_ptrI14OGRFieldDomainSt14default_deleteIS7_EESt4lessIS5_ESaISt4pairIKS5_SA_EEEixERSE_ at Base 3.4.2
+ (optional=templinst|arch=amd64 arm64 ia64 loong64 mips64el ppc64el riscv64 sparc64)_ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEdSt4lessIS5_ESaISt4pairIKS5_dEEEixEOS5_ at Base 3.4.2
+ (optional=templinst)_ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiSt4lessIS5_ESaISt4pairIKS5_iEEED1Ev at Base 3.6.0
+ (optional=templinst)_ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiSt4lessIS5_ESaISt4pairIKS5_iEEED2Ev at Base 3.6.0
+ (optional=templinst|arch=!sh4)_ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiSt4lessIS5_ESaISt4pairIKS5_iEEEixEOS5_ at Base 3.3.3
+ (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x !sh4)_ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiSt4lessIS5_ESaISt4pairIKS5_iEEEixERS9_ at Base 3.4.2
+ (optional=templinst|arch=alpha hurd-i386 i386 powerpc ppc64 s390x)_ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEjSt4lessIS5_ESaISt4pairIKS5_jEEEixERS9_ at Base 3.8.0
+ (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEExSt4lessIS5_ESaISt4pairIKS5_xEEEixERS9_ at Base 3.4.2
+ (optional=templinst|arch=sh4)_ZNSt3mapIP16OGRGeomFieldDefn9CPLStringSt4lessIS1_ESaISt4pairIKS1_S2_EEEixERS6_ at Base 3.7.1
+ (optional=templinst|arch=!sh4)_ZNSt3mapIP8OGRLayerS1_St4lessIS1_ESaISt4pairIKS1_S1_EEEixERS5_ at Base 2.0.1
+ (optional=templinst)_ZNSt3mapIP8OGRLayeriSt4lessIS1_ESaISt4pairIKS1_iEEEixEOS1_ at Base 3.1.3
+ (optional=templinst|arch=alpha amd64 arm64 armel armhf hppa hurd-i386 i386 ia64 loong64 m68k mips64el mipsel powerpc ppc64 ppc64el riscv64 s390x sparc64)_ZNSt3mapIP8OGRLayeriSt4lessIS1_ESaISt4pairIKS1_iEEEixERS5_ at Base 3.4.2
+ (optional=templinst|arch=alpha amd64 arm64 armel armhf hppa hurd-i386 i386 ia64 loong64 m68k mips64el mipsel powerpc ppc64 ppc64el riscv64 s390x sparc64)_ZNSt3mapIPKciSt4lessIS1_ESaISt4pairIKS1_iEEEC1ESt16initializer_listIS6_ERKS3_RKS7_ at Base 3.4.2
+ (optional=templinst|arch=alpha amd64 arm64 armel armhf hppa hurd-i386 i386 ia64 loong64 m68k mips64el mipsel powerpc ppc64 ppc64el riscv64 s390x sparc64)_ZNSt3mapIPKciSt4lessIS1_ESaISt4pairIKS1_iEEEC2ESt16initializer_listIS6_ERKS3_RKS7_ at Base 3.4.2
+ (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !powerpc !ppc64 !s390x !sh4)_ZNSt3mapISt10shared_ptrI13GDALDimensionES2_St4lessIS2_ESaISt4pairIKS2_S2_EEEixERS6_ at Base 3.4.2
+ (optional=templinst|arch=!sh4)_ZNSt3mapISt4pairINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_EN15GDALPamMultiDim7Private9ArrayInfoESt4lessIS7_ESaIS0_IKS7_SA_EEEixEOS7_ at Base 3.8.0
+ (optional=templinst|arch=!sh4)_ZNSt3mapISt4pairINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_EN15GDALPamMultiDim7Private9ArrayInfoESt4lessIS7_ESaIS0_IKS7_SA_EEEixERSD_ at Base 3.8.0
+ (optional=templinst|arch=amd64 arm64 hppa ia64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt3mapISt4pairIddEPSt6vectorI8OGRPointSaIS3_EESt4lessIS1_ESaIS0_IKS1_S6_EEEixEOS1_ at Base 3.4.2
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc x32)_ZNSt3mapISt5arrayIiLj3EESt6vectorISt4pairIiiESaIS4_EESt4lessIS1_ESaIS3_IKS1_S6_EEEixERS9_ at Base 3.5.0
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt3mapISt5arrayIiLm3EESt6vectorISt4pairIiiESaIS4_EESt4lessIS1_ESaIS3_IKS1_S6_EEEixERS9_ at Base 3.5.0
+ (optional=templinst|arch=!sh4)_ZNSt3mapIcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4lessIcESaISt4pairIKcS5_EEEC1ESt16initializer_listISA_ERKS7_RKSB_ at Base 2.2.0
+ (optional=templinst|arch=!sh4)_ZNSt3mapIcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4lessIcESaISt4pairIKcS5_EEEC2ESt16initializer_listISA_ERKS7_RKSB_ at Base 2.2.0
+ (optional=templinst)_ZNSt3mapIcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4lessIcESaISt4pairIKcS5_EEED1Ev at Base 2.2.0
+ (optional=templinst)_ZNSt3mapIcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4lessIcESaISt4pairIKcS5_EEED2Ev at Base 2.2.0
+ (optional=templinst|arch=alpha amd64 arm64 armel armhf hppa hurd-i386 i386 ia64 loong64 m68k mips64el mipsel powerpc ppc64 ppc64el riscv64 s390x sparc64)_ZNSt3mapIi9CPLStringSt4lessIiESaISt4pairIKiS0_EEEixERS4_ at Base 3.5.2
+ (optional=templinst|arch=mipsel powerpc ppc64 s390x)_ZNSt3mapIiNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4lessIiESaISt4pairIKiS5_EEEixERS9_ at Base 3.7.0
+ (optional=templinst|arch=alpha amd64 arm64 armel armhf hppa hurd-i386 i386 ia64 loong64 m68k mips64el mipsel powerpc ppc64 ppc64el riscv64 s390x sparc64)_ZNSt3mapIiP11OGRGeometrySt4lessIiESaISt4pairIKiS1_EEEixERS5_ at Base 3.4.2
+ (optional=templinst|arch=alpha amd64 arm64 armel armhf hppa hurd-i386 i386 ia64 loong64 m68k mips64el mipsel powerpc ppc64 ppc64el riscv64 s390x sparc64)_ZNSt3mapIiPKcSt4lessIiESaISt4pairIKiS1_EEEC1ESt16initializer_listIS6_ERKS3_RKS7_ at Base 3.4.2
+ (optional=templinst|arch=alpha amd64 arm64 armel armhf hppa hurd-i386 i386 ia64 loong64 m68k mips64el mipsel powerpc ppc64 ppc64el riscv64 s390x sparc64)_ZNSt3mapIiPKcSt4lessIiESaISt4pairIKiS1_EEEC2ESt16initializer_listIS6_ERKS3_RKS7_ at Base 3.4.2
+ (optional=templinst)_ZNSt3mapIiSt3setI9CPLStringSt4lessIS1_ESaIS1_EES2_IiESaISt4pairIKiS5_EEEixERS8_ at Base 3.1.3
+ (optional=templinst)_ZNSt3mapIiSt4pairINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiESt4lessIiESaIS0_IKiS7_EEED1Ev at Base 3.6.0
+ (optional=templinst)_ZNSt3mapIiSt4pairINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiESt4lessIiESaIS0_IKiS7_EEED2Ev at Base 3.6.0
+ (optional=templinst|arch=alpha amd64 arm64 hppa hurd-i386 i386 ia64 loong64 m68k mips64el mipsel powerpc ppc64 ppc64el riscv64 s390x sparc64)_ZNSt3mapIiSt6vectorIiSaIiEESt4lessIiESaISt4pairIKiS2_EEEixEOi at Base 3.4.2
+ (optional=templinst|arch=!sh4)_ZNSt3mapIiiSt4lessIiESaISt4pairIKiiEEEixERS3_ at Base 3.4.2
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc x32)_ZNSt3mapIjNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4lessIjESaISt4pairIKjS5_EEEixERS9_ at Base 3.5.0
+ (optional=templinst|arch=alpha amd64 arm64 armel armhf hppa hurd-i386 i386 ia64 loong64 m68k mips64el mipsel powerpc ppc64 ppc64el riscv64 s390x sparc64)_ZNSt3mapIjiSt4lessIjESaISt4pairIKjiEEEixERS3_ at Base 3.4.2
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt3mapImNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4lessImESaISt4pairIKmS5_EEEixERS9_ at Base 3.5.0
+ (optional=templinst|arch=alpha amd64 arm64 armel armhf hppa hurd-i386 i386 ia64 loong64 m68k mips64el mipsel powerpc ppc64 ppc64el riscv64 s390x sparc64)_ZNSt3mapIxP13OGRLineStringSt4lessIxESaISt4pairIKxS1_EEEixERS5_ at Base 3.4.2
+ (optional=templinst|arch=alpha amd64 arm64 armel armhf hppa ia64 loong64 m68k mips64el mipsel ppc64 ppc64el riscv64 s390x sparc64)_ZNSt3mapIxSt4pairIyyESt4lessIxESaIS0_IKxS1_EEEixERS4_ at Base 3.4.2
+ (optional=templinst|arch=amd64 arm64 hppa ia64 loong64 m68k mips64el mipsel ppc64el riscv64 sparc64|subst)_ZNSt3mapI{size_t}St6vectorI9CPLStringSaIS1_EESt4lessI{size_t}ESaISt4pairIK{size_t}S3_EEEixEO{size_t}@Base 3.4.2
+ (optional=templinst|arch=amd64 arm64 hppa ia64 loong64 mips64el ppc64el riscv64 sparc64 x32)_ZNSt3setI9CPLStringSt4lessIS0_ESaIS0_EE6insertEOS0_ at Base 3.4.2
+ (optional=templinst|arch=amd64 arm64 hppa ia64 loong64 mips64el ppc64el riscv64 sparc64 x32)_ZNSt3setI9CPLStringSt4lessIS0_ESaIS0_EE6insertERKS0_ at Base 3.4.2
+ (optional=templinst|arch=amd64 arm64 hppa ia64 loong64 mips64el ppc64el riscv64 sparc64 x32)_ZNSt3setINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4lessIS5_ESaIS5_EE6insertEOS5_ at Base 3.4.2
+ (optional=templinst|arch=amd64 arm64 hppa ia64 loong64 mips64el ppc64el riscv64 sparc64 x32)_ZNSt3setINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4lessIS5_ESaIS5_EE6insertERKS5_ at Base 3.4.2
+ (optional=templinst|arch=amd64 arm64 hppa ia64 loong64 mips64el ppc64el riscv64 sparc64 x32)_ZNSt3setISt4pairIiiESt4lessIS1_ESaIS1_EE6insertEOS1_ at Base 3.4.2
+ (optional=templinst|arch=amd64 arm64 hppa ia64 loong64 mips64el ppc64el riscv64 sparc64 x32)_ZNSt3setISt4pairIiiESt4lessIS1_ESaIS1_EE6insertERKS1_ at Base 3.4.2
+ (optional=templinst|arch=amd64 arm64 hppa ia64 loong64 mips64el ppc64el riscv64 sparc64)_ZNSt3setIiSt4lessIiESaIiEE6insertERKi at Base 3.7.0
+ (optional=templinst|arch=alpha amd64 arm64 armel armhf hppa hurd-i386 i386 ia64 loong64 m68k mips64el mipsel powerpc ppc64 ppc64el riscv64 s390x sparc64)_ZNSt3setIjSt4lessIjESaIjEEC1ESt16initializer_listIjERKS1_RKS2_ at Base 3.6.0
+ (optional=templinst|arch=alpha amd64 arm64 armel armhf hppa hurd-i386 i386 ia64 loong64 m68k mips64el mipsel powerpc ppc64 ppc64el riscv64 s390x sparc64)_ZNSt3setIjSt4lessIjESaIjEEC2ESt16initializer_listIjERKS1_RKS2_ at Base 3.6.0
+ (optional=templinst|arch=armel armhf)_ZNSt4pairI9CPLStringS0_EC1IRS0_S3_Lb1EEEOT_OT0_ at Base 3.7.1
+ (optional=templinst|arch=armel armhf)_ZNSt4pairI9CPLStringS0_EC2IRS0_S3_Lb1EEEOT_OT0_ at Base 3.7.1
+ (optional=templinst)_ZNSt5dequeIP13swq_expr_nodeSaIS1_EE16_M_push_back_auxIJRKS1_EEEvDpOT_ at Base 3.1.0
+ (optional=templinst)_ZNSt5dequeISt10shared_ptrI9GDALGroupESaIS2_EE16_M_push_back_auxIJRKS2_EEEvDpOT_ at Base 3.2.0
+ (optional=templinst)_ZNSt5dequeISt10shared_ptrI9GDALGroupESaIS2_EED1Ev at Base 3.2.0
+ (optional=templinst)_ZNSt5dequeISt10shared_ptrI9GDALGroupESaIS2_EED2Ev at Base 3.2.0
+ (optional=templinst|arch=!sh4)_ZNSt5dequeISt10unique_ptrI10OGRFeatureSt14default_deleteIS1_EESaIS4_EE12emplace_backIJS4_EEEvDpOT_ at Base 3.8.0
+ (optional=templinst|arch=sh4)_ZNSt5dequeISt10unique_ptrI10OGRFeatureSt14default_deleteIS1_EESaIS4_EE16_M_push_back_auxIJS4_EEEvDpOT_ at Base 3.8.0
+ (optional=templinst)_ZNSt5dequeIiSaIiEE16_M_push_back_auxIJRKiEEEvDpOT_ at Base 3.0.0
+ (optional=templinst)_ZNSt5dequeIxSaIxEE16_M_push_back_auxIJRKxEEEvDpOT_ at Base 2.2.0
+ _ZNSt6thread24_M_thread_deps_never_runEv at Base 3.7.1
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorI11swq_summarySaIS0_EE17_M_default_appendEj at Base 3.5.0
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorI11swq_summarySaIS0_EE17_M_default_appendEm at Base 3.5.0
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k powerpc sh4)_ZNSt6vectorI12GDALDataTypeSaIS0_EE17_M_default_appendEj at Base 3.8.0
+ (optional=templinst|arch=amd64 arm64 ia64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorI12GDALDataTypeSaIS0_EE17_M_default_appendEm at Base 3.8.0
+ (optional=templinst)_ZNSt6vectorI12GDALDataTypeSaIS0_EE17_M_realloc_insertIJRKS0_EEEvN9__gnu_cxx17__normal_iteratorIPS0_S2_EEDpOT_ at Base 3.8.2
+ (optional=templinst|arch=!sh4)_ZNSt6vectorI12GDALDataTypeSaIS0_EED1Ev at Base 3.8.2
+ (optional=templinst|arch=!sh4)_ZNSt6vectorI12GDALDataTypeSaIS0_EED2Ev at Base 3.8.2
+ (optional=templinst)_ZNSt6vectorI13CPLJSONObjectSaIS0_EE17_M_realloc_insertIJS0_EEEvN9__gnu_cxx17__normal_iteratorIPS0_S2_EEDpOT_ at Base 2.3.0
+ (optional=templinst)_ZNSt6vectorI13CPLJSONObjectSaIS0_EED1Ev at Base 2.3.0
+ (optional=templinst)_ZNSt6vectorI13CPLJSONObjectSaIS0_EED2Ev at Base 2.3.0
+ (optional=templinst)_ZNSt6vectorI15GDALColorInterpSaIS0_EE17_M_realloc_insertIJRKS0_EEEvN9__gnu_cxx17__normal_iteratorIPS0_S2_EEDpOT_ at Base 2.2.2
+ (optional=templinst)_ZNSt6vectorI15GDALColorInterpSaIS0_EE17_M_realloc_insertIJS0_EEEvN9__gnu_cxx17__normal_iteratorIPS0_S2_EEDpOT_ at Base 3.7.0
+ (optional=templinst)_ZNSt6vectorI16CPLXMLTreeCloserSaIS0_EE17_M_realloc_insertIJS0_EEEvN9__gnu_cxx17__normal_iteratorIPS0_S2_EEDpOT_ at Base 3.4.0
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorI32CPLErrorHandlerAccumulatorStructSaIS0_EE17_M_default_appendEj at Base 3.5.0
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorI32CPLErrorHandlerAccumulatorStructSaIS0_EE17_M_default_appendEm at Base 3.5.0
+ (optional=templinst)_ZNSt6vectorI32CPLErrorHandlerAccumulatorStructSaIS0_EE17_M_realloc_insertIJR6CPLErrRiRPKcEEEvN9__gnu_cxx17__normal_iteratorIPS0_S2_EEDpOT_ at Base 3.7.1
+ (optional=templinst)_ZNSt6vectorI32CPLErrorHandlerAccumulatorStructSaIS0_EE17_M_realloc_insertIJS0_EEEvN9__gnu_cxx17__normal_iteratorIPS0_S2_EEDpOT_ at Base 3.1.0
+ (optional=templinst|arch=!sh4)_ZNSt6vectorI32CPLErrorHandlerAccumulatorStructSaIS0_EED1Ev at Base 3.1.0
+ (optional=templinst|arch=!sh4)_ZNSt6vectorI32CPLErrorHandlerAccumulatorStructSaIS0_EED2Ev at Base 3.1.0
+ (optional=templinst)_ZNSt6vectorI8OGRPointSaIS0_EE17_M_realloc_insertIJRdS4_S4_EEEvN9__gnu_cxx17__normal_iteratorIPS0_S2_EEDpOT_ at Base 3.4.0
+ (optional=templinst)_ZNSt6vectorI8OGRPointSaIS0_EE17_M_realloc_insertIJS0_EEEvN9__gnu_cxx17__normal_iteratorIPS0_S2_EEDpOT_ at Base 3.1.0
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorI8OGRPointSaIS0_EE7reserveEj at Base 3.5.0
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorI8OGRPointSaIS0_EE7reserveEm at Base 3.5.0
+ (optional=templinst|arch=!sh4)_ZNSt6vectorI8OGRPointSaIS0_EED1Ev at Base 3.1.0
+ (optional=templinst|arch=!sh4)_ZNSt6vectorI8OGRPointSaIS0_EED2Ev at Base 3.1.0
+ (optional=templinst)_ZNSt6vectorI9CPLStringSaIS0_EE12emplace_backIJS0_EEEvDpOT_ at Base 3.5.0
+ (optional=templinst)_ZNSt6vectorI9CPLStringSaIS0_EE14_M_insert_rvalEN9__gnu_cxx17__normal_iteratorIPKS0_S2_EEOS0_ at Base 2.2.2
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorI9CPLStringSaIS0_EE17_M_default_appendEj at Base 3.5.0
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorI9CPLStringSaIS0_EE17_M_default_appendEm at Base 3.5.0
+ (optional=templinst)_ZNSt6vectorI9CPLStringSaIS0_EE17_M_realloc_insertIJPKcEEEvN9__gnu_cxx17__normal_iteratorIPS0_S2_EEDpOT_ at Base 2.4.0
+ (optional=templinst)_ZNSt6vectorI9CPLStringSaIS0_EE17_M_realloc_insertIJPcEEEvN9__gnu_cxx17__normal_iteratorIPS0_S2_EEDpOT_ at Base 3.1.0
+ (optional=templinst)_ZNSt6vectorI9CPLStringSaIS0_EE17_M_realloc_insertIJRKS0_EEEvN9__gnu_cxx17__normal_iteratorIPS0_S2_EEDpOT_ at Base 2.2.2
+ (optional=templinst)_ZNSt6vectorI9CPLStringSaIS0_EE17_M_realloc_insertIJRPKcEEEvN9__gnu_cxx17__normal_iteratorIPS0_S2_EEDpOT_ at Base 2.4.0
+ (optional=templinst)_ZNSt6vectorI9CPLStringSaIS0_EE17_M_realloc_insertIJRS0_EEEvN9__gnu_cxx17__normal_iteratorIPS0_S2_EEDpOT_ at Base 3.4.0
+ (optional=templinst)_ZNSt6vectorI9CPLStringSaIS0_EE17_M_realloc_insertIJS0_EEEvN9__gnu_cxx17__normal_iteratorIPS0_S2_EEDpOT_ at Base 2.2.2
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorI9CPLStringSaIS0_EE7reserveEj at Base 3.5.0
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorI9CPLStringSaIS0_EE7reserveEm at Base 3.5.0
+ (optional=templinst|arch=!alpha !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt6vectorI9CPLStringSaIS0_EE8_M_eraseEN9__gnu_cxx17__normal_iteratorIPS0_S2_EE at Base 3.1.3
+ (optional=templinst|arch=armel armhf sh4)_ZNSt6vectorI9CPLStringSaIS0_EE9push_backERKS0_ at Base 3.7.2
+ (optional=templinst)_ZNSt6vectorI9CPLStringSaIS0_EEC1ERKS2_ at Base 3.1.3
+ (optional=templinst)_ZNSt6vectorI9CPLStringSaIS0_EEC2ERKS2_ at Base 3.1.3
+ (optional=templinst)_ZNSt6vectorI9CPLStringSaIS0_EED1Ev at Base 1.8.0
+ (optional=templinst)_ZNSt6vectorI9CPLStringSaIS0_EED2Ev at Base 1.8.0
+ (optional=templinst|arch=!armel !armhf !hurd-i386 !i386 !m68k !powerpc !sh4)_ZNSt6vectorIN11GDALMDArray5RangeESaIS1_EE12emplace_backIJiiEEEvDpOT_ at Base 3.5.0
+ (optional=templinst)_ZNSt6vectorIN11GDALMDArray5RangeESaIS1_EE17_M_realloc_insertIJRS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 3.1.0
+ (optional=templinst|arch=!amd64 !arm64 !x32)_ZNSt6vectorIN11GDALMDArray5RangeESaIS1_EE17_M_realloc_insertIJRxiEEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 3.4.2
+ (optional=templinst|arch=armel armhf hurd-i386 i386 m68k powerpc sh4)_ZNSt6vectorIN11GDALMDArray5RangeESaIS1_EE17_M_realloc_insertIJiiEEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 3.7.2
+ (optional=templinst|arch=!sh4)_ZNSt6vectorIN11GDALMDArray5RangeESaIS1_EED1Ev at Base 3.7.1
+ (optional=templinst|arch=!sh4)_ZNSt6vectorIN11GDALMDArray5RangeESaIS1_EED2Ev at Base 3.7.1
+ (optional=templinst)_ZNSt6vectorIN11GDALMDArray8ViewSpecESaIS1_EE12emplace_backIJS1_EEEvDpOT_ at Base 3.5.0
+ (optional=templinst)_ZNSt6vectorIN11GDALMDArray8ViewSpecESaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 3.1.0
+ (optional=templinst|arch=!sh4)_ZNSt6vectorIN11GDALMDArray8ViewSpecESaIS1_EED1Ev at Base 3.5.0
+ (optional=templinst|arch=!sh4)_ZNSt6vectorIN11GDALMDArray8ViewSpecESaIS1_EED2Ev at Base 3.5.0
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k powerpc sh4)_ZNSt6vectorIN16VRTComplexSource10NoInitByteESaIS1_EE17_M_default_appendEj at Base 3.8.0
+ (optional=templinst|arch=amd64 arm64 ia64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorIN16VRTComplexSource10NoInitByteESaIS1_EE17_M_default_appendEm at Base 3.8.0
+ (optional=templinst|arch=!sh4)_ZNSt6vectorIN16VRTComplexSource10NoInitByteESaIS1_EED1Ev at Base 3.8.0
+ (optional=templinst|arch=!sh4)_ZNSt6vectorIN16VRTComplexSource10NoInitByteESaIS1_EED2Ev at Base 3.8.0
+ (optional=templinst|arch=!sh4)_ZNSt6vectorIN18MEMAbstractMDArray14StackReadWriteESaIS1_EED1Ev at Base 3.7.1
+ (optional=templinst|arch=!sh4)_ZNSt6vectorIN18MEMAbstractMDArray14StackReadWriteESaIS1_EED2Ev at Base 3.7.1
+ (optional=templinst)_ZNSt6vectorIN22CPLJSonStreamingParser10ArrayStateESaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.4.0
+ (optional=templinst)_ZNSt6vectorIN22CPLJSonStreamingParser11MemberStateESaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.3.0
+ (optional=templinst)_ZNSt6vectorIN22CPLJSonStreamingParser5StateESaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.3.0
+ (optional=templinst)_ZNSt6vectorIN22CPLJSonStreamingWriter5StateESaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 3.1.0
+ (optional=templinst)_ZNSt6vectorIN4gdal13TileMatrixSet10TileMatrix19VariableMatrixWidthESaIS3_EE17_M_realloc_insertIJS3_EEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_ at Base 3.2.0
+ (optional=templinst|arch=armel armhf sh4)_ZNSt6vectorIN4gdal13TileMatrixSet10TileMatrix19VariableMatrixWidthESaIS3_EEC1ERKS5_ at Base 3.7.2
+ (optional=templinst|arch=armel armhf sh4)_ZNSt6vectorIN4gdal13TileMatrixSet10TileMatrix19VariableMatrixWidthESaIS3_EEC2ERKS5_ at Base 3.7.2
+ (optional=templinst|arch=!sh4)_ZNSt6vectorIN4gdal13TileMatrixSet10TileMatrix19VariableMatrixWidthESaIS3_EED1Ev at Base 3.7.1
+ (optional=templinst|arch=!sh4)_ZNSt6vectorIN4gdal13TileMatrixSet10TileMatrix19VariableMatrixWidthESaIS3_EED2Ev at Base 3.7.1
+ (optional=templinst)_ZNSt6vectorIN4gdal13TileMatrixSet10TileMatrixESaIS2_EE12emplace_backIJS2_EEEvDpOT_ at Base 3.5.0
+ (optional=templinst)_ZNSt6vectorIN4gdal13TileMatrixSet10TileMatrixESaIS2_EE17_M_realloc_insertIJS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_ at Base 3.2.0
+ (optional=templinst|arch=!sh4)_ZNSt6vectorIN4gdal13TileMatrixSet10TileMatrixESaIS2_EED1Ev at Base 3.3.0
+ (optional=templinst|arch=!sh4)_ZNSt6vectorIN4gdal13TileMatrixSet10TileMatrixESaIS2_EED2Ev at Base 3.3.0
+ (optional=templinst)_ZNSt6vectorIN6PCIDSK14ShapeFieldTypeESaIS1_EE17_M_realloc_insertIJRKS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.2.2
+ (optional=templinst)_ZNSt6vectorIN6PCIDSK14ShapeFieldTypeESaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.2.2
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIN6PCIDSK9eChanTypeESaIS1_EE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPS1_S3_EEjRKS1_ at Base 3.5.0
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorIN6PCIDSK9eChanTypeESaIS1_EE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPS1_S3_EEmRKS1_ at Base 3.5.0
+ (optional=templinst)_ZNSt6vectorIN9CADObject10ObjectTypeESaIS1_EE17_M_realloc_insertIJRKS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.2.2
+ (optional=templinst)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE12emplace_backIJPKcEEEvDpOT_ at Base 3.5.0
+ (optional=templinst|arch=sh4)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE12emplace_backIJRA257_cEEEvDpOT_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE12emplace_backIJRKPKcEEEvDpOT_ at Base 3.7.2
+ (optional=templinst)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE12emplace_backIJRKPcEEEvDpOT_ at Base 3.8.0
+ (optional=templinst)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE12emplace_backIJRKS5_EEEvDpOT_ at Base 3.5.0
+ (optional=templinst)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE12emplace_backIJRPKcEEEvDpOT_ at Base 3.6.0
+ (optional=templinst|arch=armel armhf)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE12emplace_backIJRS5_EEEvDpOT_ at Base 3.5.1
+ (optional=templinst)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE12emplace_backIJS5_EEEvDpOT_ at Base 3.5.0
+ (optional=templinst|arch=sh4)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE13_M_insert_auxIS5_EEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEOT_ at Base 3.7.2
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_M_default_appendEj at Base 3.5.0
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_M_default_appendEm at Base 3.5.0
+ (optional=templinst)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_M_realloc_insertIJPKcEEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_ at Base 3.4.0
+ (optional=templinst)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_M_realloc_insertIJRA10_KcEEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_ at Base 3.1.0
+ (optional=templinst)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_M_realloc_insertIJRA16_KcEEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_ at Base 3.1.0
+ (optional=templinst)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_M_realloc_insertIJRA20_KcEEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_ at Base 3.1.0
+ (optional=templinst)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_M_realloc_insertIJRA257_cEEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_ at Base 3.1.0
+ (optional=templinst)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_M_realloc_insertIJRA7_KcEEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_ at Base 3.1.0
+ (optional=templinst)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_M_realloc_insertIJRKPKcEEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_ at Base 3.6.0
+ (optional=templinst)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_M_realloc_insertIJRKPcEEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_ at Base 3.8.0
+ (optional=templinst)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_M_realloc_insertIJRKS5_EEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_ at Base 2.2.2
+ (optional=templinst)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_M_realloc_insertIJRPKcEEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_ at Base 3.1.0
+ (optional=templinst)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_M_realloc_insertIJRPcEEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_ at Base 2.4.0
+ (optional=templinst)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_M_realloc_insertIJRS5_EEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_ at Base 2.2.2
+ (optional=templinst)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_M_realloc_insertIJS5_EEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_ at Base 2.2.2
+ (optional=templinst|arch=!sh4)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE5clearEv at Base 3.7.1
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE7reserveEj at Base 3.5.0
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE7reserveEm at Base 3.5.0
+ (optional=templinst|arch=!hurd-i386 !i386 !powerpc !ppc64 !s390x)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE8_M_eraseEN9__gnu_cxx17__normal_iteratorIPS5_S7_EE at Base 3.8.0
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k powerpc riscv64 sh4 sparc64)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE9push_backERKS5_ at Base 3.5.2
+ (optional=templinst)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EEC1ERKS7_ at Base 3.1.3
+ (optional=templinst)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EEC2ERKS7_ at Base 3.1.3
+ (optional=templinst)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EED1Ev at Base 2.0.1
+ (optional=templinst)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EED2Ev at Base 2.0.1
+ (optional=templinst|arch=sh4)_ZNSt6vectorIP10GDALJP2BoxSaIS1_EE12emplace_backIJS1_EEEvDpOT_ at Base 3.7.2
+ (optional=templinst)_ZNSt6vectorIP10GDALJP2BoxSaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.2.2
+ (optional=templinst|arch=!sh4)_ZNSt6vectorIP10GDALJP2BoxSaIS1_EED1Ev at Base 3.7.1
+ (optional=templinst|arch=!sh4)_ZNSt6vectorIP10GDALJP2BoxSaIS1_EED2Ev at Base 3.7.1
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIP10OGRFeatureSaIS1_EE17_M_default_appendEj at Base 3.5.0
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorIP10OGRFeatureSaIS1_EE17_M_default_appendEm at Base 3.5.0
+ (optional=templinst)_ZNSt6vectorIP10OGRFeatureSaIS1_EE17_M_realloc_insertIJRKS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.2.2
+ (optional=templinst)_ZNSt6vectorIP10OGRFeatureSaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.2.2
+ (optional=templinst|arch=!sh4)_ZNSt6vectorIP11GDALDatasetSaIS1_EE12emplace_backIJS1_EEEvDpOT_ at Base 3.5.0
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIP11GDALDatasetSaIS1_EE17_M_default_appendEj at Base 3.5.0
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorIP11GDALDatasetSaIS1_EE17_M_default_appendEm at Base 3.5.0
+ (optional=templinst)_ZNSt6vectorIP11GDALDatasetSaIS1_EE17_M_realloc_insertIJRKS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.2.2
+ (optional=templinst)_ZNSt6vectorIP11GDALDatasetSaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.2.2
+ (optional=templinst|arch=!sh4)_ZNSt6vectorIP11GDALDatasetSaIS1_EED1Ev at Base 3.7.1
+ (optional=templinst|arch=!sh4)_ZNSt6vectorIP11GDALDatasetSaIS1_EED2Ev at Base 3.7.1
+ (optional=templinst)_ZNSt6vectorIP11OGRGeometrySaIS1_EE17_M_realloc_insertIJP10OGRPolygonEEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 3.8.0
+ (optional=templinst)_ZNSt6vectorIP11OGRGeometrySaIS1_EE17_M_realloc_insertIJRKS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.2.2
+ (optional=templinst)_ZNSt6vectorIP11OGRGeometrySaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.2.2
+ (optional=templinst|arch=!sh4)_ZNSt6vectorIP11OGRGeometrySaIS1_EED1Ev at Base 3.8.0
+ (optional=templinst|arch=!sh4)_ZNSt6vectorIP11OGRGeometrySaIS1_EED2Ev at Base 3.8.0
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIP11S57AttrInfoSaIS1_EE17_M_default_appendEj at Base 3.5.0
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorIP11S57AttrInfoSaIS1_EE17_M_default_appendEm at Base 3.5.0
+ (optional=templinst|arch=sh4)_ZNSt6vectorIP12OGRFieldDefnSaIS1_EE12emplace_backIJS1_EEEvDpOT_ at Base 3.8.2
+ (optional=templinst)_ZNSt6vectorIP12OGRFieldDefnSaIS1_EE17_M_realloc_insertIJRKS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.2.2
+ (optional=templinst)_ZNSt6vectorIP12OGRFieldDefnSaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.2.3
+ (optional=templinst|arch=!sh4)_ZNSt6vectorIP12OGRFieldDefnSaIS1_EED1Ev at Base 3.7.1
+ (optional=templinst|arch=!sh4)_ZNSt6vectorIP12OGRFieldDefnSaIS1_EED2Ev at Base 3.7.1
+ (optional=templinst)_ZNSt6vectorIP13OGRDataSourceSaIS1_EE17_M_realloc_insertIJRKS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.2.2
+ (optional=templinst)_ZNSt6vectorIP13OGRLinearRingSaIS1_EE17_M_realloc_insertIJRKS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.2.2
+ (optional=templinst)_ZNSt6vectorIP13OGRLinearRingSaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.2.2
+ (optional=templinst)_ZNSt6vectorIP13swq_expr_nodeSaIS1_EE17_M_realloc_insertIJRKS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 3.1.0
+ (optional=templinst|arch=!sh4)_ZNSt6vectorIP13swq_expr_nodeSaIS1_EED1Ev at Base 3.7.1
+ (optional=templinst|arch=!sh4)_ZNSt6vectorIP13swq_expr_nodeSaIS1_EED2Ev at Base 3.7.1
+ (optional=templinst)_ZNSt6vectorIP14GDALRasterBandSaIS1_EE17_M_realloc_insertIJRKS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.2.2
+ (optional=templinst)_ZNSt6vectorIP14GDALRasterBandSaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.2.2
+ (optional=templinst|arch=!sh4)_ZNSt6vectorIP14GDALRasterBandSaIS1_EED1Ev at Base 3.7.1
+ (optional=templinst|arch=!sh4)_ZNSt6vectorIP14GDALRasterBandSaIS1_EED2Ev at Base 3.7.1
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIP14OGRFeatureDefnSaIS1_EE17_M_default_appendEj at Base 3.5.0
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorIP14OGRFeatureDefnSaIS1_EE17_M_default_appendEm at Base 3.5.0
+ (optional=templinst)_ZNSt6vectorIP15GDALRasterBlockSaIS1_EE17_M_realloc_insertIJRKS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.2.2
+ (optional=templinst)_ZNSt6vectorIP15GDALRasterBlockSaIS1_EE17_M_realloc_insertIJRS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 3.1.0
+ (optional=templinst|arch=!sh4)_ZNSt6vectorIP15GDALRasterBlockSaIS1_EED1Ev at Base 3.7.1
+ (optional=templinst|arch=!sh4)_ZNSt6vectorIP15GDALRasterBlockSaIS1_EED2Ev at Base 3.7.1
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIP15GMLFeatureClassSaIS1_EE17_M_default_appendEj at Base 3.5.0
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorIP15GMLFeatureClassSaIS1_EE17_M_default_appendEm at Base 3.5.0
+ (optional=templinst)_ZNSt6vectorIP15GMLFeatureClassSaIS1_EE17_M_realloc_insertIJRKS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.2.2
+ (optional=templinst)_ZNSt6vectorIP15GMLPropertyDefnSaIS1_EE17_M_realloc_insertIJRKS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.2.2
+ (optional=templinst)_ZNSt6vectorIP23GMLGeometryPropertyDefnSaIS1_EE17_M_realloc_insertIJRKS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.2.2
+ (optional=templinst|arch=!sh4)_ZNSt6vectorIP23GMLGeometryPropertyDefnSaIS1_EED1Ev at Base 3.7.1
+ (optional=templinst|arch=!sh4)_ZNSt6vectorIP23GMLGeometryPropertyDefnSaIS1_EED2Ev at Base 3.7.1
+ (optional=templinst)_ZNSt6vectorIP27OGRCoordinateTransformationSaIS1_EE17_M_realloc_insertIJRKS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.2.2
+ (optional=templinst)_ZNSt6vectorIP27OGRCoordinateTransformationSaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.2.3
+ (optional=templinst)_ZNSt6vectorIP8OGRCurveSaIS1_EE17_M_realloc_insertIJRKS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.2.2
+ (optional=templinst)_ZNSt6vectorIP8OGRCurveSaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 3.1.3
+ (optional=templinst|arch=!sh4)_ZNSt6vectorIP8OGRCurveSaIS1_EED1Ev at Base 3.7.1
+ (optional=templinst|arch=!sh4)_ZNSt6vectorIP8OGRCurveSaIS1_EED2Ev at Base 3.7.1
+ (optional=templinst|arch=!sh4)_ZNSt6vectorIP8OGRLayerSaIS1_EE12emplace_backIJRS1_EEEvDpOT_ at Base 3.5.0
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIP8OGRLayerSaIS1_EE17_M_default_appendEj at Base 3.5.0
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorIP8OGRLayerSaIS1_EE17_M_default_appendEm at Base 3.5.0
+ (optional=templinst)_ZNSt6vectorIP8OGRLayerSaIS1_EE17_M_realloc_insertIJP19OGROpenFileGDBLayerEEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 3.6.0
+ (optional=templinst)_ZNSt6vectorIP8OGRLayerSaIS1_EE17_M_realloc_insertIJRKS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.2.2
+ (optional=templinst)_ZNSt6vectorIP8OGRLayerSaIS1_EE17_M_realloc_insertIJRS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 3.6.0
+ (optional=templinst)_ZNSt6vectorIP8OGRLayerSaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.2.2
+ (optional=templinst|arch=!sh4)_ZNSt6vectorIP8OGRLayerSaIS1_EED1Ev at Base 3.7.1
+ (optional=templinst|arch=!sh4)_ZNSt6vectorIP8OGRLayerSaIS1_EED2Ev at Base 3.7.1
+ (optional=templinst)_ZNSt6vectorIPK11OGRGeometrySaIS2_EE17_M_realloc_insertIJRKS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_ at Base 3.1.0
+ (optional=templinst|arch=!sh4)_ZNSt6vectorIPK11OGRGeometrySaIS2_EED1Ev at Base 3.7.1
+ (optional=templinst|arch=!sh4)_ZNSt6vectorIPK11OGRGeometrySaIS2_EED2Ev at Base 3.7.1
+ (optional=templinst)_ZNSt6vectorIPKS_ISt4pairIddESaIS1_EESaIS5_EE17_M_realloc_insertIJS5_EEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_ at Base 2.2.2
+ (optional=templinst)_ZNSt6vectorIPKcSaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 3.8.0
+ (optional=templinst|arch=!sh4)_ZNSt6vectorIPKhSaIS1_EED1Ev at Base 3.7.1
+ (optional=templinst|arch=!sh4)_ZNSt6vectorIPKhSaIS1_EED2Ev at Base 3.7.1
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIPPcSaIS1_EE17_M_default_appendEj at Base 3.5.0
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorIPPcSaIS1_EE17_M_default_appendEm at Base 3.5.0
+ (optional=templinst)_ZNSt6vectorIPS_I8OGRPointSaIS0_EESaIS3_EE17_M_realloc_insertIJRS3_EEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_ at Base 3.1.0
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4)_ZNSt6vectorIPS_ISt5arrayIjLj2EESaIS1_EESaIS4_EE17_M_realloc_insertIJRKS4_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_ at Base 3.7.0
+ (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4)_ZNSt6vectorIPS_ISt5arrayIjLm2EESaIS1_EESaIS4_EE17_M_realloc_insertIJRKS4_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_ at Base 3.7.0
+ (optional=templinst|arch=sh4)_ZNSt6vectorIPcSaIS0_EE12emplace_backIJS0_EEEvDpOT_ at Base 3.7.2
+ (optional=templinst)_ZNSt6vectorIPcSaIS0_EE17_M_realloc_insertIJRKS0_EEEvN9__gnu_cxx17__normal_iteratorIPS0_S2_EEDpOT_ at Base 2.2.2
+ (optional=templinst)_ZNSt6vectorIPcSaIS0_EE17_M_realloc_insertIJS0_EEEvN9__gnu_cxx17__normal_iteratorIPS0_S2_EEDpOT_ at Base 2.2.2
+ (optional=templinst|arch=!sh4)_ZNSt6vectorIPcSaIS0_EED1Ev at Base 3.7.1
+ (optional=templinst|arch=!sh4)_ZNSt6vectorIPcSaIS0_EED2Ev at Base 3.7.1
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIPhSaIS0_EE17_M_default_appendEj at Base 3.5.0
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorIPhSaIS0_EE17_M_default_appendEm at Base 3.5.0
+ (optional=templinst)_ZNSt6vectorIPhSaIS0_EE17_M_realloc_insertIJS0_EEEvN9__gnu_cxx17__normal_iteratorIPS0_S2_EEDpOT_ at Base 2.2.2
+ (optional=templinst|arch=sh4)_ZNSt6vectorIPhSaIS0_EEC1EjRKS1_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt6vectorIPhSaIS0_EEC2EjRKS1_ at Base 3.7.2
+ (optional=templinst|arch=!sh4)_ZNSt6vectorIPhSaIS0_EED1Ev at Base 3.7.1
+ (optional=templinst|arch=!sh4)_ZNSt6vectorIPhSaIS0_EED2Ev at Base 3.7.1
+ (optional=templinst|arch=armel armhf ppc64 s390x sh4)_ZNSt6vectorIPvSaIS0_EE12emplace_backIJS0_EEEvDpOT_ at Base 3.7.1
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIPvSaIS0_EE17_M_default_appendEj at Base 3.5.0
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorIPvSaIS0_EE17_M_default_appendEm at Base 3.5.0
+ (optional=templinst)_ZNSt6vectorIPvSaIS0_EE17_M_realloc_insertIJRKS0_EEEvN9__gnu_cxx17__normal_iteratorIPS0_S2_EEDpOT_ at Base 2.2.2
+ (optional=templinst)_ZNSt6vectorIPvSaIS0_EE17_M_realloc_insertIJS0_EEEvN9__gnu_cxx17__normal_iteratorIPS0_S2_EEDpOT_ at Base 2.2.2
+ (optional=templinst|arch=!sh4)_ZNSt6vectorIPvSaIS0_EED1Ev at Base 3.7.1
+ (optional=templinst|arch=!sh4)_ZNSt6vectorIPvSaIS0_EED2Ev at Base 3.7.1
+ (optional=templinst|arch=sh4)_ZNSt6vectorIS_I9CPLStringSaIS0_EESaIS2_EE13_M_insert_auxIS2_EEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEOT_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt6vectorIS_I9CPLStringSaIS0_EESaIS2_EE14_M_insert_rvalEN9__gnu_cxx17__normal_iteratorIPKS2_S4_EEOS2_ at Base 3.7.2
+ (optional=templinst)_ZNSt6vectorIS_I9CPLStringSaIS0_EESaIS2_EE17_M_realloc_insertIJRKS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_ at Base 2.2.2
+ (optional=templinst|arch=!sh4)_ZNSt6vectorIS_I9CPLStringSaIS0_EESaIS2_EE17_M_realloc_insertIJS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_ at Base 3.5.0
+ (optional=templinst)_ZNSt6vectorIS_I9CPLStringSaIS0_EESaIS2_EED1Ev at Base 2.1.0
+ (optional=templinst)_ZNSt6vectorIS_I9CPLStringSaIS0_EESaIS2_EED2Ev at Base 2.1.0
+ (optional=templinst)_ZNSt6vectorIS_INSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EESaIS7_EE17_M_realloc_insertIJRKS7_EEEvN9__gnu_cxx17__normal_iteratorIPS7_S9_EEDpOT_ at Base 3.8.0
+ (optional=templinst|arch=!sh4)_ZNSt6vectorIS_INSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EESaIS7_EED1Ev at Base 3.8.0
+ (optional=templinst|arch=!sh4)_ZNSt6vectorIS_INSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EESaIS7_EED2Ev at Base 3.8.0
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIS_IP15GMLPropertyDefnSaIS1_EESaIS3_EE17_M_default_appendEj at Base 3.5.0
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorIS_IP15GMLPropertyDefnSaIS1_EESaIS3_EE17_M_default_appendEm at Base 3.5.0
+ (optional=templinst)_ZNSt6vectorIS_IP15GMLPropertyDefnSaIS1_EESaIS3_EE17_M_realloc_insertIJS3_EEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_ at Base 3.5.0
+ (optional=templinst)_ZNSt6vectorIS_ISt4pairIddESaIS1_EESaIS3_EE17_M_realloc_insertIJRKS3_EEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_ at Base 2.2.2
+ (optional=templinst)_ZNSt6vectorIS_ISt4pairIxxESaIS1_EESaIS3_EE17_M_realloc_insertIJRKS3_EEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_ at Base 2.2.2
+ (optional=templinst|arch=!sh4)_ZNSt6vectorIS_IdSaIdEESaIS1_EE12emplace_backIJS1_EEEvDpOT_ at Base 3.7.1
+ (optional=templinst)_ZNSt6vectorIS_IdSaIdEESaIS1_EE17_M_realloc_insertIJRKS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.3.0
+ (optional=templinst)_ZNSt6vectorIS_IdSaIdEESaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.3.0
+ (optional=templinst|arch=!sh4)_ZNSt6vectorIS_IdSaIdEESaIS1_EED1Ev at Base 2.3.0
+ (optional=templinst|arch=!sh4)_ZNSt6vectorIS_IdSaIdEESaIS1_EED2Ev at Base 2.3.0
+ (optional=templinst)_ZNSt6vectorIS_IiSaIiEESaIS1_EE17_M_realloc_insertIJRKS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.2.2
+ (optional=templinst|arch=!sh4)_ZNSt6vectorIS_IiSaIiEESaIS1_EED1Ev at Base 3.7.2
+ (optional=templinst|arch=!sh4)_ZNSt6vectorIS_IiSaIiEESaIS1_EED2Ev at Base 3.7.2
+ (optional=templinst)_ZNSt6vectorISt10shared_ptrI11GDALMDArrayESaIS2_EE12emplace_backIJRKS2_EEEvDpOT_ at Base 3.5.0
+ (optional=templinst)_ZNSt6vectorISt10shared_ptrI11GDALMDArrayESaIS2_EE12emplace_backIJRS0_I26GDALMDArrayRegularlySpacedEEEEvDpOT_ at Base 3.8.0
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k powerpc)_ZNSt6vectorISt10shared_ptrI11GDALMDArrayESaIS2_EE12emplace_backIJS0_I14netCDFVariableEEEEvDpOT_ at Base 3.8.0
+ (optional=templinst)_ZNSt6vectorISt10shared_ptrI11GDALMDArrayESaIS2_EE17_M_realloc_insertIJRKS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_ at Base 3.1.0
+ (optional=templinst)_ZNSt6vectorISt10shared_ptrI11GDALMDArrayESaIS2_EE17_M_realloc_insertIJRS0_I26GDALMDArrayRegularlySpacedEEEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_ at Base 3.8.0
+ (optional=templinst)_ZNSt6vectorISt10shared_ptrI11GDALMDArrayESaIS2_EE17_M_realloc_insertIJRS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_ at Base 3.4.0
+ (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !powerpc)_ZNSt6vectorISt10shared_ptrI11GDALMDArrayESaIS2_EE17_M_realloc_insertIJS0_I14netCDFVariableEEEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_ at Base 3.4.0
+ (optional=templinst)_ZNSt6vectorISt10shared_ptrI11GDALMDArrayESaIS2_EE9push_backERKS2_ at Base 3.7.0
+ (optional=templinst)_ZNSt6vectorISt10shared_ptrI11GDALMDArrayESaIS2_EED1Ev at Base 3.1.0
+ (optional=templinst)_ZNSt6vectorISt10shared_ptrI11GDALMDArrayESaIS2_EED2Ev at Base 3.1.0
+ (optional=templinst)_ZNSt6vectorISt10shared_ptrI8OGRLayerESaIS2_EE17_M_realloc_insertIJRS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_ at Base 3.1.0
+ (optional=templinst)_ZNSt6vectorISt10shared_ptrI8OGRLayerESaIS2_EE17_M_realloc_insertIJS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_ at Base 3.1.0
+ (optional=templinst|arch=!sh4)_ZNSt6vectorISt10shared_ptrI8OGRLayerESaIS2_EED1Ev at Base 3.1.0
+ (optional=templinst|arch=!sh4)_ZNSt6vectorISt10shared_ptrI8OGRLayerESaIS2_EED2Ev at Base 3.1.0
+ (optional=templinst)_ZNSt6vectorISt10shared_ptrI9GDALGroupESaIS2_EE17_M_realloc_insertIJRS0_I19OGROpenFileGDBGroupEEEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_ at Base 3.4.0
+ (optional=templinst)_ZNSt6vectorISt10unique_ptrI10OGRFeatureSt14default_deleteIS1_EESaIS4_EE17_M_realloc_insertIJRPS1_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_ at Base 3.5.0
+ (optional=templinst)_ZNSt6vectorISt10unique_ptrI10OGRFeatureSt14default_deleteIS1_EESaIS4_EE17_M_realloc_insertIJS4_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_ at Base 3.6.0
+ (optional=templinst|arch=!sh4)_ZNSt6vectorISt10unique_ptrI10OGRFeatureSt14default_deleteIS1_EESaIS4_EED1Ev at Base 3.8.0
+ (optional=templinst|arch=!sh4)_ZNSt6vectorISt10unique_ptrI10OGRFeatureSt14default_deleteIS1_EESaIS4_EED2Ev at Base 3.8.0
+ (optional=templinst|arch=armel armhf sh4)_ZNSt6vectorISt10unique_ptrI11GDALDatasetSt14default_deleteIS1_EESaIS4_EE12emplace_backIJPS1_EEEvDpOT_ at Base 3.7.1
+ (optional=templinst|arch=!sh4)_ZNSt6vectorISt10unique_ptrI11GDALDatasetSt14default_deleteIS1_EESaIS4_EE12emplace_backIJS0_I16STACTARawDatasetS2_IS8_EEEEEvDpOT_ at Base 3.5.0
+ (optional=templinst)_ZNSt6vectorISt10unique_ptrI11GDALDatasetSt14default_deleteIS1_EESaIS4_EE12emplace_backIJS4_EEEvDpOT_ at Base 3.5.0
+ (optional=templinst)_ZNSt6vectorISt10unique_ptrI11GDALDatasetSt14default_deleteIS1_EESaIS4_EE17_M_realloc_insertIJPS1_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_ at Base 3.2.0
+ (optional=templinst)_ZNSt6vectorISt10unique_ptrI11GDALDatasetSt14default_deleteIS1_EESaIS4_EE17_M_realloc_insertIJS0_I16STACTARawDatasetS2_IS8_EEEEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_ at Base 3.3.0
+ (optional=templinst|arch=!sh4)_ZNSt6vectorISt10unique_ptrI11GDALDatasetSt14default_deleteIS1_EESaIS4_EE17_M_realloc_insertIJS4_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_ at Base 3.2.0
+ (optional=templinst|arch=sh4)_ZNSt6vectorISt10unique_ptrI11GDALDatasetSt14default_deleteIS1_EESaIS4_EE5clearEv at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt6vectorISt10unique_ptrI11GDALDatasetSt14default_deleteIS1_EESaIS4_EED1Ev at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt6vectorISt10unique_ptrI11GDALDatasetSt14default_deleteIS1_EESaIS4_EED2Ev at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt6vectorISt10unique_ptrI12OGRFieldDefnSt14default_deleteIS1_EESaIS4_EE12emplace_backIJS4_EEEvDpOT_ at Base 3.7.2
+ (optional=templinst)_ZNSt6vectorISt10unique_ptrI12OGRFieldDefnSt14default_deleteIS1_EESaIS4_EE17_M_realloc_insertIJS4_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_ at Base 3.1.0
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorISt10unique_ptrI12OGRFieldDefnSt14default_deleteIS1_EESaIS4_EE7reserveEj at Base 3.5.0
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorISt10unique_ptrI12OGRFieldDefnSt14default_deleteIS1_EESaIS4_EE7reserveEm at Base 3.5.0
+ (optional=templinst|arch=!sh4)_ZNSt6vectorISt10unique_ptrI12OGRFieldDefnSt14default_deleteIS1_EESaIS4_EED1Ev at Base 3.2.0
+ (optional=templinst|arch=!sh4)_ZNSt6vectorISt10unique_ptrI12OGRFieldDefnSt14default_deleteIS1_EESaIS4_EED2Ev at Base 3.2.0
+ (optional=templinst)_ZNSt6vectorISt10unique_ptrI16OGRGeomFieldDefnSt14default_deleteIS1_EESaIS4_EE17_M_realloc_insertIJS4_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_ at Base 3.4.0
+ (optional=templinst)_ZNSt6vectorISt10unique_ptrI19OGRSpatialReference27OGRSpatialReferenceReleaserESaIS3_EE17_M_realloc_insertIJS3_EEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_ at Base 3.7.0
+ (optional=templinst)_ZNSt6vectorISt10unique_ptrI19OGRSpatialReference27OGRSpatialReferenceReleaserESaIS3_EED1Ev at Base 3.7.0
+ (optional=templinst)_ZNSt6vectorISt10unique_ptrI19OGRSpatialReference27OGRSpatialReferenceReleaserESaIS3_EED2Ev at Base 3.7.0
+ (optional=templinst)_ZNSt6vectorISt10unique_ptrI21CPLConfigOptionSetterSt14default_deleteIS1_EESaIS4_EE17_M_realloc_insertIJS4_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_ at Base 3.6.0
+ (optional=templinst|arch=sh4)_ZNSt6vectorISt10unique_ptrI8OGRLayerSt14default_deleteIS1_EESaIS4_EE12emplace_backIJS0_I16OGCAPITiledLayerS2_IS8_EEEEEvDpOT_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt6vectorISt10unique_ptrI8OGRLayerSt14default_deleteIS1_EESaIS4_EE12emplace_backIJS4_EEEvDpOT_ at Base 3.7.2
+ (optional=templinst)_ZNSt6vectorISt10unique_ptrI8OGRLayerSt14default_deleteIS1_EESaIS4_EE17_M_realloc_insertIJP18OGRGeoJSONSeqLayerEEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_ at Base 3.6.0
+ (optional=templinst)_ZNSt6vectorISt10unique_ptrI8OGRLayerSt14default_deleteIS1_EESaIS4_EE17_M_realloc_insertIJS0_I12OGRGTFSLayerS2_IS8_EEEEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_ at Base 3.7.0
+ (optional=templinst)_ZNSt6vectorISt10unique_ptrI8OGRLayerSt14default_deleteIS1_EESaIS4_EE17_M_realloc_insertIJS0_I13OGROAPIFLayerS2_IS8_EEEEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_ at Base 3.0.2
+ (optional=templinst)_ZNSt6vectorISt10unique_ptrI8OGRLayerSt14default_deleteIS1_EESaIS4_EE17_M_realloc_insertIJS0_I16OGCAPITiledLayerS2_IS8_EEEEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_ at Base 3.7.1
+ (optional=templinst|arch=sh4)_ZNSt6vectorISt10unique_ptrI8OGRLayerSt14default_deleteIS1_EESaIS4_EE17_M_realloc_insertIJS0_I17OGRJSONFGMemLayerS2_IS8_EEEEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_ at Base 3.8.0
+ (optional=templinst)_ZNSt6vectorISt10unique_ptrI8OGRLayerSt14default_deleteIS1_EESaIS4_EE17_M_realloc_insertIJS0_I17OGRPGeoTableLayerS2_IS8_EEEEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_ at Base 3.4.0
+ (optional=templinst)_ZNSt6vectorISt10unique_ptrI8OGRLayerSt14default_deleteIS1_EESaIS4_EE17_M_realloc_insertIJS0_I18OGRGeoJSONSeqLayerS2_IS8_EEEEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_ at Base 3.6.0
+ (optional=templinst)_ZNSt6vectorISt10unique_ptrI8OGRLayerSt14default_deleteIS1_EESaIS4_EE17_M_realloc_insertIJS0_I19OGRJSONFGWriteLayerS2_IS8_EEEEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_ at Base 3.8.0
+ (optional=templinst)_ZNSt6vectorISt10unique_ptrI8OGRLayerSt14default_deleteIS1_EESaIS4_EE17_M_realloc_insertIJS0_I22OGRGTFSShapesGeomLayerS2_IS8_EEEEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_ at Base 3.7.0
+ (optional=templinst|arch=sh4)_ZNSt6vectorISt10unique_ptrI8OGRLayerSt14default_deleteIS1_EESaIS4_EE17_M_realloc_insertIJS0_I22OGRJSONFGStreamedLayerS2_IS8_EEEEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_ at Base 3.8.0
+ (optional=templinst)_ZNSt6vectorISt10unique_ptrI8OGRLayerSt14default_deleteIS1_EESaIS4_EE17_M_realloc_insertIJS4_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_ at Base 2.3.0
+ (optional=templinst)_ZNSt6vectorISt4pairI9CPLStringP20OptionalContentGroupESaIS4_EE17_M_realloc_insertIJS4_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_ at Base 3.4.2
+ (optional=templinst)_ZNSt6vectorISt4pairI9CPLStringS1_ESaIS2_EE12emplace_backIJS2_EEEvDpOT_ at Base 3.5.0
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorISt4pairI9CPLStringS1_ESaIS2_EE17_M_default_appendEj at Base 3.5.0
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorISt4pairI9CPLStringS1_ESaIS2_EE17_M_default_appendEm at Base 3.5.0
+ (optional=templinst)_ZNSt6vectorISt4pairI9CPLStringS1_ESaIS2_EE17_M_realloc_insertIJS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_ at Base 2.2.2
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorISt4pairI9CPLStringS1_ESaIS2_EE6resizeEj at Base 3.5.0
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorISt4pairI9CPLStringS1_ESaIS2_EE6resizeEm at Base 3.5.0
+ (optional=templinst)_ZNSt6vectorISt4pairI9CPLStringS1_ESaIS2_EEC1ERKS4_ at Base 2.2.0
+ (optional=templinst)_ZNSt6vectorISt4pairI9CPLStringS1_ESaIS2_EEC2ERKS4_ at Base 2.2.0
+ (optional=templinst|arch=!sh4)_ZNSt6vectorISt4pairI9CPLStringS1_ESaIS2_EED1Ev at Base 1.9.0
+ (optional=templinst|arch=!sh4)_ZNSt6vectorISt4pairI9CPLStringS1_ESaIS2_EED2Ev at Base 1.9.0
+ (optional=templinst)_ZNSt6vectorISt4pairI9CPLStringS_IP23GMLGeometryPropertyDefnSaIS3_EEESaIS6_EE12emplace_backIJS6_EEEvDpOT_ at Base 3.5.0
+ (optional=templinst)_ZNSt6vectorISt4pairI9CPLStringS_IP23GMLGeometryPropertyDefnSaIS3_EEESaIS6_EE17_M_realloc_insertIJS6_EEEvN9__gnu_cxx17__normal_iteratorIPS6_S8_EEDpOT_ at Base 2.2.2
+ (optional=templinst)_ZNSt6vectorISt4pairI9CPLStringS_IS1_SaIS1_EEESaIS4_EE12emplace_backIJS4_EEEvDpOT_ at Base 3.5.0
+ (optional=templinst)_ZNSt6vectorISt4pairI9CPLStringS_IS1_SaIS1_EEESaIS4_EE17_M_realloc_insertIJS4_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_ at Base 2.2.2
+ (optional=templinst|arch=sh4)_ZNSt6vectorISt4pairI9CPLStringS_IS1_SaIS1_EEESaIS4_EE5clearEv at Base 3.7.2
+ (optional=templinst)_ZNSt6vectorISt4pairI9CPLStringS_IS1_SaIS1_EEESaIS4_EED1Ev at Base 2.3.2
+ (optional=templinst)_ZNSt6vectorISt4pairI9CPLStringS_IS1_SaIS1_EEESaIS4_EED2Ev at Base 2.3.2
+ (optional=templinst)_ZNSt6vectorISt4pairI9CPLStringiESaIS2_EE12emplace_backIJS2_EEEvDpOT_ at Base 3.5.0
+ (optional=templinst)_ZNSt6vectorISt4pairI9CPLStringiESaIS2_EE17_M_realloc_insertIJS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_ at Base 2.2.2
+ (optional=templinst)_ZNSt6vectorISt4pairIN8OGRLVBAG9LayerTypeESt10unique_ptrI8OGRLayerSt14default_deleteIS4_EEESaIS8_EE17_M_realloc_insertIJS8_EEEvN9__gnu_cxx17__normal_iteratorIPS8_SA_EEDpOT_ at Base 3.2.0
+ (optional=templinst)_ZNSt6vectorISt4pairINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_ESaIS7_EE12emplace_backIJS7_EEEvDpOT_ at Base 3.8.0
+ (optional=templinst)_ZNSt6vectorISt4pairINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_ESaIS7_EE17_M_realloc_insertIJS7_EEEvN9__gnu_cxx17__normal_iteratorIPS7_S9_EEDpOT_ at Base 3.2.0
+ (optional=templinst)_ZNSt6vectorISt4pairINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEdESaIS7_EE12emplace_backIJS7_EEEvDpOT_ at Base 3.5.0
+ (optional=templinst)_ZNSt6vectorISt4pairINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEdESaIS7_EE17_M_realloc_insertIJS7_EEEvN9__gnu_cxx17__normal_iteratorIPS7_S9_EEDpOT_ at Base 2.2.2
+ (optional=templinst|arch=!sh4)_ZNSt6vectorISt4pairINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEdESaIS7_EED1Ev at Base 3.1.0
+ (optional=templinst|arch=!sh4)_ZNSt6vectorISt4pairINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEdESaIS7_EED2Ev at Base 3.1.0
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorISt4pairINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEElESaIS7_EE17_M_realloc_insertIJS7_EEEvN9__gnu_cxx17__normal_iteratorIPS7_S9_EEDpOT_ at Base 3.5.0
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorISt4pairINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEElESaIS7_EED1Ev at Base 3.5.0
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorISt4pairINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEElESaIS7_EED2Ev at Base 3.5.0
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorISt4pairINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEExESaIS7_EE17_M_realloc_insertIJS7_EEEvN9__gnu_cxx17__normal_iteratorIPS7_S9_EEDpOT_ at Base 3.5.0
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorISt4pairINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEExESaIS7_EED1Ev at Base 3.5.0
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorISt4pairINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEExESaIS7_EED2Ev at Base 3.5.0
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4)_ZNSt6vectorISt4pairIPFvPKcS2_bPvES3_ESaIS6_EE17_M_default_appendEj at Base 3.7.0
+ (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4)_ZNSt6vectorISt4pairIPFvPKcS2_bPvES3_ESaIS6_EE17_M_default_appendEm at Base 3.7.0
+ (optional=templinst)_ZNSt6vectorISt4pairIPFvPKcS2_bPvES3_ESaIS6_EE17_M_realloc_insertIJS6_EEEvN9__gnu_cxx17__normal_iteratorIPS6_S8_EEDpOT_ at Base 3.7.0
+ (optional=templinst)_ZNSt6vectorISt4pairIPFvPKcS2_bPvES3_ESaIS6_EED1Ev at Base 3.7.0
+ (optional=templinst)_ZNSt6vectorISt4pairIPFvPKcS2_bPvES3_ESaIS6_EED2Ev at Base 3.7.0
+ (optional=templinst)_ZNSt6vectorISt4pairIPK13OGRLinearRingbESaIS4_EE17_M_realloc_insertIJS4_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_ at Base 3.7.0
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4)_ZNSt6vectorISt4pairIPK13OGRLinearRingbESaIS4_EE7reserveEj at Base 3.7.0
+ (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4)_ZNSt6vectorISt4pairIPK13OGRLinearRingbESaIS4_EE7reserveEm at Base 3.7.0
+ (optional=templinst)_ZNSt6vectorISt4pairIPKcdESaIS3_EE12emplace_backIJS3_EEEvDpOT_ at Base 3.5.0
+ (optional=templinst)_ZNSt6vectorISt4pairIPKcdESaIS3_EE17_M_realloc_insertIJS3_EEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_ at Base 2.3.0
+ (optional=templinst|arch=armel armhf hurd-i386 i386 m68k powerpc)_ZNSt6vectorISt4pairIPKcdESaIS3_EED1Ev at Base 3.7.2
+ (optional=templinst|arch=armel armhf hurd-i386 i386 m68k powerpc)_ZNSt6vectorISt4pairIPKcdESaIS3_EED2Ev at Base 3.7.2
+ (optional=templinst)_ZNSt6vectorISt4pairIS0_IiiEbESaIS2_EE17_M_realloc_insertIJS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_ at Base 2.2.2
+ (optional=templinst)_ZNSt6vectorISt4pairIS_ItSaItEEiESaIS3_EE17_M_realloc_insertIJS3_EEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_ at Base 3.6.0
+ (optional=templinst)_ZNSt6vectorISt4pairISt10unique_ptrI10OGRFeatureSt14default_deleteIS2_EEP8OGRLayerESaIS8_EE17_M_realloc_insertIJS8_EEEvN9__gnu_cxx17__normal_iteratorIPS8_SA_EEDpOT_ at Base 3.8.0
+ (optional=templinst|arch=amd64 arm64)_ZNSt6vectorISt4pairIddESaIS1_EE12emplace_backIJS1_EEEvDpOT_ at Base 3.8.1
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorISt4pairIddESaIS1_EE17_M_default_appendEj at Base 3.5.0
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorISt4pairIddESaIS1_EE17_M_default_appendEm at Base 3.5.0
+ (optional=templinst)_ZNSt6vectorISt4pairIddESaIS1_EE17_M_realloc_insertIJRKS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.2.2
+ (optional=templinst)_ZNSt6vectorISt4pairIddESaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.2.2
+ (optional=templinst|arch=!sh4)_ZNSt6vectorISt4pairIddESaIS1_EED1Ev at Base 3.7.1
+ (optional=templinst|arch=!sh4)_ZNSt6vectorISt4pairIddESaIS1_EED2Ev at Base 3.7.1
+ (optional=templinst)_ZNSt6vectorISt4pairIdiESaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 3.6.0
+ (optional=templinst|arch=armel armhf)_ZNSt6vectorISt4pairIdiESaIS1_EED1Ev at Base 3.7.2
+ (optional=templinst|arch=armel armhf)_ZNSt6vectorISt4pairIdiESaIS1_EED2Ev at Base 3.7.2
+ (optional=templinst)_ZNSt6vectorISt4pairIfiESaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 3.6.0
+ (optional=templinst|arch=amd64 arm64 armel armhf ia64 loong64 ppc64el riscv64)_ZNSt6vectorISt4pairIfiESaIS1_EED1Ev at Base 3.7.1
+ (optional=templinst|arch=amd64 arm64 armel armhf ia64 loong64 ppc64el riscv64)_ZNSt6vectorISt4pairIfiESaIS1_EED2Ev at Base 3.7.1
+ (optional=templinst)_ZNSt6vectorISt4pairIiiESaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.2.2
+ (optional=templinst|arch=amd64 arm64 armel armhf ia64 loong64 ppc64el riscv64)_ZNSt6vectorISt4pairIiiESaIS1_EED1Ev at Base 3.7.1
+ (optional=templinst|arch=amd64 arm64 armel armhf ia64 loong64 ppc64el riscv64)_ZNSt6vectorISt4pairIiiESaIS1_EED2Ev at Base 3.7.1
+ (optional=templinst|subst)_ZNSt6vectorISt4pairIjjESaIS1_EE17_M_default_appendE{size_t}@Base 3.4.2
+ (optional=templinst|arch=!hppa !m68k !powerpc !ppc64 !s390x !sh4 !sparc64)_ZNSt6vectorISt4pairIjjESaIS1_EED1Ev at Base 3.7.1
+ (optional=templinst|arch=!hppa !m68k !powerpc !ppc64 !s390x !sh4 !sparc64)_ZNSt6vectorISt4pairIjjESaIS1_EED2Ev at Base 3.7.1
+ (optional=templinst|arch=!sh4)_ZNSt6vectorISt4pairIlSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEElSt4lessIS7_ESaIS0_IKS7_lEEEESaISE_EED1Ev at Base 3.7.1
+ (optional=templinst|arch=!sh4)_ZNSt6vectorISt4pairIlSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEElSt4lessIS7_ESaIS0_IKS7_lEEEESaISE_EED2Ev at Base 3.7.1
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorISt4pairIliESaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 3.6.0
+ (optional=templinst)_ZNSt6vectorISt4pairIllESaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.2.2
+ (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_ZNSt6vectorISt4pairImmESaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 3.4.2
+ (optional=templinst|arch=amd64 arm64 ia64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorISt4pairImmESaIS1_EED1Ev at Base 3.7.1
+ (optional=templinst|arch=amd64 arm64 ia64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorISt4pairImmESaIS1_EED2Ev at Base 3.7.1
+ (optional=templinst)_ZNSt6vectorISt4pairIsiESaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 3.6.0
+ (optional=templinst|arch=amd64 arm64 armel armhf ia64 loong64 ppc64el riscv64)_ZNSt6vectorISt4pairIsiESaIS1_EED1Ev at Base 3.7.1
+ (optional=templinst|arch=amd64 arm64 armel armhf ia64 loong64 ppc64el riscv64)_ZNSt6vectorISt4pairIsiESaIS1_EED2Ev at Base 3.7.1
+ (optional=templinst|subst)_ZNSt6vectorISt4pairIssESaIS1_EE14_M_fill_assignE{size_t}RKS1_ at Base 3.4.2
+ (optional=templinst|subst)_ZNSt6vectorISt4pairItjESaIS1_EE17_M_default_appendE{size_t}@Base 3.4.2
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorISt4pairIxiESaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 3.6.0
+ (optional=templinst|arch=armel armhf hurd-i386 i386 m68k mipsel powerpc)_ZNSt6vectorISt4pairIxxESaIS1_EE12emplace_backIJS1_EEEvDpOT_ at Base 3.5.0
+ (optional=templinst)_ZNSt6vectorISt4pairIxxESaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 2.2.2
+ (optional=templinst|arch=!sh4)_ZNSt6vectorISt4pairIxxESaIS1_EED1Ev at Base 3.7.1
+ (optional=templinst|arch=!sh4)_ZNSt6vectorISt4pairIxxESaIS1_EED2Ev at Base 3.7.1
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorISt4pairIyjESaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 3.4.2
+ (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_ZNSt6vectorISt4pairIymESaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 3.4.2
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorISt4pairIyyESaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 3.4.2
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k powerpc)_ZNSt6vectorISt4pairIyyESaIS1_EED1Ev at Base 3.7.2
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k powerpc)_ZNSt6vectorISt4pairIyyESaIS1_EED2Ev at Base 3.7.2
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorISt5arrayIdLj4EESaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 3.5.0
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorISt5arrayIdLm4EESaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 3.5.0
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4)_ZNSt6vectorISt5arrayIjLj2EESaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 3.7.0
+ (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4)_ZNSt6vectorISt5arrayIjLm2EESaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_ at Base 3.7.0
+ (optional=templinst)_ZNSt6vectorIaSaIaEE17_M_realloc_insertIJRKaEEEvN9__gnu_cxx17__normal_iteratorIPaS1_EEDpOT_ at Base 3.7.1
+ (optional=templinst)_ZNSt6vectorIaSaIaEE17_M_realloc_insertIJaEEEvN9__gnu_cxx17__normal_iteratorIPaS1_EEDpOT_ at Base 3.7.1
+ (optional=templinst|arch=!sh4)_ZNSt6vectorIaSaIaEED1Ev at Base 3.7.1
+ (optional=templinst|arch=!sh4)_ZNSt6vectorIaSaIaEED2Ev at Base 3.7.1
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIbSaIbEE13_M_insert_auxESt13_Bit_iteratorb at Base 3.4.2
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIbSaIbEE14_M_fill_insertESt13_Bit_iteratorjb at Base 3.5.0
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorIbSaIbEE14_M_fill_insertESt13_Bit_iteratormb at Base 3.5.0
+ (optional=templinst|arch=sh4)_ZNSt6vectorIbSaIbEE6resizeEjb at Base 3.7.2
+ (optional=templinst|arch=amd64 arm64 hppa ia64 loong64 m68k mips64el ppc64el riscv64 sh4 sparc64 x32)_ZNSt6vectorIbSaIbEE8_M_eraseESt13_Bit_iterator at Base 3.2.0
+ (optional=templinst|arch=!sh4)_ZNSt6vectorIbSaIbEE9push_backEb at Base 3.8.2
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIcSaIcEE17_M_default_appendEj at Base 3.5.0
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorIcSaIcEE17_M_default_appendEm at Base 3.5.0
+ (optional=templinst)_ZNSt6vectorIcSaIcEE17_M_realloc_insertIJRKcEEEvN9__gnu_cxx17__normal_iteratorIPcS1_EEDpOT_ at Base 3.0.1
+ (optional=templinst)_ZNSt6vectorIcSaIcEE17_M_realloc_insertIJcEEEvN9__gnu_cxx17__normal_iteratorIPcS1_EEDpOT_ at Base 3.7.1
+ (optional=templinst|arch=!sh4)_ZNSt6vectorIcSaIcEEC1ESt16initializer_listIcERKS0_ at Base 2.2.0
+ (optional=templinst|arch=!sh4)_ZNSt6vectorIcSaIcEEC2ESt16initializer_listIcERKS0_ at Base 2.2.0
+ (optional=templinst)_ZNSt6vectorIcSaIcEED1Ev at Base 2.2.0
+ (optional=templinst)_ZNSt6vectorIcSaIcEED2Ev at Base 2.2.0
+ (optional=templinst|arch=!sh4)_ZNSt6vectorIdSaIdEE12emplace_backIJRdEEEvDpOT_ at Base 3.5.0
+ (optional=templinst)_ZNSt6vectorIdSaIdEE12emplace_backIJdEEEvDpOT_ at Base 3.5.0
+ (optional=templinst|arch=!hppa !m68k !powerpc !ppc64 !s390x !sparc64|subst)_ZNSt6vectorIdSaIdEE14_M_fill_assignE{size_t}RKd at Base 3.4.2
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIdSaIdEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPdS1_EEjRKd at Base 3.5.0
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorIdSaIdEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPdS1_EEmRKd at Base 3.5.0
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIdSaIdEE17_M_default_appendEj at Base 3.4.2
+ (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_ZNSt6vectorIdSaIdEE17_M_default_appendEm at Base 3.4.2
+ (optional=templinst)_ZNSt6vectorIdSaIdEE17_M_realloc_insertIJRKdEEEvN9__gnu_cxx17__normal_iteratorIPdS1_EEDpOT_ at Base 2.2.2
+ (optional=templinst|arch=sh4)_ZNSt6vectorIdSaIdEE17_M_realloc_insertIJRdEEEvN9__gnu_cxx17__normal_iteratorIPdS1_EEDpOT_ at Base 3.7.2
+ (optional=templinst)_ZNSt6vectorIdSaIdEE17_M_realloc_insertIJdEEEvN9__gnu_cxx17__normal_iteratorIPdS1_EEDpOT_ at Base 2.2.2
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc)_ZNSt6vectorIdSaIdEE6resizeEj at Base 3.7.0
+ (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4)_ZNSt6vectorIdSaIdEE6resizeEm at Base 3.7.0
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIdSaIdEE7reserveEj at Base 3.5.0
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorIdSaIdEE7reserveEm at Base 3.5.0
+ (optional=templinst|arch=!sh4)_ZNSt6vectorIdSaIdEED1Ev at Base 3.7.1
+ (optional=templinst|arch=!sh4)_ZNSt6vectorIdSaIdEED2Ev at Base 3.7.1
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIfSaIfEE17_M_default_appendEj at Base 3.4.2
+ (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_ZNSt6vectorIfSaIfEE17_M_default_appendEm at Base 3.4.2
+ (optional=templinst)_ZNSt6vectorIfSaIfEE17_M_realloc_insertIJRKfEEEvN9__gnu_cxx17__normal_iteratorIPfS1_EEDpOT_ at Base 2.3.0
+ (optional=templinst)_ZNSt6vectorIfSaIfEE17_M_realloc_insertIJfEEEvN9__gnu_cxx17__normal_iteratorIPfS1_EEDpOT_ at Base 3.2.1
+ (optional=templinst|arch=loong64 m68k mips64el powerpc ppc64 ppc64el riscv64 s390x|subst)_ZNSt6vectorIfSaIfEE6resizeE{size_t}@Base 3.8.0
+ (optional=templinst)_ZNSt6vectorIfSaIfEED1Ev at Base 3.2.1
+ (optional=templinst)_ZNSt6vectorIfSaIfEED2Ev at Base 3.2.1
+ (optional=templinst|arch=!sh4)_ZNSt6vectorIhSaIhEE12emplace_backIJhEEEvDpOT_ at Base 3.5.0
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIhSaIhEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPhS1_EEjRKh at Base 3.6.0
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorIhSaIhEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPhS1_EEmRKh at Base 3.6.0
+ (optional=templinst)_ZNSt6vectorIhSaIhEE14_M_insert_rvalEN9__gnu_cxx17__normal_iteratorIPKhS1_EEOh at Base 3.7.0
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIhSaIhEE17_M_default_appendEj at Base 3.5.0
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorIhSaIhEE17_M_default_appendEm at Base 3.5.0
+ (optional=templinst)_ZNSt6vectorIhSaIhEE17_M_realloc_insertIJRKhEEEvN9__gnu_cxx17__normal_iteratorIPhS1_EEDpOT_ at Base 3.0.1
+ (optional=templinst)_ZNSt6vectorIhSaIhEE17_M_realloc_insertIJhEEEvN9__gnu_cxx17__normal_iteratorIPhS1_EEDpOT_ at Base 3.5.0
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc x32)_ZNSt6vectorIhSaIhEE6resizeEj at Base 3.5.0
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorIhSaIhEE6resizeEm at Base 3.5.0
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIhSaIhEE7reserveEj at Base 3.5.0
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorIhSaIhEE7reserveEm at Base 3.5.0
+ (optional=templinst|arch=!alpha !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt6vectorIhSaIhEE8_M_eraseEN9__gnu_cxx17__normal_iteratorIPhS1_EES5_ at Base 3.7.0
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIhSaIhEEC1EjRKS0_ at Base 3.5.0
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorIhSaIhEEC1EmRKS0_ at Base 3.5.0
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIhSaIhEEC2EjRKS0_ at Base 3.5.0
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorIhSaIhEEC2EmRKS0_ at Base 3.5.0
+ (optional=templinst|arch=!sh4)_ZNSt6vectorIhSaIhEED1Ev at Base 3.7.1
+ (optional=templinst|arch=!sh4)_ZNSt6vectorIhSaIhEED2Ev at Base 3.7.1
+ (optional=templinst)_ZNSt6vectorIiSaIiEE12emplace_backIJiEEEvDpOT_ at Base 3.5.0
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIiSaIiEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPiS1_EEjRKi at Base 3.4.2
+ (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_ZNSt6vectorIiSaIiEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPiS1_EEmRKi at Base 3.4.2
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIiSaIiEE17_M_default_appendEj at Base 3.4.2
+ (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_ZNSt6vectorIiSaIiEE17_M_default_appendEm at Base 3.4.2
+ (optional=templinst)_ZNSt6vectorIiSaIiEE17_M_realloc_insertIJRKiEEEvN9__gnu_cxx17__normal_iteratorIPiS1_EEDpOT_ at Base 2.2.2
+ (optional=templinst)_ZNSt6vectorIiSaIiEE17_M_realloc_insertIJiEEEvN9__gnu_cxx17__normal_iteratorIPiS1_EEDpOT_ at Base 2.2.2
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIiSaIiEE7reserveEj at Base 3.4.2
+ (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_ZNSt6vectorIiSaIiEE7reserveEm at Base 3.4.2
+ (optional=templinst|arch=sh4)_ZNSt6vectorIiSaIiEEC1ERKS1_ at Base 3.8.0
+ (optional=templinst)_ZNSt6vectorIiSaIiEEC1ESt16initializer_listIiERKS0_ at Base 3.5.1
+ (optional=templinst|arch=sh4)_ZNSt6vectorIiSaIiEEC1EjRKS0_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt6vectorIiSaIiEEC2ERKS1_ at Base 3.8.0
+ (optional=templinst)_ZNSt6vectorIiSaIiEEC2ESt16initializer_listIiERKS0_ at Base 3.5.1
+ (optional=templinst|arch=sh4)_ZNSt6vectorIiSaIiEEC2EjRKS0_ at Base 3.7.2
+ (optional=templinst)_ZNSt6vectorIiSaIiEED1Ev at Base 3.4.2
+ (optional=templinst)_ZNSt6vectorIiSaIiEED2Ev at Base 3.4.2
+ (optional=templinst)_ZNSt6vectorIjSaIjEE12emplace_backIJjEEEvDpOT_ at Base 3.5.0
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIjSaIjEE14_M_fill_assignEjRKj at Base 3.4.2
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIjSaIjEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPjS1_EEjRKj at Base 3.4.2
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorIjSaIjEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPjS1_EEmRKj at Base 3.4.2
+ (optional=templinst)_ZNSt6vectorIjSaIjEE14_M_insert_rvalEN9__gnu_cxx17__normal_iteratorIPKjS1_EEOj at Base 3.5.2
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIjSaIjEE17_M_default_appendEj at Base 3.4.2
+ (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_ZNSt6vectorIjSaIjEE17_M_default_appendEm at Base 3.4.2
+ (optional=templinst)_ZNSt6vectorIjSaIjEE17_M_realloc_insertIJRKjEEEvN9__gnu_cxx17__normal_iteratorIPjS1_EEDpOT_ at Base 2.2.2
+ (optional=templinst)_ZNSt6vectorIjSaIjEE17_M_realloc_insertIJRjEEEvN9__gnu_cxx17__normal_iteratorIPjS1_EEDpOT_ at Base 3.3.1
+ (optional=templinst)_ZNSt6vectorIjSaIjEE17_M_realloc_insertIJjEEEvN9__gnu_cxx17__normal_iteratorIPjS1_EEDpOT_ at Base 2.2.2
+ (optional=templinst|arch=alpha hurd-i386 i386 mipsel powerpc ppc64 s390x)_ZNSt6vectorIjSaIjEE6insertEN9__gnu_cxx17__normal_iteratorIPKjS1_EERS4_ at Base 3.5.2
+ (optional=templinst|subst|arch=!sh4)_ZNSt6vectorIjSaIjEE6resizeE{size_t}@Base 3.7.0
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIjSaIjEE7reserveEj at Base 3.4.2
+ (optional=templinst|arch=!sh4)_ZNSt6vectorIjSaIjEE9push_backERKj at Base 3.7.0
+ (optional=templinst|arch=sh4)_ZNSt6vectorIjSaIjEEC1ERKS1_ at Base 3.8.0
+ (optional=templinst|arch=sh4)_ZNSt6vectorIjSaIjEEC1EjRKS0_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt6vectorIjSaIjEEC2ERKS1_ at Base 3.8.0
+ (optional=templinst|arch=sh4)_ZNSt6vectorIjSaIjEEC2EjRKS0_ at Base 3.7.2
+ (optional=templinst|arch=!sh4)_ZNSt6vectorIjSaIjEED1Ev at Base 3.7.1
+ (optional=templinst|arch=!sh4)_ZNSt6vectorIjSaIjEED2Ev at Base 3.7.1
+ (optional=templinst)_ZNSt6vectorIlSaIlEE17_M_realloc_insertIJRKlEEEvN9__gnu_cxx17__normal_iteratorIPlS1_EEDpOT_ at Base 2.2.2
+ (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_ZNSt6vectorIlSaIlEE17_M_realloc_insertIJlEEEvN9__gnu_cxx17__normal_iteratorIPlS1_EEDpOT_ at Base 3.4.2
+ (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_ZNSt6vectorIlSaIlEE7reserveEm at Base 3.4.2
+ (optional=templinst|arch=amd64 arm64 ia64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorIlSaIlEED1Ev at Base 3.7.1
+ (optional=templinst|arch=amd64 arm64 ia64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorIlSaIlEED2Ev at Base 3.7.1
+ (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4)_ZNSt6vectorImSaImEE12emplace_backIJmEEEvDpOT_ at Base 3.7.0
+ (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_ZNSt6vectorImSaImEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPmS1_EEmRKm at Base 3.4.2
+ (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_ZNSt6vectorImSaImEE17_M_default_appendEm at Base 3.4.2
+ (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_ZNSt6vectorImSaImEE17_M_realloc_insertIJRKmEEEvN9__gnu_cxx17__normal_iteratorIPmS1_EEDpOT_ at Base 3.4.2
+ (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_ZNSt6vectorImSaImEE17_M_realloc_insertIJmEEEvN9__gnu_cxx17__normal_iteratorIPmS1_EEDpOT_ at Base 3.4.2
+ (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_ZNSt6vectorImSaImEE7reserveEm at Base 3.4.2
+ (optional=templinst|arch=amd64 arm64 ia64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorImSaImEED1Ev at Base 3.7.1
+ (optional=templinst|arch=amd64 arm64 ia64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorImSaImEED2Ev at Base 3.7.1
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIsSaIsEE17_M_default_appendEj at Base 3.5.0
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorIsSaIsEE17_M_default_appendEm at Base 3.5.0
+ (optional=templinst)_ZNSt6vectorIsSaIsEE17_M_realloc_insertIJRKsEEEvN9__gnu_cxx17__normal_iteratorIPsS1_EEDpOT_ at Base 2.3.0
+ (optional=templinst)_ZNSt6vectorIsSaIsEE17_M_realloc_insertIJsEEEvN9__gnu_cxx17__normal_iteratorIPsS1_EEDpOT_ at Base 3.2.1
+ (optional=templinst)_ZNSt6vectorIsSaIsEED1Ev at Base 3.2.1
+ (optional=templinst)_ZNSt6vectorIsSaIsEED2Ev at Base 3.2.1
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorItSaItEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPtS1_EEjRKt at Base 3.5.0
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorItSaItEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPtS1_EEmRKt at Base 3.5.0
+ (optional=templinst)_ZNSt6vectorItSaItEE17_M_realloc_insertIJRKtEEEvN9__gnu_cxx17__normal_iteratorIPtS1_EEDpOT_ at Base 2.2.2
+ (optional=templinst)_ZNSt6vectorItSaItEE17_M_realloc_insertIJtEEEvN9__gnu_cxx17__normal_iteratorIPtS1_EEDpOT_ at Base 2.3.0
+ (optional=templinst|arch=!sh4)_ZNSt6vectorItSaItEED1Ev at Base 3.7.1
+ (optional=templinst|arch=!sh4)_ZNSt6vectorItSaItEED2Ev at Base 3.7.1
+ (optional=templinst|arch=sh4)_ZNSt6vectorIxSaIxEE12emplace_backIJxEEEvDpOT_ at Base 3.8.0
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIxSaIxEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPxS1_EEjRKx at Base 3.4.2
+ (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_ZNSt6vectorIxSaIxEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPxS1_EEmRKx at Base 3.4.2
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIxSaIxEE17_M_default_appendEj at Base 3.4.2
+ (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_ZNSt6vectorIxSaIxEE17_M_default_appendEm at Base 3.4.2
+ (optional=templinst)_ZNSt6vectorIxSaIxEE17_M_realloc_insertIJRKxEEEvN9__gnu_cxx17__normal_iteratorIPxS1_EEDpOT_ at Base 2.2.2
+ (optional=templinst)_ZNSt6vectorIxSaIxEE17_M_realloc_insertIJxEEEvN9__gnu_cxx17__normal_iteratorIPxS1_EEDpOT_ at Base 2.2.2
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIxSaIxEE7reserveEj at Base 3.4.2
+ (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_ZNSt6vectorIxSaIxEE7reserveEm at Base 3.4.2
+ (optional=templinst|arch=sh4)_ZNSt6vectorIxSaIxEEC1EjRKS0_ at Base 3.8.0
+ (optional=templinst|arch=sh4)_ZNSt6vectorIxSaIxEEC2EjRKS0_ at Base 3.8.0
+ (optional=templinst|arch=!sh4)_ZNSt6vectorIxSaIxEED1Ev at Base 3.7.1
+ (optional=templinst|arch=!sh4)_ZNSt6vectorIxSaIxEED2Ev at Base 3.7.1
+ (optional=templinst)_ZNSt6vectorIySaIyEE12emplace_backIJRiEEEvDpOT_ at Base 3.5.0
+ (optional=templinst|arch=!sh4)_ZNSt6vectorIySaIyEE12emplace_backIJyEEEvDpOT_ at Base 3.7.0
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIySaIyEE14_M_fill_assignEjRKy at Base 3.4.2
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIySaIyEE17_M_default_appendEj at Base 3.4.2
+ (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_ZNSt6vectorIySaIyEE17_M_default_appendEm at Base 3.4.2
+ (optional=templinst)_ZNSt6vectorIySaIyEE17_M_realloc_insertIJRKyEEEvN9__gnu_cxx17__normal_iteratorIPyS1_EEDpOT_ at Base 2.2.2
+ (optional=templinst|arch=sh4)_ZNSt6vectorIySaIyEE17_M_realloc_insertIJRiEEEvN9__gnu_cxx17__normal_iteratorIPyS1_EEDpOT_ at Base 3.7.2
+ (optional=templinst)_ZNSt6vectorIySaIyEE17_M_realloc_insertIJyEEEvN9__gnu_cxx17__normal_iteratorIPyS1_EEDpOT_ at Base 2.2.2
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt6vectorIySaIyEE7reserveEj at Base 3.4.2
+ (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_ZNSt6vectorIySaIyEE7reserveEm at Base 3.4.2
+ (optional=templinst|arch=sh4)_ZNSt6vectorIySaIyEEC1ERKS1_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt6vectorIySaIyEEC1ESt16initializer_listIyERKS0_ at Base 3.8.0
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4)_ZNSt6vectorIySaIyEEC1EjRKS0_ at Base 3.5.0
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorIySaIyEEC1EmRKS0_ at Base 3.5.0
+ (optional=templinst|arch=sh4)_ZNSt6vectorIySaIyEEC2ERKS1_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt6vectorIySaIyEEC2ESt16initializer_listIyERKS0_ at Base 3.8.0
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4)_ZNSt6vectorIySaIyEEC2EjRKS0_ at Base 3.5.0
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt6vectorIySaIyEEC2EmRKS0_ at Base 3.5.0
+ (optional=templinst|arch=!sh4)_ZNSt6vectorIySaIyEED1Ev at Base 3.7.1
+ (optional=templinst|arch=!sh4)_ZNSt6vectorIySaIyEED2Ev at Base 3.7.1
+ (optional=templinst|arch=!sh4)_ZNSt7__cxx1110_List_baseINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE8_M_clearEv at Base 2.0.1
+ (optional=templinst|arch=!sh4)_ZNSt7__cxx1110_List_baseIP8OGRLayerSaIS2_EE8_M_clearEv at Base 3.1.3
+ (optional=templinst|arch=!sh4)_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1IS3_EEPKcRKS3_ at Base 3.5.2
+ (optional=templinst|arch=!sh4)_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC2IS3_EEPKcRKS3_ at Base 3.5.2
+ (optional=templinst|arch=!sh4)_ZNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEED0Ev at Base 2.0.1
+ (optional=templinst|arch=!sh4)_ZNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEED1Ev at Base 2.0.1
+ (optional=templinst|arch=!sh4)_ZNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEED2Ev at Base 2.0.1
+ (optional=templinst)_ZNSt7__cxx114listINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE4sortEv at Base 2.0.1
+ (optional=templinst)_ZNSt7__cxx114listINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE6uniqueEv at Base 2.0.1
+ (optional=templinst|arch=amd64 arm64 hppa ia64 loong64 mips64el ppc64el riscv64 sh4 sparc64 x32)_ZNSt8_Rb_treeI18OGRwkbGeometryTypeS0_St9_IdentityIS0_ESt4lessIS0_ESaIS0_EE16_M_insert_uniqueIRKS0_EESt4pairISt17_Rb_tree_iteratorIS0_EbEOT_ at Base 3.6.0
+ (optional=templinst|arch=mipsel sh4 x32)_ZNSt8_Rb_treeI18OGRwkbGeometryTypeSt4pairIKS0_xESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE24_M_get_insert_unique_posERS2_ at Base 3.6.0
+ (optional=templinst|arch=mipsel sh4 x32)_ZNSt8_Rb_treeI18OGRwkbGeometryTypeSt4pairIKS0_xESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS3_ERS2_ at Base 3.6.0
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeI8geokey_tSt4pairIKS0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEESt10_Select1stIS9_ESt4lessIS0_ESaIS9_EE24_M_get_insert_unique_posERS2_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeI8geokey_tSt4pairIKS0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEESt10_Select1stIS9_ESt4lessIS0_ESaIS9_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS9_ERS2_ at Base 3.7.2
+ (optional=templinst)_ZNSt8_Rb_treeI9CPLStringS0_St9_IdentityIS0_ESt4lessIS0_ESaIS0_EE11equal_rangeERKS0_ at Base 2.0.1
+ (optional=templinst|arch=amd64 arm64 hppa ia64 loong64 mips64el ppc64el riscv64 sh4 sparc64 x32)_ZNSt8_Rb_treeI9CPLStringS0_St9_IdentityIS0_ESt4lessIS0_ESaIS0_EE16_M_insert_uniqueIRKS0_EESt4pairISt17_Rb_tree_iteratorIS0_EbEOT_ at Base 2.1.1
+ (optional=templinst|arch=amd64 arm64 hppa ia64 loong64 mips64el ppc64el riscv64 sh4 sparc64 x32)_ZNSt8_Rb_treeI9CPLStringS0_St9_IdentityIS0_ESt4lessIS0_ESaIS0_EE16_M_insert_uniqueIS0_EESt4pairISt17_Rb_tree_iteratorIS0_EbEOT_ at Base 2.1.1
+ (optional=templinst)_ZNSt8_Rb_treeI9CPLStringS0_St9_IdentityIS0_ESt4lessIS0_ESaIS0_EE20_Reuse_or_alloc_nodeclIRKS0_EEPSt13_Rb_tree_nodeIS0_EOT_ at Base 3.1.3
+ (optional=templinst)_ZNSt8_Rb_treeI9CPLStringS0_St9_IdentityIS0_ESt4lessIS0_ESaIS0_EE24_M_get_insert_unique_posERKS0_ at Base 2.1.1
+ (optional=templinst)_ZNSt8_Rb_treeI9CPLStringS0_St9_IdentityIS0_ESt4lessIS0_ESaIS0_EE4findERKS0_ at Base 1.10.1
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeI9CPLStringS0_St9_IdentityIS0_ESt4lessIS0_ESaIS0_EEC1ERKS6_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeI9CPLStringS0_St9_IdentityIS0_ESt4lessIS0_ESaIS0_EEC2ERKS6_ at Base 3.7.2
+ (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_11OGREnvelopeESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE24_M_get_insert_unique_posERS2_ at Base 1.10.1
+ (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_11OGREnvelopeESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS4_ERS2_ at Base 3.4.2
+ (optional=templinst|arch=!alpha !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_11OGREnvelopeESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE4findERS2_ at Base 3.4.2
+ (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_12GDALDataTypeESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE24_M_get_insert_unique_posERS2_ at Base 3.2.0
+ (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_12GDALDataTypeESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS4_ERS2_ at Base 3.4.2
+ (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_13CPLStringListESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE24_M_get_insert_unique_posERS2_ at Base 3.1.0
+ (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_13CPLStringListESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS4_ERS2_ at Base 3.4.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_NSt7__cxx114listIiSaIiEEEESt10_Select1stIS7_ESt4lessIS0_ESaIS7_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSF_PSt13_Rb_tree_nodeIS7_E at Base 3.7.2
+ (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_NSt7__cxx114listIiSaIiEEEESt10_Select1stIS7_ESt4lessIS0_ESaIS7_EE24_M_get_insert_unique_posERS2_ at Base 3.4.0
+ (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_NSt7__cxx114listIiSaIiEEEESt10_Select1stIS7_ESt4lessIS0_ESaIS7_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS7_ERS2_ at Base 3.4.0
+ (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_P10GDALDriverESt10_Select1stIS5_ESt4lessIS0_ESaIS5_EE11equal_rangeERS2_ at Base 2.0.1
+ (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_P10GDALDriverESt10_Select1stIS5_ESt4lessIS0_ESaIS5_EE24_M_get_insert_unique_posERS2_ at Base 2.0.1
+ (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_P10GDALDriverESt10_Select1stIS5_ESt4lessIS0_ESaIS5_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS5_ERS2_ at Base 3.4.2
+ (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_P10GDALDriverESt10_Select1stIS5_ESt4lessIS0_ESaIS5_EE4findERS2_ at Base 3.5.0
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_P11GDALDatasetESt10_Select1stIS5_ESt4lessIS0_ESaIS5_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSD_PSt13_Rb_tree_nodeIS5_E at Base 3.7.2
+ (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_P11GDALDatasetESt10_Select1stIS5_ESt4lessIS0_ESaIS5_EE24_M_get_insert_unique_posERS2_ at Base 2.1.0
+ (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_P11GDALDatasetESt10_Select1stIS5_ESt4lessIS0_ESaIS5_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS5_ERS2_ at Base 2.1.0
+ (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_P11GDALDatasetESt10_Select1stIS5_ESt4lessIS0_ESaIS5_EE4findERS2_ at Base 2.1.0
+ (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_P8OGRLayerESt10_Select1stIS5_ESt4lessIS0_ESaIS5_EE24_M_get_insert_unique_posERS2_ at Base 1.10.1
+ (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_P8OGRLayerESt10_Select1stIS5_ESt4lessIS0_ESaIS5_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS5_ERS2_ at Base 3.4.2
+ (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_PPcESt10_Select1stIS5_ESt4lessIS0_ESaIS5_EE24_M_get_insert_unique_posERS2_ at Base 1.10.1
+ (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_PPcESt10_Select1stIS5_ESt4lessIS0_ESaIS5_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS5_ERS2_ at Base 3.4.2
+ (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_PvESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE24_M_get_insert_unique_posERS2_ at Base 1.10.1
+ (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_PvESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS4_ERS2_ at Base 3.4.2
+ (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_PvESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE4findERS2_ at Base 2.3.0
+ (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_S0_ESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE11equal_rangeERS2_ at Base 2.2.0
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_S0_ESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSB_PSt13_Rb_tree_nodeIS3_E at Base 3.7.2
+ (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_S0_ESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE17_M_emplace_uniqueIJS1_IPKcS0_EEEES1_ISt17_Rb_tree_iteratorIS3_EbEDpOT_ at Base 2.3.2
+ (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_S0_ESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE20_Reuse_or_alloc_nodeclIRKS3_EEPSt13_Rb_tree_nodeIS3_EOT_ at Base 3.1.3
+ (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_S0_ESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE24_M_get_insert_unique_posERS2_ at Base 1.10.1
+ (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_S0_ESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS3_ERS2_ at Base 1.10.1
+ (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_S0_ESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE4findERS2_ at Base 1.10.1
+ (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_S1_ISt8functionIF6CPLErrPPviS5_ii12GDALDataTypeS7_iiPKPKcEES0_EESt10_Select1stISF_ESt4lessIS0_ESaISF_EE24_M_get_insert_unique_posERS2_ at Base 3.5.0
+ (optional=templinst|arch=amd64 arm64 hppa ia64 loong64 m68k mips64el ppc64el riscv64 sh4 sparc64 x32)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_S1_ISt8functionIF6CPLErrPPviS5_ii12GDALDataTypeS7_iiPKPKcEES0_EESt10_Select1stISF_ESt4lessIS0_ESaISF_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorISF_ERS2_ at Base 3.5.0
+ (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_S1_IddEESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE24_M_get_insert_unique_posERS2_ at Base 1.10.1
+ (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_S1_IddEESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS4_ERS2_ at Base 3.4.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_S1_IddEESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE4findERS2_ at Base 3.7.2
+ (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_S1_IiiEESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE24_M_get_insert_unique_posERS2_ at Base 1.10.1
+ (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_S1_IiiEESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS4_ERS2_ at Base 3.4.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_S1_IiiEESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE4findERS2_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_St10shared_ptrI11GDALMDArrayEESt10_Select1stIS6_ESt4lessIS0_ESaIS6_EE12_M_erase_auxESt23_Rb_tree_const_iteratorIS6_E at Base 3.8.0
+ (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_St10shared_ptrI11GDALMDArrayEESt10_Select1stIS6_ESt4lessIS0_ESaIS6_EE24_M_get_insert_unique_posERS2_ at Base 3.1.0
+ (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_St10shared_ptrI11GDALMDArrayEESt10_Select1stIS6_ESt4lessIS0_ESaIS6_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS6_ERS2_ at Base 3.4.2
+ (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_St10shared_ptrI11GDALMDArrayEESt10_Select1stIS6_ESt4lessIS0_ESaIS6_EE4findERS2_ at Base 3.8.0
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_St10shared_ptrI9GDALGroupEESt10_Select1stIS6_ESt4lessIS0_ESaIS6_EE12_M_erase_auxESt23_Rb_tree_const_iteratorIS6_E at Base 3.8.0
+ (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_St10shared_ptrI9GDALGroupEESt10_Select1stIS6_ESt4lessIS0_ESaIS6_EE24_M_get_insert_unique_posERS2_ at Base 3.8.0
+ (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_St10shared_ptrI9GDALGroupEESt10_Select1stIS6_ESt4lessIS0_ESaIS6_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS6_ERS2_ at Base 3.8.0
+ (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_St10shared_ptrI9GDALGroupEESt10_Select1stIS6_ESt4lessIS0_ESaIS6_EE4findERS2_ at Base 3.8.0
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_St3mapIS0_S0_St4lessIS0_ESaIS1_IS2_S0_EEEESt10_Select1stIS9_ES5_SaIS9_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSF_PSt13_Rb_tree_nodeIS9_E at Base 3.7.2
+ (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_St3mapIS0_S0_St4lessIS0_ESaIS1_IS2_S0_EEEESt10_Select1stIS9_ES5_SaIS9_EE24_M_get_insert_unique_posERS2_ at Base 1.10.1
+ (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_St3mapIS0_S0_St4lessIS0_ESaIS1_IS2_S0_EEEESt10_Select1stIS9_ES5_SaIS9_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS9_ERS2_ at Base 1.10.1
+ (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_St3setIS0_St4lessIS0_ESaIS0_EEESt10_Select1stIS8_ES5_SaIS8_EE24_M_get_insert_unique_posERS2_ at Base 1.10.1
+ (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_St3setIS0_St4lessIS0_ESaIS0_EEESt10_Select1stIS8_ES5_SaIS8_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS8_ERS2_ at Base 3.4.2
+ (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_St3setIiSt4lessIiESaIiEEESt10_Select1stIS8_ES4_IS0_ESaIS8_EE24_M_get_insert_unique_posERS2_ at Base 2.2.0
+ (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_St3setIiSt4lessIiESaIiEEESt10_Select1stIS8_ES4_IS0_ESaIS8_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS8_ERS2_ at Base 3.4.2
+ (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_St6vectorIS0_SaIS0_EEESt10_Select1stIS6_ESt4lessIS0_ESaIS6_EE24_M_get_insert_unique_posERS2_ at Base 1.10.1
+ (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_St6vectorIS0_SaIS0_EEESt10_Select1stIS6_ESt4lessIS0_ESaIS6_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS6_ERS2_ at Base 3.4.2
+ (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_St6vectorIS0_SaIS0_EEESt10_Select1stIS6_ESt4lessIS0_ESaIS6_EE4findERS2_ at Base 1.10.1
+ (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_St6vectorIS1_IS0_S0_ESaIS4_EEESt10_Select1stIS7_ESt4lessIS0_ESaIS7_EE24_M_get_insert_unique_posERS2_ at Base 2.2.0
+ (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_St6vectorIS1_IS0_S0_ESaIS4_EEESt10_Select1stIS7_ESt4lessIS0_ESaIS7_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS7_ERS2_ at Base 3.4.2
+ (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_St6vectorIS1_IddESaIS4_EEESt10_Select1stIS7_ESt4lessIS0_ESaIS7_EE24_M_get_insert_unique_posERS2_ at Base 1.10.1
+ (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_St6vectorIS1_IddESaIS4_EEESt10_Select1stIS7_ESt4lessIS0_ESaIS7_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS7_ERS2_ at Base 3.4.2
+ (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_St6vectorIS1_IddESaIS4_EEESt10_Select1stIS7_ESt4lessIS0_ESaIS7_EE4findERS2_ at Base 1.10.1
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_St6vectorIdSaIdEEESt10_Select1stIS6_ESt4lessIS0_ESaIS6_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSE_PSt13_Rb_tree_nodeIS6_E at Base 3.7.2
+ (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_St6vectorIdSaIdEEESt10_Select1stIS6_ESt4lessIS0_ESaIS6_EE24_M_get_insert_unique_posERS2_ at Base 2.3.0
+ (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_St6vectorIdSaIdEEESt10_Select1stIS6_ESt4lessIS0_ESaIS6_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS6_ERS2_ at Base 2.3.0
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_St6vectorIhSaIhEEESt10_Select1stIS6_ESt4lessIS0_ESaIS6_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSE_PSt13_Rb_tree_nodeIS6_E at Base 3.7.2
+ (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_St6vectorIhSaIhEEESt10_Select1stIS6_ESt4lessIS0_ESaIS6_EE24_M_get_insert_unique_posERS2_ at Base 2.3.0
+ (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_St6vectorIhSaIhEEESt10_Select1stIS6_ESt4lessIS0_ESaIS6_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS6_ERS2_ at Base 2.3.0
+ (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_St6vectorIiSaIiEEESt10_Select1stIS6_ESt4lessIS0_ESaIS6_EE24_M_get_insert_unique_posERS2_ at Base 2.2.0
+ (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_St6vectorIiSaIiEEESt10_Select1stIS6_ESt4lessIS0_ESaIS6_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS6_ERS2_ at Base 3.4.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_bESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSB_PSt13_Rb_tree_nodeIS3_E at Base 3.7.2
+ (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_bESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE20_Reuse_or_alloc_nodeclIRKS3_EEPSt13_Rb_tree_nodeIS3_EOT_ at Base 3.1.3
+ (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_bESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE24_M_get_insert_unique_posERS2_ at Base 2.2.0
+ (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_bESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS3_ERS2_ at Base 2.2.0
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_iESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSB_PSt13_Rb_tree_nodeIS3_E at Base 3.7.2
+ (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_iESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE20_Reuse_or_alloc_nodeclIRKS3_EEPSt13_Rb_tree_nodeIS3_EOT_ at Base 3.1.3
+ (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_iESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE24_M_get_insert_unique_posERS2_ at Base 1.10.1
+ (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_iESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS3_ERS2_ at Base 1.10.1
+ (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_iESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE4findERS2_ at Base 1.10.1
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_iESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EEC1ERKS9_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_iESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EEC2ERKS9_ at Base 3.7.2
+ (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_jESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE20_Reuse_or_alloc_nodeclIRKS3_EEPSt13_Rb_tree_nodeIS3_EOT_ at Base 3.1.3
+ (optional=templinst)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_jESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE24_M_get_insert_unique_posERS2_ at Base 2.2.0
+ (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_jESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS3_ERS2_ at Base 2.2.0
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k powerpc sh4)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_jESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE4findERS2_ at Base 3.8.0
+ (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_mESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE20_Reuse_or_alloc_nodeclIRKS3_EEPSt13_Rb_tree_nodeIS3_EOT_ at Base 3.4.2
+ (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_mESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE24_M_get_insert_unique_posERS2_ at Base 3.4.2
+ (optional=templinst|arch=amd64 arm64 ia64 loong64 mips64el ppc64el riscv64 sparc64)_ZNSt8_Rb_treeI9CPLStringSt4pairIKS0_mESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS3_ERS2_ at Base 3.4.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIN19MVTTileLayerFeature8GeomTypeESt4pairIKS1_xESt10_Select1stIS4_ESt4lessIS1_ESaIS4_EE24_M_get_insert_unique_posERS3_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIN19MVTTileLayerFeature8GeomTypeESt4pairIKS1_xESt10_Select1stIS4_ESt4lessIS1_ESaIS4_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS4_ERS3_ at Base 3.7.2
+ (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE11equal_rangeERKS5_ at Base 3.4.0
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE12_M_erase_auxESt23_Rb_tree_const_iteratorIS5_ESD_ at Base 3.8.0
+ (optional=templinst|arch=amd64 arm64 hppa ia64 loong64 mips64el ppc64el riscv64 sh4 sparc64 x32)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE16_M_insert_uniqueIRKS5_EESt4pairISt17_Rb_tree_iteratorIS5_EbEOT_ at Base 2.1.1
+ (optional=templinst|arch=amd64 arm64 hppa ia64 loong64 mips64el ppc64el riscv64 sh4 sparc64 x32)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE16_M_insert_uniqueIS5_EESt4pairISt17_Rb_tree_iteratorIS5_EbEOT_ at Base 2.2.2
+ (optional=templinst|arch=amd64 arm64 hppa ia64 loong64 mips64el ppc64el riscv64 sh4 sparc64 x32)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE17_M_emplace_uniqueIJRPcEEESt4pairISt17_Rb_tree_iteratorIS5_EbEDpOT_ at Base 3.0.0
+ (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE24_M_get_insert_unique_posERKS5_ at Base 3.1.3
+ (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS5_ERKS5_ at Base 3.4.2
+ (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE4findERKS5_ at Base 2.2.0
+ (optional=templinst|arch=!sh4)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE5clearEv at Base 3.4.2
+ (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_12CPLJSONArrayESt10_Select1stIS9_ESt4lessIS5_ESaIS9_EE24_M_get_insert_unique_posERS7_ at Base 3.4.0
+ (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_12CPLJSONArrayESt10_Select1stIS9_ESt4lessIS5_ESaIS9_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS9_ERS7_ at Base 3.4.2
+ (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_12CPLJSONArrayESt10_Select1stIS9_ESt4lessIS5_ESaIS9_EE4findERS7_ at Base 3.4.0
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_12OGRFieldTypeESt10_Select1stIS9_ESt4lessIS5_ESaIS9_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSH_PSt13_Rb_tree_nodeIS9_E at Base 3.7.2
+ (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_12OGRFieldTypeESt10_Select1stIS9_ESt4lessIS5_ESaIS9_EE24_M_get_insert_unique_posERS7_ at Base 3.1.0
+ (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_12OGRFieldTypeESt10_Select1stIS9_ESt4lessIS5_ESaIS9_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS9_ERS7_ at Base 3.1.0
+ (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_13CPLStringListESt10_Select1stIS9_ESt4lessIS5_ESaIS9_EE24_M_get_insert_unique_posERS7_ at Base 3.4.0
+ (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_13CPLStringListESt10_Select1stIS9_ESt4lessIS5_ESaIS9_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS9_ERS7_ at Base 3.4.2
+ (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_P13GDALAttributeESt10_Select1stISA_ESt4lessIS5_ESaISA_EE11equal_rangeERS7_ at Base 3.8.0
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_P13GDALAttributeESt10_Select1stISA_ESt4lessIS5_ESaISA_EE12_M_erase_auxESt23_Rb_tree_const_iteratorISA_E at Base 3.8.0
+ (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_P13GDALAttributeESt10_Select1stISA_ESt4lessIS5_ESaISA_EE24_M_get_insert_unique_posERS7_ at Base 3.8.0
+ (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_P13GDALAttributeESt10_Select1stISA_ESt4lessIS5_ESaISA_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorISA_ERS7_ at Base 3.8.0
+ (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_P13GDALAttributeESt10_Select1stISA_ESt4lessIS5_ESaISA_EE4findERS7_ at Base 3.8.0
+ (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_P20VSIFilesystemHandlerESt10_Select1stISA_ESt4lessIS5_ESaISA_EE24_M_get_insert_unique_posERS7_ at Base 2.0.1
+ (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_P20VSIFilesystemHandlerESt10_Select1stISA_ESt4lessIS5_ESaISA_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorISA_ERS7_ at Base 3.4.2
+ (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PK13CPLJSONObjectESt10_Select1stISB_ESt4lessIS5_ESaISB_EE11equal_rangeERS7_ at Base 3.4.2
+ (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PK13CPLJSONObjectESt10_Select1stISB_ESt4lessIS5_ESaISB_EE24_M_get_insert_unique_posERS7_ at Base 3.4.0
+ (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PK13CPLJSONObjectESt10_Select1stISB_ESt4lessIS5_ESaISB_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorISB_ERS7_ at Base 3.4.2
+ (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PSt3mapIS5_S5_St4lessIS5_ESaIS6_IS7_S5_EEEESt10_Select1stISF_ESA_SaISF_EE24_M_get_insert_unique_posERS7_ at Base 2.0.1
+ (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PSt3mapIS5_S5_St4lessIS5_ESaIS6_IS7_S5_EEEESt10_Select1stISF_ESA_SaISF_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorISF_ERS7_ at Base 3.4.2
+ (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PSt3mapIS5_S5_St4lessIS5_ESaIS6_IS7_S5_EEEESt10_Select1stISF_ESA_SaISF_EE4findERS7_ at Base 2.0.1
+ (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE11equal_rangeERS7_ at Base 2.0.1
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSG_PSt13_Rb_tree_nodeIS8_E at Base 3.7.2
+ (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE17_M_emplace_uniqueIJS6_I9CPLStringSG_EEEES6_ISt17_Rb_tree_iteratorIS8_EbEDpOT_ at Base 3.8.0
+ (optional=templinst|arch=amd64 arm64 armel armhf hppa ia64 loong64 m68k mips64el ppc64el riscv64 sh4 sparc64 x32)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE17_M_emplace_uniqueIJS6_IS5_S5_EEEES6_ISt17_Rb_tree_iteratorIS8_EbEDpOT_ at Base 3.4.2
+ (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE24_M_get_insert_unique_posERS7_ at Base 2.0.1
+ (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS8_ERS7_ at Base 3.4.2
+ (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE4findERS7_ at Base 3.4.2
+ (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S6_IddEESt10_Select1stIS9_ESt4lessIS5_ESaIS9_EE24_M_get_insert_unique_posERS7_ at Base 3.7.0
+ (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S6_IddEESt10_Select1stIS9_ESt4lessIS5_ESaIS9_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS9_ERS7_ at Base 3.7.0
+ (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St10shared_ptrI11GDALMDArrayEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE24_M_get_insert_unique_posERS7_ at Base 3.8.0
+ (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St10shared_ptrI11GDALMDArrayEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorISB_ERS7_ at Base 3.8.0
+ (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St10unique_ptrI11GDALDatasetSt14default_deleteIS9_EEESt10_Select1stISD_ESt4lessIS5_ESaISD_EE24_M_get_insert_unique_posERS7_ at Base 3.7.0
+ (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St10unique_ptrI11GDALDatasetSt14default_deleteIS9_EEESt10_Select1stISD_ESt4lessIS5_ESaISD_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorISD_ERS7_ at Base 3.7.0
+ (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St10unique_ptrI11GDALDatasetSt14default_deleteIS9_EEESt10_Select1stISD_ESt4lessIS5_ESaISD_EE4findERS7_ at Base 3.7.0
+ (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St10unique_ptrI14OGRFieldDomainSt14default_deleteIS9_EEESt10_Select1stISD_ESt4lessIS5_ESaISD_EE11equal_rangeERS7_ at Base 3.6.0
+ (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St10unique_ptrI14OGRFieldDomainSt14default_deleteIS9_EEESt10_Select1stISD_ESt4lessIS5_ESaISD_EE24_M_get_insert_unique_posERS7_ at Base 3.3.0
+ (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St10unique_ptrI14OGRFieldDomainSt14default_deleteIS9_EEESt10_Select1stISD_ESt4lessIS5_ESaISD_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorISD_ERS7_ at Base 3.4.2
+ (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St10unique_ptrI14OGRFieldDomainSt14default_deleteIS9_EEESt10_Select1stISD_ESt4lessIS5_ESaISD_EE4findERS7_ at Base 3.5.0
+ (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St3mapIS5_S5_St4lessIS5_ESaIS6_IS7_S5_EEEESt10_Select1stISE_ESA_SaISE_EE11equal_rangeERS7_ at Base 3.5.0
+ (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St3mapIS5_S5_St4lessIS5_ESaIS6_IS7_S5_EEEESt10_Select1stISE_ESA_SaISE_EE24_M_get_insert_unique_posERS7_ at Base 3.5.0
+ (optional=templinst|arch=amd64 arm64 hppa ia64 loong64 m68k mips64el ppc64el riscv64 sh4 sparc64 x32)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St3mapIS5_S5_St4lessIS5_ESaIS6_IS7_S5_EEEESt10_Select1stISE_ESA_SaISE_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorISE_ERS7_ at Base 3.5.0
+ (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St3mapIiS5_St4lessIiESaIS6_IKiS5_EEEESt10_Select1stISF_ES9_IS5_ESaISF_EE24_M_get_insert_unique_posERS7_ at Base 3.7.0
+ (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St3mapIiS5_St4lessIiESaIS6_IKiS5_EEEESt10_Select1stISF_ES9_IS5_ESaISF_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorISF_ERS7_ at Base 3.7.0
+ (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St3mapIiS6_IddESt4lessIiESaIS6_IKiS9_EEEESt10_Select1stISG_ESA_IS5_ESaISG_EE24_M_get_insert_unique_posERS7_ at Base 3.7.0
+ (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St3mapIiS6_IddESt4lessIiESaIS6_IKiS9_EEEESt10_Select1stISG_ESA_IS5_ESaISG_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorISG_ERS7_ at Base 3.7.0
+ (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St6vectorIiSaIiEEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE24_M_get_insert_unique_posERS7_ at Base 3.8.0
+ (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St6vectorIiSaIiEEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorISB_ERS7_ at Base 3.8.0
+ (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St6vectorIiSaIiEEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE4findERS7_ at Base 3.8.0
+ (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_dESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE24_M_get_insert_unique_posERS7_ at Base 2.0.1
+ (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_dESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS8_ERS7_ at Base 3.4.2
+ (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_dESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE4findERS7_ at Base 2.0.1
+ (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_iESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE11equal_rangeERS7_ at Base 2.3.0
+ (optional=templinst|arch=alpha armel armhf hurd-i386 i386 m68k mipsel powerpc ppc64 s390x)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_iESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE17_M_emplace_uniqueIJS6_IS5_iEEEES6_ISt17_Rb_tree_iteratorIS8_EbEDpOT_ at Base 3.5.2
+ (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_iESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE24_M_get_insert_unique_posERS7_ at Base 2.0.1
+ (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_iESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS8_ERS7_ at Base 3.4.2
+ (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_iESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE4findERS7_ at Base 2.0.1
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_jESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSG_PSt13_Rb_tree_nodeIS8_E at Base 3.8.0
+ (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_jESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE24_M_get_insert_unique_posERS7_ at Base 3.1.0
+ (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_jESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS8_ERS7_ at Base 3.4.2
+ (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_jESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE4findERS7_ at Base 3.7.2
+ (optional=templinst|arch=alpha armel armhf hurd-i386 i386 m68k mipsel powerpc ppc64 s390x)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_lESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE17_M_emplace_uniqueIJS6_IS5_lEEEES6_ISt17_Rb_tree_iteratorIS8_EbEDpOT_ at Base 3.5.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_lESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE24_M_get_insert_unique_posERS7_ at Base 3.7.2
+ (optional=templinst|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_mESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE24_M_get_insert_unique_posERS7_ at Base 3.4.2
+ (optional=templinst|arch=amd64 arm64 ia64 loong64 mips64el ppc64el riscv64 sparc64)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_mESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS8_ERS7_ at Base 3.4.2
+ (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_xESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE24_M_get_insert_unique_posERS7_ at Base 2.3.0
+ (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_xESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS8_ERS7_ at Base 3.4.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIP10MEMMDArrayS1_St9_IdentityIS1_ESt4lessIS1_ESaIS1_EE11equal_rangeERKS1_ at Base 3.8.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIP10MEMMDArrayS1_St9_IdentityIS1_ESt4lessIS1_ESaIS1_EE12_M_erase_auxESt23_Rb_tree_const_iteratorIS1_ES9_ at Base 3.8.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIP10MEMMDArrayS1_St9_IdentityIS1_ESt4lessIS1_ESaIS1_EE16_M_insert_uniqueIRKS1_EESt4pairISt17_Rb_tree_iteratorIS1_EbEOT_ at Base 3.8.0
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIP10OGRFeatureSt4pairIKS1_St6vectorIP8OGRCurveSaIS6_EEESt10_Select1stIS9_ESt4lessIS1_ESaIS9_EE24_M_get_insert_unique_posERS3_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIP10OGRFeatureSt4pairIKS1_St6vectorIP8OGRCurveSaIS6_EEESt10_Select1stIS9_ESt4lessIS1_ESaIS9_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS9_ERS3_ at Base 3.7.2
+ (optional=templinst|arch=amd64 arm64 hppa ia64 loong64 mips64el ppc64el riscv64 sparc64)_ZNSt8_Rb_treeIP11GDALDatasetS1_St9_IdentityIS1_ESt4lessIS1_ESaIS1_EE16_M_insert_uniqueIRKS1_EESt4pairISt17_Rb_tree_iteratorIS1_EbEOT_ at Base 3.6.0
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIP11GDALDatasetSt4pairIKS1_xESt10_Select1stIS4_ESt4lessIS1_ESaIS4_EE24_M_get_insert_unique_posERS3_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIP11GDALDatasetSt4pairIKS1_xESt10_Select1stIS4_ESt4lessIS1_ESaIS4_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS4_ERS3_ at Base 3.7.2
+ (optional=templinst)_ZNSt8_Rb_treeIP11GDALMDArrayS1_St9_IdentityIS1_ESt4lessIS1_ESaIS1_EE16_M_insert_uniqueIRKS1_EESt4pairISt17_Rb_tree_iteratorIS1_EbEOT_ at Base 3.8.3
+ (optional=templinst)_ZNSt8_Rb_treeIP13GDALDimensionS1_St9_IdentityIS1_ESt4lessIS1_ESaIS1_EE16_M_insert_uniqueIRKS1_EESt4pairISt17_Rb_tree_iteratorIS1_EbEOT_ at Base 3.8.3
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIP13GDALDimensionSt4pairIKS1_yESt10_Select1stIS4_ESt4lessIS1_ESaIS4_EE24_M_get_insert_unique_posERS3_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIP13GDALDimensionSt4pairIKS1_yESt10_Select1stIS4_ESt4lessIS1_ESaIS4_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS4_ERS3_ at Base 3.7.2
+ (optional=templinst|arch=amd64 arm64 hppa ia64 loong64 mips64el ppc64el riscv64 sparc64 x32)_ZNSt8_Rb_treeIP15GMLFeatureClassS1_St9_IdentityIS1_ESt4lessIS1_ESaIS1_EE16_M_insert_uniqueIRKS1_EESt4pairISt17_Rb_tree_iteratorIS1_EbEOT_ at Base 2.4.1
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIP15OGRMutexedLayerSt4pairIKS1_P8OGRLayerESt10_Select1stIS6_ESt4lessIS1_ESaIS6_EE24_M_get_insert_unique_posERS3_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIP15OGRMutexedLayerSt4pairIKS1_P8OGRLayerESt10_Select1stIS6_ESt4lessIS1_ESaIS6_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS6_ERS3_ at Base 3.7.2
+ (optional=templinst)_ZNSt8_Rb_treeIP16OGRGeomFieldDefnSt4pairIKS1_9CPLStringESt10_Select1stIS5_ESt4lessIS1_ESaIS5_EE20_Reuse_or_alloc_nodeclIRKS5_EEPSt13_Rb_tree_nodeIS5_EOT_ at Base 3.1.3
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIP16OGRGeomFieldDefnSt4pairIKS1_9CPLStringESt10_Select1stIS5_ESt4lessIS1_ESaIS5_EE24_M_get_insert_unique_posERS3_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIP16OGRGeomFieldDefnSt4pairIKS1_9CPLStringESt10_Select1stIS5_ESt4lessIS1_ESaIS5_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS5_ERS3_ at Base 3.7.2
+ (optional=templinst|arch=amd64 arm64 hppa ia64 loong64 mips64el ppc64el riscv64 sparc64 x32)_ZNSt8_Rb_treeIP20VSIFilesystemHandlerS1_St9_IdentityIS1_ESt4lessIS1_ESaIS1_EE16_M_insert_uniqueIRKS1_EESt4pairISt17_Rb_tree_iteratorIS1_EbEOT_ at Base 3.0.1
+ (optional=templinst|arch=amd64 arm64 hppa ia64 loong64 mips64el ppc64el riscv64 sh4 sparc64 x32)_ZNSt8_Rb_treeIP8OGRLayerS1_St9_IdentityIS1_ESt4lessIS1_ESaIS1_EE16_M_insert_uniqueIRKS1_EESt4pairISt17_Rb_tree_iteratorIS1_EbEOT_ at Base 2.1.1
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIP8OGRLayerSt4pairIKS1_P11GDALDatasetESt10_Select1stIS6_ESt4lessIS1_ESaIS6_EE24_M_get_insert_unique_posERS3_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIP8OGRLayerSt4pairIKS1_P11GDALDatasetESt10_Select1stIS6_ESt4lessIS1_ESaIS6_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS6_ERS3_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIP8OGRLayerSt4pairIKS1_P15OGRMutexedLayerESt10_Select1stIS6_ESt4lessIS1_ESaIS6_EE24_M_get_insert_unique_posERS3_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIP8OGRLayerSt4pairIKS1_P15OGRMutexedLayerESt10_Select1stIS6_ESt4lessIS1_ESaIS6_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS6_ERS3_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIP8OGRLayerSt4pairIKS1_S1_ESt10_Select1stIS4_ESt4lessIS1_ESaIS4_EE24_M_get_insert_unique_posERS3_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIP8OGRLayerSt4pairIKS1_S1_ESt10_Select1stIS4_ESt4lessIS1_ESaIS4_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS4_ERS3_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIP8OGRLayerSt4pairIKS1_iESt10_Select1stIS4_ESt4lessIS1_ESaIS4_EE20_Reuse_or_alloc_nodeclIRKS4_EEPSt13_Rb_tree_nodeIS4_EOT_ at Base 3.8.0
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIP8OGRLayerSt4pairIKS1_iESt10_Select1stIS4_ESt4lessIS1_ESaIS4_EE24_M_get_insert_unique_posERS3_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIP8OGRLayerSt4pairIKS1_iESt10_Select1stIS4_ESt4lessIS1_ESaIS4_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS4_ERS3_ at Base 3.7.2
+ (optional=templinst)_ZNSt8_Rb_treeIP9GDALGroupS1_St9_IdentityIS1_ESt4lessIS1_ESaIS1_EE16_M_insert_uniqueIRKS1_EESt4pairISt17_Rb_tree_iteratorIS1_EbEOT_ at Base 3.8.3
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIPK14OGRFieldDomainSt4pairIKS2_St3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESB_St4lessISB_ESaIS3_IKSB_SB_EEEESt10_Select1stISI_ESC_IS2_ESaISI_EE24_M_get_insert_unique_posERS4_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIPK14OGRFieldDomainSt4pairIKS2_St3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESB_St4lessISB_ESaIS3_IKSB_SB_EEEESt10_Select1stISI_ESC_IS2_ESaISI_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorISI_ERS4_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIPK19OGRSpatialReferenceSt4pairIKS2_bESt10_Select1stIS5_ESt4lessIS2_ESaIS5_EE24_M_get_insert_unique_posERS4_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIPK19OGRSpatialReferenceSt4pairIKS2_bESt10_Select1stIS5_ESt4lessIS2_ESaIS5_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS5_ERS4_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIPKcSt4pairIKS1_iESt10_Select1stIS4_ESt4lessIS1_ESaIS4_EE24_M_get_insert_unique_posERS3_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIPKcSt4pairIKS1_iESt10_Select1stIS4_ESt4lessIS1_ESaIS4_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS4_ERS3_ at Base 3.7.2
+ (optional=templinst|arch=hppa ia64 loong64 m68k mips64el mipsel riscv64 sh4 sparc64|subst)_ZNSt8_Rb_treeIPvSt4pairIKS0_{size_t}ESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE24_M_get_insert_unique_posERS2_ at Base 3.7.2
+ (optional=templinst|arch=hppa ia64 loong64 m68k mips64el riscv64 sh4 sparc64|subst)_ZNSt8_Rb_treeIPvSt4pairIKS0_{size_t}ESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS3_ERS2_ at Base 3.7.2
+ (optional=templinst)_ZNSt8_Rb_treeISt10shared_ptrI13GDALDimensionESt4pairIKS2_S2_ESt10_Select1stIS5_ESt4lessIS2_ESaIS5_EE24_M_get_insert_unique_posERS4_ at Base 3.1.0
+ (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeISt10shared_ptrI13GDALDimensionESt4pairIKS2_S2_ESt10_Select1stIS5_ESt4lessIS2_ESaIS5_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS5_ERS4_ at Base 3.4.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeISt10shared_ptrI28GDALDimensionWeakIndexingVarES2_St9_IdentityIS2_ESt4lessIS2_ESaIS2_EE16_M_insert_uniqueIRKS2_EESt4pairISt17_Rb_tree_iteratorIS2_EbEOT_ at Base 3.7.2
+ (optional=templinst|arch=amd64 arm64 hppa ia64 loong64 mips64el ppc64el riscv64 sparc64 x32)_ZNSt8_Rb_treeISt4pairI9CPLStringS1_ES2_St9_IdentityIS2_ESt4lessIS2_ESaIS2_EE16_M_insert_uniqueIS2_EES0_ISt17_Rb_tree_iteratorIS2_EbEOT_ at Base 2.1.1
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeISt4pairI9CPLStringS1_ES2_St9_IdentityIS2_ESt4lessIS2_ESaIS2_EE24_M_get_insert_unique_posERKS2_ at Base 3.7.2
+ (optional=templinst)_ZNSt8_Rb_treeISt4pairINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_ES0_IKS7_N15GDALPamMultiDim7Private9ArrayInfoEESt10_Select1stISC_ESt4lessIS7_ESaISC_EE24_M_get_insert_unique_posERS8_ at Base 3.8.0
+ (optional=templinst)_ZNSt8_Rb_treeISt4pairINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_ES0_IKS7_N15GDALPamMultiDim7Private9ArrayInfoEESt10_Select1stISC_ESt4lessIS7_ESaISC_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorISC_ERS8_ at Base 3.8.0
+ (optional=templinst)_ZNSt8_Rb_treeISt4pairINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_ES0_IKS7_N15GDALPamMultiDim7Private9ArrayInfoEESt10_Select1stISC_ESt4lessIS7_ESaISC_EE4findERS8_ at Base 3.8.0
+ (optional=templinst|arch=amd64 arm64 hppa ia64 loong64 mips64el ppc64el riscv64 sparc64 x32)_ZNSt8_Rb_treeISt4pairINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_ES7_St9_IdentityIS7_ESt4lessIS7_ESaIS7_EE16_M_insert_uniqueIS7_EES0_ISt17_Rb_tree_iteratorIS7_EbEOT_ at Base 3.2.0
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeISt4pairINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_ES7_St9_IdentityIS7_ESt4lessIS7_ESaIS7_EE24_M_get_insert_unique_posERKS7_ at Base 3.7.2
+ (optional=templinst|arch=!amd64 !arm64 !ia64 !mips64el !ppc64 !ppc64el !riscv64 !s390x !sparc64)_ZNSt8_Rb_treeISt4pairIddES0_IKS1_PSt6vectorI8OGRPointSaIS4_EEESt10_Select1stIS8_ESt4lessIS1_ESaIS8_EE24_M_get_insert_unique_posERS2_ at Base 3.8.1
+ (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeISt4pairIddES0_IKS1_PSt6vectorI8OGRPointSaIS4_EEESt10_Select1stIS8_ESt4lessIS1_ESaIS8_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS8_ERS2_ at Base 3.4.2
+ (optional=templinst)_ZNSt8_Rb_treeISt4pairIddES0_IKS1_PSt6vectorI8OGRPointSaIS4_EEESt10_Select1stIS8_ESt4lessIS1_ESaIS8_EE4findERS2_ at Base 3.1.0
+ (optional=templinst|arch=!amd64 !arm64 !ia64 !mips64el !ppc64 !ppc64el !riscv64 !s390x !sparc64)_ZNSt8_Rb_treeISt4pairIddES0_IKS1_St6vectorIiSaIiEEESt10_Select1stIS6_ESt4lessIS1_ESaIS6_EE24_M_get_insert_unique_posERS2_ at Base 3.8.1
+ (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeISt4pairIddES0_IKS1_St6vectorIiSaIiEEESt10_Select1stIS6_ESt4lessIS1_ESaIS6_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS6_ERS2_ at Base 3.4.2
+ (optional=templinst|arch=!amd64 !arm64 !ia64 !mips64el !ppc64 !ppc64el !riscv64 !s390x !sparc64)_ZNSt8_Rb_treeISt4pairIddES0_IKS1_iESt10_Select1stIS3_ESt4lessIS1_ESaIS3_EE24_M_get_insert_unique_posERS2_ at Base 3.8.1
+ (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeISt4pairIddES0_IKS1_iESt10_Select1stIS3_ESt4lessIS1_ESaIS3_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS3_ERS2_ at Base 3.4.2
+ (optional=templinst)_ZNSt8_Rb_treeISt4pairIddES0_IKS1_iESt10_Select1stIS3_ESt4lessIS1_ESaIS3_EE4findERS2_ at Base 3.1.4
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeISt4pairIiiES0_IKS1_P27OGRCoordinateTransformationESt10_Select1stIS5_ESt4lessIS1_ESaIS5_EE24_M_get_insert_unique_posERS2_ at Base 3.7.2
+ (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeISt4pairIiiES0_IKS1_P27OGRCoordinateTransformationESt10_Select1stIS5_ESt4lessIS1_ESaIS5_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS5_ERS2_ at Base 3.4.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeISt4pairIiiES0_IKS1_St6vectorIS0_IS1_bESaIS4_EEESt10_Select1stIS7_ESt4lessIS1_ESaIS7_EE24_M_get_insert_unique_posERS2_ at Base 3.7.2
+ (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeISt4pairIiiES0_IKS1_St6vectorIS0_IS1_bESaIS4_EEESt10_Select1stIS7_ESt4lessIS1_ESaIS7_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS7_ERS2_ at Base 3.4.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeISt4pairIiiES0_IKS1_iESt10_Select1stIS3_ESt4lessIS1_ESaIS3_EE24_M_get_insert_unique_posERS2_ at Base 3.7.2
+ (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeISt4pairIiiES0_IKS1_iESt10_Select1stIS3_ESt4lessIS1_ESaIS3_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS3_ERS2_ at Base 3.4.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeISt4pairIiiES1_St9_IdentityIS1_ESt4lessIS1_ESaIS1_EE16_M_insert_uniqueIRKS1_EES0_ISt17_Rb_tree_iteratorIS1_EbEOT_ at Base 3.7.2
+ (optional=templinst|arch=amd64 arm64 hppa ia64 loong64 mips64el ppc64el riscv64 sh4 sparc64 x32)_ZNSt8_Rb_treeISt4pairIiiES1_St9_IdentityIS1_ESt4lessIS1_ESaIS1_EE16_M_insert_uniqueIS1_EES0_ISt17_Rb_tree_iteratorIS1_EbEOT_ at Base 2.1.1
+ (optional=templinst)_ZNSt8_Rb_treeISt4pairIiiES1_St9_IdentityIS1_ESt4lessIS1_ESaIS1_EE4findERKS1_ at Base 3.0.0
+ (optional=templinst|arch=amd64 arm64 hppa ia64 loong64 mips64el ppc64el riscv64 sh4 sparc64 x32)_ZNSt8_Rb_treeISt4pairImmES1_St9_IdentityIS1_ESt4lessIS1_ESaIS1_EE16_M_insert_uniqueIS1_EES0_ISt17_Rb_tree_iteratorIS1_EbEOT_ at Base 3.1.0
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt8_Rb_treeISt5arrayIiLj3EESt4pairIKS1_St6vectorIS2_IiiESaIS5_EEESt10_Select1stIS8_ESt4lessIS1_ESaIS8_EE24_M_get_insert_unique_posERS3_ at Base 3.5.0
+ (optional=templinst|arch=hppa m68k sh4 x32)_ZNSt8_Rb_treeISt5arrayIiLj3EESt4pairIKS1_St6vectorIS2_IiiESaIS5_EEESt10_Select1stIS8_ESt4lessIS1_ESaIS8_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS8_ERS3_ at Base 3.5.0
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt8_Rb_treeISt5arrayIiLm3EESt4pairIKS1_St6vectorIS2_IiiESaIS5_EEESt10_Select1stIS8_ESt4lessIS1_ESaIS8_EE24_M_get_insert_unique_posERS3_ at Base 3.5.0
+ (optional=templinst|arch=amd64 arm64 ia64 loong64 mips64el ppc64el riscv64 sparc64)_ZNSt8_Rb_treeISt5arrayIiLm3EESt4pairIKS1_St6vectorIS2_IiiESaIS5_EEESt10_Select1stIS8_ESt4lessIS1_ESaIS8_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS8_ERS3_ at Base 3.5.0
+ (optional=templinst)_ZNSt8_Rb_treeISt6vectorIdSaIdEESt4pairIKS2_S3_IiiEESt10_Select1stIS6_ESt4lessIS2_ESaIS6_EE24_M_get_insert_unique_posERS4_ at Base 2.2.0
+ (optional=templinst|arch=!alpha !armel !armhf !hurd-i386 !i386 !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeISt6vectorIdSaIdEESt4pairIKS2_S3_IiiEESt10_Select1stIS6_ESt4lessIS2_ESaIS6_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS6_ERS4_ at Base 3.4.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIaaSt9_IdentityIaESt4lessIaESaIaEE16_M_insert_uniqueIRKaEESt4pairISt17_Rb_tree_iteratorIaEbEOT_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIcSt4pairIKcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEESt10_Select1stIS8_ESt4lessIcESaIS8_EE24_M_get_insert_unique_posERS1_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIcSt4pairIKcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEESt10_Select1stIS8_ESt4lessIcESaIS8_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS8_ERS1_ at Base 3.7.2
+ (optional=templinst|arch=!alpha !ppc64 !s390x)_ZNSt8_Rb_treeIdSt4pairIKdSt6vectorIS0_IxxESaIS3_EEESt10_Select1stIS6_ESt4lessIdESaIS6_EE16_M_emplace_equalIJS0_IdS5_EEEESt17_Rb_tree_iteratorIS6_EDpOT_ at Base 3.4.2
+ (optional=templinst)_ZNSt8_Rb_treeIdSt4pairIKddESt10_Select1stIS2_ESt4lessIdESaIS2_EE16_M_emplace_equalIJS0_IddEEEESt17_Rb_tree_iteratorIS2_EDpOT_ at Base 2.3.2
+ (optional=templinst)_ZNSt8_Rb_treeIdSt4pairIKdxESt10_Select1stIS2_ESt4lessIdESaIS2_EE16_M_emplace_equalIJS0_IdxEEEESt17_Rb_tree_iteratorIS2_EDpOT_ at Base 2.3.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIiSt4pairIKi7GNMRuleESt10_Select1stIS3_ESt4lessIiESaIS3_EE24_M_get_insert_unique_posERS1_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIiSt4pairIKi7GNMRuleESt10_Select1stIS3_ESt4lessIiESaIS3_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS3_ERS1_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIiSt4pairIKi9CPLStringESt10_Select1stIS3_ESt4lessIiESaIS3_EE24_M_get_insert_unique_posERS1_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIiSt4pairIKi9CPLStringESt10_Select1stIS3_ESt4lessIiESaIS3_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS3_ERS1_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIiSt4pairIKi9CPLStringESt10_Select1stIS3_ESt4lessIiESaIS3_EE4findERS1_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIiSt4pairIKiNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEESt10_Select1stIS8_ESt4lessIiESaIS8_EE24_M_get_insert_unique_posERS1_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIiSt4pairIKiNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEESt10_Select1stIS8_ESt4lessIiESaIS8_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS8_ERS1_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIiSt4pairIKiP11OGRGeometryESt10_Select1stIS4_ESt4lessIiESaIS4_EE24_M_get_insert_unique_posERS1_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIiSt4pairIKiP11OGRGeometryESt10_Select1stIS4_ESt4lessIiESaIS4_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS4_ERS1_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIiSt4pairIKiP19OGRSpatialReferenceESt10_Select1stIS4_ESt4lessIiESaIS4_EE24_M_get_insert_unique_posERS1_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIiSt4pairIKiP19OGRSpatialReferenceESt10_Select1stIS4_ESt4lessIiESaIS4_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS4_ERS1_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIiSt4pairIKiPKcESt10_Select1stIS4_ESt4lessIiESaIS4_EE24_M_get_insert_unique_posERS1_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIiSt4pairIKiPKcESt10_Select1stIS4_ESt4lessIiESaIS4_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS4_ERS1_ at Base 3.7.2
+ (optional=templinst)_ZNSt8_Rb_treeIiSt4pairIKiPvESt10_Select1stIS3_ESt4lessIiESaIS3_EE17_M_emplace_uniqueIJS0_IiS2_EEEES0_ISt17_Rb_tree_iteratorIS3_EbEDpOT_ at Base 3.1.0
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIiSt4pairIKiS0_INSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiEESt10_Select1stIS9_ESt4lessIiESaIS9_EE24_M_get_insert_unique_posERS1_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIiSt4pairIKiS0_INSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiEESt10_Select1stIS9_ESt4lessIiESaIS9_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS9_ERS1_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIiSt4pairIKiS0_IddEESt10_Select1stIS3_ESt4lessIiESaIS3_EE24_M_get_insert_unique_posERS1_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIiSt4pairIKiS0_IddEESt10_Select1stIS3_ESt4lessIiESaIS3_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS3_ERS1_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIiSt4pairIKiSt10unique_ptrI8OGRLayerSt14default_deleteIS3_EEESt10_Select1stIS7_ESt4lessIiESaIS7_EE24_M_get_insert_unique_posERS1_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIiSt4pairIKiSt10unique_ptrI8OGRLayerSt14default_deleteIS3_EEESt10_Select1stIS7_ESt4lessIiESaIS7_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS7_ERS1_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIiSt4pairIKiSt3setI9CPLStringSt4lessIS3_ESaIS3_EEESt10_Select1stIS8_ES4_IiESaIS8_EE24_M_get_insert_unique_posERS1_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIiSt4pairIKiSt3setI9CPLStringSt4lessIS3_ESaIS3_EEESt10_Select1stIS8_ES4_IiESaIS8_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS8_ERS1_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIiSt4pairIKiSt3setIiSt4lessIiESaIiEEESt10_Select1stIS7_ES4_SaIS7_EE24_M_get_insert_unique_posERS1_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIiSt4pairIKiSt3setIiSt4lessIiESaIiEEESt10_Select1stIS7_ES4_SaIS7_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS7_ERS1_ at Base 3.7.2
+ (optional=templinst|arch=mipsel sh4 x32)_ZNSt8_Rb_treeIiSt4pairIKiSt3setIjSt4lessIjESaIjEEESt10_Select1stIS7_ES3_IiESaIS7_EE24_M_get_insert_unique_posERS1_ at Base 3.5.0
+ (optional=templinst|arch=mipsel sh4 x32)_ZNSt8_Rb_treeIiSt4pairIKiSt3setIjSt4lessIjESaIjEEESt10_Select1stIS7_ES3_IiESaIS7_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS7_ERS1_ at Base 3.5.0
+ (optional=templinst|arch=!sh4)_ZNSt8_Rb_treeIiSt4pairIKiSt6vectorIiSaIiEEESt10_Select1stIS5_ESt4lessIiESaIS5_EE16_M_insert_uniqueIS5_EES0_ISt17_Rb_tree_iteratorIS5_EbEOT_ at Base 3.2.0
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIiSt4pairIKiSt6vectorIiSaIiEEESt10_Select1stIS5_ESt4lessIiESaIS5_EE24_M_get_insert_unique_posERS1_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIiSt4pairIKiSt6vectorIiSaIiEEESt10_Select1stIS5_ESt4lessIiESaIS5_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS5_ERS1_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIiSt4pairIKiSt8weak_ptrI13GDALDimensionEESt10_Select1stIS5_ESt4lessIiESaIS5_EE24_M_get_insert_unique_posERS1_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIiSt4pairIKiSt8weak_ptrI13GDALDimensionEESt10_Select1stIS5_ESt4lessIiESaIS5_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS5_ERS1_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIiSt4pairIKibESt10_Select1stIS2_ESt4lessIiESaIS2_EE24_M_get_insert_unique_posERS1_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIiSt4pairIKibESt10_Select1stIS2_ESt4lessIiESaIS2_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS2_ERS1_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIiSt4pairIKiiESt10_Select1stIS2_ESt4lessIiESaIS2_EE24_M_get_insert_unique_posERS1_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIiSt4pairIKiiESt10_Select1stIS2_ESt4lessIiESaIS2_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS2_ERS1_ at Base 3.7.2
+ (optional=templinst|arch=hppa sh4 x32)_ZNSt8_Rb_treeIiSt4pairIKijESt10_Select1stIS2_ESt4lessIiESaIS2_EE17_M_emplace_uniqueIJRS0_IijEEEES0_ISt17_Rb_tree_iteratorIS2_EbEDpOT_ at Base 3.5.0
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIiSt4pairIKijESt10_Select1stIS2_ESt4lessIiESaIS2_EE24_M_get_insert_unique_posERS1_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIiSt4pairIKijESt10_Select1stIS2_ESt4lessIiESaIS2_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS2_ERS1_ at Base 3.7.2
+ (optional=templinst|arch=amd64 arm64 ia64 loong64 mips64el ppc64el riscv64 sparc64)_ZNSt8_Rb_treeIiSt4pairIKimESt10_Select1stIS2_ESt4lessIiESaIS2_EE17_M_emplace_uniqueIJRS0_IimEEEES0_ISt17_Rb_tree_iteratorIS2_EbEDpOT_ at Base 3.5.0
+ (optional=templinst|arch=amd64 arm64 hppa ia64 loong64 mips64el ppc64el riscv64 sh4 sparc64 x32)_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE16_M_insert_uniqueIRKiEESt4pairISt17_Rb_tree_iteratorIiEbEOT_ at Base 2.1.1
+ (optional=templinst|arch=amd64 arm64 hppa ia64 loong64 mips64el ppc64el riscv64 sh4 sparc64)_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE16_M_insert_uniqueIiEESt4pairISt17_Rb_tree_iteratorIiEbEOT_ at Base 3.7.1
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE24_M_get_insert_unique_posERKi at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIjSt4pairIKj9CPLStringESt10_Select1stIS3_ESt4lessIjESaIS3_EE24_M_get_insert_unique_posERS1_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIjSt4pairIKj9CPLStringESt10_Select1stIS3_ESt4lessIjESaIS3_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS3_ERS1_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIjSt4pairIKjNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEESt10_Select1stIS8_ESt4lessIjESaIS8_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSG_PSt13_Rb_tree_nodeIS8_E at Base 3.7.2
+ (optional=templinst|arch=mipsel sh4 x32)_ZNSt8_Rb_treeIjSt4pairIKjNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEESt10_Select1stIS8_ESt4lessIjESaIS8_EE24_M_get_insert_unique_posERS1_ at Base 3.5.0
+ (optional=templinst|arch=mipsel sh4 x32)_ZNSt8_Rb_treeIjSt4pairIKjNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEESt10_Select1stIS8_ESt4lessIjESaIS8_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS8_ERS1_ at Base 3.5.0
+ (optional=templinst|arch=mipsel sh4 x32)_ZNSt8_Rb_treeIjSt4pairIKjSt6vectorI9CPLStringSaIS3_EEESt10_Select1stIS6_ESt4lessIjESaIS6_EE24_M_get_insert_unique_posERS1_ at Base 3.5.0
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIjSt4pairIKjSt6vectorI9CPLStringSaIS3_EEESt10_Select1stIS6_ESt4lessIjESaIS6_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS6_ERS1_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIjSt4pairIKjiESt10_Select1stIS2_ESt4lessIjESaIS2_EE24_M_get_insert_unique_posERS1_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIjSt4pairIKjiESt10_Select1stIS2_ESt4lessIjESaIS2_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS2_ERS1_ at Base 3.7.2
+ (optional=templinst|arch=mipsel sh4 x32)_ZNSt8_Rb_treeIjSt4pairIKjjESt10_Select1stIS2_ESt4lessIjESaIS2_EE24_M_get_insert_unique_posERS1_ at Base 3.5.0
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIjSt4pairIKjjESt10_Select1stIS2_ESt4lessIjESaIS2_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS2_ERS1_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIjSt4pairIKjjESt10_Select1stIS2_ESt4lessIjESaIS2_EE4findERS1_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIjjSt9_IdentityIjESt4lessIjESaIjEE11equal_rangeERKj at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIjjSt9_IdentityIjESt4lessIjESaIjEE12_M_erase_auxESt23_Rb_tree_const_iteratorIjES7_ at Base 3.7.2
+ (optional=templinst|arch=amd64 arm64 hppa ia64 loong64 mips64el ppc64el riscv64 sh4 sparc64 x32)_ZNSt8_Rb_treeIjjSt9_IdentityIjESt4lessIjESaIjEE16_M_insert_uniqueIRKjEESt4pairISt17_Rb_tree_iteratorIjEbEOT_ at Base 3.5.0
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIjjSt9_IdentityIjESt4lessIjESaIjEE24_M_get_insert_unique_posERKj at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIjjSt9_IdentityIjESt4lessIjESaIjEE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIjERKj at Base 3.7.2
+ (optional=templinst|arch=amd64 arm64 hppa sh4 x32)_ZNSt8_Rb_treeIlSt4pairIKllESt10_Select1stIS2_ESt4lessIlESaIS2_EE17_M_emplace_uniqueIJRS0_IllEEEES0_ISt17_Rb_tree_iteratorIS2_EbEDpOT_ at Base 3.5.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIlSt4pairIKllESt10_Select1stIS2_ESt4lessIlESaIS2_EE24_M_get_insert_unique_posERS1_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIlSt4pairIKllESt10_Select1stIS2_ESt4lessIlESaIS2_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS2_ERS1_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIlSt4pairIKlyESt10_Select1stIS2_ESt4lessIlESaIS2_EE24_M_get_insert_unique_posERS1_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIlSt4pairIKlyESt10_Select1stIS2_ESt4lessIlESaIS2_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS2_ERS1_ at Base 3.7.2
+ (optional=templinst|arch=amd64 arm64 hppa ia64 loong64 mips64el ppc64el riscv64 sparc64 x32)_ZNSt8_Rb_treeIllSt9_IdentityIlESt4lessIlESaIlEE16_M_insert_uniqueIRKlEESt4pairISt17_Rb_tree_iteratorIlEbEOT_ at Base 2.3.0
+ (optional=templinst|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE17_M_emplace_uniqueIJS0_ImmEEEES0_ISt17_Rb_tree_iteratorIS2_EbEDpOT_ at Base 3.5.0
+ (optional=templinst|arch=amd64 arm64 ia64 loong64 mips64el ppc64el riscv64 sparc64)_ZNSt8_Rb_treeImmSt9_IdentityImESt4lessImESaImEE16_M_insert_uniqueIRKmEESt4pairISt17_Rb_tree_iteratorImEbEOT_ at Base 3.5.0
+ (optional=templinst|arch=amd64 arm64 hppa ia64 loong64 mips64el ppc64el riscv64 sparc64 x32)_ZNSt8_Rb_treeIttSt9_IdentityItESt4lessItESaItEE16_M_insert_uniqueIRKtEESt4pairISt17_Rb_tree_iteratorItEbEOT_ at Base 2.1.1
+ (optional=templinst|arch=hurd-i386 i386 sh4)_ZNSt8_Rb_treeIxSt4pairIKx9CPLStringESt10_Select1stIS3_ESt4lessIxESaIS3_EE24_M_get_insert_unique_posERS1_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIxSt4pairIKx9CPLStringESt10_Select1stIS3_ESt4lessIxESaIS3_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS3_ERS1_ at Base 3.7.2
+ (optional=templinst|arch=hurd-i386 i386 sh4)_ZNSt8_Rb_treeIxSt4pairIKxP10OGRFeatureESt10_Select1stIS4_ESt4lessIxESaIS4_EE24_M_get_insert_unique_posERS1_ at Base 3.7.2
+ (optional=templinst|arch=hurd-i386 i386 sh4)_ZNSt8_Rb_treeIxSt4pairIKxP10OGRFeatureESt10_Select1stIS4_ESt4lessIxESaIS4_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS4_ERS1_ at Base 3.7.2
+ (optional=templinst|arch=hurd-i386 i386 sh4)_ZNSt8_Rb_treeIxSt4pairIKxP13OGRLineStringESt10_Select1stIS4_ESt4lessIxESaIS4_EE24_M_get_insert_unique_posERS1_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIxSt4pairIKxP13OGRLineStringESt10_Select1stIS4_ESt4lessIxESaIS4_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS4_ERS1_ at Base 3.7.2
+ (optional=templinst|arch=hurd-i386 i386 sh4)_ZNSt8_Rb_treeIxSt4pairIKxPvESt10_Select1stIS3_ESt4lessIxESaIS3_EE24_M_get_insert_unique_posERS1_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIxSt4pairIKxPvESt10_Select1stIS3_ESt4lessIxESaIS3_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS3_ERS1_ at Base 3.7.2
+ (optional=templinst|arch=hurd-i386 i386 sh4)_ZNSt8_Rb_treeIxSt4pairIKxS0_IiPvEESt10_Select1stIS4_ESt4lessIxESaIS4_EE24_M_get_insert_unique_posERS1_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIxSt4pairIKxS0_IiPvEESt10_Select1stIS4_ESt4lessIxESaIS4_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS4_ERS1_ at Base 3.7.2
+ (optional=templinst|arch=hurd-i386 i386 sh4)_ZNSt8_Rb_treeIxSt4pairIKxS0_IyyEESt10_Select1stIS3_ESt4lessIxESaIS3_EE24_M_get_insert_unique_posERS1_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIxSt4pairIKxS0_IyyEESt10_Select1stIS3_ESt4lessIxESaIS3_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS3_ERS1_ at Base 3.7.2
+ (optional=templinst|arch=hurd-i386 i386 sh4)_ZNSt8_Rb_treeIxSt4pairIKxSt10unique_ptrI10OGRFeatureSt14default_deleteIS3_EEESt10_Select1stIS7_ESt4lessIxESaIS7_EE24_M_get_insert_unique_posERS1_ at Base 3.8.0
+ (optional=templinst|arch=hurd-i386 i386 sh4)_ZNSt8_Rb_treeIxSt4pairIKxSt10unique_ptrI10OGRFeatureSt14default_deleteIS3_EEESt10_Select1stIS7_ESt4lessIxESaIS7_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS7_ERS1_ at Base 3.8.0
+ (optional=templinst)_ZNSt8_Rb_treeIxSt4pairIKxdESt10_Select1stIS2_ESt4lessIxESaIS2_EE17_M_emplace_uniqueIJS0_IxdEEEES0_ISt17_Rb_tree_iteratorIS2_EbEDpOT_ at Base 2.3.2
+ (optional=templinst|arch=hurd-i386 i386 sh4)_ZNSt8_Rb_treeIxSt4pairIKxdESt10_Select1stIS2_ESt4lessIxESaIS2_EE24_M_get_insert_unique_posERS1_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIxSt4pairIKxdESt10_Select1stIS2_ESt4lessIxESaIS2_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS2_ERS1_ at Base 3.7.2
+ (optional=templinst|arch=hurd-i386 i386 sh4)_ZNSt8_Rb_treeIxSt4pairIKxiESt10_Select1stIS2_ESt4lessIxESaIS2_EE24_M_get_insert_unique_posERS1_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIxSt4pairIKxiESt10_Select1stIS2_ESt4lessIxESaIS2_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS2_ERS1_ at Base 3.7.2
+ (optional=templinst|arch=hurd-i386 i386 sh4)_ZNSt8_Rb_treeIxSt4pairIKxxESt10_Select1stIS2_ESt4lessIxESaIS2_EE24_M_get_insert_unique_posERS1_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIxSt4pairIKxxESt10_Select1stIS2_ESt4lessIxESaIS2_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS2_ERS1_ at Base 3.7.2
+ (optional=templinst|arch=amd64 arm64 hppa ia64 loong64 mips64el ppc64el riscv64 sh4 sparc64 x32)_ZNSt8_Rb_treeIxxSt9_IdentityIxESt4lessIxESaIxEE16_M_insert_uniqueIRKxEESt4pairISt17_Rb_tree_iteratorIxEbEOT_ at Base 2.1.1
+ (optional=templinst|arch=amd64 arm64 hppa ia64 loong64 mips64el ppc64el riscv64 sh4 sparc64 x32)_ZNSt8_Rb_treeIxxSt9_IdentityIxESt4lessIxESaIxEE16_M_insert_uniqueIxEESt4pairISt17_Rb_tree_iteratorIxEbEOT_ at Base 2.2.0
+ (optional=templinst|arch=hurd-i386 i386 sh4)_ZNSt8_Rb_treeIxxSt9_IdentityIxESt4lessIxESaIxEE24_M_get_insert_unique_posERKx at Base 3.7.2
+ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)_ZNSt8_Rb_treeIySt4pairIKyyESt10_Select1stIS2_ESt4lessIyESaIS2_EE17_M_emplace_uniqueIJS0_IyyEEEES0_ISt17_Rb_tree_iteratorIS2_EbEDpOT_ at Base 3.5.0
+ (optional=templinst|arch=sh4)_ZNSt8_Rb_treeIyySt9_IdentityIyESt4lessIyESaIyEE16_M_insert_uniqueIRKyEESt4pairISt17_Rb_tree_iteratorIyEbEOT_ at Base 3.7.3
+ (optional=templinst|arch=amd64 arm64 hppa)_ZNSt8__detail12_Insert_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_SaIS6_ENS_9_IdentityESt8equal_toIS6_ESt4hashIS6_ENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb1ELb1ELb1EEEE6insertERKS6_ at Base 3.7.1
+ (optional=templinst|arch=sh4)_ZNSt8__detail18__to_chars_10_implIjEEvPcjT_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZNSt8__detail18__to_chars_10_implIyEEvPcjT_ at Base 3.7.2
+ (optional=templinst|arch=amd64 arm64 hppa)_ZNSt8__detail7_InsertINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_SaIS6_ENS_9_IdentityESt8equal_toIS6_ESt4hashIS6_ENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb1ELb1ELb1EEELb1EE6insertEOS6_ at Base 3.5.2
+ (optional=templinst|arch=amd64 arm64 hppa)_ZNSt8__detail7_InsertIPKvS2_SaIS2_ENS_9_IdentityESt8equal_toIS2_ESt4hashIS2_ENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb0ELb1ELb1EEELb1EE6insertEOS2_ at Base 3.5.2
+ (optional=templinst)_ZNSt8__detail9_Map_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS6_iESaIS9_ENS_10_Select1stESt8equal_toIS6_ESt4hashIS6_ENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb1ELb0ELb1EEELb1EEixEOS6_ at Base 2.4.0
+ (optional=templinst|arch=sh4)_ZSt10_ConstructI28GDALDimensionWeakIndexingVarJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERA4_KcRA13_S7_RA5_S7_yEEvPT_DpOT0_ at Base 3.8.0
+ (optional=templinst|arch=sh4)_ZSt10_ConstructI28GDALDimensionWeakIndexingVarJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERA4_KcRA13_S7_RA6_S7_yEEvPT_DpOT0_ at Base 3.8.0
+ (optional=templinst|arch=sh4)_ZSt10_ConstructI28GDALDimensionWeakIndexingVarJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERA5_KcRA13_S7_RA6_S7_RKiEEvPT_DpOT0_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZSt10_ConstructI28GDALDimensionWeakIndexingVarJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERA5_KcRA13_S7_RA6_S7_iEEvPT_DpOT0_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZSt10_ConstructI28GDALDimensionWeakIndexingVarJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERA5_KcRA13_S7_S9_RKiEEvPT_DpOT0_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZSt10_ConstructI28GDALDimensionWeakIndexingVarJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERA5_KcRA13_S7_S9_iEEvPT_DpOT0_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZSt10_ConstructI28GDALDimensionWeakIndexingVarJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERA5_KcRA13_S9_RA6_S9_RiEEvPT_DpOT0_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZSt10_ConstructI28GDALDimensionWeakIndexingVarJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERA5_KcRA13_S9_SB_RiEEvPT_DpOT0_ at Base 3.7.2
+ (optional=templinst|arch=sparc64)_ZSt14__copy_move_a1ILb0EPKhSt20back_insert_iteratorISt6vectorIhSaIhEEEET1_T0_S8_S7_ at Base 3.7.1
+ (optional=templinst)_ZSt16__do_uninit_copyIN9__gnu_cxx17__normal_iteratorIP8OGRPointSt6vectorIS2_SaIS2_EEEES3_ET0_T_S9_S8_ at Base 3.5.2
+ (optional=templinst)_ZSt16__do_uninit_copyIN9__gnu_cxx17__normal_iteratorIPK9CPLStringSt6vectorIS2_SaIS2_EEEEPS2_ET0_T_SB_SA_ at Base 3.5.2
+ (optional=templinst)_ZSt16__do_uninit_copyIN9__gnu_cxx17__normal_iteratorIPKN4gdal13TileMatrixSet10TileMatrixESt6vectorIS4_SaIS4_EEEEPS4_ET0_T_SD_SC_ at Base 3.5.2
+ (optional=templinst)_ZSt16__do_uninit_copyIN9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS7_SaIS7_EEEEPS7_ET0_T_SG_SF_ at Base 3.5.2
+ (optional=templinst)_ZSt16__do_uninit_copyIN9__gnu_cxx17__normal_iteratorIPKSt4pairI9CPLStringS3_ESt6vectorIS4_SaIS4_EEEEPS4_ET0_T_SD_SC_ at Base 3.5.2
+ (optional=templinst|arch=sh4)_ZSt16__do_uninit_copyIN9__gnu_cxx17__normal_iteratorIPKSt4pairIlSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEElSt4lessIS9_ESaIS2_IKS9_lEEEESt6vectorISG_SaISG_EEEEPSG_ET0_T_SP_SO_ at Base 3.7.2
+ (optional=templinst)_ZSt16__do_uninit_copyIN9__gnu_cxx17__normal_iteratorIPKSt6vectorIiSaIiEES2_IS4_SaIS4_EEEEPS4_ET0_T_SC_SB_ at Base 3.7.2
+ (optional=templinst)_ZSt16__do_uninit_copyIN9__gnu_cxx17__normal_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS7_SaIS7_EEEES8_ET0_T_SE_SD_ at Base 3.5.2
+ (optional=templinst)_ZSt16__do_uninit_copyIN9__gnu_cxx17__normal_iteratorIPSt4pairI9CPLStringS3_ESt6vectorIS4_SaIS4_EEEES5_ET0_T_SB_SA_ at Base 3.5.2
+ (optional=templinst)_ZSt16__do_uninit_copyIPK13CPLJSONObjectPS0_ET0_T_S5_S4_ at Base 3.5.2
+ (optional=templinst)_ZSt16__do_uninit_copyIPK7GNMRulePS0_ET0_T_S5_S4_ at Base 3.5.2
+ (optional=templinst)_ZSt16__do_uninit_copyIPK8OGRPointPS0_ET0_T_S5_S4_ at Base 3.5.2
+ (optional=templinst)_ZSt16__do_uninit_copyIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPS5_ET0_T_SA_S9_ at Base 3.5.2
+ (optional=templinst)_ZSt16__do_uninit_copyIPKPKcPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEET0_T_SC_SB_ at Base 3.7.1
+ (optional=templinst|arch=sh4)_ZSt16__do_uninit_copyIPKSt10shared_ptrI13GDALDimensionEPS2_ET0_T_S7_S6_ at Base 3.7.2
+ (optional=templinst)_ZSt16__do_uninit_copyISt16reverse_iteratorIN9__gnu_cxx17__normal_iteratorIP8OGRPointSt6vectorIS3_SaIS3_EEEEES4_ET0_T_SB_SA_ at Base 3.5.2
+ (arch=!sh4)_ZSt20__throw_bad_weak_ptrv at Base 3.7.2
+ (optional=templinst|arch=m68k)_ZSt4copyISt13_Bit_iteratorS0_ET0_T_S2_S1_ at Base 3.1.3
+ (optional=templinst|arch=alpha hurd-i386 i386 powerpc ppc64 s390x)_ZSt4findIN9__gnu_cxx17__normal_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS7_SaIS7_EEEEPKcET_SF_SF_RKT0_ at Base 3.8.0
+ (optional=templinst|arch=alpha hurd-i386 i386 powerpc ppc64 s390x)_ZSt4findIN9__gnu_cxx17__normal_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS7_SaIS7_EEEEPcET_SE_SE_RKT0_ at Base 3.8.0
+ (optional=templinst|arch=amd64 arm64 armel armhf hppa ia64 m68k mips64el ppc64el riscv64 sparc64)_ZSt4findIN9__gnu_cxx17__normal_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS7_SaIS7_EEEES7_ET_SD_SD_RKT0_ at Base 3.8.0
+ (optional=templinst|arch=!sh4)_ZSt4swapI9CPLStringENSt9enable_ifIXsrSt6__and_IJSt6__not_ISt15__is_tuple_likeIT_EESt21is_move_constructibleIS5_ESt18is_move_assignableIS5_EEE5valueEvE4typeERS5_SF_ at Base 3.1.3
+ (arch=sh4)_ZSt9__fill_a1St13_Bit_iteratorS_RKb at Base 3.7.2
+ (optional=templinst)_ZSteqIcSt11char_traitsIcESaIcEEbRKNSt7__cxx1112basic_stringIT_T0_T1_EEPKS5_ at Base 3.7.1
+ (optional=templinst)_ZSteqIcSt11char_traitsIcESaIcEEbRKNSt7__cxx1112basic_stringIT_T0_T1_EESA_ at Base 3.7.1
+ (optional=templinst)_ZStltI9CPLStringS0_EbRKSt4pairIT_T0_ES6_ at Base 3.5.2
+ (optional=templinst)_ZStltINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_EbRKSt4pairIT_T0_ESB_ at Base 3.8.0
+ (optional=templinst|arch=!mipsel !sh4)_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_S5_ at Base 3.1.3
+ (optional=templinst)_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_S9_ at Base 2.1.1
+ (optional=templinst|arch=amd64 arm64 x32)_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEPKS5_OS8_ at Base 3.4.2
+ (optional=templinst|arch=sh4)_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEPKS5_RKS8_ at Base 3.7.2
+ (optional=templinst|arch=sh4)_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EERKS8_PKS5_ at Base 3.7.2
+ (arch=ia64 loong64 mips64el ppc64el riscv64 sparc64)_ZStplRKSt13_Bit_iteratorl at Base 3.8.0
+ _ZTI10GDALDriver at Base 1.8.0
+ _ZTI10GNMNetwork at Base 2.2.0
+ _ZTI10IGMLReader at Base 1.8.0
+ _ZTI10MEMDataset at Base 1.8.0
+ _ZTI10MEMMDArray at Base 3.8.0
+ _ZTI10OGRFeature at Base 1.8.0
+ _ZTI10OGRPolygon at Base 1.8.0
+ _ZTI10OGRSurface at Base 1.8.0
+ _ZTI10RawDataset at Base 1.8.0
+ _ZTI10VRTDataset at Base 1.8.0
+ _ZTI11GDALDataset at Base 1.8.0
+ _ZTI11GDALMDArray at Base 3.1.0
+ _ZTI11OGRGeometry at Base 1.8.0
+ _ZTI11OGRMemLayer at Base 3.4.0
+ _ZTI11OGRSFDriver at Base 1.8.0
+ _ZTI11OGRStylePen at Base 1.8.0
+ _ZTI11OGRTriangle at Base 2.2.0
+ _ZTI12MEMAttribute at Base 3.8.0
+ _ZTI12OGRAttrIndex at Base 1.8.0
+ _ZTI12OGRStyleTool at Base 1.8.0
+ _ZTI13GDALAttribute at Base 3.1.0
+ _ZTI13GDALDimension at Base 3.1.0
+ _ZTI13MEMRasterBand at Base 1.8.0
+ _ZTI13OGRDataSource at Base 1.8.0
+ _ZTI13OGRLineString at Base 1.8.0
+ _ZTI13OGRLinearRing at Base 1.8.0
+ _ZTI13OGRMultiCurve at Base 2.0.1
+ _ZTI13OGRMultiPoint at Base 1.8.0
+ _ZTI13OGRStyleBrush at Base 1.8.0
+ _ZTI13OGRStyleLabel at Base 1.8.0
+ _ZTI13OGRUnionLayer at Base 3.4.0
+ _ZTI13RawRasterBand at Base 1.8.0
+ _ZTI13VRTRasterBand at Base 1.8.0
+ _ZTI14GDALPamDataset at Base 1.8.0
+ _ZTI14GDALPamMDArray at Base 3.4.0
+ _ZTI14GDALRasterBand at Base 1.8.0
+ _ZTI14GDALWarpKernel at Base 1.8.0
+ _ZTI14OGRFeatureDefn at Base 1.8.0
+ _ZTI14OGRFieldDomain at Base 3.3.0
+ _ZTI14OGRSimpleCurve at Base 2.0.1
+ _ZTI14OGRStyleSymbol at Base 1.8.0
+ _ZTI15GDALAsyncReader at Base 1.8.0
+ _ZTI15GDALMajorObject at Base 1.8.0
+ _ZTI15GDALPamMultiDim at Base 3.4.0
+ _ZTI15GDALRasterBlock at Base 1.8.0
+ _ZTI15OGRAppendBuffer at Base 3.8.0
+ _ZTI15OGRCurvePolygon at Base 2.0.1
+ _ZTI15OGRMultiPolygon at Base 1.8.0
+ _ZTI15OGRMultiSurface at Base 2.0.1
+ _ZTI15OGRMutexedLayer at Base 1.11.0
+ _ZTI15VRTSimpleSource at Base 1.11.0
+ _ZTI16GDALMDReaderBase at Base 3.4.0
+ _ZTI16GDALProxyDataset at Base 1.8.0
+ _ZTI16OGRCompoundCurve at Base 2.0.1
+ _ZTI16OGREditableLayer at Base 2.1.0
+ _ZTI16OGRGeomFieldDefn at Base 1.11.0
+ _ZTI16OGRIteratedPoint at Base 3.6.0
+ _ZTI16OGRPointIterator at Base 2.0.1
+ _ZTI16VRTComplexSource at Base 1.11.0
+ _ZTI16VRTRawRasterBand at Base 1.8.0
+ _ZTI16VRTWarpedDataset at Base 1.8.0
+ _ZTI16VSIVirtualHandle at Base 1.8.0
+ _ZTI17GDALDriverManager at Base 1.8.0
+ _ZTI17GDALIHasAttribute at Base 3.1.0
+ _ZTI17GDALPamRasterBand at Base 1.8.0
+ _ZTI17GDALWarpOperation at Base 1.8.0
+ _ZTI17GNMGenericNetwork at Base 2.2.0
+ _ZTI17OGRCircularString at Base 2.0.1
+ _ZTI17OGRLayerAttrIndex at Base 1.8.0
+ _ZTI17OGRLayerDecorator at Base 2.0.1
+ _ZTI18GDALNoDataMaskBand at Base 1.8.0
+ _ZTI18GDALSubdatasetInfo at Base 3.8.0
+ _ZTI18MEMAbstractMDArray at Base 3.5.0
+ _ZTI18MEMAttributeHolder at Base 3.8.0
+ _ZTI18OGRGlobFieldDomain at Base 3.3.0
+ _ZTI18OGRMultiLineString at Base 1.8.0
+ _ZTI19GDALAbstractMDArray at Base 3.1.0
+ _ZTI19GDALAttributeString at Base 3.1.0
+ _ZTI19GDALMDReaderManager at Base 2.0.1
+ _ZTI19GDALOrientedDataset at Base 3.7.0
+ _ZTI19GDALProxyRasterBand at Base 1.8.0
+ _ZTI19IOGRGeometryVisitor at Base 2.3.0
+ _ZTI19OGRCodedFieldDomain at Base 3.3.0
+ _ZTI19OGRRangeFieldDomain at Base 3.3.0
+ _ZTI19OGRSpatialReference at Base 1.8.0
+ _ZTI19VRTWarpedRasterBand at Base 1.8.0
+ _ZTI20GDALAllValidMaskBand at Base 1.8.0
+ _ZTI20GDALAttributeNumeric at Base 3.1.0
+ _ZTI20GDALGeorefPamDataset at Base 1.11.0
+ _ZTI20GDALMDReaderPleiades at Base 3.4.0
+ _ZTI20GDALProxyPoolDataset at Base 1.8.0
+ _ZTI20OGRMutexedDataSource at Base 1.11.0
+ _ZTI20OGRPolyhedralSurface at Base 2.2.0
+ _ZTI20VRTDerivedRasterBand at Base 1.8.0
+ _ZTI20VRTSourcedRasterBand at Base 1.8.0
+ _ZTI20VSIFilesystemHandler at Base 1.8.0
+ _ZTI21OGRGeometryCollection at Base 1.8.0
+ _ZTI22CPLJSonStreamingParser at Base 2.3.0
+ _ZTI22GDALJP2AbstractDataset at Base 1.11.0
+ _ZTI22OGRTriangulatedSurface at Base 2.2.0
+ _ZTI23GDALProxyPoolRasterBand at Base 1.8.0
+ _ZTI23OGRAbstractProxiedLayer at Base 3.4.0
+ _ZTI24GDALNoDataValuesMaskBand at Base 1.8.0
+ _ZTI24GDALRasterAttributeTable at Base 1.11.0
+ _ZTI24IOGRConstGeometryVisitor at Base 2.3.0
+ _ZTI24IOGRTransactionBehaviour at Base 2.0.1
+ _ZTI25OGRDefaultGeometryVisitor at Base 2.3.0
+ _ZTI25swq_custom_func_registrar at Base 3.1.0
+ _ZTI26GDALMDArrayRegularlySpaced at Base 3.1.0
+ _ZTI26OGRUnionLayerGeomFieldDefn at Base 3.4.0
+ _ZTI27OGRCoordinateTransformation at Base 1.8.0
+ _ZTI28GDALDimensionWeakIndexingVar at Base 3.1.0
+ _ZTI29IOGREditableLayerSynchronizer at Base 2.1.0
+ _ZTI30OGRDefaultConstGeometryVisitor at Base 2.3.0
+ _ZTI31GDALDefaultRasterAttributeTable at Base 1.11.0
+ _ZTI6CPLErr at Base 2.1.0
+ _ZTI6VSIDIR at Base 2.4.0
+ _ZTI7GNMRule at Base 2.2.0
+ _ZTI8GNMGraph at Base 2.2.0
+ _ZTI8MEMGroup at Base 3.5.0
+ _ZTI8OGRCurve at Base 1.8.0
+ _ZTI8OGRLayer at Base 1.8.0
+ _ZTI8OGRPoint at Base 1.8.0
+ _ZTI9CPLString at Base 2.1.0
+ _ZTI9GDALGroup at Base 3.1.0
+ _ZTI9VRTSource at Base 1.11.0
+ _ZTIF6CPLErrPPviS0_ii12GDALDataTypeS2_iiPKPKcE at Base 3.4.0
+ (arch=armel armhf)_ZTIFvPvE at Base 3.4.2
+ _ZTIN10OGRFeature22FieldNotFoundExceptionE at Base 2.3.0
+ _ZTIN11OGR_SRSNode8ListenerE at Base 3.0.0
+ _ZTIN19OGRSpatialReference7Private8ListenerE at Base 3.0.0
+ (arch=armel riscv64)_ZTIN9__gnu_cxx24__concurrence_lock_errorE at Base 3.4.2
+ (arch=armel riscv64)_ZTIN9__gnu_cxx26__concurrence_unlock_errorE at Base 3.4.2
+ (arch=armel riscv64)_ZTIN9__gnu_cxx7__mutexE at Base 3.4.2
+ _ZTINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.1.0
+ _ZTIPF6CPLErrPPviS0_ii12GDALDataTypeS2_iiPKPKcE at Base 3.4.0
+ (arch=armel armhf)_ZTIPFvPvE at Base 3.4.2
+ (arch=armel riscv64)_ZTISt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE1EE at Base 3.4.2
+ (arch=!armel !riscv64)_ZTISt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE2EE at Base 3.4.2
+ (arch=armel armhf)_ZTISt14default_deleteI11OGRGeometryE at Base 3.7.0
+ (arch=armel riscv64)_ZTISt15_Sp_counted_ptrIP10MEMDatasetLN9__gnu_cxx12_Lock_policyE1EE at Base 3.6.0
+ (arch=!armel !riscv64)_ZTISt15_Sp_counted_ptrIP10MEMDatasetLN9__gnu_cxx12_Lock_policyE2EE at Base 3.6.0
+ (arch=armel riscv64)_ZTISt15_Sp_counted_ptrIP10MEMMDArrayLN9__gnu_cxx12_Lock_policyE1EE at Base 3.8.0
+ (arch=!armel !riscv64)_ZTISt15_Sp_counted_ptrIP10MEMMDArrayLN9__gnu_cxx12_Lock_policyE2EE at Base 3.8.0
+ (arch=armel riscv64)_ZTISt15_Sp_counted_ptrIP11GDALDatasetLN9__gnu_cxx12_Lock_policyE1EE at Base 3.4.2
+ (arch=!armel !riscv64)_ZTISt15_Sp_counted_ptrIP11GDALDatasetLN9__gnu_cxx12_Lock_policyE2EE at Base 3.4.2
+ (arch=armel riscv64)_ZTISt15_Sp_counted_ptrIP11OGRGeometryLN9__gnu_cxx12_Lock_policyE1EE at Base 3.4.2
+ (arch=!armel !riscv64)_ZTISt15_Sp_counted_ptrIP11OGRGeometryLN9__gnu_cxx12_Lock_policyE2EE at Base 3.4.2
+ (arch=armel riscv64)_ZTISt15_Sp_counted_ptrIP12MEMAttributeLN9__gnu_cxx12_Lock_policyE1EE at Base 3.8.0
+ (arch=!armel !riscv64)_ZTISt15_Sp_counted_ptrIP12MEMAttributeLN9__gnu_cxx12_Lock_policyE2EE at Base 3.8.0
+ (arch=armel riscv64)_ZTISt15_Sp_counted_ptrIP14GDALColorTableLN9__gnu_cxx12_Lock_policyE1EE at Base 3.4.2
+ (arch=!armel !riscv64)_ZTISt15_Sp_counted_ptrIP14GDALColorTableLN9__gnu_cxx12_Lock_policyE2EE at Base 3.4.2
+ (arch=armel riscv64)_ZTISt15_Sp_counted_ptrIP19OGRSpatialReferenceLN9__gnu_cxx12_Lock_policyE1EE at Base 3.4.2
+ (arch=!armel !riscv64)_ZTISt15_Sp_counted_ptrIP19OGRSpatialReferenceLN9__gnu_cxx12_Lock_policyE2EE at Base 3.4.2
+ (arch=armel riscv64)_ZTISt15_Sp_counted_ptrIP24GDALRasterAttributeTableLN9__gnu_cxx12_Lock_policyE1EE at Base 3.4.2
+ (arch=!armel !riscv64)_ZTISt15_Sp_counted_ptrIP24GDALRasterAttributeTableLN9__gnu_cxx12_Lock_policyE2EE at Base 3.4.2
+ (arch=armel riscv64)_ZTISt15_Sp_counted_ptrIP31GDALDefaultRasterAttributeTableLN9__gnu_cxx12_Lock_policyE1EE at Base 3.4.2
+ (arch=!armel !riscv64)_ZTISt15_Sp_counted_ptrIP31GDALDefaultRasterAttributeTableLN9__gnu_cxx12_Lock_policyE2EE at Base 3.4.2
+ (arch=armel riscv64)_ZTISt15_Sp_counted_ptrIP8MEMGroupLN9__gnu_cxx12_Lock_policyE1EE at Base 3.8.0
+ (arch=!armel !riscv64)_ZTISt15_Sp_counted_ptrIP8MEMGroupLN9__gnu_cxx12_Lock_policyE2EE at Base 3.8.0
+ (arch=armel riscv64)_ZTISt15_Sp_counted_ptrIPN19OGRSpatialReference7Private8ListenerELN9__gnu_cxx12_Lock_policyE1EE at Base 3.4.2
+ (arch=!armel !riscv64)_ZTISt15_Sp_counted_ptrIPN19OGRSpatialReference7Private8ListenerELN9__gnu_cxx12_Lock_policyE2EE at Base 3.4.2
+ (arch=armel riscv64)_ZTISt15_Sp_counted_ptrIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELN9__gnu_cxx12_Lock_policyE1EE at Base 3.4.2
+ (arch=!armel !riscv64)_ZTISt15_Sp_counted_ptrIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELN9__gnu_cxx12_Lock_policyE2EE at Base 3.4.2
+ (arch=armel riscv64)_ZTISt15_Sp_counted_ptrIPSt6vectorIhSaIhEELN9__gnu_cxx12_Lock_policyE1EE at Base 3.4.2
+ (arch=!armel !riscv64)_ZTISt15_Sp_counted_ptrIPSt6vectorIhSaIhEELN9__gnu_cxx12_Lock_policyE2EE at Base 3.4.2
+ (arch=armel riscv64)_ZTISt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE1EE at Base 3.4.2
+ (arch=!armel !riscv64)_ZTISt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE at Base 3.4.2
+ (arch=armel riscv64)_ZTISt19_Sp_counted_deleterIP11OGRGeometrySt14default_deleteIS0_ESaIvELN9__gnu_cxx12_Lock_policyE1EE at Base 3.7.0
+ (arch=!armel !riscv64)_ZTISt19_Sp_counted_deleterIP11OGRGeometrySt14default_deleteIS0_ESaIvELN9__gnu_cxx12_Lock_policyE2EE at Base 3.7.1
+ (arch=armel riscv64)_ZTISt19_Sp_counted_deleterIPcPFvPvESaIvELN9__gnu_cxx12_Lock_policyE1EE at Base 3.4.2
+ (arch=!armel !riscv64)_ZTISt19_Sp_counted_deleterIPcPFvPvESaIvELN9__gnu_cxx12_Lock_policyE2EE at Base 3.4.2
+ (arch=armel armhf)_ZTISt19_Sp_make_shared_tag at Base 3.4.2
+ (arch=armel riscv64)_ZTISt23_Sp_counted_ptr_inplaceI10OGRPolygonSaIvELN9__gnu_cxx12_Lock_policyE1EE at Base 3.7.0
+ (arch=!armel !riscv64)_ZTISt23_Sp_counted_ptr_inplaceI10OGRPolygonSaIvELN9__gnu_cxx12_Lock_policyE2EE at Base 3.7.1
+ (arch=armel riscv64)_ZTISt23_Sp_counted_ptr_inplaceI13GDALDimensionSaIvELN9__gnu_cxx12_Lock_policyE1EE at Base 3.5.2
+ (arch=!armel !riscv64)_ZTISt23_Sp_counted_ptr_inplaceI13GDALDimensionSaIvELN9__gnu_cxx12_Lock_policyE2EE at Base 3.5.3
+ (arch=armel riscv64)_ZTISt23_Sp_counted_ptr_inplaceI15GDALPamMultiDimSaIvELN9__gnu_cxx12_Lock_policyE1EE at Base 3.5.2
+ (arch=!armel !riscv64)_ZTISt23_Sp_counted_ptr_inplaceI15GDALPamMultiDimSaIvELN9__gnu_cxx12_Lock_policyE2EE at Base 3.5.3
+ (arch=armel riscv64)_ZTISt23_Sp_counted_ptr_inplaceI19GDALAttributeStringSaIvELN9__gnu_cxx12_Lock_policyE1EE at Base 3.5.2
+ (arch=!armel !riscv64)_ZTISt23_Sp_counted_ptr_inplaceI19GDALAttributeStringSaIvELN9__gnu_cxx12_Lock_policyE2EE at Base 3.5.3
+ (arch=armel riscv64)_ZTISt23_Sp_counted_ptr_inplaceI19OGRSpatialReferenceSaIvELN9__gnu_cxx12_Lock_policyE1EE at Base 3.5.2
+ (arch=!armel !riscv64)_ZTISt23_Sp_counted_ptr_inplaceI19OGRSpatialReferenceSaIvELN9__gnu_cxx12_Lock_policyE2EE at Base 3.5.3
+ (arch=armel riscv64)_ZTISt23_Sp_counted_ptr_inplaceI20GDALAttributeNumericSaIvELN9__gnu_cxx12_Lock_policyE1EE at Base 3.5.2
+ (arch=!armel !riscv64)_ZTISt23_Sp_counted_ptr_inplaceI20GDALAttributeNumericSaIvELN9__gnu_cxx12_Lock_policyE2EE at Base 3.5.3
+ (arch=armel riscv64)_ZTISt23_Sp_counted_ptr_inplaceI26GDALMDArrayRegularlySpacedSaIvELN9__gnu_cxx12_Lock_policyE1EE at Base 3.5.2
+ (arch=!armel !riscv64)_ZTISt23_Sp_counted_ptr_inplaceI26GDALMDArrayRegularlySpacedSaIvELN9__gnu_cxx12_Lock_policyE2EE at Base 3.5.3
+ (arch=armel riscv64)_ZTISt23_Sp_counted_ptr_inplaceI28GDALDimensionWeakIndexingVarSaIvELN9__gnu_cxx12_Lock_policyE1EE at Base 3.5.2
+ (arch=!armel !riscv64)_ZTISt23_Sp_counted_ptr_inplaceI28GDALDimensionWeakIndexingVarSaIvELN9__gnu_cxx12_Lock_policyE2EE at Base 3.5.3
+ (arch=armel riscv64)_ZTISt23_Sp_counted_ptr_inplaceIN8OGRLayer27ArrowArrayStreamPrivateDataESaIvELN9__gnu_cxx12_Lock_policyE1EE at Base 3.6.0
+ (arch=!armel !riscv64)_ZTISt23_Sp_counted_ptr_inplaceIN8OGRLayer27ArrowArrayStreamPrivateDataESaIvELN9__gnu_cxx12_Lock_policyE2EE at Base 3.6.0
+ (arch=armel riscv64)_ZTISt23_Sp_counted_ptr_inplaceISt6vectorIdSaIdEESaIvELN9__gnu_cxx12_Lock_policyE1EE at Base 3.5.2
+ (arch=!armel !riscv64)_ZTISt23_Sp_counted_ptr_inplaceISt6vectorIdSaIdEESaIvELN9__gnu_cxx12_Lock_policyE2EE at Base 3.5.3
+ _ZTS10GDALDriver at Base 1.8.0
+ _ZTS10GNMNetwork at Base 2.2.0
+ _ZTS10IGMLReader at Base 1.8.0
+ _ZTS10MEMDataset at Base 1.8.0
+ _ZTS10MEMMDArray at Base 3.8.0
+ _ZTS10OGRFeature at Base 1.8.0
+ _ZTS10OGRPolygon at Base 1.8.0
+ _ZTS10OGRSurface at Base 1.8.0
+ _ZTS10RawDataset at Base 1.8.0
+ _ZTS10VRTDataset at Base 1.8.0
+ _ZTS11GDALDataset at Base 1.8.0
+ _ZTS11GDALMDArray at Base 3.1.0
+ _ZTS11OGRGeometry at Base 1.8.0
+ _ZTS11OGRMemLayer at Base 3.4.0
+ _ZTS11OGRSFDriver at Base 1.8.0
+ _ZTS11OGRStylePen at Base 1.8.0
+ _ZTS11OGRTriangle at Base 2.2.0
+ _ZTS12MEMAttribute at Base 3.8.0
+ _ZTS12OGRAttrIndex at Base 1.8.0
+ _ZTS12OGRStyleTool at Base 1.8.0
+ _ZTS13GDALAttribute at Base 3.1.0
+ _ZTS13GDALDimension at Base 3.1.0
+ _ZTS13MEMRasterBand at Base 1.8.0
+ _ZTS13OGRDataSource at Base 1.8.0
+ _ZTS13OGRLineString at Base 1.8.0
+ _ZTS13OGRLinearRing at Base 1.8.0
+ _ZTS13OGRMultiCurve at Base 2.0.1
+ _ZTS13OGRMultiPoint at Base 1.8.0
+ _ZTS13OGRStyleBrush at Base 1.8.0
+ _ZTS13OGRStyleLabel at Base 1.8.0
+ _ZTS13OGRUnionLayer at Base 3.4.0
+ _ZTS13RawRasterBand at Base 1.8.0
+ _ZTS13VRTRasterBand at Base 1.8.0
+ _ZTS14GDALPamDataset at Base 1.8.0
+ _ZTS14GDALPamMDArray at Base 3.4.0
+ _ZTS14GDALRasterBand at Base 1.8.0
+ _ZTS14GDALWarpKernel at Base 1.8.0
+ _ZTS14OGRFeatureDefn at Base 1.8.0
+ _ZTS14OGRFieldDomain at Base 3.3.0
+ _ZTS14OGRSimpleCurve at Base 2.0.1
+ _ZTS14OGRStyleSymbol at Base 1.8.0
+ _ZTS15GDALAsyncReader at Base 1.8.0
+ _ZTS15GDALMajorObject at Base 1.8.0
+ _ZTS15GDALPamMultiDim at Base 3.4.0
+ _ZTS15GDALRasterBlock at Base 1.8.0
+ _ZTS15OGRAppendBuffer at Base 3.8.0
+ _ZTS15OGRCurvePolygon at Base 2.0.1
+ _ZTS15OGRMultiPolygon at Base 1.8.0
+ _ZTS15OGRMultiSurface at Base 2.0.1
+ _ZTS15OGRMutexedLayer at Base 1.11.0
+ _ZTS15VRTSimpleSource at Base 1.11.0
+ _ZTS16GDALMDReaderBase at Base 3.4.0
+ _ZTS16GDALProxyDataset at Base 1.8.0
+ _ZTS16OGRCompoundCurve at Base 2.0.1
+ _ZTS16OGREditableLayer at Base 2.1.0
+ _ZTS16OGRGeomFieldDefn at Base 1.11.0
+ _ZTS16OGRIteratedPoint at Base 3.6.0
+ _ZTS16OGRPointIterator at Base 2.0.1
+ _ZTS16VRTComplexSource at Base 1.11.0
+ _ZTS16VRTRawRasterBand at Base 1.8.0
+ _ZTS16VRTWarpedDataset at Base 1.8.0
+ _ZTS16VSIVirtualHandle at Base 1.8.0
+ _ZTS17GDALDriverManager at Base 1.8.0
+ _ZTS17GDALIHasAttribute at Base 3.1.0
+ _ZTS17GDALPamRasterBand at Base 1.8.0
+ _ZTS17GDALWarpOperation at Base 1.8.0
+ _ZTS17GNMGenericNetwork at Base 2.2.0
+ _ZTS17OGRCircularString at Base 2.0.1
+ _ZTS17OGRLayerAttrIndex at Base 1.8.0
+ _ZTS17OGRLayerDecorator at Base 2.0.1
+ _ZTS18GDALNoDataMaskBand at Base 1.8.0
+ _ZTS18GDALSubdatasetInfo at Base 3.8.0
+ _ZTS18MEMAbstractMDArray at Base 3.5.0
+ _ZTS18MEMAttributeHolder at Base 3.8.0
+ _ZTS18OGRGlobFieldDomain at Base 3.3.0
+ _ZTS18OGRMultiLineString at Base 1.8.0
+ _ZTS19GDALAbstractMDArray at Base 3.1.0
+ _ZTS19GDALAttributeString at Base 3.1.0
+ _ZTS19GDALMDReaderManager at Base 2.0.1
+ _ZTS19GDALOrientedDataset at Base 3.7.0
+ _ZTS19GDALProxyRasterBand at Base 1.8.0
+ _ZTS19IOGRGeometryVisitor at Base 2.3.0
+ _ZTS19OGRCodedFieldDomain at Base 3.3.0
+ _ZTS19OGRRangeFieldDomain at Base 3.3.0
+ _ZTS19OGRSpatialReference at Base 1.8.0
+ _ZTS19VRTWarpedRasterBand at Base 1.8.0
+ _ZTS20GDALAllValidMaskBand at Base 1.8.0
+ _ZTS20GDALAttributeNumeric at Base 3.1.0
+ _ZTS20GDALGeorefPamDataset at Base 1.11.0
+ _ZTS20GDALMDReaderPleiades at Base 3.4.0
+ _ZTS20GDALProxyPoolDataset at Base 1.8.0
+ _ZTS20OGRMutexedDataSource at Base 1.11.0
+ _ZTS20OGRPolyhedralSurface at Base 2.2.0
+ _ZTS20VRTDerivedRasterBand at Base 1.8.0
+ _ZTS20VRTSourcedRasterBand at Base 1.8.0
+ _ZTS20VSIFilesystemHandler at Base 1.8.0
+ _ZTS21OGRGeometryCollection at Base 1.8.0
+ _ZTS22CPLJSonStreamingParser at Base 2.3.0
+ _ZTS22GDALJP2AbstractDataset at Base 1.11.0
+ _ZTS22OGRTriangulatedSurface at Base 2.2.0
+ _ZTS23GDALProxyPoolRasterBand at Base 1.8.0
+ _ZTS23OGRAbstractProxiedLayer at Base 3.4.0
+ _ZTS24GDALNoDataValuesMaskBand at Base 1.8.0
+ _ZTS24GDALRasterAttributeTable at Base 1.11.0
+ _ZTS24IOGRConstGeometryVisitor at Base 2.3.0
+ _ZTS24IOGRTransactionBehaviour at Base 2.0.1
+ _ZTS25OGRDefaultGeometryVisitor at Base 2.3.0
+ _ZTS25swq_custom_func_registrar at Base 3.1.0
+ _ZTS26GDALMDArrayRegularlySpaced at Base 3.1.0
+ _ZTS26OGRUnionLayerGeomFieldDefn at Base 3.4.0
+ _ZTS27OGRCoordinateTransformation at Base 1.8.0
+ _ZTS28GDALDimensionWeakIndexingVar at Base 3.1.0
+ _ZTS29IOGREditableLayerSynchronizer at Base 2.1.0
+ _ZTS30OGRDefaultConstGeometryVisitor at Base 2.3.0
+ _ZTS31GDALDefaultRasterAttributeTable at Base 1.11.0
+ _ZTS6CPLErr at Base 2.1.0
+ _ZTS6VSIDIR at Base 2.4.0
+ _ZTS7GNMRule at Base 2.2.0
+ _ZTS8GNMGraph at Base 2.2.0
+ _ZTS8MEMGroup at Base 3.5.0
+ _ZTS8OGRCurve at Base 1.8.0
+ _ZTS8OGRLayer at Base 1.8.0
+ _ZTS8OGRPoint at Base 1.8.0
+ _ZTS9CPLString at Base 2.1.0
+ _ZTS9GDALGroup at Base 3.1.0
+ _ZTS9VRTSource at Base 1.11.0
+ _ZTSF6CPLErrPPviS0_ii12GDALDataTypeS2_iiPKPKcE at Base 3.4.0
+ (arch=armel armhf)_ZTSFvPvE at Base 3.4.2
+ _ZTSN10OGRFeature22FieldNotFoundExceptionE at Base 2.3.0
+ _ZTSN11OGR_SRSNode8ListenerE at Base 3.0.0
+ _ZTSN19OGRSpatialReference7Private8ListenerE at Base 3.0.0
+ (arch=armel riscv64)_ZTSN9__gnu_cxx24__concurrence_lock_errorE at Base 3.4.2
+ (arch=armel riscv64)_ZTSN9__gnu_cxx26__concurrence_unlock_errorE at Base 3.4.2
+ (arch=armel riscv64)_ZTSN9__gnu_cxx7__mutexE at Base 3.4.2
+ _ZTSNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.1.0
+ _ZTSPF6CPLErrPPviS0_ii12GDALDataTypeS2_iiPKPKcE at Base 3.4.0
+ _ZTSPFvPvE at Base 3.1.0
+ (arch=armel riscv64)_ZTSSt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE1EE at Base 3.4.2
+ (arch=!armel !riscv64)_ZTSSt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE2EE at Base 3.4.2
+ _ZTSSt14default_deleteI11OGRGeometryE at Base 3.7.0
+ (arch=armel riscv64)_ZTSSt15_Sp_counted_ptrIP10MEMDatasetLN9__gnu_cxx12_Lock_policyE1EE at Base 3.6.0
+ (arch=!armel !riscv64)_ZTSSt15_Sp_counted_ptrIP10MEMDatasetLN9__gnu_cxx12_Lock_policyE2EE at Base 3.6.0
+ (arch=armel riscv64)_ZTSSt15_Sp_counted_ptrIP10MEMMDArrayLN9__gnu_cxx12_Lock_policyE1EE at Base 3.8.0
+ (arch=!armel !riscv64)_ZTSSt15_Sp_counted_ptrIP10MEMMDArrayLN9__gnu_cxx12_Lock_policyE2EE at Base 3.8.0
+ (arch=armel riscv64)_ZTSSt15_Sp_counted_ptrIP11GDALDatasetLN9__gnu_cxx12_Lock_policyE1EE at Base 3.4.2
+ (arch=!armel !riscv64)_ZTSSt15_Sp_counted_ptrIP11GDALDatasetLN9__gnu_cxx12_Lock_policyE2EE at Base 3.4.2
+ (arch=armel riscv64)_ZTSSt15_Sp_counted_ptrIP11OGRGeometryLN9__gnu_cxx12_Lock_policyE1EE at Base 3.4.2
+ (arch=!armel !riscv64)_ZTSSt15_Sp_counted_ptrIP11OGRGeometryLN9__gnu_cxx12_Lock_policyE2EE at Base 3.4.2
+ (arch=armel riscv64)_ZTSSt15_Sp_counted_ptrIP12MEMAttributeLN9__gnu_cxx12_Lock_policyE1EE at Base 3.8.0
+ (arch=!armel !riscv64)_ZTSSt15_Sp_counted_ptrIP12MEMAttributeLN9__gnu_cxx12_Lock_policyE2EE at Base 3.8.0
+ (arch=armel riscv64)_ZTSSt15_Sp_counted_ptrIP14GDALColorTableLN9__gnu_cxx12_Lock_policyE1EE at Base 3.4.2
+ (arch=!armel !riscv64)_ZTSSt15_Sp_counted_ptrIP14GDALColorTableLN9__gnu_cxx12_Lock_policyE2EE at Base 3.4.2
+ (arch=armel riscv64)_ZTSSt15_Sp_counted_ptrIP19OGRSpatialReferenceLN9__gnu_cxx12_Lock_policyE1EE at Base 3.4.2
+ (arch=!armel !riscv64)_ZTSSt15_Sp_counted_ptrIP19OGRSpatialReferenceLN9__gnu_cxx12_Lock_policyE2EE at Base 3.4.2
+ (arch=armel riscv64)_ZTSSt15_Sp_counted_ptrIP24GDALRasterAttributeTableLN9__gnu_cxx12_Lock_policyE1EE at Base 3.4.2
+ (arch=!armel !riscv64)_ZTSSt15_Sp_counted_ptrIP24GDALRasterAttributeTableLN9__gnu_cxx12_Lock_policyE2EE at Base 3.4.2
+ (arch=armel riscv64)_ZTSSt15_Sp_counted_ptrIP31GDALDefaultRasterAttributeTableLN9__gnu_cxx12_Lock_policyE1EE at Base 3.4.2
+ (arch=!armel !riscv64)_ZTSSt15_Sp_counted_ptrIP31GDALDefaultRasterAttributeTableLN9__gnu_cxx12_Lock_policyE2EE at Base 3.4.2
+ (arch=armel riscv64)_ZTSSt15_Sp_counted_ptrIP8MEMGroupLN9__gnu_cxx12_Lock_policyE1EE at Base 3.8.0
+ (arch=!armel !riscv64)_ZTSSt15_Sp_counted_ptrIP8MEMGroupLN9__gnu_cxx12_Lock_policyE2EE at Base 3.8.0
+ (arch=armel riscv64)_ZTSSt15_Sp_counted_ptrIPN19OGRSpatialReference7Private8ListenerELN9__gnu_cxx12_Lock_policyE1EE at Base 3.4.2
+ (arch=!armel !riscv64)_ZTSSt15_Sp_counted_ptrIPN19OGRSpatialReference7Private8ListenerELN9__gnu_cxx12_Lock_policyE2EE at Base 3.4.2
+ (arch=armel riscv64)_ZTSSt15_Sp_counted_ptrIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELN9__gnu_cxx12_Lock_policyE1EE at Base 3.4.2
+ (arch=!armel !riscv64)_ZTSSt15_Sp_counted_ptrIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELN9__gnu_cxx12_Lock_policyE2EE at Base 3.4.2
+ (arch=armel riscv64)_ZTSSt15_Sp_counted_ptrIPSt6vectorIhSaIhEELN9__gnu_cxx12_Lock_policyE1EE at Base 3.4.2
+ (arch=!armel !riscv64)_ZTSSt15_Sp_counted_ptrIPSt6vectorIhSaIhEELN9__gnu_cxx12_Lock_policyE2EE at Base 3.4.2
+ (arch=armel riscv64)_ZTSSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE1EE at Base 3.4.2
+ (arch=!armel !riscv64)_ZTSSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE at Base 3.4.2
+ (arch=armel riscv64)_ZTSSt19_Sp_counted_deleterIP11OGRGeometrySt14default_deleteIS0_ESaIvELN9__gnu_cxx12_Lock_policyE1EE at Base 3.7.0
+ (arch=!armel !riscv64)_ZTSSt19_Sp_counted_deleterIP11OGRGeometrySt14default_deleteIS0_ESaIvELN9__gnu_cxx12_Lock_policyE2EE at Base 3.7.1
+ (arch=armel riscv64)_ZTSSt19_Sp_counted_deleterIPcPFvPvESaIvELN9__gnu_cxx12_Lock_policyE1EE at Base 3.4.2
+ (arch=!armel !riscv64)_ZTSSt19_Sp_counted_deleterIPcPFvPvESaIvELN9__gnu_cxx12_Lock_policyE2EE at Base 3.4.2
+ _ZTSSt19_Sp_make_shared_tag at Base 2.4.0
+ (arch=armel riscv64)_ZTSSt23_Sp_counted_ptr_inplaceI10OGRPolygonSaIvELN9__gnu_cxx12_Lock_policyE1EE at Base 3.7.0
+ (arch=!armel !riscv64)_ZTSSt23_Sp_counted_ptr_inplaceI10OGRPolygonSaIvELN9__gnu_cxx12_Lock_policyE2EE at Base 3.7.1
+ (arch=armel riscv64)_ZTSSt23_Sp_counted_ptr_inplaceI13GDALDimensionSaIvELN9__gnu_cxx12_Lock_policyE1EE at Base 3.5.2
+ (arch=!armel !riscv64)_ZTSSt23_Sp_counted_ptr_inplaceI13GDALDimensionSaIvELN9__gnu_cxx12_Lock_policyE2EE at Base 3.5.3
+ (arch=armel riscv64)_ZTSSt23_Sp_counted_ptr_inplaceI15GDALPamMultiDimSaIvELN9__gnu_cxx12_Lock_policyE1EE at Base 3.5.2
+ (arch=!armel !riscv64)_ZTSSt23_Sp_counted_ptr_inplaceI15GDALPamMultiDimSaIvELN9__gnu_cxx12_Lock_policyE2EE at Base 3.5.3
+ (arch=armel riscv64)_ZTSSt23_Sp_counted_ptr_inplaceI19GDALAttributeStringSaIvELN9__gnu_cxx12_Lock_policyE1EE at Base 3.5.2
+ (arch=!armel !riscv64)_ZTSSt23_Sp_counted_ptr_inplaceI19GDALAttributeStringSaIvELN9__gnu_cxx12_Lock_policyE2EE at Base 3.5.3
+ (arch=armel riscv64)_ZTSSt23_Sp_counted_ptr_inplaceI19OGRSpatialReferenceSaIvELN9__gnu_cxx12_Lock_policyE1EE at Base 3.5.2
+ (arch=!armel !riscv64)_ZTSSt23_Sp_counted_ptr_inplaceI19OGRSpatialReferenceSaIvELN9__gnu_cxx12_Lock_policyE2EE at Base 3.5.3
+ (arch=armel riscv64)_ZTSSt23_Sp_counted_ptr_inplaceI20GDALAttributeNumericSaIvELN9__gnu_cxx12_Lock_policyE1EE at Base 3.5.2
+ (arch=!armel !riscv64)_ZTSSt23_Sp_counted_ptr_inplaceI20GDALAttributeNumericSaIvELN9__gnu_cxx12_Lock_policyE2EE at Base 3.5.3
+ (arch=armel riscv64)_ZTSSt23_Sp_counted_ptr_inplaceI26GDALMDArrayRegularlySpacedSaIvELN9__gnu_cxx12_Lock_policyE1EE at Base 3.5.2
+ (arch=!armel !riscv64)_ZTSSt23_Sp_counted_ptr_inplaceI26GDALMDArrayRegularlySpacedSaIvELN9__gnu_cxx12_Lock_policyE2EE at Base 3.5.3
+ (arch=armel riscv64)_ZTSSt23_Sp_counted_ptr_inplaceI28GDALDimensionWeakIndexingVarSaIvELN9__gnu_cxx12_Lock_policyE1EE at Base 3.5.2
+ (arch=!armel !riscv64)_ZTSSt23_Sp_counted_ptr_inplaceI28GDALDimensionWeakIndexingVarSaIvELN9__gnu_cxx12_Lock_policyE2EE at Base 3.5.3
+ (arch=armel riscv64)_ZTSSt23_Sp_counted_ptr_inplaceIN8OGRLayer27ArrowArrayStreamPrivateDataESaIvELN9__gnu_cxx12_Lock_policyE1EE at Base 3.6.0
+ (arch=!armel !riscv64)_ZTSSt23_Sp_counted_ptr_inplaceIN8OGRLayer27ArrowArrayStreamPrivateDataESaIvELN9__gnu_cxx12_Lock_policyE2EE at Base 3.6.0
+ (arch=armel riscv64)_ZTSSt23_Sp_counted_ptr_inplaceISt6vectorIdSaIdEESaIvELN9__gnu_cxx12_Lock_policyE1EE at Base 3.5.2
+ (arch=!armel !riscv64)_ZTSSt23_Sp_counted_ptr_inplaceISt6vectorIdSaIdEESaIvELN9__gnu_cxx12_Lock_policyE2EE at Base 3.5.3
+ _ZTT10MEMMDArray at Base 3.8.0
+ _ZTT11GDALMDArray at Base 3.1.0
+ _ZTT12MEMAttribute at Base 3.8.0
+ _ZTT13GDALAttribute at Base 3.1.0
+ _ZTT14GDALPamMDArray at Base 3.4.0
+ _ZTT18MEMAbstractMDArray at Base 3.5.0
+ _ZTT19GDALAttributeString at Base 3.1.0
+ _ZTT20GDALAttributeNumeric at Base 3.1.0
+ _ZTT26GDALMDArrayRegularlySpaced at Base 3.1.0
+ _ZTV10GDALDriver at Base 1.8.0
+ _ZTV10GNMNetwork at Base 2.2.0
+ _ZTV10IGMLReader at Base 1.8.0
+ _ZTV10MEMDataset at Base 1.8.0
+ _ZTV10MEMMDArray at Base 3.8.0
+ _ZTV10OGRFeature at Base 1.8.0
+ _ZTV10OGRPolygon at Base 1.8.0
+ _ZTV10OGRSurface at Base 1.8.0
+ _ZTV10RawDataset at Base 1.8.0
+ _ZTV10VRTDataset at Base 1.8.0
+ _ZTV11GDALDataset at Base 1.8.0
+ _ZTV11GDALMDArray at Base 3.1.0
+ _ZTV11OGRGeometry at Base 1.8.0
+ _ZTV11OGRMemLayer at Base 3.4.0
+ _ZTV11OGRSFDriver at Base 1.8.0
+ _ZTV11OGRStylePen at Base 1.8.0
+ _ZTV11OGRTriangle at Base 2.2.0
+ _ZTV12MEMAttribute at Base 3.8.0
+ _ZTV12OGRAttrIndex at Base 1.8.0
+ _ZTV12OGRStyleTool at Base 1.8.0
+ _ZTV13GDALAttribute at Base 3.1.0
+ _ZTV13GDALDimension at Base 3.1.0
+ _ZTV13MEMRasterBand at Base 1.8.0
+ _ZTV13OGRDataSource at Base 1.8.0
+ _ZTV13OGRLineString at Base 1.8.0
+ _ZTV13OGRLinearRing at Base 1.8.0
+ _ZTV13OGRMultiCurve at Base 2.0.1
+ _ZTV13OGRMultiPoint at Base 1.8.0
+ _ZTV13OGRStyleBrush at Base 1.8.0
+ _ZTV13OGRStyleLabel at Base 1.8.0
+ _ZTV13OGRUnionLayer at Base 3.4.0
+ _ZTV13RawRasterBand at Base 1.8.0
+ _ZTV13VRTRasterBand at Base 1.8.0
+ _ZTV14GDALPamDataset at Base 1.8.0
+ _ZTV14GDALPamMDArray at Base 3.4.0
+ _ZTV14GDALRasterBand at Base 1.8.0
+ _ZTV14GDALWarpKernel at Base 1.8.0
+ _ZTV14OGRFeatureDefn at Base 1.8.0
+ _ZTV14OGRFieldDomain at Base 3.3.0
+ _ZTV14OGRSimpleCurve at Base 2.0.1
+ _ZTV14OGRStyleSymbol at Base 1.8.0
+ _ZTV15GDALAsyncReader at Base 1.8.0
+ _ZTV15GDALMajorObject at Base 1.8.0
+ _ZTV15GDALPamMultiDim at Base 3.4.0
+ _ZTV15GDALRasterBlock at Base 1.8.0
+ _ZTV15OGRAppendBuffer at Base 3.8.0
+ _ZTV15OGRCurvePolygon at Base 2.0.1
+ _ZTV15OGRMultiPolygon at Base 1.8.0
+ _ZTV15OGRMultiSurface at Base 2.0.1
+ _ZTV15OGRMutexedLayer at Base 1.11.0
+ _ZTV15VRTSimpleSource at Base 1.11.0
+ _ZTV16GDALMDReaderBase at Base 3.4.0
+ _ZTV16GDALProxyDataset at Base 1.8.0
+ _ZTV16OGRCompoundCurve at Base 2.0.1
+ _ZTV16OGREditableLayer at Base 2.1.0
+ _ZTV16OGRGeomFieldDefn at Base 1.11.0
+ _ZTV16OGRIteratedPoint at Base 3.6.0
+ _ZTV16OGRPointIterator at Base 2.0.1
+ _ZTV16VRTComplexSource at Base 1.11.0
+ _ZTV16VRTRawRasterBand at Base 1.8.0
+ _ZTV16VRTWarpedDataset at Base 1.8.0
+ _ZTV16VSIVirtualHandle at Base 1.8.0
+ _ZTV17GDALDriverManager at Base 1.8.0
+ _ZTV17GDALIHasAttribute at Base 3.1.0
+ _ZTV17GDALPamRasterBand at Base 1.8.0
+ _ZTV17GDALWarpOperation at Base 1.8.0
+ _ZTV17GNMGenericNetwork at Base 2.2.0
+ _ZTV17OGRCircularString at Base 2.0.1
+ _ZTV17OGRLayerAttrIndex at Base 1.8.0
+ _ZTV17OGRLayerDecorator at Base 2.0.1
+ _ZTV18GDALNoDataMaskBand at Base 1.8.0
+ _ZTV18GDALSubdatasetInfo at Base 3.8.0
+ _ZTV18MEMAbstractMDArray at Base 3.5.0
+ _ZTV18MEMAttributeHolder at Base 3.8.0
+ _ZTV18OGRGlobFieldDomain at Base 3.3.0
+ _ZTV18OGRMultiLineString at Base 1.8.0
+ _ZTV19GDALAbstractMDArray at Base 3.1.0
+ _ZTV19GDALAttributeString at Base 3.1.0
+ _ZTV19GDALMDReaderManager at Base 2.0.1
+ _ZTV19GDALOrientedDataset at Base 3.7.0
+ _ZTV19GDALProxyRasterBand at Base 1.8.0
+ _ZTV19OGRCodedFieldDomain at Base 3.3.0
+ _ZTV19OGRRangeFieldDomain at Base 3.3.0
+ _ZTV19OGRSpatialReference at Base 1.8.0
+ _ZTV19VRTWarpedRasterBand at Base 1.8.0
+ _ZTV20GDALAllValidMaskBand at Base 1.8.0
+ _ZTV20GDALAttributeNumeric at Base 3.1.0
+ _ZTV20GDALGeorefPamDataset at Base 1.11.0
+ _ZTV20GDALMDReaderPleiades at Base 3.4.0
+ _ZTV20GDALProxyPoolDataset at Base 1.8.0
+ _ZTV20OGRMutexedDataSource at Base 1.11.0
+ _ZTV20OGRPolyhedralSurface at Base 2.2.0
+ _ZTV20VRTDerivedRasterBand at Base 1.8.0
+ _ZTV20VRTSourcedRasterBand at Base 1.8.0
+ _ZTV20VSIFilesystemHandler at Base 2.4.0
+ _ZTV21OGRGeometryCollection at Base 1.8.0
+ _ZTV22CPLJSonStreamingParser at Base 2.3.0
+ _ZTV22GDALJP2AbstractDataset at Base 1.11.0
+ _ZTV22OGRTriangulatedSurface at Base 2.2.0
+ _ZTV23GDALProxyPoolRasterBand at Base 1.8.0
+ _ZTV23OGRAbstractProxiedLayer at Base 3.4.0
+ _ZTV24GDALNoDataValuesMaskBand at Base 1.8.0
+ _ZTV24GDALRasterAttributeTable at Base 1.11.0
+ _ZTV24IOGRTransactionBehaviour at Base 2.0.1
+ _ZTV25OGRDefaultGeometryVisitor at Base 2.3.0
+ _ZTV26GDALMDArrayRegularlySpaced at Base 3.1.0
+ _ZTV26OGRUnionLayerGeomFieldDefn at Base 3.4.0
+ _ZTV27OGRCoordinateTransformation at Base 3.3.0
+ _ZTV28GDALDimensionWeakIndexingVar at Base 3.1.0
+ _ZTV29IOGREditableLayerSynchronizer at Base 2.1.0
+ _ZTV30OGRDefaultConstGeometryVisitor at Base 2.3.0
+ _ZTV31GDALDefaultRasterAttributeTable at Base 1.11.0
+ _ZTV6VSIDIR at Base 2.4.0
+ _ZTV7GNMRule at Base 2.2.0
+ _ZTV8GNMGraph at Base 2.2.0
+ _ZTV8MEMGroup at Base 3.5.0
+ _ZTV8OGRCurve at Base 1.8.0
+ _ZTV8OGRLayer at Base 1.8.0
+ _ZTV8OGRPoint at Base 1.8.0
+ _ZTV9GDALGroup at Base 3.1.0
+ _ZTV9VRTSource at Base 1.11.0
+ _ZTVN10OGRFeature22FieldNotFoundExceptionE at Base 2.3.0
+ _ZTVN11OGR_SRSNode8ListenerE at Base 3.0.0
+ _ZTVN19OGRSpatialReference7Private8ListenerE at Base 3.0.0
+ (arch=armel riscv64)_ZTVN9__gnu_cxx24__concurrence_lock_errorE at Base 3.4.2
+ (arch=armel riscv64)_ZTVN9__gnu_cxx26__concurrence_unlock_errorE at Base 3.4.2
+ (arch=armel riscv64)_ZTVSt15_Sp_counted_ptrIP10MEMDatasetLN9__gnu_cxx12_Lock_policyE1EE at Base 3.6.0
+ (arch=!armel !riscv64)_ZTVSt15_Sp_counted_ptrIP10MEMDatasetLN9__gnu_cxx12_Lock_policyE2EE at Base 3.6.0
+ (arch=armel riscv64)_ZTVSt15_Sp_counted_ptrIP10MEMMDArrayLN9__gnu_cxx12_Lock_policyE1EE at Base 3.8.0
+ (arch=!armel !riscv64)_ZTVSt15_Sp_counted_ptrIP10MEMMDArrayLN9__gnu_cxx12_Lock_policyE2EE at Base 3.8.0
+ (arch=armel riscv64)_ZTVSt15_Sp_counted_ptrIP11GDALDatasetLN9__gnu_cxx12_Lock_policyE1EE at Base 3.4.2
+ (arch=!armel !riscv64)_ZTVSt15_Sp_counted_ptrIP11GDALDatasetLN9__gnu_cxx12_Lock_policyE2EE at Base 3.4.2
+ (arch=armel riscv64)_ZTVSt15_Sp_counted_ptrIP11OGRGeometryLN9__gnu_cxx12_Lock_policyE1EE at Base 3.4.2
+ (arch=!armel !riscv64)_ZTVSt15_Sp_counted_ptrIP11OGRGeometryLN9__gnu_cxx12_Lock_policyE2EE at Base 3.4.2
+ (arch=armel riscv64)_ZTVSt15_Sp_counted_ptrIP12MEMAttributeLN9__gnu_cxx12_Lock_policyE1EE at Base 3.8.0
+ (arch=!armel !riscv64)_ZTVSt15_Sp_counted_ptrIP12MEMAttributeLN9__gnu_cxx12_Lock_policyE2EE at Base 3.8.0
+ (arch=armel riscv64)_ZTVSt15_Sp_counted_ptrIP14GDALColorTableLN9__gnu_cxx12_Lock_policyE1EE at Base 3.4.2
+ (arch=!armel !riscv64)_ZTVSt15_Sp_counted_ptrIP14GDALColorTableLN9__gnu_cxx12_Lock_policyE2EE at Base 3.4.2
+ (arch=armel riscv64)_ZTVSt15_Sp_counted_ptrIP19OGRSpatialReferenceLN9__gnu_cxx12_Lock_policyE1EE at Base 3.4.2
+ (arch=!armel !riscv64)_ZTVSt15_Sp_counted_ptrIP19OGRSpatialReferenceLN9__gnu_cxx12_Lock_policyE2EE at Base 3.4.2
+ (arch=armel riscv64)_ZTVSt15_Sp_counted_ptrIP24GDALRasterAttributeTableLN9__gnu_cxx12_Lock_policyE1EE at Base 3.4.2
+ (arch=!armel !riscv64)_ZTVSt15_Sp_counted_ptrIP24GDALRasterAttributeTableLN9__gnu_cxx12_Lock_policyE2EE at Base 3.4.2
+ (arch=armel riscv64)_ZTVSt15_Sp_counted_ptrIP31GDALDefaultRasterAttributeTableLN9__gnu_cxx12_Lock_policyE1EE at Base 3.4.2
+ (arch=!armel !riscv64)_ZTVSt15_Sp_counted_ptrIP31GDALDefaultRasterAttributeTableLN9__gnu_cxx12_Lock_policyE2EE at Base 3.4.2
+ (arch=armel riscv64)_ZTVSt15_Sp_counted_ptrIP8MEMGroupLN9__gnu_cxx12_Lock_policyE1EE at Base 3.8.0
+ (arch=!armel !riscv64)_ZTVSt15_Sp_counted_ptrIP8MEMGroupLN9__gnu_cxx12_Lock_policyE2EE at Base 3.8.0
+ (arch=armel riscv64)_ZTVSt15_Sp_counted_ptrIPN19OGRSpatialReference7Private8ListenerELN9__gnu_cxx12_Lock_policyE1EE at Base 3.4.2
+ (arch=!armel !riscv64)_ZTVSt15_Sp_counted_ptrIPN19OGRSpatialReference7Private8ListenerELN9__gnu_cxx12_Lock_policyE2EE at Base 3.4.2
+ (arch=armel riscv64)_ZTVSt15_Sp_counted_ptrIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELN9__gnu_cxx12_Lock_policyE1EE at Base 3.4.2
+ (arch=!armel !riscv64)_ZTVSt15_Sp_counted_ptrIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELN9__gnu_cxx12_Lock_policyE2EE at Base 3.4.2
+ (arch=armel riscv64)_ZTVSt15_Sp_counted_ptrIPSt6vectorIhSaIhEELN9__gnu_cxx12_Lock_policyE1EE at Base 3.4.2
+ (arch=!armel !riscv64)_ZTVSt15_Sp_counted_ptrIPSt6vectorIhSaIhEELN9__gnu_cxx12_Lock_policyE2EE at Base 3.4.2
+ (arch=armel riscv64)_ZTVSt19_Sp_counted_deleterIP11OGRGeometrySt14default_deleteIS0_ESaIvELN9__gnu_cxx12_Lock_policyE1EE at Base 3.7.0
+ (arch=!armel !riscv64)_ZTVSt19_Sp_counted_deleterIP11OGRGeometrySt14default_deleteIS0_ESaIvELN9__gnu_cxx12_Lock_policyE2EE at Base 3.7.1
+ (arch=armel riscv64)_ZTVSt19_Sp_counted_deleterIPcPFvPvESaIvELN9__gnu_cxx12_Lock_policyE1EE at Base 3.4.2
+ (arch=!armel !riscv64)_ZTVSt19_Sp_counted_deleterIPcPFvPvESaIvELN9__gnu_cxx12_Lock_policyE2EE at Base 3.4.2
+ (arch=armel riscv64)_ZTVSt23_Sp_counted_ptr_inplaceI10OGRPolygonSaIvELN9__gnu_cxx12_Lock_policyE1EE at Base 3.7.0
+ (arch=!armel !riscv64)_ZTVSt23_Sp_counted_ptr_inplaceI10OGRPolygonSaIvELN9__gnu_cxx12_Lock_policyE2EE at Base 3.7.1
+ (arch=armel riscv64)_ZTVSt23_Sp_counted_ptr_inplaceI13GDALDimensionSaIvELN9__gnu_cxx12_Lock_policyE1EE at Base 3.5.2
+ (arch=!armel !riscv64)_ZTVSt23_Sp_counted_ptr_inplaceI13GDALDimensionSaIvELN9__gnu_cxx12_Lock_policyE2EE at Base 3.5.3
+ (arch=armel riscv64)_ZTVSt23_Sp_counted_ptr_inplaceI15GDALPamMultiDimSaIvELN9__gnu_cxx12_Lock_policyE1EE at Base 3.5.2
+ (arch=!armel !riscv64)_ZTVSt23_Sp_counted_ptr_inplaceI15GDALPamMultiDimSaIvELN9__gnu_cxx12_Lock_policyE2EE at Base 3.5.3
+ (arch=armel riscv64)_ZTVSt23_Sp_counted_ptr_inplaceI19GDALAttributeStringSaIvELN9__gnu_cxx12_Lock_policyE1EE at Base 3.5.2
+ (arch=!armel !riscv64)_ZTVSt23_Sp_counted_ptr_inplaceI19GDALAttributeStringSaIvELN9__gnu_cxx12_Lock_policyE2EE at Base 3.5.3
+ (arch=armel riscv64)_ZTVSt23_Sp_counted_ptr_inplaceI19OGRSpatialReferenceSaIvELN9__gnu_cxx12_Lock_policyE1EE at Base 3.5.2
+ (arch=!armel !riscv64)_ZTVSt23_Sp_counted_ptr_inplaceI19OGRSpatialReferenceSaIvELN9__gnu_cxx12_Lock_policyE2EE at Base 3.5.3
+ (arch=armel riscv64)_ZTVSt23_Sp_counted_ptr_inplaceI20GDALAttributeNumericSaIvELN9__gnu_cxx12_Lock_policyE1EE at Base 3.5.2
+ (arch=!armel !riscv64)_ZTVSt23_Sp_counted_ptr_inplaceI20GDALAttributeNumericSaIvELN9__gnu_cxx12_Lock_policyE2EE at Base 3.5.3
+ (arch=armel riscv64)_ZTVSt23_Sp_counted_ptr_inplaceI26GDALMDArrayRegularlySpacedSaIvELN9__gnu_cxx12_Lock_policyE1EE at Base 3.5.2
+ (arch=!armel !riscv64)_ZTVSt23_Sp_counted_ptr_inplaceI26GDALMDArrayRegularlySpacedSaIvELN9__gnu_cxx12_Lock_policyE2EE at Base 3.5.3
+ (arch=armel riscv64)_ZTVSt23_Sp_counted_ptr_inplaceI28GDALDimensionWeakIndexingVarSaIvELN9__gnu_cxx12_Lock_policyE1EE at Base 3.5.2
+ (arch=!armel !riscv64)_ZTVSt23_Sp_counted_ptr_inplaceI28GDALDimensionWeakIndexingVarSaIvELN9__gnu_cxx12_Lock_policyE2EE at Base 3.5.3
+ (arch=armel riscv64)_ZTVSt23_Sp_counted_ptr_inplaceIN8OGRLayer27ArrowArrayStreamPrivateDataESaIvELN9__gnu_cxx12_Lock_policyE1EE at Base 3.6.0
+ (arch=!armel !riscv64)_ZTVSt23_Sp_counted_ptr_inplaceIN8OGRLayer27ArrowArrayStreamPrivateDataESaIvELN9__gnu_cxx12_Lock_policyE2EE at Base 3.6.0
+ (arch=armel riscv64)_ZTVSt23_Sp_counted_ptr_inplaceISt6vectorIdSaIdEESaIvELN9__gnu_cxx12_Lock_policyE1EE at Base 3.5.2
+ (arch=!armel !riscv64)_ZTVSt23_Sp_counted_ptr_inplaceISt6vectorIdSaIdEESaIvELN9__gnu_cxx12_Lock_policyE2EE at Base 3.5.3
+ _ZZN13OGRWktOptionsC4EvE12defPrecision at Base 3.1.1
+ _ZZN13OGRWktOptionsC4EvE8defRound at Base 3.1.1
+ (optional=templinst)_ZZN16VRTComplexSource16RasterIOInternalIdEE6CPLErrP14GDALRasterBand12GDALDataTypeiiiiPviiS4_xxP20GDALRasterIOExtraArgS4_E10bHasWarned at Base 3.8.0
+ (optional=templinst)_ZZN16VRTComplexSource16RasterIOInternalIfEE6CPLErrP14GDALRasterBand12GDALDataTypeiiiiPviiS4_xxP20GDALRasterIOExtraArgS4_E10bHasWarned at Base 3.8.0
+ _ZZNSt19_Sp_make_shared_tag5_S_tiEvE5__tag at Base 2.4.0
+ (optional=templinst)_ZZNSt9once_flag18_Prepare_executionC4IZSt9call_onceIZN18OSRPJContextHolderC4EvEUlvE_JEEvRS_OT_DpOT0_EUlvE_EERS6_ENUlvE_4_FUNEv at Base 3.8.2
+ json_object_new_double_with_precision at Base 2.0.1
+ json_object_new_double_with_significant_figures at Base 2.1.0
+ (c++)"non-virtual thunk to MEMAttribute::~MEMAttribute()@Base" 3.8.0
+ (c++)"non-virtual thunk to MEMGroup::~MEMGroup()@Base" 3.8.0
+ (c++)"non-virtual thunk to MEMMDArray::CreateAttribute(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::vector<unsigned long long, std::allocator<unsigned long long> > const&, GDALExtendedDataType const&, char const* const*)@Base" 3.8.0
+ (c++)"non-virtual thunk to MEMMDArray::DeleteAttribute(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, char const* const*)@Base" 3.8.0
+ (c++)"non-virtual thunk to MEMMDArray::GetAttribute(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at Base" 3.8.0
+ (c++)"non-virtual thunk to MEMMDArray::GetAttributes(char const* const*) const at Base" 3.8.0
+ (c++)"non-virtual thunk to MEMMDArray::GetCoordinateVariables() const at Base" 3.8.0
+ (c++)"non-virtual thunk to MEMMDArray::GetFilename[abi:cxx11]() const at Base" 3.8.0
+ (c++)"non-virtual thunk to MEMMDArray::GetOffset(bool*, GDALDataType*) const at Base" 3.8.0
+ (c++)"non-virtual thunk to MEMMDArray::GetRawNoDataValue() const at Base" 3.8.0
+ (c++)"non-virtual thunk to MEMMDArray::GetRootGroup() const at Base" 3.8.0
+ (c++)"non-virtual thunk to MEMMDArray::GetScale(bool*, GDALDataType*) const at Base" 3.8.0
+ (c++)"non-virtual thunk to MEMMDArray::GetSpatialRef() const at Base" 3.8.0
+ (c++)"non-virtual thunk to MEMMDArray::GetUnit[abi:cxx11]() const at Base" 3.8.0
+ (c++)"non-virtual thunk to MEMMDArray::IsWritable() const at Base" 3.8.0
+ (c++)"non-virtual thunk to MEMMDArray::Resize(std::vector<unsigned long long, std::allocator<unsigned long long> > const&, char const* const*)@Base" 3.8.0
+ (c++)"non-virtual thunk to MEMMDArray::SetOffset(double, GDALDataType)@Base" 3.8.0
+ (c++)"non-virtual thunk to MEMMDArray::SetRawNoDataValue(void const*)@Base" 3.8.0
+ (c++)"non-virtual thunk to MEMMDArray::SetScale(double, GDALDataType)@Base" 3.8.0
+ (c++)"non-virtual thunk to MEMMDArray::SetSpatialRef(OGRSpatialReference const*)@Base" 3.8.0
+ (c++)"non-virtual thunk to MEMMDArray::SetUnit(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 3.8.0
+ (c++)"non-virtual thunk to MEMMDArray::~MEMMDArray()@Base" 3.8.0
+ sqlite3_extension_init at Base 1.10.1
+ (c++)"virtual thunk to GDALAttributeNumeric::GetDataType() const at Base" 3.4.2
+ (c++)"virtual thunk to GDALAttributeNumeric::GetDimensions() const at Base" 3.4.2
+ (c++|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)"virtual thunk to GDALAttributeNumeric::IRead(unsigned long long const*, unsigned int const*, long long const*, int const*, GDALExtendedDataType const&, void*) const at Base" 3.7.2
+ (c++|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)"virtual thunk to GDALAttributeNumeric::IRead(unsigned long long const*, unsigned long const*, long long const*, long long const*, GDALExtendedDataType const&, void*) const at Base" 3.4.2
+ (c++)"virtual thunk to GDALAttributeNumeric::~GDALAttributeNumeric()@Base" 3.4.2
+ (c++)"virtual thunk to GDALAttributeString::GetDataType() const at Base" 3.4.2
+ (c++)"virtual thunk to GDALAttributeString::GetDimensions() const at Base" 3.4.2
+ (c++|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)"virtual thunk to GDALAttributeString::IRead(unsigned long long const*, unsigned int const*, long long const*, int const*, GDALExtendedDataType const&, void*) const at Base" 3.7.2
+ (c++|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)"virtual thunk to GDALAttributeString::IRead(unsigned long long const*, unsigned long const*, long long const*, long long const*, GDALExtendedDataType const&, void*) const at Base" 3.4.2
+ (c++)"virtual thunk to GDALAttributeString::~GDALAttributeString()@Base" 3.4.2
+ (c++|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)"virtual thunk to GDALMDArray::Read(unsigned long long const*, unsigned int const*, long long const*, int const*, GDALExtendedDataType const&, void*, void const*, unsigned int) const at Base" 3.7.2
+ (c++|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)"virtual thunk to GDALMDArray::Read(unsigned long long const*, unsigned long const*, long long const*, long long const*, GDALExtendedDataType const&, void*, void const*, unsigned long) const at Base" 3.4.2
+ (c++)"virtual thunk to GDALMDArrayRegularlySpaced::GetDataType() const at Base" 3.4.2
+ (c++)"virtual thunk to GDALMDArrayRegularlySpaced::GetDimensions() const at Base" 3.4.2
+ (c++|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)"virtual thunk to GDALMDArrayRegularlySpaced::IRead(unsigned long long const*, unsigned int const*, long long const*, int const*, GDALExtendedDataType const&, void*) const at Base" 3.7.2
+ (c++|arch=!armel !armhf !hppa !hurd-i386 !i386 !m68k !mipsel !powerpc !sh4 !x32)"virtual thunk to GDALMDArrayRegularlySpaced::IRead(unsigned long long const*, unsigned long const*, long long const*, long long const*, GDALExtendedDataType const&, void*) const at Base" 3.4.2
+ (c++)"virtual thunk to GDALMDArrayRegularlySpaced::~GDALMDArrayRegularlySpaced()@Base" 3.4.2
+ (c++)"virtual thunk to MEMAbstractMDArray::GetDataType() const at Base" 3.5.0
+ (c++)"virtual thunk to MEMAbstractMDArray::GetDimensions() const at Base" 3.5.0
+ (c++|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)"virtual thunk to MEMAbstractMDArray::IRead(unsigned long long const*, unsigned int const*, long long const*, int const*, GDALExtendedDataType const&, void*) const at Base" 3.7.2
+ (c++|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)"virtual thunk to MEMAbstractMDArray::IRead(unsigned long long const*, unsigned long const*, long long const*, long long const*, GDALExtendedDataType const&, void*) const at Base" 3.8.0
+ (c++|arch=armel armhf hppa hurd-i386 i386 m68k mipsel powerpc sh4 x32)"virtual thunk to MEMAbstractMDArray::IWrite(unsigned long long const*, unsigned int const*, long long const*, int const*, GDALExtendedDataType const&, void const*)@Base" 3.7.2
+ (c++|arch=alpha amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64)"virtual thunk to MEMAbstractMDArray::IWrite(unsigned long long const*, unsigned long const*, long long const*, long long const*, GDALExtendedDataType const&, void const*)@Base" 3.8.0
+ (c++)"virtual thunk to MEMAbstractMDArray::~MEMAbstractMDArray()@Base" 3.5.0
+ (c++)"virtual thunk to MEMAttribute::Rename(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 3.8.0
+ (c++)"virtual thunk to MEMAttribute::~MEMAttribute()@Base" 3.8.0
+ (c++)"virtual thunk to MEMMDArray::NotifyChildrenOfDeletion()@Base" 3.8.0
+ (c++)"virtual thunk to MEMMDArray::NotifyChildrenOfRenaming()@Base" 3.8.0
+ (c++)"virtual thunk to MEMMDArray::Rename(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 3.8.0
+ (c++)"virtual thunk to MEMMDArray::~MEMMDArray()@Base" 3.8.0


More information about the Pkg-grass-devel mailing list