Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp1566 Expected<const Elf_Shdr *> ShndxSec = in initSymbolTable() local
1568 if (!ShndxSec) in initSymbolTable()
1569 return ShndxSec.takeError(); in initSymbolTable()
1572 ElfFile.template getSectionContentsAsArray<Elf_Word>(**ShndxSec); in initSymbolTable()