Searched refs:StringTableIndex (Results 1 – 2 of 2) sorted by relevance
119 unsigned StringTableIndex; member in __anon3af649210111::ELFObjectWriter357 assert(StringTableIndex < ELF::SHN_LORESERVE); in writeHeader()358 write16(StringTableIndex); in writeHeader()1096 const MCSectionELF *StrtabSection = SectionTable[StringTableIndex - 1]; in createStringTable()1126 sh_link = StringTableIndex; in writeSection()1186 StringTableIndex = addToSectionTable(StrtabSection); in writeObject()
373 uintX_t StringTableIndex = getStringTableIndex(); in ELFFile() local374 if (StringTableIndex) { in ELFFile()375 ErrorOr<const Elf_Shdr *> StrTabSecOrErr = getSection(StringTableIndex); in ELFFile()