Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DLinkerScript.h235 struct PhdrsCommand { struct
327 std::vector<PhdrsCommand> phdrsCommands;
DLinkerScript.cpp1121 auto firstPtLoad = llvm::find_if(phdrsCommands, [](const PhdrsCommand &cmd) { in adjustSectionsAfterSorting()
1163 llvm::any_of(phdrsCommands, [](const PhdrsCommand &cmd) { in allocateHeaders()
1239 for (const PhdrsCommand &cmd : phdrsCommands) { in createPhdrs()
1274 for (PhdrsCommand &cmd : phdrsCommands) in needsInterpSection()
1307 static Optional<size_t> getPhdrIndex(ArrayRef<PhdrsCommand> vec, in getPhdrIndex()
DScriptParser.cpp460 PhdrsCommand cmd; in readPhdrs()