/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);
|
/external/llvm-project/llvm/test/tools/llvm-objcopy/MachO/ |
D | segment-size-alignment.test | 78 nsects: 0 89 nsects: 1 114 nsects: 0 277 nsects: 0 288 nsects: 2 326 nsects: 0 494 nsects: 0 505 nsects: 2 543 nsects: 0 711 nsects: 0 [all …]
|
D | basic-executable-copy.test | 29 nsects: 0 40 nsects: 2 76 nsects: 2 112 nsects: 0
|
D | segments-vmsize.test | 43 nsects: 0 54 nsects: 2 92 nsects: 2 129 nsects: 0
|
D | remove-lc-index-update.test | 38 nsects: 0 49 nsects: 2 85 nsects: 2 137 nsects: 0
|
D | only-section.test | 49 # ONLY-TEXT-SECTION-NEXT: nsects: 1 70 # NONEXISTENT-SECTION-NEXT: nsects: 0 112 nsects: 3
|
D | virtual-section.test | 27 nsects: 1
|
D | code_signature_lc.test | 34 nsects: 0
|
D | zero-offset-section.test | 27 nsects: 1
|
D | remove-swift-symbols.test | 127 nsects: 1 151 nsects: 1 176 nsects: 0
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_procmaps_mac.cpp | 41 uptr nsects; member 66 if (!data_ || !data_->nsects || IsExecutable()) { in AddAddressRanges() 80 } while (--data_->nsects); in AddAddressRanges() 211 seg_data->nsects = sc->nsects; in NextSegmentLoad()
|
/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-project/llvm/test/tools/llvm-objdump/MachO/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/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-project/llvm/test/tools/llvm-libtool-darwin/ |
D | cpu-subtype-matching.test | 48 nsects: 1 105 nsects: 1 186 nsects: 1 244 nsects: 1
|
/external/llvm-project/llvm/tools/dsymutil/ |
D | MachOUtils.cpp | 132 Seg64.nsects = Seg.nsects; in adaptFrom32bits() 277 unsigned nsects = Segment.nsects; in transferSegmentAndSections() local 281 for (unsigned i = 0; i < nsects; ++i) { in transferSegmentAndSections() 428 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/llvm-project/llvm/test/tools/llvm-objdump/MachO/ARM/ |
D | private-headers.test | 20 CHECK: nsects 6 142 EXE: nsects 0 154 EXE: nsects 4 218 EXE: nsects 2 256 EXE: nsects 0
|
/external/llvm-project/llvm/test/tools/llvm-size/ |
D | darwin-m.test | 50 nsects: 2 97 nsects: 2
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/ |
D | ObjectFilePECOFF.cpp | 414 coff_header.nsects = data.GetU16(offset_ptr); in ParseCOFFHeader() 545 const uint32_t nsects = m_coff_header.nsects; in ParseSectionHeaders() local 548 if (nsects > 0) { in ParseSectionHeaders() 549 const size_t section_header_byte_size = nsects * sizeof(section_header_t); in ParseSectionHeaders() 556 m_sect_headers.resize(nsects); in ParseSectionHeaders() 558 for (uint32_t idx = 0; idx < nsects; ++idx) { in ParseSectionHeaders() 840 const uint32_t nsects = m_sect_headers.size(); in CreateSections() local 842 for (uint32_t idx = 0; idx < nsects; ++idx) { in CreateSections() 1049 s->Printf(" nsects = 0x%4.4x\n", header.nsects); in DumpCOFFHeader()
|
/external/llvm-project/lld/MachO/ |
D | ObjC.cpp | 24 reinterpret_cast<const section_64 *>(c + 1), c->nsects}; in hasObjCSection()
|
/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-project/llvm/test/tools/llvm-objdump/MachO/ |
D | private-headers.test | 44 CHECK: nsects 4 140 EXE: nsects 0 152 EXE: nsects 6 242 EXE: nsects 2 280 EXE: nsects 0 468 NON_VERBOSE: nsects 4
|
/external/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
D | DynamicLoaderDarwin.h | 78 filesize(0), maxprot(0), initprot(0), nsects(0), flags(0) {} in Segment() 87 uint32_t nsects; variable
|