Lines Matching defs:partition
47 MarkLive(unsigned partition) : partition(partition) {}
63 // The index of the partition that we are currently processing.
64 unsigned partition;
199 if (sec->partition == 1 || sec->partition == partition)
201 sec->partition = sec->partition ? 1 : partition;
223 if (sym->includeInDynsym() && sym->partition == partition)
226 // If this isn't the main partition, that's all that we need to preserve.
227 if (partition != 1) {
333 // Move the sections for some symbols to the main partition, specifically ifuncs
334 // (because they can result in an IRELATIVE being added to the main partition's
335 // GOT, which means that the ifunc must be available when the main partition is
337 // relocations for the main partition).
384 // partition even if they were allocated to a loadable partition. Move them