Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp1154 auto firstPtLoad = llvm::find_if(phdrsCommands, [](const PhdrsCommand &cmd) { in adjustSectionsAfterSorting() local
1157 if (firstPtLoad != phdrsCommands.end()) in adjustSectionsAfterSorting()
1158 defPhdrs.push_back(firstPtLoad->name); in adjustSectionsAfterSorting()