Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DInputSection.cpp1396 unsigned firstRel = -1; in split() local
1398 firstRel = relI; in split()
1399 (id == 0 ? cies : fdes).emplace_back(off, this, size, firstRel); in split()