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

/freebsd-11.0-release/sys/geom/
H A Dgeom_sunlabel.c63 int nsects; member in struct:g_sunlabel_softc
104 ms->nsects = sl.sl_nsectors;
161 ms->nsects, ms->nheads, ms->nalt);
/freebsd-11.0-release/contrib/llvm/tools/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c147 uint32_t nsects = 0; local
157 nsects = seg.nsects;
173 nsects = seg.nsects;
183 if (nsects != 0 && strcmp (segment_name, "__TEXT") == 0)
189 while (current_sect < nsects && (offset - start_of_this_load_cmd) < *lc_cmdsize)
/freebsd-11.0-release/contrib/llvm/tools/llvm-readobj/
H A DMachODumper.cpp279 uint32_t nsects; member in struct:__anon4558::MachOSegment
347 Segment.nsects = SC.nsects;
361 Segment.nsects = SC.nsects;
782 W.printNumber("nsects", MOSegment.nsects);
/freebsd-11.0-release/contrib/llvm/include/llvm/Support/
H A DMachO.h570 uint32_t nsects; member in struct:llvm::MachO::segment_command
584 uint32_t nsects; member in struct:llvm::MachO::segment_command_64
1040 sys::swapByteOrder(seg.nsects);
1053 sys::swapByteOrder(seg.nsects);
/freebsd-11.0-release/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp365 for (unsigned J = 0; J < Seg.nsects; ++J) {
393 for (unsigned J = 0; J < Seg.nsects; ++J) {
2095 for (unsigned J = 0; J < Seg.nsects; ++J) {
2116 for (unsigned J = 0; J < Seg.nsects; ++J) {
2151 for (unsigned J = 0; J < Seg.nsects; ++J) {
2186 for (unsigned J = 0; J < Seg.nsects; ++J) {
2309 for (unsigned J = 0; J < Seg.nsects; ++J) {
7312 uint32_t initprot, uint32_t nsects,
7318 expected_cmdsize = nsects;
7323 expected_cmdsize = nsects;
7308 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-11.0-release/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp216 if (S.nsects > std::numeric_limits<uint32_t>::max() / SectionSize ||
217 S.nsects * SectionSize > Load.C.cmdsize - SegmentLoadSize)
219 for (unsigned J = 0; J < S.nsects; ++J) {

Completed in 113 milliseconds