Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/
H A DELFObjectWriter.cpp147 unsigned StringTableIndex; member
460 assert(StringTableIndex < ELF::SHN_LORESERVE); in writeHeader()
461 W.write<uint16_t>(StringTableIndex); in writeHeader()
976 const MCSectionELF *StrtabSection = SectionTable[StringTableIndex - 1]; in createStringTable()
1005 sh_link = StringTableIndex; in writeSection()
1070 StringTableIndex = addToSectionTable(StrtabSection); in writeObject()