Searched refs:partitions (Results 1 – 25 of 75) sorted by relevance
123
| /openbsd/src/gnu/llvm/lld/docs/ |
| D | Partitions.rst | 10 or a shared library) to be split into multiple pieces, or partitions. A 12 loadable partitions. The loadable partitions depend on the main partition 14 shared object, the main partition and the loadable partitions share a virtual 16 offset from the main partition. This allows the loadable partitions to refer 42 into partitions according to which sections of the program are reachable from 47 loadable partitions. 49 The following diagram illustrates how sections are assigned to partitions. Each 52 .. image:: partitions.svg 54 The result of linking a program that uses partitions is essentially an 55 ELF file with all of the partitions concatenated together. This file is [all …]
|
| /openbsd/src/distrib/notes/armv7/ |
| D | xfer | 6 FFS partitions 7 DOS (FAT) partitions 8 EXT2 partitions
|
| D | install | 14 partitioning. The current MBR partitions defined will be 16 partitions. 18 The setup will need two partitions, one 'OpenBSD' for the
|
| /openbsd/src/distrib/notes/arm64/ |
| D | xfer | 6 FFS partitions 7 DOS (FAT) partitions 8 EXT2 partitions
|
| D | install | 14 partitioning. The current MBR partitions defined will be 16 partitions. 18 The setup will need two partitions, one 'OpenBSD' for the
|
| /openbsd/src/distrib/notes/octeon/ |
| D | xfer | 4 FFS partitions 5 DOS (FAT) partitions 6 EXT2 partitions
|
| D | install | 15 partitioning. The current MBR partitions defined will be 17 partitions. 19 The setup will need two partitions, one 'OpenBSD' for the 31 U-Boot partitions defined on the disk will usually show up as
|
| /openbsd/src/distrib/notes/loongson/ |
| D | xfer | 5 FFS partitions 6 DOS (FAT) partitions 7 EXT2 partitions
|
| D | install | 57 partitioning. The current MBR partitions defined will be 59 partitions. 70 Linux partitions defined on the disk will usually show up as 90 preserving the Linux partitions is complete, you can add an OpenBSD
|
| /openbsd/src/distrib/notes/landisk/ |
| D | xfer | 5 FFS partitions 6 DOS (FAT) partitions 7 EXT2 partitions
|
| /openbsd/src/distrib/notes/riscv64/ |
| D | install | 14 partitioning. The current MBR partitions defined will be 16 partitions. 18 The setup will need two partitions, one 'OpenBSD' for the
|
| /openbsd/src/distrib/notes/powerpc64/ |
| D | install | 14 partitioning. The current MBR partitions defined will be 16 partitions. 18 The setup will need two partitions, one 'OpenBSD' for the
|
| D | xfer | 5 DOS (FAT) partitions 6 EXT2 partitions
|
| /openbsd/src/distrib/notes/macppc/ |
| D | install | 41 HFS partitions, or MBR partitions. 49 HFS or MBR partitions. 90 partitions created on the disk by the Apple partition editor. 92 types of partitions other than the ones that are to be used 125 your MBR partitioning. The current MBR partitions defined 127 add new partitions, and change which partition to boot from 134 If you have DOS or Linux partitions defined on the disk, these
|
| D | xfer | 5 FFS partitions 6 HFS partitions (bootloader/kernel only, using another media for d/l)
|
| /openbsd/src/distrib/notes/i386/ |
| D | xfer | 5 FFS partitions 6 DOS (FAT) partitions (NOT supported if booting from floppy) 7 EXT2 partitions (NOT supported if booting from floppy)
|
| D | prep | 9 rest of the OpenBSD partitions can be anywhere that hardware supports. 12 or partition editor to create at least one of the partitions to be used for
|
| /openbsd/src/distrib/notes/amd64/ |
| D | xfer | 5 FFS partitions 6 DOS (FAT) partitions (NOT supported if booting from floppy) 7 EXT2 partitions (NOT supported if booting from floppy)
|
| /openbsd/src/sys/arch/amd64/amd64/ |
| D | cacheinfo.c | 186 u_int ways, partitions, linesize, sets, totalsize; in intel_print_one_cache() local 196 partitions = ((ebx >> 12) & 0x3ff) + 1; in intel_print_one_cache() 199 totalsize = ways * linesize * partitions * sets; in intel_print_one_cache()
|
| /openbsd/src/gnu/llvm/lld/ELF/ |
| D | Writer.cpp | 125 for (unsigned part = 2; part != partitions.size() + 1; ++part) { in copySectionsIntoPartitions() 274 for (size_t i = 1; i <= partitions.size(); ++i) { in createSyntheticSections() 322 for (Partition &part : partitions) { in createSyntheticSections() 416 if (partitions.size() != 1) { in createSyntheticSections() 552 for (Partition &part : partitions) in run() 560 for (Partition &part : partitions) in run() 1060 for (Partition &part : partitions) { in setReservedSymbolSections() 1633 for (Partition &part : partitions) in finalizeAddressDependentContent() 1669 for (Partition &part : partitions) { in finalizeAddressDependentContent() 1905 for (Partition &part : partitions) in finalizeSections() [all …]
|
| D | MarkLive.cpp | 368 for (unsigned curPart = 1; curPart <= partitions.size(); ++curPart) in markLive() 374 if (partitions.size() != 1) in markLive()
|
| /openbsd/src/distrib/notes/hppa/ |
| D | xfer | 5 FFS partitions
|
| /openbsd/src/distrib/notes/luna88k/ |
| D | xfer | 5 FFS partitions
|
| D | install | 15 wipe out all the partitions on the hard disk, errors during the install 29 Copy the OpenBSD/MACHINE boot loader on one of the first 8 partitions
|
| /openbsd/src/distrib/amd64/common/ |
| D | install.md | 92 You will now create two GPT partitions. The first must have an id 95 contain your OpenBSD data. Neither may overlap other partitions. 115 partition must have an id of 'A6'; must *NOT* overlap other partitions; and
|
123