Searched refs:StringTableIndex (Results 1 – 4 of 4) sorted by relevance
367 uintX_t StringTableIndex = getStringTableIndex(); in ELFFile() local368 if (StringTableIndex) { in ELFFile()369 ErrorOr<const Elf_Shdr *> StrTabSecOrErr = getSection(StringTableIndex); in ELFFile()
118 unsigned StringTableIndex; member in __anon9e170cc30111::ELFObjectWriter352 assert(StringTableIndex < ELF::SHN_LORESERVE); in writeHeader()353 write16(StringTableIndex); in writeHeader()1129 const MCSectionELF *StrtabSection = SectionTable[StringTableIndex - 1]; in createStringTable()1159 sh_link = StringTableIndex; in writeSection()1219 StringTableIndex = addToSectionTable(StrtabSection); in writeObject()
147 unsigned StringTableIndex; member461 assert(StringTableIndex < ELF::SHN_LORESERVE); in writeHeader()462 W.write<uint16_t>(StringTableIndex); in writeHeader()981 const MCSectionELF *StrtabSection = SectionTable[StringTableIndex - 1]; in createStringTable()1010 sh_link = StringTableIndex; in writeSection()1075 StringTableIndex = addToSectionTable(StrtabSection); in writeObject()
147 unsigned StringTableIndex; member461 assert(StringTableIndex < ELF::SHN_LORESERVE); in writeHeader()462 W.write<uint16_t>(StringTableIndex); in writeHeader()981 const MCSectionELF *StrtabSection = SectionTable[StringTableIndex - 1]; in createStringTable()1010 sh_link = StringTableIndex; in writeSection()1079 StringTableIndex = addToSectionTable(StrtabSection); in writeObject()