Home
last modified time | relevance | path

Searched refs:partIndex (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lld/ELF/
HDWriter.cpp457 in.partIndex = make<PartitionIndexSection>(); in createSyntheticSections()
458 addOptionalRegular("__part_index_begin", in.partIndex, 0); in createSyntheticSections()
459 addOptionalRegular("__part_index_end", in.partIndex, in createSyntheticSections()
460 in.partIndex->getSize()); in createSyntheticSections()
461 add(in.partIndex); in createSyntheticSections()
1876 finalizeSynthetic(in.partIndex); in finalizeSections()
HDSyntheticSections.h1207 SyntheticSection *partIndex; member