Searched refs:sorted_phandles (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/usr.bin/dtc/
H A Dfdt.cc1357 std::vector<std::reference_wrapper<fixup>> sorted_phandles; local
1366 sorted_phandles.push_back(i->second);
1373 assert(sorted_phandles.size() == fixups.size());
1374 for (auto &i : sorted_phandles)

Completed in 92 milliseconds