Home
last modified time | relevance | path

Searched refs:CFDictionaryRef (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFileMacOSX.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
H A DSymbolLocatorDebugSymbols.cpp57 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 Dos_version_check.c46 *CFStringRef, *CFDictionaryRef, *CFTypeRef, *CFErrorRef; typedef
81 typedef const void *(*CFDictionaryGetValueFuncTy)(CFDictionaryRef,
179 CFDictionaryRef PListRef = NULL; in _initializeAvailabilityCheck()
/freebsd/crypto/heimdal/lib/krb5/
H A Dconfig_file.c298 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 Dannounce.c402 CFDictionaryRef btmm; in update_entries()