Lines Matching full:partitions
1 Partitions title
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
59 ``-extract-partition=<soname>`` to extract one of the loadable partitions.
74 # Extract the partitions.
78 In order to allow a program to discover the names of its loadable partitions
113 partitions.
115 The current implementation only supports creating up to 254 partitions due