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.cpp2835 std::vector<SectionOffset> lmas; in checkSections() local
2838 lmas.push_back({sec, sec->getLMA()}); in checkSections()
2839 checkOverlap(ctx, "load address", lmas, false); in checkSections()