Searched refs:PhdrsCommand (Results 1 – 3 of 3) sorted by relevance
269 struct PhdrsCommand { struct385 SmallVector<PhdrsCommand, 0> phdrsCommands;
1312 auto firstPtLoad = llvm::find_if(phdrsCommands, [](const PhdrsCommand &cmd) { in adjustSectionsAfterSorting()1354 llvm::any_of(phdrsCommands, [](const PhdrsCommand &cmd) { in allocateHeaders()1542 for (const PhdrsCommand &cmd : phdrsCommands) { in createPhdrs()1577 for (PhdrsCommand &cmd : phdrsCommands) in needsInterpSection()1610 static std::optional<size_t> getPhdrIndex(ArrayRef<PhdrsCommand> vec, in getPhdrIndex()
519 PhdrsCommand cmd; in readPhdrs()