Home
last modified time | relevance | path

Searched refs:partitions (Results 1 – 25 of 75) sorted by relevance

123

/openbsd/src/gnu/llvm/lld/docs/
DPartitions.rst10 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/
Dxfer6 FFS partitions
7 DOS (FAT) partitions
8 EXT2 partitions
Dinstall14 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/
Dxfer6 FFS partitions
7 DOS (FAT) partitions
8 EXT2 partitions
Dinstall14 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/
Dxfer4 FFS partitions
5 DOS (FAT) partitions
6 EXT2 partitions
Dinstall15 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/
Dxfer5 FFS partitions
6 DOS (FAT) partitions
7 EXT2 partitions
Dinstall57 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/
Dxfer5 FFS partitions
6 DOS (FAT) partitions
7 EXT2 partitions
/openbsd/src/distrib/notes/riscv64/
Dinstall14 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/
Dinstall14 partitioning. The current MBR partitions defined will be
16 partitions.
18 The setup will need two partitions, one 'OpenBSD' for the
Dxfer5 DOS (FAT) partitions
6 EXT2 partitions
/openbsd/src/distrib/notes/macppc/
Dinstall41 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
Dxfer5 FFS partitions
6 HFS partitions (bootloader/kernel only, using another media for d/l)
/openbsd/src/distrib/notes/i386/
Dxfer5 FFS partitions
6 DOS (FAT) partitions (NOT supported if booting from floppy)
7 EXT2 partitions (NOT supported if booting from floppy)
Dprep9 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/
Dxfer5 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/
Dcacheinfo.c186 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/
DWriter.cpp125 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 …]
DMarkLive.cpp368 for (unsigned curPart = 1; curPart <= partitions.size(); ++curPart) in markLive()
374 if (partitions.size() != 1) in markLive()
/openbsd/src/distrib/notes/hppa/
Dxfer5 FFS partitions
/openbsd/src/distrib/notes/luna88k/
Dxfer5 FFS partitions
Dinstall15 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/
Dinstall.md92 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