Home
last modified time | relevance | path

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

1234

/external/google-breakpad/src/common/mac/
Dmacho_utilities.cc70 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()
Dmacho_utilities.h90 uint32_t nsects);
93 uint32_t nsects);
/external/llvm-project/llvm/test/tools/llvm-objcopy/MachO/
Dsegment-size-alignment.test78 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 …]
Dbasic-executable-copy.test29 nsects: 0
40 nsects: 2
76 nsects: 2
112 nsects: 0
Dsegments-vmsize.test43 nsects: 0
54 nsects: 2
92 nsects: 2
129 nsects: 0
Dremove-lc-index-update.test38 nsects: 0
49 nsects: 2
85 nsects: 2
137 nsects: 0
Donly-section.test49 # ONLY-TEXT-SECTION-NEXT: nsects: 1
70 # NONEXISTENT-SECTION-NEXT: nsects: 0
112 nsects: 3
Dvirtual-section.test27 nsects: 1
Dcode_signature_lc.test34 nsects: 0
Dzero-offset-section.test27 nsects: 1
Dremove-swift-symbols.test127 nsects: 1
151 nsects: 1
176 nsects: 0
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_procmaps_mac.cpp41 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/
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-project/llvm/test/tools/llvm-objdump/MachO/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/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/llvm-project/llvm/test/tools/llvm-libtool-darwin/
Dcpu-subtype-matching.test48 nsects: 1
105 nsects: 1
186 nsects: 1
244 nsects: 1
/external/llvm-project/llvm/tools/dsymutil/
DMachOUtils.cpp132 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/
Dmacho-private-headers.test18 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/
Dprivate-headers.test20 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/
Ddarwin-m.test50 nsects: 2
97 nsects: 2
/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.cpp414 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/
DObjC.cpp24 reinterpret_cast<const section_64 *>(c + 1), c->nsects}; in hasObjCSection()
/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-project/llvm/test/tools/llvm-objdump/MachO/
Dprivate-headers.test44 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/
DDynamicLoaderDarwin.h78 filesize(0), maxprot(0), initprot(0), nsects(0), flags(0) {} in Segment()
87 uint32_t nsects; variable

1234