Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DLinkerScript.cpp1215 auto firstPtLoad = llvm::find_if(phdrsCommands, [](const PhdrsCommand &cmd) { in adjustSectionsAfterSorting() local
1218 if (firstPtLoad != phdrsCommands.end()) in adjustSectionsAfterSorting()
1219 defPhdrs.push_back(firstPtLoad->name); in adjustSectionsAfterSorting()