Lines Matching refs:SN2I
192 NameToIdxMap SN2I; member in __anon77577a0a0111::ELFState
460 Header.e_shstrndx = SN2I.get(".shstrtab"); in writeELFHeader()
521 if (!SN2I.lookup(S, Index) && !to_integer(S, Index)) { in toSectionIndex()
690 Elf_Shdr &SHeader = SHeaders[SN2I.get(Sec->Name)]; in initSectionHeaders()
898 Link = SN2I.get(".strtab"); in initSymtabSectionHeader()
901 SN2I.lookup(".dynstr", Link); in initSymtabSectionHeader()
1074 const Elf_Shdr &H = SHeaders[SN2I.get(S->Name)]; in getPhdrFragments()
1202 SN2I.lookup(".symtab", Link)) in writeSectionContent()
1283 SN2I.lookup(".symtab", Link)) in writeSectionContent()
1424 SN2I.lookup(".symtab", Link)) in writeSectionContent()
1447 SN2I.lookup(".dynsym", Link)) in writeSectionContent()
1637 SN2I.lookup(".symtab", Link)) in writeSectionContent()
1698 SN2I.lookup(".dynsym", Link)) in writeSectionContent()
1831 if (!SN2I.addName(S->Name, Index)) in buildSectionIndex()