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

/external/google-breakpad/src/common/mac/
H A Dmacho_utilities.cc57 sg->nsects = ByteSwap(sg->nsects);
75 uint32_t nsects,
78 for (uint32_t i = 0; i < nsects; i++) {
74 breakpad_swap_section_64(struct section_64 *s, uint32_t nsects, enum NXByteOrder target_byte_order) argument
H A Dmacho_utilities.h81 uint32_t nsects,
H A Dmacho_reader.h182 uint32_t nsects; member in struct:google_breakpad::mach_o::Segment
H A Dmacho_id.cc276 for (unsigned long i = 0; i < seg.nsects; ++i) {
309 for (unsigned long i = 0; i < seg64.nsects; ++i) {
H A Dmacho_reader.cc349 >> segment.nsects
459 for (size_t i = 0; i < segment.nsects; i++) {
H A Dmacho_reader_unittest.cc1124 EXPECT_EQ(0U, actual_segment.nsects);
1161 EXPECT_EQ(0U, actual_segment.nsects);
1197 EXPECT_EQ(0U, actual_segment.nsects);
1234 EXPECT_EQ(0U, actual_segment.nsects);
/external/llvm/tools/dsymutil/
H A DMachOUtils.cpp117 Seg64.nsects = Seg.nsects;
252 unsigned nsects = Segment.nsects; local
257 for (unsigned i = 0; i < nsects; ++i) {
383 LoadCommandSize += segmentLoadCommandSize(Is64Bit, Segment.nsects);
/external/llvm/tools/llvm-readobj/
H A DMachODumper.cpp279 uint32_t nsects; member in struct:__anon13093::MachOSegment
347 Segment.nsects = SC.nsects;
361 Segment.nsects = SC.nsects;
782 W.printNumber("nsects", MOSegment.nsects);
/external/llvm/tools/llvm-size/
H A Dllvm-size.cpp140 for (unsigned J = 0; J < Seg.nsects; ++J) {
154 if (Seg.nsects != 0)
166 for (unsigned J = 0; J < Seg.nsects; ++J) {
180 if (Seg.nsects != 0)
200 for (unsigned J = 0; J < Seg.nsects; ++J) {
226 for (unsigned J = 0; J < Seg.nsects; ++J) {
/external/valgrind/coregrind/
H A Dfixup_macho_loadcmds.c45 nsects 0
71 nsects 0
498 nsects and flags). If yes, convert it to a UNIXSTACK load
521 if (seg->nsects != 0)
522 fail("has __UNIXSTACK, but wrong ::nsects (should be 0)");
533 if (seg->nsects != 0)
534 fail("has __LINKEDIT, but wrong ::nsects (should be 0)");
636 nsects 0
650 nsects 0
/external/llvm/test/MC/MachO/ARM/
H A Ddarwin-ARM-reloc.s164 @ CHECK: nsects: 3
H A Ddarwin-Thumb-reloc.s126 @ CHECK: nsects: 2
/external/llvm/include/llvm/Support/
H A DMachO.h570 uint32_t nsects; member in struct:llvm::MachO::segment_command
584 uint32_t nsects; member in struct:llvm::MachO::segment_command_64
1040 sys::swapByteOrder(seg.nsects);
1053 sys::swapByteOrder(seg.nsects);
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp365 for (unsigned J = 0; J < Seg.nsects; ++J) {
393 for (unsigned J = 0; J < Seg.nsects; ++J) {
2092 for (unsigned J = 0; J < Seg.nsects; ++J) {
2113 for (unsigned J = 0; J < Seg.nsects; ++J) {
2148 for (unsigned J = 0; J < Seg.nsects; ++J) {
2183 for (unsigned J = 0; J < Seg.nsects; ++J) {
2306 for (unsigned J = 0; J < Seg.nsects; ++J) {
7309 uint32_t initprot, uint32_t nsects,
7315 expected_cmdsize = nsects;
7320 expected_cmdsize = nsects;
7305 PrintSegmentCommand(uint32_t cmd, uint32_t cmdsize, StringRef SegName, uint64_t vmaddr, uint64_t vmsize, uint64_t fileoff, uint64_t filesize, uint32_t maxprot, uint32_t initprot, uint32_t nsects, uint32_t flags, uint32_t object_size, bool verbose) argument
[all...]
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp216 if (S.nsects > std::numeric_limits<uint32_t>::max() / SectionSize ||
217 S.nsects * SectionSize > Load.C.cmdsize - SegmentLoadSize)
219 for (unsigned J = 0; J < S.nsects; ++J) {
/external/v8/src/
H A Dgdb-jit.cc522 uint32_t nsects; member in struct:v8::internal::BASE_EMBEDDED::MachOSegmentCommand
572 cmd->nsects = sections_.length();
575 cmd->nsects;
/external/valgrind/coregrind/m_debuginfo/
H A Dreadmacho.c615 for (s = 0; s < seg.nsects; s++) {

Completed in 476 milliseconds