Home
last modified time | relevance | path

Searched refs:nsects (Results 1 – 22 of 22) sorted by relevance

/external/google-breakpad/src/common/mac/
Dmacho_utilities.cc57 sg->nsects = ByteSwap(sg->nsects); in breakpad_swap_segment_command_64()
75 uint32_t nsects, in breakpad_swap_section_64() argument
78 for (uint32_t i = 0; i < nsects; i++) { in breakpad_swap_section_64()
Dmacho_utilities.h81 uint32_t nsects,
Dmacho_id.cc276 for (unsigned long i = 0; i < seg.nsects; ++i) { in WalkerCB()
309 for (unsigned long i = 0; i < seg64.nsects; ++i) { in WalkerCB()
Dmacho_reader.cc349 >> segment.nsects in WalkLoadCommands()
459 for (size_t i = 0; i < segment.nsects; i++) { in WalkSegmentSections()
Dmacho_reader.h182 uint32_t nsects; member
Dmacho_reader_unittest.cc1120 EXPECT_EQ(0U, actual_segment.nsects); in TEST_F()
1157 EXPECT_EQ(0U, actual_segment.nsects); in TEST_F()
1193 EXPECT_EQ(0U, actual_segment.nsects); in TEST_F()
1230 EXPECT_EQ(0U, actual_segment.nsects); in TEST_F()
/external/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.cpp365 m_coff_header.nsects = m_data.GetU16(offset_ptr); in ParseCOFFHeader()
452 const uint32_t nsects = m_coff_header.nsects; in ParseSectionHeaders() local
455 if (nsects > 0) in ParseSectionHeaders()
458 const size_t section_header_byte_size = nsects * sizeof(section_header_t); in ParseSectionHeaders()
465 m_sect_headers.resize(nsects); in ParseSectionHeaders()
467 for (uint32_t idx = 0; idx<nsects; ++idx) in ParseSectionHeaders()
620 const uint32_t nsects = m_sect_headers.size(); in CreateSections() local
622 for (uint32_t idx = 0; idx<nsects; ++idx) in CreateSections()
840 s->Printf (" nsects = 0x%4.4x\n", header.nsects); in DumpCOFFHeader()
DObjectFilePECOFF.h154 uint16_t nsects; member
/external/llvm/test/tools/llvm-objdump/AArch64/
Dmacho-private-headers.test18 CHECK: nsects 2
93 EXE: nsects 0
105 EXE: nsects 5
182 EXE: nsects 2
220 EXE: nsects 0
/external/llvm/test/tools/llvm-objdump/ARM/
Dmacho-private-headers.test18 CHECK: nsects 6
140 EXE: nsects 0
152 EXE: nsects 4
216 EXE: nsects 2
254 EXE: nsects 0
/external/llvm/test/tools/llvm-objdump/X86/
Dmacho-private-headers.test38 CHECK: nsects 4
134 EXE: nsects 0
146 EXE: nsects 6
236 EXE: nsects 2
274 EXE: nsects 0
462 NON_VERBOSE: nsects 4
/external/llvm/tools/llvm-size/
Dllvm-size.cpp141 for (unsigned J = 0; J < Seg.nsects; ++J) { in PrintDarwinSectionSizes()
155 if (Seg.nsects != 0) in PrintDarwinSectionSizes()
167 for (unsigned J = 0; J < Seg.nsects; ++J) { in PrintDarwinSectionSizes()
181 if (Seg.nsects != 0) in PrintDarwinSectionSizes()
208 for (unsigned J = 0; J < Seg.nsects; ++J) { in PrintDarwinSegmentSizes()
234 for (unsigned J = 0; J < Seg.nsects; ++J) { in PrintDarwinSegmentSizes()
/external/llvm/tools/macho-dump/
Dmacho-dump.cpp131 SLC.maxprot, SLC.initprot, SLC.nsects, SLC.flags); in DumpSegmentCommand()
135 for (unsigned i = 0; i != SLC.nsects; ++i) { in DumpSegmentCommand()
153 SLC.maxprot, SLC.initprot, SLC.nsects, SLC.flags); in DumpSegment64Command()
157 for (unsigned i = 0; i != SLC.nsects; ++i) { in DumpSegment64Command()
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderMacOSXDYLD.h142 nsects(0), in Segment()
154 uint32_t nsects; variable
/external/valgrind/coregrind/
Dfixup_macho_loadcmds.c520 if (seg->nsects != 0) in modify_macho_loadcmds()
532 if (seg->nsects != 0) in modify_macho_loadcmds()
/external/llvm/include/llvm/Support/
DMachO.h572 uint32_t nsects; member
586 uint32_t nsects; member
1045 sys::swapByteOrder(seg.nsects); in swapStruct()
1058 sys::swapByteOrder(seg.nsects); in swapStruct()
/external/libvpx/libvpx/build/make/
Dobj_int_extract.c134 if (seg_c.nsects < 1) { in parse_macho()
150 if (seg_c.nsects < 1) { in parse_macho()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp387 for (unsigned J = 0; J < Seg.nsects; ++J) { in PrintIndirectSymbols()
415 for (unsigned J = 0; J < Seg.nsects; ++J) { in PrintIndirectSymbols()
2133 for (unsigned J = 0; J < Seg.nsects; ++J) { in GuessCstringPointer()
2154 for (unsigned J = 0; J < Seg.nsects; ++J) { in GuessCstringPointer()
2195 for (unsigned J = 0; J < Seg.nsects; ++J) { in GuessIndirectSymbol()
2229 for (unsigned J = 0; J < Seg.nsects; ++J) { in GuessIndirectSymbol()
2357 for (unsigned J = 0; J < Seg.nsects; ++J) { in GuessPointerPointer()
7138 uint32_t initprot, uint32_t nsects, in PrintSegmentCommand() argument
7144 expected_cmdsize = nsects; in PrintSegmentCommand()
7149 expected_cmdsize = nsects; in PrintSegmentCommand()
[all …]
/external/v8/src/
Dgdb-jit.cc524 uint32_t nsects; member
574 cmd->nsects = sections_.length(); in WriteSegmentCommand()
577 cmd->nsects; in WriteSegmentCommand()
/external/llvm/lib/Object/
DMachOObjectFile.cpp58 if (S.nsects > std::numeric_limits<uint32_t>::max() / SectionSize || in getSegmentLoadCommandNumSections()
59 S.nsects * SectionSize > Cmdsize - sizeof(S)) in getSegmentLoadCommandNumSections()
62 return S.nsects; in getSegmentLoadCommandNumSections()
/external/valgrind/coregrind/m_debuginfo/
Dreadmacho.c615 for (s = 0; s < seg.nsects; s++) { in getsectdata()
/external/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp1113 … for (segment_sect_idx=0; segment_sect_idx<load_cmd.nsects; ++segment_sect_idx) in CreateSections()