/external/google-breakpad/src/common/mac/ |
D | macho_utilities.cc | 70 sc->nsects = ByteSwap(sc->nsects); in breakpad_swap_segment_command() 85 sg->nsects = ByteSwap(sg->nsects); in breakpad_swap_segment_command_64() 126 uint32_t nsects) { in breakpad_swap_section() argument 127 for (uint32_t i = 0; i < nsects; i++) { in breakpad_swap_section() 142 uint32_t nsects) { in breakpad_swap_section_64() argument 143 for (uint32_t i = 0; i < nsects; i++) { in breakpad_swap_section_64()
|
D | macho_utilities.h | 90 uint32_t nsects); 93 uint32_t nsects);
|
D | macho_id.cc | 274 for (unsigned long i = 0; i < seg.nsects; ++i) { in WalkerCB() 307 for (unsigned long i = 0; i < seg64.nsects; ++i) { in WalkerCB()
|
D | macho_reader.cc | 352 >> segment.nsects in WalkLoadCommands() 462 for (size_t i = 0; i < segment.nsects; i++) { in WalkSegmentSections()
|
D | macho_reader.h | 187 uint32_t nsects; member
|
D | macho_reader_unittest.cc | 1124 EXPECT_EQ(0U, actual_segment.nsects); in TEST_F() 1161 EXPECT_EQ(0U, actual_segment.nsects); in TEST_F() 1197 EXPECT_EQ(0U, actual_segment.nsects); in TEST_F() 1234 EXPECT_EQ(0U, actual_segment.nsects); in TEST_F()
|
/external/llvm/tools/dsymutil/ |
D | MachOUtils.cpp | 118 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/ |
D | macho-private-headers.test | 18 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/ |
D | macho-private-headers.test | 18 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/ |
D | macho-private-headers.test | 40 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-size/ |
D | llvm-size.cpp | 226 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/llvm/tools/llvm-readobj/ |
D | MachODumper.cpp | 279 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/google-breakpad/src/third_party/mac_headers/mach-o/ |
D | loader.h | 331 uint32_t nsects; /* number of sections in segment */ member 351 uint32_t nsects; /* number of sections in segment */ member
|
/external/llvm/test/MC/MachO/ARM/ |
D | darwin-Thumb-reloc.s | 126 @ CHECK: nsects: 2
|
D | darwin-ARM-reloc.s | 164 @ CHECK: nsects: 3
|
/external/llvm/include/llvm/Support/ |
D | MachO.h | 528 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/ |
D | MachO.h | 528 uint32_t nsects; member 542 uint32_t nsects; member 1037 sys::swapByteOrder(seg.nsects); in swapStruct() 1050 sys::swapByteOrder(seg.nsects); in swapStruct()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | MachO.h | 535 uint32_t nsects; member 549 uint32_t nsects; member 1066 sys::swapByteOrder(seg.nsects); in swapStruct() 1079 sys::swapByteOrder(seg.nsects); in swapStruct()
|
/external/llvm/lib/ObjectYAML/ |
D | MachOYAML.cpp | 457 IO.mapRequired("nsects", LoadCommand.nsects); in mapping() 471 IO.mapRequired("nsects", LoadCommand.nsects); in mapping()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | MachOYAML.cpp | 481 IO.mapRequired("nsects", LoadCommand.nsects); in mapping() 494 IO.mapRequired("nsects", LoadCommand.nsects); in mapping()
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 406 for (unsigned J = 0; J < Seg.nsects; ++J) { in PrintIndirectSymbols() 434 for (unsigned J = 0; J < Seg.nsects; ++J) { in PrintIndirectSymbols() 2236 for (unsigned J = 0; J < Seg.nsects; ++J) { in GuessCstringPointer() 2257 for (unsigned J = 0; J < Seg.nsects; ++J) { in GuessCstringPointer() 2292 for (unsigned J = 0; J < Seg.nsects; ++J) { in GuessIndirectSymbol() 2332 for (unsigned J = 0; J < Seg.nsects; ++J) { in GuessIndirectSymbol() 2460 for (unsigned J = 0; J < Seg.nsects; ++J) { in GuessPointerPointer() 7674 uint32_t initprot, uint32_t nsects, in PrintSegmentCommand() argument 7680 expected_cmdsize = nsects; in PrintSegmentCommand() 7685 expected_cmdsize = nsects; in PrintSegmentCommand() [all …]
|
/external/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 235 if (S.nsects > std::numeric_limits<uint32_t>::max() / SectionSize || in parseSegmentLoadCommand() 236 S.nsects * SectionSize > Load.C.cmdsize - SegmentLoadSize) in parseSegmentLoadCommand() 240 for (unsigned J = 0; J < S.nsects; ++J) { in parseSegmentLoadCommand()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 290 if (S.nsects > std::numeric_limits<uint32_t>::max() / SectionSize || in parseSegmentLoadCommand() 291 S.nsects * SectionSize > Load.C.cmdsize - SegmentLoadSize) in parseSegmentLoadCommand() 295 for (unsigned J = 0; J < S.nsects; ++J) { in parseSegmentLoadCommand()
|
/external/rust/crates/libc/src/unix/bsd/apple/ |
D | mod.rs | 595 pub nsects: u32, 609 pub nsects: u32,
|