HomeSort by relevance Sort by last modified time
    Searched refs:GetNumSections (Results 1 - 11 of 11) sorted by null

  /external/lldb/test/python_api/module_section/
TestModuleAndSection.py 53 print "Number of sections: %d" % exe_module.GetNumSections()
90 print "Number of sections: %d" % exe_module.GetNumSections()
100 if exe_module.GetNumSections() > 1:
  /external/lldb/include/lldb/API/
SBModule.h 134 GetNumSections ();
  /external/lldb/scripts/Python/interface/
SBModule.i 38 print 'Number of sections: %d' % module.GetNumSections()
192 GetNumSections ();
379 return int(self.sbmodule.GetNumSections())
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/source/Core/
Section.cpp 382 SectionList::GetNumSections (uint32_t depth) const
390 count += (*sect_iter)->GetChildren().GetNumSections(depth - 1);
Module.cpp     [all...]
  /external/lldb/include/lldb/Core/
Section.h 79 GetNumSections (uint32_t depth) const;
  /external/lldb/source/Plugins/Process/mach-core/
ProcessMachCore.cpp 230 const uint32_t num_sections = section_list->GetNumSections(0);
  /external/lldb/source/API/
SBModule.cpp 402 SBModule::GetNumSections ()
  /external/lldb/examples/darwin/heap_find/
heap.py     [all...]
  /external/lldb/examples/summaries/cocoa/
objc_runtime.py 653 num_sections = module.GetNumSections()
  /external/lldb/source/Plugins/ObjectFile/Mach-O/
ObjectFileMachO.cpp     [all...]

Completed in 589 milliseconds