Home
last modified time | relevance | path

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

/NextBSD/lib/libasl/
HDasl.c1136 size_t vmsize; in _asl_send_message() local
1148 vmsize = asl_string_allocated_size(send_str); in _asl_send_message()
1151 if ((str != NULL) && (vmsize != 0)) vm_deallocate(mach_task_self(), (vm_address_t)str, vmsize); in _asl_send_message()
1157 vmsize = asl_string_allocated_size(send_str); in _asl_send_message()
1171 vm_deallocate(mach_task_self(), (vm_address_t)str, vmsize); in _asl_send_message()
1176 else if (vmsize >0) vm_deallocate(mach_task_self(), (vm_address_t)str, vmsize); in _asl_send_message()
1270 size_t len, vmsize; in _asl_auxiliary() local
1372 vmsize = asl_string_allocated_size(send_str); in _asl_auxiliary()
1378 vm_deallocate(mach_task_self(), (vm_address_t)str, vmsize); in _asl_auxiliary()
1394 vm_deallocate(mach_task_self(), (vm_address_t)str, vmsize); in _asl_auxiliary()
/NextBSD/contrib/compiler-rt/lib/sanitizer_common/
HDsanitizer_procmaps_mac.cc88 if (end) *end = sc->vmaddr + sc->vmsize + dlloff; in NextSegmentLoad()
/NextBSD/contrib/llvm/tools/macho-dump/
HDmacho-dump.cpp130 SLC.vmsize, SLC.fileoff, SLC.filesize, in DumpSegmentCommand()
152 SLC.vmsize, SLC.fileoff, SLC.filesize, in DumpSegment64Command()
/NextBSD/contrib/llvm/include/llvm/Support/
HDMachO.h567 uint32_t vmsize; member
581 uint64_t vmsize; member
1040 sys::swapByteOrder(seg.vmsize); in swapStruct()
1053 sys::swapByteOrder(seg.vmsize); in swapStruct()
/NextBSD/sys/sys/
HDfbio.h283 u_short vmsize; /* video memory size */ member
/NextBSD/contrib/llvm/tools/llvm-objdump/
HDMachODump.cpp7085 uint64_t vmsize, uint64_t fileoff, in PrintSegmentCommand() argument
7110 outs() << " vmsize " << format("0x%016" PRIx64, vmsize) << "\n"; in PrintSegmentCommand()
7113 outs() << " vmsize " << format("0x%08" PRIx64, vmsize) << "\n"; in PrintSegmentCommand()
8322 SLC.vmsize, SLC.fileoff, SLC.filesize, SLC.maxprot, in PrintLoadCommands()
8335 SLC_64.vmaddr, SLC_64.vmsize, SLC_64.fileoff, in PrintLoadCommands()