Home
last modified time | relevance | path

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

/external/lldb/source/Host/common/
DSymbols.cpp96 … const size_t num_specs = ObjectFile::GetModuleSpecifications (file_spec, 0, 0, specs); in LocateExecutableSymbolFile() local
97 assert (num_specs <= 1 && "Symbol Vendor supports only a single architecture"); in LocateExecutableSymbolFile()
98 if (num_specs == 1) in LocateExecutableSymbolFile()
/external/lldb/source/Host/linux/
DHost.cpp338 const size_t num_specs = ObjectFile::GetModuleSpecifications (filespec, 0, 0, specs); in GetELFProcessCPUType() local
341 assert(num_specs <= 1 && "Linux plugin supports only a single architecture"); in GetELFProcessCPUType()
342 if (num_specs == 1) in GetELFProcessCPUType()
/external/lldb/source/Target/
DTargetList.cpp96 …const size_t num_specs = ObjectFile::GetModuleSpecifications (module_spec.GetFileSpec(), file_offs… in CreateTarget() local
97 if (num_specs > 0) in CreateTarget()
101 if (num_specs == 1) in CreateTarget()
/external/lldb/source/Core/
DModule.cpp1345 const uint32_t num_specs = file_specs.GetSize(); in LoadScriptingResourceInTarget() local
1346 if (num_specs) in LoadScriptingResourceInTarget()
1351 for (uint32_t i=0; i<num_specs; ++i) in LoadScriptingResourceInTarget()
/external/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp505 uint32_t num_specs = 0; in GetDependentModules() local
510 num_specs++; in GetDependentModules()
513 return num_specs; in GetDependentModules()