Searched refs:phdrsCommands (Results 1 – 4 of 4) sorted by relevance
1449 auto firstPtLoad = llvm::find_if(phdrsCommands, [](const PhdrsCommand &cmd) { in adjustSectionsAfterSorting()1452 if (firstPtLoad != phdrsCommands.end()) in adjustSectionsAfterSorting()1482 llvm::any_of(phdrsCommands, [](const PhdrsCommand &cmd) { in allocateHeaders()1705 for (const PhdrsCommand &cmd : phdrsCommands) { in createPhdrs()1726 if (!phdrsCommands[id].flags) in createPhdrs()1739 if (phdrsCommands.empty()) in needsInterpSection()1741 for (PhdrsCommand &cmd : phdrsCommands) in needsInterpSection()1788 if (std::optional<size_t> idx = getPhdrIndex(phdrsCommands, s)) in getPhdrIndices()
364 bool hasPhdrsCommands() { return !phdrsCommands.empty(); } in hasPhdrsCommands()418 SmallVector<PhdrsCommand, 0> phdrsCommands; variable
530 ctx.script->phdrsCommands.push_back(cmd); in readPhdrs()
4928 ((ctx.script->phdrsCommands.empty() && !ctx.script->hasSectionsCommand) || in createSyntheticSections()