Home
last modified time | relevance | path

Searched refs:partEnd (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lld/ELF/
DWriter.cpp485 in.partEnd = make<BssSection>(".part.end", config->maxPageSize, 1); in createSyntheticSections()
486 in.partEnd->partition = 255; in createSyntheticSections()
487 add(in.partEnd); in createSyntheticSections()
DSyntheticSections.h1212 SyntheticSection *partEnd; member
DSyntheticSections.cpp3776 i == partitions.size() - 1 ? in.partEnd : partitions[i + 1].elfHeader; in writeTo()