Home
last modified time | relevance | path

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

/external/llvm/tools/yaml2obj/
Dyaml2elf.cpp113 NameToIdxMap SN2I; member in __anon122924760311::ELFState
208 if (SN2I.lookup(Sec->Link, Index)) { in initSectionHeaders()
224 if (SN2I.lookup(S->Info, Index)) { in initSectionHeaders()
326 if (SN2I.lookup(Sym.Section, Index)) { in addSymbols()
420 else if (SN2I.lookup(member.sectionNameOrType, sectionIndex)) { in writeSectionContent()
462 SN2I.addName(".symtab", getDotSymTabSecNo()); in buildSectionIndex()
463 SN2I.addName(".strtab", getDotStrTabSecNo()); in buildSectionIndex()
464 SN2I.addName(".shstrtab", getDotShStrTabSecNo()); in buildSectionIndex()
471 if (SN2I.addName(Name, i + 1)) { in buildSectionIndex()