Searched refs:PhdrsCommand (Results 1 – 3 of 3) sorted by relevance
294 struct PhdrsCommand { struct418 SmallVector<PhdrsCommand, 0> phdrsCommands;
1449 auto firstPtLoad = llvm::find_if(phdrsCommands, [](const PhdrsCommand &cmd) { in adjustSectionsAfterSorting()1482 llvm::any_of(phdrsCommands, [](const PhdrsCommand &cmd) { in allocateHeaders()1705 for (const PhdrsCommand &cmd : phdrsCommands) { in createPhdrs()1741 for (PhdrsCommand &cmd : phdrsCommands) in needsInterpSection()1774 static std::optional<size_t> getPhdrIndex(ArrayRef<PhdrsCommand> vec, in getPhdrIndex()
513 PhdrsCommand cmd; in readPhdrs()