Home
last modified time | relevance | path

Searched refs:num_specs (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Default/
H A DSymbolLocatorDefault.cpp219 const size_t num_specs = in LocateExecutableSymbolFile() local
223 if (num_specs == 2) { in LocateExecutableSymbolFile()
234 assert(num_specs <= 1 && in LocateExecutableSymbolFile()
236 if (num_specs == 1) { in LocateExecutableSymbolFile()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFile.cpp
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTargetList.cpp139 const size_t num_specs = ObjectFile::GetModuleSpecifications( in CreateTargetInternal() local
142 if (num_specs > 0) { in CreateTargetInternal()
145 if (num_specs == 1) { in CreateTargetInternal()
/freebsd/sys/ofed/include/rdma/
H A Duverbs_std_types.h155 struct ib_uflow_resources *flow_resources_alloc(size_t num_specs);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1450 const uint32_t num_specs = file_specs.GetSize(); in LoadScriptingResourceInTarget() local
1451 if (num_specs) { in LoadScriptingResourceInTarget()
1454 for (uint32_t i = 0; i < num_specs; ++i) { in LoadScriptingResourceInTarget()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_cmd.c2580 struct ib_uflow_resources *flow_resources_alloc(size_t num_specs) in flow_resources_alloc() argument
2589 if (!num_specs) in flow_resources_alloc()
2593 kcalloc(num_specs, sizeof(*resources->counters), GFP_KERNEL); in flow_resources_alloc()
2595 kcalloc(num_specs, sizeof(*resources->collection), GFP_KERNEL); in flow_resources_alloc()
2601 resources->max = num_specs; in flow_resources_alloc()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp858 uint32_t num_specs = 0; in GetDependentModules() local
862 num_specs++; in GetDependentModules()
865 return num_specs; in GetDependentModules()