Searched refs:phdrsCommands (Results 1 – 3 of 3) sorted by relevance
1229 auto firstPtLoad = llvm::find_if(phdrsCommands, [](const PhdrsCommand &cmd) { in adjustSectionsAfterSorting()1232 if (firstPtLoad != phdrsCommands.end()) in adjustSectionsAfterSorting()1271 llvm::any_of(phdrsCommands, [](const PhdrsCommand &cmd) { in allocateHeaders()1347 for (const PhdrsCommand &cmd : phdrsCommands) { in createPhdrs()1367 if (!phdrsCommands[id].flags) in createPhdrs()1380 if (phdrsCommands.empty()) in needsInterpSection()1382 for (PhdrsCommand &cmd : phdrsCommands) in needsInterpSection()1429 if (std::optional<size_t> idx = getPhdrIndex(phdrsCommands, s)) in getPhdrIndices()
310 bool hasPhdrsCommands() { return !phdrsCommands.empty(); } in hasPhdrsCommands()340 SmallVector<PhdrsCommand, 0> phdrsCommands; variable
497 script->phdrsCommands.push_back(cmd); in readPhdrs()