Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DLinkerScript.cpp1229 auto firstPtLoad = llvm::find_if(phdrsCommands, [](const PhdrsCommand &cmd) { in adjustSectionsAfterSorting() local
1232 if (firstPtLoad != phdrsCommands.end()) in adjustSectionsAfterSorting()
1233 defPhdrs.push_back(firstPtLoad->name); in adjustSectionsAfterSorting()