Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h269 struct PhdrsCommand { struct
270 StringRef name;
271 unsigned type = llvm::ELF::PT_NULL;
272 bool hasFilehdr = false;
273 bool hasPhdrs = false;
274 std::optional<unsigned> flags;
275 Expr lmaExpr = nullptr;