Searched refs:PhdrsCommand (Results 1 – 3 of 3) sorted by relevance
249 struct PhdrsCommand { struct340 SmallVector<PhdrsCommand, 0> phdrsCommands;
1229 auto firstPtLoad = llvm::find_if(phdrsCommands, [](const PhdrsCommand &cmd) { in adjustSectionsAfterSorting()1271 llvm::any_of(phdrsCommands, [](const PhdrsCommand &cmd) { in allocateHeaders()1347 for (const PhdrsCommand &cmd : phdrsCommands) { in createPhdrs()1382 for (PhdrsCommand &cmd : phdrsCommands) in needsInterpSection()1415 static std::optional<size_t> getPhdrIndex(ArrayRef<PhdrsCommand> vec, in getPhdrIndex()
480 PhdrsCommand cmd; in readPhdrs()