Searched refs:nsects (Results 1 - 12 of 12) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_mac.cpp41 uptr nsects; member in struct:__sanitizer::MemoryMappedSegmentData
66 if (!data_ || !data_->nsects || IsExecutable()) {
80 } while (--data_->nsects);
211 seg_data->nsects = sc->nsects;
/freebsd-12-stable/sys/geom/
H A Dgeom_sunlabel.c65 int nsects; member in struct:g_sunlabel_softc
108 ms->nsects = sl.sl_nsectors;
165 ms->nsects, ms->nheads, ms->nalt);
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp306 uint32_t nsects; member in struct:__anon5864::MachOSegment
374 Segment.nsects = SC.nsects;
388 Segment.nsects = SC.nsects;
850 W.printNumber("nsects", MOSegment.nsects);
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-size/
H A Dllvm-size.cpp233 for (unsigned J = 0; J < Seg.nsects; ++J) {
247 if (Seg.nsects != 0)
260 for (unsigned J = 0; J < Seg.nsects; ++J) {
275 if (Seg.nsects != 0)
295 for (unsigned J = 0; J < Seg.nsects; ++J) {
321 for (unsigned J = 0; J < Seg.nsects; ++J) {
/freebsd-12-stable/contrib/llvm-project/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c183 uint32_t nsects = 0; local
192 nsects = seg.nsects;
206 nsects = seg.nsects;
215 if (nsects != 0 && strcmp(segment_name, "__TEXT") == 0) {
220 while (current_sect < nsects &&
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOLayoutBuilder.cpp186 MLC.segment_command_data.nsects = LC.Sections.size();
195 MLC.segment_command_64_data.nsects = LC.Sections.size();
/freebsd-12-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryWriter.cpp634 seg->nsects = _file.sections.size();
635 if (seg->nsects) {
689 cmd->nsects = 0;
709 cmd->nsects = segInfo.sections.size();
H A DMachONormalizedFileBinaryReader.cpp286 const unsigned sectionCount = read32(&seg->nsects, isBig);
329 const unsigned sectionCount = read32(&seg->nsects, isBig);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h537 uint32_t nsects; member in struct:llvm::MachO::segment_command
551 uint32_t nsects; member in struct:llvm::MachO::segment_command_64
1068 sys::swapByteOrder(seg.nsects);
1081 sys::swapByteOrder(seg.nsects);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp481 IO.mapRequired("nsects", LoadCommand.nsects);
494 IO.mapRequired("nsects", LoadCommand.nsects);
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp738 for (unsigned J = 0; J < Seg.nsects; ++J) {
766 for (unsigned J = 0; J < Seg.nsects; ++J) {
1019 uint32_t nsects = O->section_end()->getRawDataRefImpl().d.a; local
1020 if (r_symbolnum > 0 && r_symbolnum <= nsects) {
1074 for (unsigned J = 0; J < Seg.nsects; ++J) {
1094 for (unsigned J = 0; J < Seg.nsects; ++J) {
3019 for (unsigned J = 0; J < Seg.nsects; ++J) {
3040 for (unsigned J = 0; J < Seg.nsects; ++J) {
3075 for (unsigned J = 0; J < Seg.nsects; ++J) {
3106 for (unsigned J = 0; J < Seg.nsects;
8526 PrintSegmentCommand(uint32_t cmd, uint32_t cmdsize, StringRef SegName, uint64_t vmaddr, uint64_t vmsize, uint64_t fileoff, uint64_t filesize, uint32_t maxprot, uint32_t initprot, uint32_t nsects, uint32_t flags, uint32_t object_size, bool verbose) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp290 if (S.nsects > std::numeric_limits<uint32_t>::max() / SectionSize ||
291 S.nsects * SectionSize > Load.C.cmdsize - SegmentLoadSize)
295 for (unsigned J = 0; J < S.nsects; ++J) {

Completed in 287 milliseconds