Home
last modified time | relevance | path

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

12

/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/llvm/tools/dsymutil/
DMachOUtils.cpp118 Seg64.nsects = Seg.nsects; in adaptFrom32bits()
253 unsigned nsects = Segment.nsects; in transferSegmentAndSections() local
258 for (unsigned i = 0; i < nsects; ++i) { in transferSegmentAndSections()
384 LoadCommandSize += segmentLoadCommandSize(Is64Bit, Segment.nsects); in generateDsymCompanion()
/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/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DMachOUtils.cpp133 Seg64.nsects = Seg.nsects; in adaptFrom32bits()
270 unsigned nsects = Segment.nsects; in transferSegmentAndSections() local
274 for (unsigned i = 0; i < nsects; ++i) { in transferSegmentAndSections()
408 LoadCommandSize += segmentLoadCommandSize(Is64Bit, Segment.nsects); in generateDsymCompanion()
/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/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/ARM/
Dmacho-private-headers.test20 CHECK: nsects 6
142 EXE: nsects 0
154 EXE: nsects 4
218 EXE: nsects 2
256 EXE: nsects 0
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/X86/
Dmacho-private-headers.test42 CHECK: nsects 4
138 EXE: nsects 0
150 EXE: nsects 6
240 EXE: nsects 2
278 EXE: nsects 0
466 NON_VERBOSE: nsects 4
/external/llvm/test/tools/llvm-objdump/X86/
Dmacho-private-headers.test40 CHECK: nsects 4
136 EXE: nsects 0
148 EXE: nsects 6
238 EXE: nsects 2
276 EXE: nsects 0
464 NON_VERBOSE: nsects 4
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp279 uint32_t nsects; member
347 Segment.nsects = SC.nsects; in getSegment()
361 Segment.nsects = SC.nsects; in getSegment()
787 W.printNumber("nsects", MOSegment.nsects); in printMachOSegment()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-size/
Dllvm-size.cpp236 for (unsigned J = 0; J < Seg.nsects; ++J) { in printDarwinSectionSizes()
250 if (Seg.nsects != 0) in printDarwinSectionSizes()
263 for (unsigned J = 0; J < Seg.nsects; ++J) { in printDarwinSectionSizes()
278 if (Seg.nsects != 0) in printDarwinSectionSizes()
298 for (unsigned J = 0; J < Seg.nsects; ++J) { in printDarwinSegmentSizes()
324 for (unsigned J = 0; J < Seg.nsects; ++J) { in printDarwinSegmentSizes()
/external/llvm/tools/llvm-size/
Dllvm-size.cpp226 for (unsigned J = 0; J < Seg.nsects; ++J) { in printDarwinSectionSizes()
240 if (Seg.nsects != 0) in printDarwinSectionSizes()
253 for (unsigned J = 0; J < Seg.nsects; ++J) { in printDarwinSectionSizes()
268 if (Seg.nsects != 0) in printDarwinSectionSizes()
288 for (unsigned J = 0; J < Seg.nsects; ++J) { in printDarwinSegmentSizes()
314 for (unsigned J = 0; J < Seg.nsects; ++J) { in printDarwinSegmentSizes()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DMachODumper.cpp281 uint32_t nsects; member
349 Segment.nsects = SC.nsects; in getSegment()
363 Segment.nsects = SC.nsects; in getSegment()
834 W.printNumber("nsects", MOSegment.nsects); in printMachOSegment()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DMachO.h315 uint32_t nsects; member
329 uint32_t nsects; member
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/MachO/ARM/
Ddarwin-Thumb-reloc.s126 @ CHECK: nsects: 2
Ddarwin-ARM-reloc.s164 @ CHECK: nsects: 3
/external/llvm/test/MC/MachO/ARM/
Ddarwin-Thumb-reloc.s126 @ CHECK: nsects: 2
Ddarwin-ARM-reloc.s164 @ CHECK: nsects: 3
/external/llvm/include/llvm/Support/
DMachO.h528 uint32_t nsects; member
542 uint32_t nsects; member
1029 sys::swapByteOrder(seg.nsects); in swapStruct()
1042 sys::swapByteOrder(seg.nsects); in swapStruct()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h528 uint32_t nsects; member
542 uint32_t nsects; member
1037 sys::swapByteOrder(seg.nsects); in swapStruct()
1050 sys::swapByteOrder(seg.nsects); in swapStruct()

12