Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lld/ELF/
DLinkerScript.cpp1229 auto firstPtLoad = llvm::find_if(phdrsCommands, [](const PhdrsCommand &cmd) { in adjustSectionsAfterSorting()
1232 if (firstPtLoad != phdrsCommands.end()) in adjustSectionsAfterSorting()
1271 llvm::any_of(phdrsCommands, [](const PhdrsCommand &cmd) { in allocateHeaders()
1347 for (const PhdrsCommand &cmd : phdrsCommands) { in createPhdrs()
1367 if (!phdrsCommands[id].flags) in createPhdrs()
1380 if (phdrsCommands.empty()) in needsInterpSection()
1382 for (PhdrsCommand &cmd : phdrsCommands) in needsInterpSection()
1429 if (std::optional<size_t> idx = getPhdrIndex(phdrsCommands, s)) in getPhdrIndices()
DLinkerScript.h310 bool hasPhdrsCommands() { return !phdrsCommands.empty(); } in hasPhdrsCommands()
340 SmallVector<PhdrsCommand, 0> phdrsCommands; variable
DScriptParser.cpp497 script->phdrsCommands.push_back(cmd); in readPhdrs()