Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp1312 auto firstPtLoad = llvm::find_if(phdrsCommands, [](const PhdrsCommand &cmd) { in adjustSectionsAfterSorting()
1315 if (firstPtLoad != phdrsCommands.end()) in adjustSectionsAfterSorting()
1354 llvm::any_of(phdrsCommands, [](const PhdrsCommand &cmd) { in allocateHeaders()
1542 for (const PhdrsCommand &cmd : phdrsCommands) { in createPhdrs()
1562 if (!phdrsCommands[id].flags) in createPhdrs()
1575 if (phdrsCommands.empty()) in needsInterpSection()
1577 for (PhdrsCommand &cmd : phdrsCommands) in needsInterpSection()
1624 if (std::optional<size_t> idx = getPhdrIndex(phdrsCommands, s)) in getPhdrIndices()
H A DLinkerScript.h331 bool hasPhdrsCommands() { return !phdrsCommands.empty(); } in hasPhdrsCommands()
385 SmallVector<PhdrsCommand, 0> phdrsCommands; variable
H A DScriptParser.cpp536 script->phdrsCommands.push_back(cmd); in readPhdrs()
H A DSyntheticSections.cpp4856 ((script->phdrsCommands.empty() && !script->hasSectionsCommand) || in createSyntheticSections()