/external/google-breakpad/src/common/mac/ |
D | macho_utilities.cc | 57 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()
|
D | macho_utilities.h | 81 uint32_t nsects,
|
D | macho_id.cc | 276 for (unsigned long i = 0; i < seg.nsects; ++i) { in WalkerCB() 309 for (unsigned long i = 0; i < seg64.nsects; ++i) { in WalkerCB()
|
D | macho_reader.cc | 349 >> segment.nsects in WalkLoadCommands() 459 for (size_t i = 0; i < segment.nsects; i++) { in WalkSegmentSections()
|
D | macho_reader.h | 182 uint32_t nsects; member
|
D | macho_reader_unittest.cc | 1120 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/ |
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/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/ |
D | MachOUtils.cpp | 133 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/ |
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/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/ARM/ |
D | macho-private-headers.test | 20 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/ |
D | macho-private-headers.test | 42 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/ |
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-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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-size/ |
D | llvm-size.cpp | 236 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/ |
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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | MachODumper.cpp | 281 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/ |
D | MachO.h | 315 uint32_t nsects; member 329 uint32_t nsects; member
|
/external/swiftshader/third_party/llvm-7.0/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/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()
|