Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.h321 ArrayRef<Elf_Word> shndxTable; variable
H A DInputFiles.cpp537 this->getObj().getSectionIndex(sym, getELFSyms<ELFT>(), shndxTable), in getSectionIndex()
794 shndxTable = CHECK2(obj.getSHNDXTable(sec, objSections), this); in initializeSections()
1214 secIdx = check(getExtendedSymbolTableIndex<ELFT>(eSym, i, shndxTable)); in initSectionsAndLocalSyms()
1280 secIdx = check(getExtendedSymbolTableIndex<ELFT>(eSym, i, shndxTable)); in postParse()