Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp1263 auto firstPtLoad = llvm::find_if(phdrsCommands, [](const PhdrsCommand &cmd) { in adjustSectionsAfterSorting()
1266 if (firstPtLoad != phdrsCommands.end()) in adjustSectionsAfterSorting()
1305 llvm::any_of(phdrsCommands, [](const PhdrsCommand &cmd) { in allocateHeaders()
1382 for (const PhdrsCommand &cmd : phdrsCommands) { in createPhdrs()
1402 if (!phdrsCommands[id].flags) in createPhdrs()
1415 if (phdrsCommands.empty()) in needsInterpSection()
1417 for (PhdrsCommand &cmd : phdrsCommands) in needsInterpSection()
1464 if (std::optional<size_t> idx = getPhdrIndex(phdrsCommands, s)) in getPhdrIndices()
H A DLinkerScript.h318 bool hasPhdrsCommands() { return !phdrsCommands.empty(); } in hasPhdrsCommands()
355 SmallVector<PhdrsCommand, 0> phdrsCommands; variable
H A DScriptParser.cpp505 script->phdrsCommands.push_back(cmd); in readPhdrs()
H A DWriter.cpp523 if (config->zRelro && ((script->phdrsCommands.empty() && in createSyntheticSections()