Home
last modified time | relevance | path

Searched refs:PhdrsCommand (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DLinkerScript.h235 struct PhdrsCommand { struct
327 std::vector<PhdrsCommand> phdrsCommands;
DLinkerScript.cpp1154 auto firstPtLoad = llvm::find_if(phdrsCommands, [](const PhdrsCommand &cmd) { in adjustSectionsAfterSorting()
1196 llvm::any_of(phdrsCommands, [](const PhdrsCommand &cmd) { in allocateHeaders()
1272 for (const PhdrsCommand &cmd : phdrsCommands) { in createPhdrs()
1307 for (PhdrsCommand &cmd : phdrsCommands) in needsInterpSection()
1340 static Optional<size_t> getPhdrIndex(ArrayRef<PhdrsCommand> vec, in getPhdrIndex()
DScriptParser.cpp474 PhdrsCommand cmd; in readPhdrs()