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

  /external/lldb/source/Plugins/DynamicLoader/Static/
DynamicLoaderStatic.cpp 127 const size_t num_sections = section_list->GetSize(); local
129 for (sect_idx = 0; sect_idx < num_sections; ++sect_idx)
  /external/lldb/source/Core/
Section.cpp 460 size_t num_sections = m_sections.size(); local
461 for (size_t idx = start_idx; idx < num_sections; ++idx)
Module.cpp 1267 size_t num_sections = section_list->GetNumSections (0); local
1303 size_t num_sections = sections->GetSize(); local
1410 const size_t num_sections = section_list->GetSize(); local
    [all...]
  /external/lldb/source/Plugins/Process/mach-core/
ProcessMachCore.cpp 230 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/
pe_image.cc 138 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/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
DynamicLoaderPOSIXDYLD.cpp 217 const size_t num_sections = sections->GetSize(); local
219 for (unsigned i = 0; i < num_sections; ++i)
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
dwarf2-line.c 573 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)
    [all...]
  /external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DynamicLoaderMacOSXDYLD.cpp 1286 const size_t num_sections = dylib_info.segments.size(); local
    [all...]
  /external/lldb/source/API/
SBTarget.cpp 2511 const size_t num_sections = section_list->GetSize(); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/extensions/
XKBgeom.h 288 unsigned short num_sections; member in struct:_XkbGeometry
313 unsigned short num_sections; member in struct:_XkbGeometrySizes
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XKBgeom.h 288 unsigned short num_sections; member in struct:_XkbGeometry
313 unsigned short num_sections; member in struct:_XkbGeometrySizes

Completed in 415 milliseconds