Lines Matching defs:partitions
2202 // themselves. All other partitions use a lookup table.
2251 // --emit-relocs and dynsyms in partitions other than the main one.
4492 // Loadable partitions are always ET_DYN.
4515 return 12 * (ctx.partitions.size() - 1);
4519 for (size_t i = 1; i != ctx.partitions.size(); ++i)
4520 ctx.partitions[i].nameStrTab =
4521 ctx.mainPart->dynStrTab->addString(ctx.partitions[i].name);
4526 for (size_t i = 1; i != ctx.partitions.size(); ++i) {
4528 ctx.mainPart->dynStrTab->getVA() + ctx.partitions[i].nameStrTab -
4530 write32(ctx, buf + 4, ctx.partitions[i].elfHeader->getVA() - (va + 4));
4532 SyntheticSection *next = i == ctx.partitions.size() - 1
4534 : ctx.partitions[i + 1].elfHeader.get();
4535 write32(ctx, buf + 8, next->getVA() - ctx.partitions[i].elfHeader->getVA());
4705 for (size_t i = 1; i <= ctx.partitions.size(); ++i) {
4758 for (Partition &part : ctx.partitions) {
4862 if (ctx.partitions.size() != 1) {
4864 // so that it is sorted after all other partitions. It also has other