Searched refs:num_sections (Results 1 - 11 of 11) sorted by relevance

/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/chromium_org/base/win/
H A Dpe_image.cc138 int num_sections = GetNumSections(); local
140 for (int i = 0; i < num_sections; i++) {
242 UINT num_sections = nt_headers->FileHeader.NumberOfSections; local
245 for (UINT i = 0; i < num_sections; i++, section++) {
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
H A Ddwarf2-line.c573 size_t num_sections; member in struct:dwarf2_line_info
599 info->num_sections++;
704 info.num_sections = 0;
750 *num_line_sections = info.num_sections;
751 if (info.num_sections == 1)
/external/lldb/source/Core/
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)
H A DSection.cpp460 size_t num_sections = m_sections.size(); local
461 for (size_t idx = start_idx; idx < num_sections; ++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/lldb/scripts/Python/interface/
H A DSBModule.i454 for idx in range(self.num_sections):
508 __swig_getmethods__["num_sections"] = GetNumSections
509 if _newclass: num_sections = property(GetNumSections, None, doc='''A read only property that returns number of sections in the module as an integer.''')
/external/lldb/examples/summaries/cocoa/
H A Dobjc_runtime.py653 num_sections = module.GetNumSections()
655 for idx in range(num_sections):
/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 226 milliseconds