| /external/llvm/test/ObjectYAML/MachO/ |
| D | load_commands.yaml | 18 vmsize: 4294967296 29 vmsize: 8192 40 vmsize: 4096 51 vmsize: 4096 144 #CHECK: vmsize: 4294967296 155 #CHECK: vmsize: 8192 166 #CHECK: vmsize: 4096 177 #CHECK: vmsize: 4096
|
| D | export_trie.yaml | 18 vmsize: 4294967296 29 vmsize: 8192 40 vmsize: 4096 51 vmsize: 4096
|
| D | out_of_order_linkedit.yaml | 18 vmsize: 4294967296 29 vmsize: 8192 40 vmsize: 4096 51 vmsize: 4096
|
| D | sections.yaml | 18 vmsize: 4294967296 29 vmsize: 8192 113 vmsize: 4096 161 vmsize: 4096
|
| D | symtab.yaml | 18 vmsize: 4294967296 29 vmsize: 8192 41 vmsize: 4096 53 vmsize: 4096
|
| D | rebase_opcode.yaml | 18 vmsize: 4096
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/MachO/ |
| D | MachOLayoutBuilder.cpp | 126 SegmentVmSize = MLC.segment_command_data.vmsize; in layoutSegments() 133 SegmentVmSize = MLC.segment_command_64_data.vmsize; in layoutSegments() 152 uint64_t VMSize = 0; in layoutSegments() local 176 VMSize = std::max(VMSize, SectOffset + Sec->Size); in layoutSegments() 184 // Use the original vmsize if the segment is __PAGEZERO. in layoutSegments() 185 VMSize = in layoutSegments() 186 Segname == "__PAGEZERO" ? SegmentVmSize : alignTo(VMSize, PageSize); in layoutSegments() 196 MLC.segment_command_data.vmsize = VMSize; in layoutSegments() 205 MLC.segment_command_64_data.vmsize = VMSize; in layoutSegments() 324 MLC->segment_command_data.vmsize = alignTo(LinkEditSize, PageSize); in layoutTail() [all …]
|
| D | MachOObject.cpp | 155 MLC.segment_command_data.vmsize); in nextAvailableSegmentAddress() 159 MLC.segment_command_64_data.vmsize); in nextAvailableSegmentAddress() 181 Seg.vmsize = SegVMSize; in constructSegment()
|
| /external/llvm/test/tools/llvm-objdump/AArch64/ |
| D | macho-private-headers.test | 13 CHECK: vmsize 0x000000000000004d 88 EXE: vmsize 0x0000000100000000 100 EXE: vmsize 0x0000000000008000 177 EXE: vmsize 0x0000000000004000 215 EXE: vmsize 0x0000000000004000
|
| /external/llvm/test/tools/llvm-objdump/ARM/ |
| D | macho-private-headers.test | 13 CHECK: vmsize 0x00000043 135 EXE: vmsize 0x00004000 147 EXE: vmsize 0x00008000 211 EXE: vmsize 0x00004000 249 EXE: vmsize 0x00004000
|
| /external/skia/infra/bots/buildstats/ |
| D | buildstats_cpp.py | 62 # Follows schema sections,vmsize,filesize 72 vmsize = parts[1] # In bytes 77 'vm_size_bytes': int(vmsize),
|
| D | buildstats_flutter.py | 122 # vmsize = parts[2] Not needed 158 # vmsize = parts[2] Not needed
|
| /external/google-breakpad/src/common/mac/ |
| D | macho_utilities.cc | 68 sc->vmsize = ByteSwap(sc->vmsize); in breakpad_swap_segment_command() 82 sg->vmsize = ByteSwap(sg->vmsize); in breakpad_swap_segment_command_64()
|
| /external/llvm/test/tools/llvm-objdump/X86/ |
| D | macho-private-headers.test | 35 CHECK: vmsize 0x00000000000000a8 131 EXE: vmsize 0x0000000100000000 143 EXE: vmsize 0x0000000000001000 233 EXE: vmsize 0x0000000000001000 271 EXE: vmsize 0x0000000000001000 459 NON_VERBOSE: vmsize 0x00000000000000a8
|
| /external/llvm/tools/llvm-size/ |
| D | llvm-size.cpp | 219 << format(fmt.str().c_str(), Seg.vmsize); in printDarwinSectionSizes() 224 total += Seg.vmsize; in printDarwinSectionSizes() 244 uint64_t Seg_vmsize = Seg.vmsize; in printDarwinSectionSizes() 251 total += Seg.vmsize; in printDarwinSectionSizes() 303 total_text += Seg.vmsize; in printDarwinSegmentSizes() 305 total_data += Seg.vmsize; in printDarwinSegmentSizes() 307 total_objc += Seg.vmsize; in printDarwinSegmentSizes() 309 total_others += Seg.vmsize; in printDarwinSegmentSizes() 329 total_text += Seg.vmsize; in printDarwinSegmentSizes() 331 total_data += Seg.vmsize; in printDarwinSegmentSizes() [all …]
|
| /external/llvm/lib/MC/ |
| D | MachObjectWriter.cpp | 156 StringRef Name, unsigned NumSections, uint64_t VMAddr, uint64_t VMSize, in writeSegmentLoadCommand() argument 177 write64(VMSize); // vmsize in writeSegmentLoadCommand() 182 write32(VMSize); // vmsize in writeSegmentLoadCommand() 770 uint64_t VMSize = 0; in writeObject() local 777 VMSize = std::max(VMSize, Address + Size); in writeObject() 797 writeSegmentLoadCommand("", NumSections, 0, VMSize, SectionDataStart, in writeObject()
|
| /external/llvm/tools/llvm-readobj/ |
| D | MachODumper.cpp | 274 uint64_t vmsize; member 342 Segment.vmsize = SC.vmsize; in getSegment() 356 Segment.vmsize = SC.vmsize; in getSegment() 782 W.printHex("vmsize", MOSegment.vmsize); in printMachOSegment()
|
| /external/perfetto/src/profiling/common/ |
| D | profiler_guardrails_unittest.cc | 77 "VmSize:\t 5432 kB\n" in TEST() 105 "VmSize:\t 5432 kB\n" in TEST()
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/ |
| D | MachObjectWriter.cpp | 177 StringRef Name, unsigned NumSections, uint64_t VMAddr, uint64_t VMSize, in writeSegmentLoadCommand() argument 197 W.write<uint64_t>(VMSize); // vmsize in writeSegmentLoadCommand() 202 W.write<uint32_t>(VMSize); // vmsize in writeSegmentLoadCommand() 863 uint64_t VMSize = 0; in writeObject() local 870 VMSize = std::max(VMSize, Address + Size); in writeObject() 891 writeSegmentLoadCommand("", NumSections, 0, VMSize, SectionDataStart, in writeObject()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
| D | MachObjectWriter.cpp | 175 StringRef Name, unsigned NumSections, uint64_t VMAddr, uint64_t VMSize, in writeSegmentLoadCommand() argument 195 W.write<uint64_t>(VMSize); // vmsize in writeSegmentLoadCommand() 200 W.write<uint32_t>(VMSize); // vmsize in writeSegmentLoadCommand() 818 uint64_t VMSize = 0; in writeObject() local 825 VMSize = std::max(VMSize, Address + Size); in writeObject() 846 writeSegmentLoadCommand("", NumSections, 0, VMSize, SectionDataStart, in writeObject()
|
| /external/llvm/test/tools/llvm-ar/Inputs/ |
| D | macho.yaml | 16 vmsize: 0
|
| /external/lzma/CPP/7zip/Archive/ |
| D | MachoHandler.cpp | 534 UInt64 vmAddr, vmSize, phAddr, phSize; 540 vmSize = Get64(buf + 0x20, be); 547 vmSize = Get32(buf + 0x1C, be); 578 sect.VSize = vmSize;
|
| /external/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_procmaps_mac.cc | 39 // The |vmaddr|, |vmsize| and |fileoff| fields of segment_command or 88 if (end) *end = sc->vmaddr + sc->vmsize + dlloff; in NextSegmentLoad()
|
| /external/llvm/lib/ObjectYAML/ |
| D | MachOYAML.cpp | 452 IO.mapRequired("vmsize", LoadCommand.vmsize); in mapping() 466 IO.mapRequired("vmsize", LoadCommand.vmsize); in mapping()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
| D | MachOYAML.cpp | 476 IO.mapRequired("vmsize", LoadCommand.vmsize); in mapping() 489 IO.mapRequired("vmsize", LoadCommand.vmsize); in mapping()
|