Home
last modified time | relevance | path

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

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