Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DWriter.cpp2669 std::vector<SectionOffset> lmas; in checkSections() local
2672 lmas.push_back({sec, sec->getLMA()}); in checkSections()
2673 checkOverlap("load address", lmas, false); in checkSections()