Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp602 unsigned SymtabShndxSectionIndex = 0; in computeSymbolTable() local
607 SymtabShndxSectionIndex = addToSectionTable(SymtabShndxSection); in computeSymbolTable()
657 assert(SymtabShndxSectionIndex == 0); in computeSymbolTable()
660 assert(SymtabShndxSectionIndex != 0); in computeSymbolTable()
663 MCSectionELF *SymtabShndxSection = SectionTable[SymtabShndxSectionIndex - 1]; in computeSymbolTable()