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.cpp1327 unsigned firstRel = -1; in split() local
1329 firstRel = relI; in split()
1330 (id == 0 ? cies : fdes).emplace_back(off, this, size, firstRel); in split()