Searched refs:nsects (Results 1 - 13 of 13) sorted by relevance

/external/lldb/source/Plugins/ObjectFile/PECOFF/
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...]
H A DObjectFilePECOFF.h154 uint16_t nsects; member in struct:ObjectFilePECOFF::coff_header
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOSXDYLD.h142 nsects(0),
154 uint32_t nsects; member in class:DynamicLoaderMacOSXDYLD::Segment
/external/llvm/tools/macho-dump/
H A Dmacho-dump.cpp131 SLC.maxprot, SLC.initprot, SLC.nsects, SLC.flags);
135 for (unsigned i = 0; i != SLC.nsects; ++i) {
153 SLC.maxprot, SLC.initprot, SLC.nsects, SLC.flags);
157 for (unsigned i = 0; i != SLC.nsects; ++i) {
/external/llvm/tools/llvm-size/
H A Dllvm-size.cpp141 for (unsigned J = 0; J < Seg.nsects; ++J) {
155 if (Seg.nsects != 0)
167 for (unsigned J = 0; J < Seg.nsects; ++J) {
181 if (Seg.nsects != 0)
208 for (unsigned J = 0; J < Seg.nsects; ++J) {
234 for (unsigned J = 0; J < Seg.nsects; ++J) {
/external/valgrind/main/coregrind/
H A Dfixup_macho_loadcmds.c37 nsects 0
63 nsects 0
468 nsects and flags). If yes, convert it to a UNIXSTACK load
491 if (seg->nsects != 0)
492 fail("has __UNIXSTACK, but wrong ::nsects (should be 0)");
503 if (seg->nsects != 0)
504 fail("has __LINKEDIT, but wrong ::nsects (should be 0)");
593 nsects 0
607 nsects 0
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
H A Dobj_int_extract.c134 if (seg_c.nsects < 1) {
150 if (seg_c.nsects < 1) {
/external/libvpx/libvpx/build/make/
H A Dobj_int_extract.c134 if (seg_c.nsects < 1) {
150 if (seg_c.nsects < 1) {
/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
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp183 sys::swapByteOrder(C.nsects);
197 sys::swapByteOrder(C.nsects);
252 return S.nsects;
255 return S.nsects;
/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/valgrind/main/coregrind/m_debuginfo/
H A Dreadmacho.c610 for (s = 0; s < seg.nsects; s++) {
/external/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1113 for (segment_sect_idx=0; segment_sect_idx<load_cmd.nsects; ++segment_sect_idx)

Completed in 241 milliseconds