Lines Matching defs:partition
131 copy->partition = part;
137 copy->partition = part;
310 unsigned partition = 1) {
313 if (osd->osec.name == name && osd->osec.partition == partition)
666 unsigned rank = osec.partition * RF_PARTITION;
1935 ctx.partitions[sym->partition - 1].dynSymTab->addSymbol(sym);
1943 // partitions and add any referenced symbols to the partition's dynsym.
2029 // to care about the main partition here because all TLS symbols were moved
2030 // to the main partition (see MarkLive.cpp).
2290 if (sec->partition != partNo || !needsPtLoad(sec))
2310 // Normally, sections in partitions other than the current partition are
2311 // ignored. But partition number 255 is a special case: it contains the
2312 // partition end marker (.part.end). It needs to be added to the main
2313 // partition so that a segment is created for it in the main partition,
2316 if (sec->partition != partNo) {
2317 if (isMain && sec->partition == 255)
2365 if (sec->partition == partNo && sec->flags & SHF_TLS)
2430 if (sec->partition != partNo)
2448 return cmd->partition == partNo && cmd->type == shType;
2477 // SHT_LLVM_PART_EHDR marks the start of a partition. The partition
2668 // File offsets in partitions other than the main partition are relative