Searched refs:CFDictionaryRef (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | LocateSymbolFileMacOSX.cpp |
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/ |
H A D | SymbolLocatorDebugSymbols.cpp | 57 static CFDictionaryRef (*g_dlsym_DBGCopyDSYMPropertyLists)(CFURLRef dsym_url) = 109 g_dlsym_DBGCopyDSYMPropertyLists = (CFDictionaryRef(*)(CFURLRef))dlsym( in LocateExecutableObjectFile() 176 CFCReleaser<CFDictionaryRef> dict( in LocateExecutableObjectFile() 178 CFDictionaryRef uuid_dict = NULL; in LocateExecutableObjectFile() 181 uuid_dict = static_cast<CFDictionaryRef>( in LocateExecutableObjectFile() 551 g_dlsym_DBGCopyDSYMPropertyLists = (CFDictionaryRef(*)(CFURLRef))dlsym( in LocateMacOSXFilesUsingDebugSymbols() 618 CFCReleaser<CFDictionaryRef> dict( in LocateMacOSXFilesUsingDebugSymbols() 620 CFDictionaryRef uuid_dict = NULL; in LocateMacOSXFilesUsingDebugSymbols() 623 uuid_dict = static_cast<CFDictionaryRef>( in LocateMacOSXFilesUsingDebugSymbols() 797 static bool GetModuleSpecInfoFromUUIDDictionary(CFDictionaryRef uuid_dict, in GetModuleSpecInfoFromUUIDDictionary() [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
H A D | os_version_check.c | 46 *CFStringRef, *CFDictionaryRef, *CFTypeRef, *CFErrorRef; typedef 81 typedef const void *(*CFDictionaryGetValueFuncTy)(CFDictionaryRef, 179 CFDictionaryRef PListRef = NULL; in _initializeAvailabilityCheck()
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | config_file.c | 298 CFDictionaryRef d; in parse_plist_config() 321 …d = (CFDictionaryRef)CFPropertyListCreateWithStream(NULL, s, 0, kCFPropertyListImmutable, NULL, NU… in parse_plist_config() 323 …d = (CFDictionaryRef)CFPropertyListCreateFromStream(NULL, s, 0, kCFPropertyListImmutable, NULL, NU… in parse_plist_config()
|
/freebsd/crypto/heimdal/kdc/ |
H A D | announce.c | 402 CFDictionaryRef btmm; in update_entries()
|