Home
last modified time | relevance | path

Searched refs:firstPtLoad (Results 1 – 1 of 1) 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() local
1266 if (firstPtLoad != phdrsCommands.end()) in adjustSectionsAfterSorting()
1267 defPhdrs.push_back(firstPtLoad->name); in adjustSectionsAfterSorting()