Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lld/ELF/
H A DWriter.cpp2642 std::vector<SectionOffset> fileOffs; in checkSections() local
2646 fileOffs.push_back({sec, sec->offset}); in checkSections()
2647 checkOverlap("file", fileOffs, false); in checkSections()