Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DMarkLive.cpp385 bool isRel = (sec->type == SHT_REL || sec->type == SHT_RELA); in markLive() local
387 if (!isAlloc && !isLinkOrder && !isRel && !sec->nextInSectionGroup) { in markLive()