Searched refs:phdrsCommands (Results 1 – 4 of 4) sorted by relevance
1263 auto firstPtLoad = llvm::find_if(phdrsCommands, [](const PhdrsCommand &cmd) { in adjustSectionsAfterSorting()1266 if (firstPtLoad != phdrsCommands.end()) in adjustSectionsAfterSorting()1305 llvm::any_of(phdrsCommands, [](const PhdrsCommand &cmd) { in allocateHeaders()1382 for (const PhdrsCommand &cmd : phdrsCommands) { in createPhdrs()1402 if (!phdrsCommands[id].flags) in createPhdrs()1415 if (phdrsCommands.empty()) in needsInterpSection()1417 for (PhdrsCommand &cmd : phdrsCommands) in needsInterpSection()1464 if (std::optional<size_t> idx = getPhdrIndex(phdrsCommands, s)) in getPhdrIndices()
318 bool hasPhdrsCommands() { return !phdrsCommands.empty(); } in hasPhdrsCommands()355 SmallVector<PhdrsCommand, 0> phdrsCommands; variable
505 script->phdrsCommands.push_back(cmd); in readPhdrs()
523 if (config->zRelro && ((script->phdrsCommands.empty() && in createSyntheticSections()