Searched refs:StrtabSection (Results 1 – 2 of 2) sorted by relevance
1129 const MCSectionELF *StrtabSection = SectionTable[StringTableIndex - 1]; in createStringTable() local1131 return StrtabSection; in createStringTable()1217 MCSectionELF *StrtabSection = in writeObject() local1219 StringTableIndex = addToSectionTable(StrtabSection); in writeObject()
833 const MCSectionELF *StrtabSection; in CreateMetadataSections() local834 StrtabSection = Ctx.getELFSection(".strtab", ELF::SHT_STRTAB, 0, in CreateMetadataSections()836 MCSectionData &StrtabSD = Asm.getOrCreateSectionData(*StrtabSection); in CreateMetadataSections()843 StringTableIndex = SectionIndexMap.lookup(StrtabSection); in CreateMetadataSections()