Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DInputSection.cpp1197 unsigned firstRel = -1; in split() local
1199 firstRel = relI; in split()
1200 (id == 0 ? cies : fdes).emplace_back(off, this, size, firstRel); in split()