new
This commit is contained in:
94
cppu/util/cppu.map
Executable file
94
cppu/util/cppu.map
Executable file
@@ -0,0 +1,94 @@
|
|||||||
|
UDK_2_0_0 {
|
||||||
|
global:
|
||||||
|
typelib_typedescription_new;
|
||||||
|
typelib_typedescription_newInterface;
|
||||||
|
typelib_typedescription_newInterfaceMethod;
|
||||||
|
typelib_typedescription_newInterfaceAttribute;
|
||||||
|
typelib_typedescription_newEnum;
|
||||||
|
typelib_typedescription_newUnion;
|
||||||
|
typelib_typedescription_newArray;
|
||||||
|
typelib_typedescription_acquire;
|
||||||
|
typelib_typedescription_release;
|
||||||
|
typelib_typedescription_register;
|
||||||
|
typelib_typedescription_equals;
|
||||||
|
typelib_typedescription_isAssignableFrom;
|
||||||
|
typelib_typedescription_getByName;
|
||||||
|
typelib_typedescription_registerCallback;
|
||||||
|
typelib_typedescription_revokeCallback;
|
||||||
|
typelib_typedescriptionreference_new;
|
||||||
|
typelib_typedescriptionreference_acquire;
|
||||||
|
typelib_typedescriptionreference_release;
|
||||||
|
typelib_typedescriptionreference_getDescription;
|
||||||
|
typelib_typedescriptionreference_equals;
|
||||||
|
typelib_typedescriptionreference_assign;
|
||||||
|
typelib_typedescriptionreference_isAssignableFrom;
|
||||||
|
|
||||||
|
typelib_setCacheSize;
|
||||||
|
|
||||||
|
typelib_typedescriptionreference_newByAsciiName;
|
||||||
|
typelib_static_type_getByTypeClass;
|
||||||
|
typelib_static_type_init;
|
||||||
|
typelib_static_sequence_type_init;
|
||||||
|
typelib_static_compound_type_init;
|
||||||
|
typelib_static_interface_type_init;
|
||||||
|
typelib_static_enum_type_init;
|
||||||
|
typelib_static_array_type_init;
|
||||||
|
typelib_typedescription_complete;
|
||||||
|
|
||||||
|
uno_equalData;
|
||||||
|
uno_type_equalData;
|
||||||
|
uno_constructData;
|
||||||
|
uno_type_constructData;
|
||||||
|
uno_destructData;
|
||||||
|
uno_type_destructData;
|
||||||
|
uno_copyData;
|
||||||
|
uno_type_copyData;
|
||||||
|
uno_copyAndConvertData;
|
||||||
|
uno_type_copyAndConvertData;
|
||||||
|
uno_assignData;
|
||||||
|
uno_type_assignData;
|
||||||
|
|
||||||
|
uno_any_assign;
|
||||||
|
uno_type_any_assign;
|
||||||
|
uno_any_construct;
|
||||||
|
uno_type_any_construct;
|
||||||
|
uno_any_constructAndConvert;
|
||||||
|
uno_type_any_constructAndConvert;
|
||||||
|
uno_any_destruct;
|
||||||
|
|
||||||
|
uno_sequence_assign;
|
||||||
|
uno_type_sequence_assign;
|
||||||
|
uno_sequence_construct;
|
||||||
|
uno_type_sequence_construct;
|
||||||
|
uno_sequence_reference2One;
|
||||||
|
uno_type_sequence_reference2One;
|
||||||
|
uno_sequence_realloc;
|
||||||
|
uno_type_sequence_realloc;
|
||||||
|
|
||||||
|
uno_createEnvironment;
|
||||||
|
uno_getEnvironment;
|
||||||
|
uno_getRegisteredEnvironments;
|
||||||
|
uno_dumpEnvironment;
|
||||||
|
uno_dumpEnvironmentByName;
|
||||||
|
uno_getMapping;
|
||||||
|
uno_getMappingByName;
|
||||||
|
uno_registerMapping;
|
||||||
|
uno_revokeMapping;
|
||||||
|
uno_registerMappingCallback;
|
||||||
|
uno_revokeMappingCallback;
|
||||||
|
|
||||||
|
uno_getCurrentContext;
|
||||||
|
|
||||||
|
uno_bindIdToCurrentThread;
|
||||||
|
uno_getIdOfCurrentThread;
|
||||||
|
uno_releaseIdFromCurrentThread;
|
||||||
|
uno_threadpool_enter;
|
||||||
|
uno_threadpool_createHandle;
|
||||||
|
uno_threadpool_putRequest;
|
||||||
|
uno_threadpool_putReply;
|
||||||
|
uno_threadpool_disposeThreads;
|
||||||
|
uno_threadpool_stopDisposeThreads;
|
||||||
|
local:
|
||||||
|
*;
|
||||||
|
};
|
||||||
|
|
||||||
42
registry/util/reg.map
Normal file
42
registry/util/reg.map
Normal file
@@ -0,0 +1,42 @@
|
|||||||
|
UDK_2_0_0 {
|
||||||
|
global:
|
||||||
|
initRegistry_Api;
|
||||||
|
initRegistryTypeWriter_Api;
|
||||||
|
initRegistryTypeReader_Api;
|
||||||
|
reg_createKey;
|
||||||
|
reg_openKey;
|
||||||
|
reg_openSubKeys;
|
||||||
|
reg_closeSubKeys;
|
||||||
|
reg_deleteKey;
|
||||||
|
reg_closeKey;
|
||||||
|
reg_getKeyName;
|
||||||
|
reg_setValue;
|
||||||
|
reg_setLongListValue;
|
||||||
|
reg_setStringListValue;
|
||||||
|
reg_setUnicodeListValue;
|
||||||
|
reg_getValueInfo;
|
||||||
|
reg_getValue;
|
||||||
|
reg_getLongListValue;
|
||||||
|
reg_getStringListValue;
|
||||||
|
reg_getUnicodeListValue;
|
||||||
|
reg_freeValueList;
|
||||||
|
reg_createLink;
|
||||||
|
reg_deleteLink;
|
||||||
|
reg_getKeyType;
|
||||||
|
reg_getLinkTarget;
|
||||||
|
reg_getResolvedKeyName;
|
||||||
|
reg_loadKey;
|
||||||
|
reg_saveKey;
|
||||||
|
reg_mergeKey;
|
||||||
|
reg_createRegistry;
|
||||||
|
reg_openRootKey;
|
||||||
|
reg_getName;
|
||||||
|
reg_isReadOnly;
|
||||||
|
reg_openRegistry;
|
||||||
|
reg_closeRegistry;
|
||||||
|
reg_destroyRegistry;
|
||||||
|
reg_dumpRegistry;
|
||||||
|
local:
|
||||||
|
*;
|
||||||
|
};
|
||||||
|
|
||||||
31
store/util/store.map
Normal file
31
store/util/store.map
Normal file
@@ -0,0 +1,31 @@
|
|||||||
|
UDK_2_0_0 {
|
||||||
|
global:
|
||||||
|
store_acquireHandle;
|
||||||
|
store_attrib;
|
||||||
|
store_closeDirectory;
|
||||||
|
store_closeFile;
|
||||||
|
store_closeStream;
|
||||||
|
store_createMemoryFile;
|
||||||
|
store_findFirst;
|
||||||
|
store_findNext;
|
||||||
|
store_flushFile;
|
||||||
|
store_flushStream;
|
||||||
|
store_getFileRefererCount;
|
||||||
|
store_getFileSize;
|
||||||
|
store_getStreamSize;
|
||||||
|
store_link;
|
||||||
|
store_openDirectory;
|
||||||
|
store_openFile;
|
||||||
|
store_openStream;
|
||||||
|
store_readStream;
|
||||||
|
store_rebuildFile;
|
||||||
|
store_releaseHandle;
|
||||||
|
store_remove;
|
||||||
|
store_rename;
|
||||||
|
store_setStreamSize;
|
||||||
|
store_symlink;
|
||||||
|
store_writeStream;
|
||||||
|
local:
|
||||||
|
*;
|
||||||
|
};
|
||||||
|
|
||||||
204
store/util/store.mxp.map
Normal file
204
store/util/store.mxp.map
Normal file
@@ -0,0 +1,204 @@
|
|||||||
|
# C and C++ library symbols
|
||||||
|
__mh_dylib_header
|
||||||
|
___builtin_new
|
||||||
|
dyld_stub_binding_helper
|
||||||
|
___rtti_class
|
||||||
|
___builtin_delete
|
||||||
|
___pure_virtual
|
||||||
|
___rtti_si
|
||||||
|
___rtti_user
|
||||||
|
__._9bad_alloc
|
||||||
|
___check_eh_spec
|
||||||
|
___cp_pop_exception
|
||||||
|
___cp_push_exception
|
||||||
|
___eh_alloc
|
||||||
|
___get_eh_context
|
||||||
|
___sjthrow
|
||||||
|
___start_cp_handler
|
||||||
|
___terminate
|
||||||
|
___tf9bad_alloc
|
||||||
|
___vt_9bad_alloc
|
||||||
|
___vt_9exception
|
||||||
|
__keymgr_get_per_thread_data
|
||||||
|
_terminate__Fv
|
||||||
|
rest_world
|
||||||
|
save_world
|
||||||
|
___tf9exception
|
||||||
|
___ti9exception
|
||||||
|
_what__C9exception
|
||||||
|
__keymgr_set_per_thread_data
|
||||||
|
__._10bad_typeid
|
||||||
|
__._8bad_cast
|
||||||
|
___get_eh_info
|
||||||
|
___is_pointer__FPv
|
||||||
|
___throw_type_match_rtti
|
||||||
|
___vt_10bad_typeid
|
||||||
|
___vt_8bad_cast
|
||||||
|
__._9type_info
|
||||||
|
___eq__C9type_infoRCB0
|
||||||
|
___tf16__user_type_info
|
||||||
|
___tf9type_info
|
||||||
|
___ti9type_info
|
||||||
|
___vt_9type_info
|
||||||
|
___tf13bad_exception
|
||||||
|
___uncatch_exception
|
||||||
|
___eh_free
|
||||||
|
___tfv
|
||||||
|
___dynamic_cast
|
||||||
|
|
||||||
|
# Global symbols
|
||||||
|
_store_acquireHandle
|
||||||
|
_store_attrib
|
||||||
|
_store_closeDirectory
|
||||||
|
_store_closeFile
|
||||||
|
_store_closeStream
|
||||||
|
_store_createMemoryFile
|
||||||
|
_store_findFirst
|
||||||
|
_store_findNext
|
||||||
|
_store_flushFile
|
||||||
|
_store_flushStream
|
||||||
|
_store_getFileRefererCount
|
||||||
|
_store_getFileSize
|
||||||
|
_store_getStreamSize
|
||||||
|
_store_link
|
||||||
|
_store_openDirectory
|
||||||
|
_store_openFile
|
||||||
|
_store_openStream
|
||||||
|
_store_readStream
|
||||||
|
_store_rebuildFile
|
||||||
|
_store_releaseHandle
|
||||||
|
_store_remove
|
||||||
|
_store_rename
|
||||||
|
_store_setStreamSize
|
||||||
|
_store_symlink
|
||||||
|
_store_writeStream
|
||||||
|
_classInfo__Q25store16OMemoryLockBytes
|
||||||
|
_classInfo__Q25store14OFileLockBytes
|
||||||
|
_close__Q25store20OStoreSuperBlockPageRQ25store14OStorePageBIOS
|
||||||
|
_poke__Q25store14OStorePageBIOSRQ25store14OStorePageData
|
||||||
|
_poke__Q25store14OStorePageBIOSRQ25store16OStorePageObject
|
||||||
|
_peek__Q25store14OStorePageBIOSRQ25store14OStorePageData
|
||||||
|
_modified__Q25store20OStoreSuperBlockPageRQ25store14OStorePageBIOS
|
||||||
|
_flush__Q25store20OStoreSuperBlockPageRQ25store14OStorePageBIOS
|
||||||
|
_create__Q25store20OStoreSuperBlockPageRQ25store14OStorePageBIOSRCQ25store20OStorePageDescriptor
|
||||||
|
_repair__Q25store14OStorePageBIOSRPQ25store20OStoreSuperBlockPage
|
||||||
|
_verify__Q25store14OStorePageBIOSRPQ25store20OStoreSuperBlockPage
|
||||||
|
_verify__Q25store20OStoreSuperBlockPageRQ25store14OStorePageBIOS
|
||||||
|
_insert__Q25store15OStorePageCacheUsRCQ25store20OStorePageDescriptorRCQ25store14OStorePageDataRQ25store14OStorePageBIOSQ35store15OStorePageCache10InsertMode
|
||||||
|
_find__CQ25store15OStorePageCacheRCQ25store20OStorePageDescriptor
|
||||||
|
_move__Q25store15OStorePageCacheUsUs
|
||||||
|
_truncate__Q25store27OStoreIndirectionPageObjectUsn2RPQ25store25OStoreIndirectionPageDatan1RQ25store20OStoreDataPageObjectRQ25store14OStorePageBIOSPQ23vos6IMutex
|
||||||
|
_truncate__Q25store25OStoreDirectoryPageObjectQ35store23OStoreDirectoryPageData10ChunkScopeUsRPQ25store25OStoreIndirectionPageDatan2RQ25store20OStoreDataPageObjectRQ25store14OStorePageBIOSPQ23vos6IMutex
|
||||||
|
_put__Q25store27OStoreIndirectionPageObjectUsn2RPQ25store25OStoreIndirectionPageDatan1RQ25store20OStoreDataPageObjectRQ25store14OStorePageBIOSPQ23vos6IMutex
|
||||||
|
_get__Q25store27OStoreIndirectionPageObjectUsn2RPQ25store25OStoreIndirectionPageDatan1RQ25store20OStoreDataPageObjectRQ25store14OStorePageBIOSPQ23vos6IMutex
|
||||||
|
_scope__CQ25store25OStoreDirectoryPageObjectUlRQ35store24OStoreDirectoryDataBlock14LinkDescriptor
|
||||||
|
_truncate__Q25store27OStoreIndirectionPageObjectUsUsRPQ25store25OStoreIndirectionPageDataRQ25store20OStoreDataPageObjectRQ25store14OStorePageBIOSPQ23vos6IMutex
|
||||||
|
_truncate__Q25store27OStoreIndirectionPageObjectUsRQ25store20OStoreDataPageObjectRQ25store14OStorePageBIOSPQ23vos6IMutex
|
||||||
|
_put__Q25store27OStoreIndirectionPageObjectUsUsRPQ25store25OStoreIndirectionPageDataRQ25store20OStoreDataPageObjectRQ25store14OStorePageBIOSPQ23vos6IMutex
|
||||||
|
_put__Q25store27OStoreIndirectionPageObjectUsRQ25store20OStoreDataPageObjectRQ25store14OStorePageBIOSPQ23vos6IMutex
|
||||||
|
_get__Q25store27OStoreIndirectionPageObjectUsUsRPQ25store25OStoreIndirectionPageDataRQ25store20OStoreDataPageObjectRQ25store14OStorePageBIOSPQ23vos6IMutex
|
||||||
|
_get__Q25store27OStoreIndirectionPageObjectUsRQ25store20OStoreDataPageObjectRQ25store14OStorePageBIOSPQ23vos6IMutex
|
||||||
|
___Q25store25OStoreIndirectionPageDataUs
|
||||||
|
_swap__Q25store25OStoreIndirectionPageDataRCQ25store20OStorePageDescriptor
|
||||||
|
_initialize__Q25store25OStoreIndirectionPageData
|
||||||
|
_swap__Q35store24OStoreDirectoryDataBlock9LinkTable
|
||||||
|
_classInfo__Q25store21OStorePageDaemon_Impl
|
||||||
|
_flush__Q25store21OStorePageDaemon_Impl
|
||||||
|
_empty__Q25store21OStorePageDaemon_Impl
|
||||||
|
_remove__Q25store21OStorePageDaemon_ImplPQ25store14OStorePageBIOS
|
||||||
|
_insert__Q25store21OStorePageDaemon_ImplPQ25store14OStorePageBIOS
|
||||||
|
___Q25store16OStorePageDaemoni
|
||||||
|
_getGlobalMutex__Q25store16OStorePageDaemon
|
||||||
|
___Q25store21OStorePageDaemon_Impl
|
||||||
|
_classInfo__Q25store16OStorePageDaemon
|
||||||
|
_change__Q25store21OStoreBTreeRootObjectRQ25store19OStoreBTreeNodeDataRQ25store14OStorePageBIOSPQ23vos6IMutex
|
||||||
|
_remove__Q25store19OStoreBTreeNodeDataUs
|
||||||
|
_split__Q25store19OStoreBTreeNodeDataRCB0
|
||||||
|
_swap__Q25store19OStoreBTreeNodeDataRCQ25store20OStorePageDescriptor
|
||||||
|
_truncate__Q25store19OStoreBTreeNodeDataUs
|
||||||
|
_initialize__Q25store19OStoreBTreeNodeData
|
||||||
|
_initialize__Q25store17OStorePageManagerPQ25store10ILockBytes15storeAccessModeUs
|
||||||
|
_remove__Q25store17OStorePageManagerRQ25store16OStoreBTreeEntryRQ25store19OStoreBTreeNodeDatan1
|
||||||
|
_find__Q25store17OStorePageManagerRCQ25store16OStoreBTreeEntryRQ25store19OStoreBTreeNodeDatan2
|
||||||
|
_find__Q25store17OStorePageManagerRCQ25store16OStoreBTreeEntryRQ25store19OStoreBTreeNodeData
|
||||||
|
___Q25store14OFileLockBytes
|
||||||
|
___Q25store15OStoreDirectory
|
||||||
|
___Q25store15OStoreLockBytes
|
||||||
|
___Q25store16OMemoryLockBytes
|
||||||
|
___Q25store17OStorePageManager
|
||||||
|
_attrib__Q25store17OStorePageManagerRCQ25store13OStorePageKeyUlUlRUl
|
||||||
|
_classInfo__Q25store15OStoreDirectory
|
||||||
|
_classInfo__Q25store15OStoreLockBytes
|
||||||
|
_classInfo__Q25store17OStorePageManager
|
||||||
|
_create__Q25store14OFileLockBytesP12_rtl_uString15storeAccessMode
|
||||||
|
_create__Q25store15OStoreDirectoryPQ25store17OStorePageManagerP12_rtl_uStringn115storeAccessMode
|
||||||
|
_create__Q25store15OStoreLockBytesPQ25store17OStorePageManagerP12_rtl_uStringn115storeAccessMode
|
||||||
|
_getRefererCount__Q25store14OStorePageBIOS
|
||||||
|
_iterate__Q25store15OStoreDirectoryR13storeFindData
|
||||||
|
_link__Q25store17OStorePageManagerRCQ25store13OStorePageKeyn1
|
||||||
|
_rebuild__Q25store17OStorePageManagerPQ25store10ILockBytesn1
|
||||||
|
_remove__Q25store17OStorePageManagerRCQ25store13OStorePageKey
|
||||||
|
_rename__Q25store17OStorePageManagerRCQ25store13OStorePageKeyPC11_rtl_Stringn1
|
||||||
|
_size__Q25store14OStorePageBIOSRUl
|
||||||
|
_symlink__Q25store17OStorePageManagerPC11_rtl_Stringn1RCQ25store13OStorePageKey
|
||||||
|
___Q35store24OStoreDirectoryDataBlock9LinkTable
|
||||||
|
___vt_Q25store25OStoreDirectoryPageObject
|
||||||
|
_acquirePage__Q25store14OStorePageBIOSRCQ25store20OStorePageDescriptor15storeAccessMode
|
||||||
|
_getPageSize__Q25store14OStorePageBIOSRUs
|
||||||
|
_get__Q25store25OStoreDirectoryPageObjectUlRPQ25store25OStoreIndirectionPageDatan2RQ25store20OStoreDataPageObjectRQ25store14OStorePageBIOSPQ23vos6IMutex
|
||||||
|
_iterate__Q25store17OStorePageManagerRQ25store13OStorePageKeyRQ25store16OStorePageObjectRUl
|
||||||
|
_load__Q25store17OStorePageManagerRCQ25store13OStorePageKeyRQ25store25OStoreDirectoryPageObject
|
||||||
|
_put__Q25store25OStoreDirectoryPageObjectUlRPQ25store25OStoreIndirectionPageDatan2RQ25store20OStoreDataPageObjectRQ25store14OStorePageBIOSPQ23vos6IMutex
|
||||||
|
_releasePage__Q25store14OStorePageBIOSRCQ25store20OStorePageDescriptor15storeAccessMode
|
||||||
|
_save__Q25store17OStorePageManagerRCQ25store13OStorePageKeyRQ25store25OStoreDirectoryPageObject
|
||||||
|
_truncate__Q25store25OStoreDirectoryPageObjectUlRPQ25store25OStoreIndirectionPageDatan2RQ25store20OStoreDataPageObjectRQ25store14OStorePageBIOSPQ23vos6IMutex
|
||||||
|
__._Q25store12OStoreObject
|
||||||
|
___Q25store12OStoreObject
|
||||||
|
___tfQ25store12OStoreObject
|
||||||
|
___tiQ25store12OStoreObject
|
||||||
|
_classInfo__Q25store12OStoreObject
|
||||||
|
__._Q25store14OStorePageBIOS
|
||||||
|
__._Q25store15OStorePageCache
|
||||||
|
___Q25store14OStorePageBIOS
|
||||||
|
___Q25store15OStorePageCacheUs
|
||||||
|
___Q25store19OStoreBTreeNodeDataUs
|
||||||
|
___tfQ25store14OStorePageBIOS
|
||||||
|
___tiQ25store14OStorePageBIOS
|
||||||
|
___vt_Q25store21OStoreBTreeNodeObject
|
||||||
|
___vt_Q25store21OStoreBTreeRootObject
|
||||||
|
_classInfo__Q25store14OStorePageBIOS
|
||||||
|
_close__Q25store14OStorePageBIOS
|
||||||
|
_create__Q25store14OStorePageBIOSUs
|
||||||
|
_find__CQ25store19OStoreBTreeNodeDataRCQ25store16OStoreBTreeEntry
|
||||||
|
_flush__Q25store14OStorePageBIOS
|
||||||
|
_flush__Q25store15OStorePageCacheRQ25store14OStorePageBIOSPQ23vos6IMutex
|
||||||
|
_free__Q25store14OStorePageBIOSRQ25store16OStorePageObject
|
||||||
|
_getOrCreate__Q25store16OStorePageDaemonRQ23vost4ORef1ZB0
|
||||||
|
_initialize__Q25store14OStorePageBIOSPQ25store10ILockBytes15storeAccessMode
|
||||||
|
_initialize__Q35store24OStoreDirectoryDataBlock9LinkTable
|
||||||
|
_insert__Q25store16OStorePageDaemonPQ25store14OStorePageBIOS
|
||||||
|
_insert__Q25store19OStoreBTreeNodeDataUsRCQ25store16OStoreBTreeEntry
|
||||||
|
_invalidate__Q25store15OStorePageCacheRCQ25store20OStorePageDescriptorPQ23vos6IMutex
|
||||||
|
_load__Q25store14OStorePageBIOSRQ25store16OStorePageObject
|
||||||
|
_load__Q25store15OStorePageCacheRCQ25store20OStorePageDescriptorRQ25store14OStorePageDataRQ25store14OStorePageBIOSPQ23vos6IMutex
|
||||||
|
_remove__Q25store16OStorePageDaemonPQ25store14OStorePageBIOS
|
||||||
|
_remove__Q25store21OStoreBTreeNodeObjectUsRQ25store16OStoreBTreeEntryRQ25store19OStoreBTreeNodeDataRQ25store14OStorePageBIOSPQ23vos6IMutex
|
||||||
|
_save__Q25store14OStorePageBIOSRQ25store16OStorePageObject
|
||||||
|
_scanBegin__Q25store14OStorePageBIOSRQ35store14OStorePageBIOS11ScanContextUl
|
||||||
|
_scanNext__Q25store14OStorePageBIOSRQ35store14OStorePageBIOS11ScanContextRQ25store16OStorePageObject
|
||||||
|
_split__Q25store21OStoreBTreeNodeObjectUsRQ25store19OStoreBTreeNodeDatan1RQ25store14OStorePageBIOSPQ23vos6IMutex
|
||||||
|
_split__Q25store21OStoreBTreeRootObjectUsRQ25store19OStoreBTreeNodeDatan1RQ25store14OStorePageBIOSPQ23vos6IMutex
|
||||||
|
_update__Q25store15OStorePageCacheRCQ25store20OStorePageDescriptorRCQ25store14OStorePageDataRQ25store14OStorePageBIOSPQ23vos6IMutexQ35store15OStorePageCache10UpdateMode
|
||||||
|
__._Q25store16OStorePageObject
|
||||||
|
___tfQ25store16OStorePageObject
|
||||||
|
___tiQ25store16OStorePageObject
|
||||||
|
___vt_Q25store16OStorePageObject
|
||||||
|
_acquireLock__Q25store14OStorePageBIOSUlUl
|
||||||
|
_allocate__Q25store14OStorePageBIOSRQ25store16OStorePageObjectQ35store14OStorePageBIOS10Allocation
|
||||||
|
_crc32__Q25store15OStorePageGuardUlPCvUl
|
||||||
|
_guard__Q25store16OStorePageObjectRCQ25store20OStorePageDescriptor
|
||||||
|
_releaseLock__Q25store14OStorePageBIOSUlUl
|
||||||
|
_swap__Q25store16OStorePageObjectRCQ25store20OStorePageDescriptor
|
||||||
|
_verify__Q25store16OStorePageObjectRCQ25store20OStorePageDescriptor
|
||||||
|
_read__Q25store14OStorePageBIOSUlPvUl
|
||||||
|
_write__Q25store14OStorePageBIOSUlPCvUl
|
||||||
Reference in New Issue
Block a user