Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DInputSection.cpp141 if (relSecIdx == 0) in relsOrRelas()
145 typename ELFT::Shdr shdr = f->template getELFShdrs<ELFT>()[relSecIdx]; in relsOrRelas()
153 InputSectionBase *const &relSec = f->getSections()[relSecIdx]; in relsOrRelas()
159 f->cacheDecodedCrel(relSecIdx, sec); in relsOrRelas()
H A DInputSection.h195 uint32_t relSecIdx = 0; variable
H A DInputFiles.cpp870 if (s->relSecIdx != 0) in initializeSections()
874 s->relSecIdx = i; in initializeSections()