Searched refs:moduleName (Results 1 - 25 of 38) sorted by relevance

12

/macosx-10.10/objc4-646/runtime/
H A Dobjc-load.mm56 int objc_loadModule(char *moduleName, void (*class_callback) (Class, Category), int *errorCode)
67 if (moduleName == NULL)
80 code = NSCreateObjectFileImageFromFile (moduleName, &objectFileImage);
87 if (NSLinkModule(objectFileImage, moduleName, NSLINKMODULE_OPTION_RETURN_ON_ERROR) == NULL) {
H A Dobjc-load.h45 char * moduleName,
H A Dobjc-runtime.mm500 if (hi->moduleName) {
501 names[count++] = hi->moduleName;
538 if (0 == wcscmp((TCHAR *)image, hi->moduleName)) break;
/macosx-10.10/cxxfilt-11/cxxfilt/include/nlm/
H A Di386-ext.h41 unsigned char moduleName[14]; member in struct:nlm32_i386_external_fixed_header
H A Dsparc32-ext.h41 unsigned char moduleName[14]; member in struct:nlm32_sparc_external_fixed_header
H A Dppc-ext.h84 unsigned char moduleName[14]; member in struct:nlm32_powerpc_external_fixed_header
H A Dalpha-ext.h87 unsigned char moduleName[14]; member in struct:nlm32_alpha_external_fixed_header
H A Dinternal.h73 char moduleName[NLM_MODULE_NAME_SIZE]; member in struct:nlm_internal_fixed_header
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIOCatalogue.h131 @param moduleName Name of the module.
134 bool isModuleLoaded( OSString * moduleName ) const;
139 @param moduleName Name of the module.
142 bool isModuleLoaded( const char * moduleName ) const;
176 @param moduleName Name of the module which is used to determine which driver instances to terminate and unload.
179 IOReturn terminateDriversForModule( OSString * moduleName, bool unload = true);
184 @param moduleName Name of the module which is used to determine which driver instances to terminate and unload.
187 IOReturn terminateDriversForModule( const char * moduleName, bool unload = true);
231 @param moduleName An OSString containing the name of the module to unload.
233 IOReturn unloadModule( OSString * moduleName ) cons
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cssm/lib/
H A Dcssmmds.h48 string name() const { return mCommon->moduleName(); }
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOCatalogue.cpp456 bool IOCatalogue::isModuleLoaded(OSString * moduleName) const
458 return isModuleLoaded(moduleName->getCStringNoCopy());
461 bool IOCatalogue::isModuleLoaded(const char * moduleName) const
464 ret = OSKext::loadKextWithIdentifier(moduleName);
477 OSString * moduleName = NULL; local
493 moduleName = OSDynamicCast(OSString, driver->getObject(gIOModuleIdentifierKey));
494 if ( moduleName )
495 return isModuleLoaded(moduleName);
507 void IOCatalogue::moduleHasLoaded(OSString * moduleName) argument
512 dict->setObject(gIOModuleIdentifierKey, moduleName);
520 moduleHasLoaded(const char * moduleName) argument
630 terminateDriversForModule( OSString * moduleName, bool unload) argument
688 terminateDriversForModule( const char * moduleName, bool unload) argument
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_client/
H A Dmds_standard.h47 string moduleName() const;
62 string moduleName() const { return common().moduleName(); } function in class:Security::MDSClient::Common::Carrier
86 string moduleName() const;
H A Dmds_standard.cpp46 string Common::moduleName() const { return mAttributes[1]; } function in class:Security::MDSClient::Common
94 string PrimaryRecord::moduleName() const { return mAttributes[2]; } function in class:Security::MDSClient::PrimaryRecord
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_client/lib/
H A Dmds_standard.h47 string moduleName() const;
62 string moduleName() const { return common().moduleName(); } function in class:Security::MDSClient::Common::Carrier
86 string moduleName() const;
H A Dmds_standard.cpp46 string Common::moduleName() const { return mAttributes[1]; } function in class:Security::MDSClient::Common
94 string PrimaryRecord::moduleName() const { return mAttributes[2]; } function in class:Security::MDSClient::PrimaryRecord
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dnlmswap.h43 memcpy (dst->moduleName, src->moduleName, NLM_MODULE_NAME_SIZE);
104 memcpy (dst->moduleName, src->moduleName, NLM_MODULE_NAME_SIZE);
/macosx-10.10/WebCore-7600.1.25/Modules/webdatabase/
H A DDatabaseAuthorizer.h75 int createVTable(const String& tableName, const String& moduleName);
76 int dropVTable(const String& tableName, const String& moduleName);
H A DDatabaseAuthorizer.cpp286 int DatabaseAuthorizer::createVTable(const String& tableName, const String& moduleName) argument
292 if (!equalIgnoringCase(moduleName, "fts3"))
299 int DatabaseAuthorizer::dropVTable(const String& tableName, const String& moduleName) argument
305 if (!equalIgnoringCase(moduleName, "fts3"))
/macosx-10.10/libpcap-48/libpcap/msdos/
H A Dndis2.c288 macCommon->moduleName,
296 if (!strcmp(bindings.moduleName[bindEntry], handle->moduleName))
611 strcpy (common.moduleName, "PCAP");
644 strcpy (bindings.moduleName[0], handle->moduleName);
688 card->moduleName);
833 DEBUG1 ("MAC card: %-16s - ", handle->moduleName);
H A Dndis2.h250 BYTE moduleName[16]; member in struct:_CommonChars
436 BYTE moduleName[16]; member in struct:_CardHandle
443 BYTE moduleName[2][16]; member in struct:_BindingsList
/macosx-10.10/dyld-353.2.1/src/
H A Ddyld.h91 extern ImageLoader* loadFromMemory(const uint8_t* mem, uint64_t len, const char* moduleName);
H A DdyldAPIs.cpp93 static NSModule _dyld_link_module(NSObjectFileImage object_addr, size_t object_size, const char* moduleName, uint32_t options);
971 NSModule NSLinkModule(NSObjectFileImage objectFileImage, const char* moduleName, uint32_t options) argument
974 dyld::log("%s(%p, \"%s\", 0x%08X)\n", __func__, objectFileImage, moduleName, options);
988 // for memory based images, set moduleName as the name anyone calling _dyld_get_image_name() will see
990 objectFileImage->image->setPath(moduleName);
994 info.imageFilePath = moduleName;
1023 setLastError(NSLinkEditOtherError, 0, moduleName, msg);
1034 static NSModule _dyld_link_module(NSObjectFileImage object_addr, size_t object_size, const char* moduleName, uint32_t options) argument
1037 dyld::log("%s(%p, \"%s\", 0x%08X)\n", "NSLinkModule", object_addr, moduleName, options); // note name/args translation
1041 const char* imageName = moduleName;
[all...]
/macosx-10.10/xnu-2782.1.97/libsa/
H A Dbootstrap.cpp841 OSString * moduleName = NULL; // do not release local
853 moduleName = OSDynamicCast(OSString,
855 if (!moduleName) {
863 moduleName->getCStringNoCopy());
889 personality->setObject(kCFBundleIdentifierKey, moduleName);
/macosx-10.10/JavaScriptCore-7600.1.17/offlineasm/
H A Dparser.rb49 def initialize(moduleName, defaultDir)
53 fileName = includePath + (moduleName + ".asm")
60 @fileName = directory + (moduleName + ".asm")
734 moduleName = @tokens[@idx].string
735 fileName = IncludeFile.new(moduleName, @tokens[@idx].codeOrigin.fileName.dirname).fileName
756 moduleName = @tokens[@idx].string
757 fileName = IncludeFile.new(moduleName, @tokens[@idx].codeOrigin.fileName.dirname).fileName
/macosx-10.10/mDNSResponder-561.1.1/Clients/ExplorerPlugin/
H A DExplorerPlugin.cpp320 TCHAR moduleName[ MAX_PATH ] = TEXT( "" ); local
325 { HKEY_CLASSES_ROOT, TEXT( "CLSID\\%s\\InprocServer32" ), NULL, moduleName },
349 nChars = GetModuleFileName( inInstance, moduleName, sizeof_array( moduleName ) );

Completed in 243 milliseconds

12