Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DLinkerScript.h201 struct PhdrsCommand { struct
288 std::vector<PhdrsCommand> PhdrsCommands;
H A DLinkerScript.cpp930 auto FirstPtLoad = llvm::find_if(PhdrsCommands, [](const PhdrsCommand &Cmd) { in adjustSectionsAfterSorting()
987 llvm::any_of(PhdrsCommands, [](const PhdrsCommand &Cmd) { in allocateHeaders()
1061 for (const PhdrsCommand &Cmd : PhdrsCommands) { in createPhdrs()
1096 for (PhdrsCommand &Cmd : PhdrsCommands) in needsInterpSection()
1123 static Optional<size_t> getPhdrIndex(ArrayRef<PhdrsCommand> Vec, in getPhdrIndex()
H A DScriptParser.cpp437 PhdrsCommand Cmd; in readPhdrs()