Searched defs:nsects (Results 1 - 5 of 5) sorted by relevance

/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOSXDYLD.h142 nsects(0),
154 uint32_t nsects; member in class:DynamicLoaderMacOSXDYLD::Segment
/external/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.h154 uint16_t nsects; member in struct:ObjectFilePECOFF::coff_header
H A DObjectFilePECOFF.cpp365 m_coff_header.nsects = m_data.GetU16(offset_ptr);
452 const uint32_t nsects = m_coff_header.nsects; local
455 if (nsects > 0)
458 const size_t section_header_byte_size = nsects * sizeof(section_header_t);
465 m_sect_headers.resize(nsects);
467 for (uint32_t idx = 0; idx<nsects; ++idx)
620 const uint32_t nsects = m_sect_headers.size(); local
622 for (uint32_t idx = 0; idx<nsects; ++idx)
840 s->Printf (" nsects
[all...]
/external/chromium_org/v8/src/
H A Dgdb-jit.cc524 uint32_t nsects; member in struct:v8::BASE_EMBEDDED::MachOSegmentCommand
574 cmd->nsects = sections_.length();
577 cmd->nsects;
/external/llvm/include/llvm/Support/
H A DMachO.h566 uint32_t nsects; member in struct:llvm::MachO::segment_command
580 uint32_t nsects; member in struct:llvm::MachO::segment_command_64

Completed in 162 milliseconds