Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_mac.cpp41 uptr nsects; member
66 if (!data_ || !data_->nsects || IsExecutable()) { in AddAddressRanges()
80 } while (--data_->nsects); in AddAddressRanges()
279 seg_data->nsects = sc->nsects; in NextSegmentLoad()
/freebsd/contrib/llvm-project/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c140 uint32_t nsects = 0; in scan_macho_load_commands() local
149 nsects = seg.nsects; in scan_macho_load_commands()
163 nsects = seg.nsects; in scan_macho_load_commands()
172 if (nsects != 0 && strcmp(segment_name, "__TEXT") == 0) { in scan_macho_load_commands()
177 while (current_sect < nsects && in scan_macho_load_commands()
/freebsd/contrib/llvm-project/llvm/tools/llvm-size/
H A Dllvm-size.cpp224 for (unsigned J = 0; J < Seg.nsects; ++J) { in printDarwinSectionSizes()
238 if (Seg.nsects != 0) in printDarwinSectionSizes()
251 for (unsigned J = 0; J < Seg.nsects; ++J) { in printDarwinSectionSizes()
266 if (Seg.nsects != 0) in printDarwinSectionSizes()
286 for (unsigned J = 0; J < Seg.nsects; ++J) { in printDarwinSegmentSizes()
312 for (unsigned J = 0; J < Seg.nsects; ++J) { in printDarwinSegmentSizes()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp316 uint32_t nsects; member
384 Segment.nsects = SC.nsects; in getSegment()
398 Segment.nsects = SC.nsects; in getSegment()
940 W.printNumber("nsects", MOSegment.nsects); in printMachOSegment()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOUniversalWriter.cpp47 (Is64Bit ? O.getSegment64LoadCommand(LC).nsects in calculateFileAlignment()
48 : O.getSegmentLoadCommand(LC).nsects); in calculateFileAlignment()
H A DMachOObjectFile.cpp298 if (S.nsects > std::numeric_limits<uint32_t>::max() / SectionSize || in parseSegmentLoadCommand()
299 S.nsects * SectionSize > Load.C.cmdsize - SegmentLoadSize) in parseSegmentLoadCommand()
303 for (unsigned J = 0; J < S.nsects; ++J) { in parseSegmentLoadCommand()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOLayoutBuilder.cpp195 MLC.segment_command_data.nsects = LC.Sections.size(); in layoutSegments()
204 MLC.segment_command_64_data.nsects = LC.Sections.size(); in layoutSegments()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dvdev_disk.c1344 sector_t nsects = zio->io_size >> 9; in vdev_disk_io_trim() local
1347 error = vdev_bdev_issue_secure_erase(bdh, sector, nsects, &bio); in vdev_disk_io_trim()
1349 error = vdev_bdev_issue_discard(bdh, sector, nsects, &bio); in vdev_disk_io_trim()
/freebsd/contrib/llvm-project/lld/MachO/
H A DObjC.cpp37 reinterpret_cast<const SectionHeader *>(c + 1), c->nsects}; in objectHasObjCSection()
H A DWriter.cpp248 c->nsects = seg->numNonHiddenSections(); in writeTo()
H A DInputFiles.cpp1011 reinterpret_cast<const SectionHeader *>(c + 1), c->nsects}; in parse()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h548 uint32_t nsects; member
562 uint32_t nsects; member
1206 sys::swapByteOrder(seg.nsects); in swapStruct()
1219 sys::swapByteOrder(seg.nsects); in swapStruct()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp536 IO.mapRequired("nsects", LoadCommand.nsects); in mapping()
549 IO.mapRequired("nsects", LoadCommand.nsects); in mapping()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp660 for (unsigned J = 0; J < Seg.nsects; ++J) { in PrintIndirectSymbols()
688 for (unsigned J = 0; J < Seg.nsects; ++J) { in PrintIndirectSymbols()
996 for (unsigned J = 0; J < Seg.nsects; ++J) { in PrintRelocations()
1016 for (unsigned J = 0; J < Seg.nsects; ++J) { in PrintRelocations()
3226 for (unsigned J = 0; J < Seg.nsects; ++J) { in GuessCstringPointer()
3247 for (unsigned J = 0; J < Seg.nsects; ++J) { in GuessCstringPointer()
3282 for (unsigned J = 0; J < Seg.nsects; ++J) { in GuessIndirectSymbol()
3313 for (unsigned J = 0; J < Seg.nsects; ++J) { in GuessIndirectSymbol()
8435 expected_cmdsize = nsects; in PrintSegmentCommand()
8440 expected_cmdsize = nsects; in PrintSegmentCommand()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOBuilder.h353 Seg.nsects = Seg.Sections.size();
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp1574 SegLC.nsects = Secs.size(); in populateObjCRuntimeObject()