Searched refs:num_specs (Results 1 – 5 of 5) sorted by relevance
96 … const size_t num_specs = ObjectFile::GetModuleSpecifications (file_spec, 0, 0, specs); in LocateExecutableSymbolFile() local97 assert (num_specs <= 1 && "Symbol Vendor supports only a single architecture"); in LocateExecutableSymbolFile()98 if (num_specs == 1) in LocateExecutableSymbolFile()
338 const size_t num_specs = ObjectFile::GetModuleSpecifications (filespec, 0, 0, specs); in GetELFProcessCPUType() local341 assert(num_specs <= 1 && "Linux plugin supports only a single architecture"); in GetELFProcessCPUType()342 if (num_specs == 1) in GetELFProcessCPUType()
96 …const size_t num_specs = ObjectFile::GetModuleSpecifications (module_spec.GetFileSpec(), file_offs… in CreateTarget() local97 if (num_specs > 0) in CreateTarget()101 if (num_specs == 1) in CreateTarget()
1345 const uint32_t num_specs = file_specs.GetSize(); in LoadScriptingResourceInTarget() local1346 if (num_specs) in LoadScriptingResourceInTarget()1351 for (uint32_t i=0; i<num_specs; ++i) in LoadScriptingResourceInTarget()
505 uint32_t num_specs = 0; in GetDependentModules() local510 num_specs++; in GetDependentModules()513 return num_specs; in GetDependentModules()