Home
last modified time | relevance | path

Searched refs:vmsize (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-size/
H A Dllvm-size.cpp221 << format(fmtbuf.c_str(), Seg.vmsize); in printDarwinSectionSizes()
226 total += Seg.vmsize; in printDarwinSectionSizes()
246 uint64_t Seg_vmsize = Seg.vmsize; in printDarwinSectionSizes()
253 total += Seg.vmsize; in printDarwinSectionSizes()
305 total_text += Seg.vmsize; in printDarwinSegmentSizes()
307 total_data += Seg.vmsize; in printDarwinSegmentSizes()
309 total_objc += Seg.vmsize; in printDarwinSegmentSizes()
311 total_others += Seg.vmsize; in printDarwinSegmentSizes()
331 total_text += Seg.vmsize; in printDarwinSegmentSizes()
333 total_data += Seg.vmsize; in printDarwinSegmentSizes()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOLayoutBuilder.cpp127 SegmentVmSize = MLC.segment_command_data.vmsize; in layoutSegments()
134 SegmentVmSize = MLC.segment_command_64_data.vmsize; in layoutSegments()
197 MLC.segment_command_data.vmsize = VMSize; in layoutSegments()
206 MLC.segment_command_64_data.vmsize = VMSize; in layoutSegments()
325 MLC->segment_command_data.vmsize = alignTo(LinkEditSize, PageSize); in layoutTail()
331 MLC->segment_command_64_data.vmsize = alignTo(LinkEditSize, PageSize); in layoutTail()
H A DMachOObject.cpp169 MLC.segment_command_data.vmsize); in nextAvailableSegmentAddress()
173 MLC.segment_command_64_data.vmsize); in nextAvailableSegmentAddress()
195 Seg.vmsize = SegVMSize; in constructSegment()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp311 uint64_t vmsize; member
379 Segment.vmsize = SC.vmsize; in getSegment()
393 Segment.vmsize = SC.vmsize; in getSegment()
935 W.printHex("vmsize", MOSegment.vmsize); in printMachOSegment()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.cpp1255 mach_vm_size_t vmsize = 0; in FindAvailableMemoryRange() local
1259 kr = mach_vm_region_recurse(mach_task_self(), &address, &vmsize, &depth, in FindAvailableMemoryRange()
1268 vmsize = 0; in FindAvailableMemoryRange()
1271 if (max_occupied_addr) *max_occupied_addr = address + vmsize; in FindAvailableMemoryRange()
1287 address += vmsize; in FindAvailableMemoryRange()
H A Dsanitizer_procmaps_mac.cpp275 segment->end = segment->start + sc->vmsize; in NextSegmentLoad()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOBuilder.h371 Seg.vmsize = Header.filetype == MachO::MH_OBJECT
374 SegVMAddr += Seg.vmsize;
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h543 uint32_t vmsize; member
557 uint64_t vmsize; member
1201 sys::swapByteOrder(seg.vmsize); in swapStruct()
1214 sys::swapByteOrder(seg.vmsize); in swapStruct()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp532 IO.mapRequired("vmsize", LoadCommand.vmsize); in mapping()
545 IO.mapRequired("vmsize", LoadCommand.vmsize); in mapping()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebuggerSupportPlugin.cpp
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp356 BigEnd += S.vmsize; in parseSegmentLoadCommand()
357 if (S.vmsize != 0 && s.size != 0 && BigSize > BigEnd) in parseSegmentLoadCommand()
399 if (S.vmsize != 0 && S.filesize > S.vmsize) in parseSegmentLoadCommand()
/freebsd/contrib/llvm-project/lld/MachO/
H A DWriter.cpp244 c->vmsize = seg->vmSize; in writeTo()
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DSignals.inc685 Addr < intptr_t(CmdSeg64->vmaddr + CmdSeg64->vmsize + Slide)) {
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp8558 uint64_t vmsize, uint64_t fileoff, in PrintSegmentCommand() argument
8583 outs() << " vmsize " << format("0x%016" PRIx64, vmsize) << "\n"; in PrintSegmentCommand()
8586 outs() << " vmsize " << format("0x%08" PRIx64, vmsize) << "\n"; in PrintSegmentCommand()
10119 SLC.vmsize, SLC.fileoff, SLC.filesize, SLC.maxprot, in PrintLoadCommands()
10132 SLC_64.vmaddr, SLC_64.vmsize, SLC_64.fileoff, in PrintLoadCommands()