Searched defs:num_sections (Results 1 - 9 of 9) sorted by relevance

/external/llvm/test/MC/COFF/
H A Dbigobj.py8 num_sections = 65277 variable
21 for i in range(0, num_sections):
/external/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp127 const size_t num_sections = section_list->GetSize(); local
129 for (sect_idx = 0; sect_idx < num_sections; ++sect_idx)
/external/lldb/source/Plugins/Process/mach-core/
H A DProcessMachCore.cpp230 const uint32_t num_sections = section_list->GetNumSections(0); local
231 if (num_sections == 0)
247 for (uint32_t i=0; i<num_sections; ++i)
/external/lldb/source/Core/
H A DSection.cpp460 size_t num_sections = m_sections.size(); local
461 for (size_t idx = start_idx; idx < num_sections; ++idx)
H A DModule.cpp1267 size_t num_sections = section_list->GetNumSections (0); local
1268 for (size_t idx = num_sections; idx > 0; --idx)
1303 size_t num_sections = sections->GetSize(); local
1304 for (size_t sect_idx = 0; sect_idx < num_sections; sect_idx++)
1410 const size_t num_sections = section_list->GetSize(); local
1412 for (sect_idx = 0; sect_idx < num_sections; ++sect_idx)
/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp217 const size_t num_sections = sections->GetSize(); local
219 for (unsigned i = 0; i < num_sections; ++i)
/external/google-breakpad/src/common/linux/
H A Ddump_symbols.cc245 int num_sections = elf_header->e_shnum; local
247 for (int i = 0; i < num_sections; i++) {
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOSXDYLD.cpp1286 const size_t num_sections = dylib_info.segments.size(); local
1287 for (size_t i = 0; i < num_sections; ++i)
/external/lldb/source/API/
H A DSBTarget.cpp2511 const size_t num_sections = section_list->GetSize(); local
2512 for (size_t sect_idx = 0; sect_idx < num_sections; ++sect_idx)

Completed in 311 milliseconds