Searched refs:firstPtLoad (Results 1 – 1 of 1) sorted by relevance
1229 auto firstPtLoad = llvm::find_if(phdrsCommands, [](const PhdrsCommand &cmd) { in adjustSectionsAfterSorting() local1232 if (firstPtLoad != phdrsCommands.end()) in adjustSectionsAfterSorting()1233 defPhdrs.push_back(firstPtLoad->name); in adjustSectionsAfterSorting()