Searched refs:phdrsCommands (Results 1 – 4 of 4) sorted by relevance
1312 auto firstPtLoad = llvm::find_if(phdrsCommands, [](const PhdrsCommand &cmd) { in adjustSectionsAfterSorting()1315 if (firstPtLoad != phdrsCommands.end()) in adjustSectionsAfterSorting()1354 llvm::any_of(phdrsCommands, [](const PhdrsCommand &cmd) { in allocateHeaders()1542 for (const PhdrsCommand &cmd : phdrsCommands) { in createPhdrs()1562 if (!phdrsCommands[id].flags) in createPhdrs()1575 if (phdrsCommands.empty()) in needsInterpSection()1577 for (PhdrsCommand &cmd : phdrsCommands) in needsInterpSection()1624 if (std::optional<size_t> idx = getPhdrIndex(phdrsCommands, s)) in getPhdrIndices()
331 bool hasPhdrsCommands() { return !phdrsCommands.empty(); } in hasPhdrsCommands()385 SmallVector<PhdrsCommand, 0> phdrsCommands; variable
536 script->phdrsCommands.push_back(cmd); in readPhdrs()
4856 ((script->phdrsCommands.empty() && !script->hasSectionsCommand) || in createSyntheticSections()