Lines Matching refs:PhdrEntry

67   SmallVector<PhdrEntry *, 0> createPhdrs(Partition &part);
102 static void removeEmptyPTLoad(SmallVector<PhdrEntry *, 0> &phdrs) { in removeEmptyPTLoad() argument
104 phdrs.begin(), phdrs.end(), [&](const PhdrEntry *p) { in removeEmptyPTLoad()
115 DenseSet<PhdrEntry *> removed(it, phdrs.end()); in removeEmptyPTLoad()
1053 void PhdrEntry::add(OutputSection *sec) { in add()
1108 PhdrEntry *last = nullptr; in setReservedSymbolSections()
1109 PhdrEntry *lastRO = nullptr; in setReservedSymbolSections()
1112 for (PhdrEntry *p : part.phdrs) { in setReservedSymbolSections()
2165 for (PhdrEntry *p : mainPart->phdrs) in finalizeSections()
2380 SmallVector<PhdrEntry *, 0> Writer<ELFT>::createPhdrs(Partition &part) { in createPhdrs()
2381 SmallVector<PhdrEntry *, 0> ret; in createPhdrs()
2382 auto addHdr = [&](unsigned type, unsigned flags) -> PhdrEntry * { in createPhdrs()
2383 ret.push_back(make<PhdrEntry>(type, flags)); in createPhdrs()
2392 PhdrEntry *load = nullptr; in createPhdrs()
2422 PhdrEntry *relRo = make<PhdrEntry>(PT_GNU_RELRO, PF_R); in createPhdrs()
2490 PhdrEntry *tlsHdr = make<PhdrEntry>(PT_TLS, PF_R); in createPhdrs()
2538 PhdrEntry *note = nullptr; in createPhdrs()
2563 PhdrEntry *entry = make<PhdrEntry>(pType, pFlags); in addPhdrForSection()
2572 const PhdrEntry *prev; in fixSectionAlignments()
2573 auto pageAlign = [&](const PhdrEntry *p) { in fixSectionAlignments()
2628 for (const PhdrEntry *p : part.phdrs) in fixSectionAlignments()
2692 PhdrEntry *lastRX = nullptr; in assignFileOffsets()
2694 for (PhdrEntry *p : part.phdrs) in assignFileOffsets()
2746 for (PhdrEntry *p : part.phdrs) { in setPhdrs()
2999 for (PhdrEntry *p : part.phdrs) in writeTrapInstr()
3010 PhdrEntry *last = nullptr; in writeTrapInstr()
3011 for (PhdrEntry *p : part.phdrs) in writeTrapInstr()