Lines Matching refs:phdrs
98 static void removeEmptyPTLoad(SmallVector<PhdrEntry *, 0> &phdrs) { in removeEmptyPTLoad() argument
100 phdrs.begin(), phdrs.end(), [&](const PhdrEntry *p) { in removeEmptyPTLoad()
111 DenseSet<PhdrEntry *> removed(it, phdrs.end()); in removeEmptyPTLoad()
115 phdrs.erase(it, phdrs.end()); in removeEmptyPTLoad()
318 script->allocateHeaders(mainPart->phdrs); in run()
324 removeEmptyPTLoad(part.phdrs); in run()
837 for (PhdrEntry *p : part.phdrs) { in setReservedSymbolSections()
1924 part.phdrs = script->hasPhdrsCommands() ? script->createPhdrs() in finalizeSections()
1940 Out::programHeaders->size = sizeof(Elf_Phdr) * mainPart->phdrs.size(); in finalizeSections()
1946 for (PhdrEntry *p : mainPart->phdrs) in finalizeSections()
2363 part.phdrs.push_back(entry); in addPhdrForSection()
2426 for (const PhdrEntry *p : part.phdrs) in fixSectionAlignments()
2492 for (PhdrEntry *p : part.phdrs) in assignFileOffsets()
2545 for (PhdrEntry *p : part.phdrs) { in setPhdrs()
2798 for (PhdrEntry *p : part.phdrs) in writeTrapInstr()
2810 for (PhdrEntry *p : part.phdrs) in writeTrapInstr()