Searched refs:PhdrsCommand (Results 1 – 3 of 3) sorted by relevance
235 struct PhdrsCommand { struct327 std::vector<PhdrsCommand> phdrsCommands;
1121 auto firstPtLoad = llvm::find_if(phdrsCommands, [](const PhdrsCommand &cmd) { in adjustSectionsAfterSorting()1163 llvm::any_of(phdrsCommands, [](const PhdrsCommand &cmd) { in allocateHeaders()1239 for (const PhdrsCommand &cmd : phdrsCommands) { in createPhdrs()1274 for (PhdrsCommand &cmd : phdrsCommands) in needsInterpSection()1307 static Optional<size_t> getPhdrIndex(ArrayRef<PhdrsCommand> vec, in getPhdrIndex()
460 PhdrsCommand cmd; in readPhdrs()