Searched refs:PhdrsCommand (Results 1 – 3 of 3) sorted by relevance
201 struct PhdrsCommand { struct288 std::vector<PhdrsCommand> PhdrsCommands;
930 auto FirstPtLoad = llvm::find_if(PhdrsCommands, [](const PhdrsCommand &Cmd) { in adjustSectionsAfterSorting()987 llvm::any_of(PhdrsCommands, [](const PhdrsCommand &Cmd) { in allocateHeaders()1061 for (const PhdrsCommand &Cmd : PhdrsCommands) { in createPhdrs()1096 for (PhdrsCommand &Cmd : PhdrsCommands) in needsInterpSection()1123 static Optional<size_t> getPhdrIndex(ArrayRef<PhdrsCommand> Vec, in getPhdrIndex()
437 PhdrsCommand Cmd; in readPhdrs()