Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2elf.cpp131 NameToIdxMap SN2I; member in __anon411284cf0311::ELFState
172 unsigned getDotSymTabSecNo() const { return SN2I.get(".symtab"); } in getDotSymTabSecNo()
173 unsigned getDotStrTabSecNo() const { return SN2I.get(".strtab"); } in getDotStrTabSecNo()
174 unsigned getDotShStrTabSecNo() const { return SN2I.get(".shstrtab"); } in getDotShStrTabSecNo()
175 unsigned getDotDynSymSecNo() const { return SN2I.get(".dynsym"); } in getDotDynSymSecNo()
176 unsigned getDotDynStrSecNo() const { return SN2I.get(".dynstr"); } in getDotDynStrSecNo()
177 unsigned getSectionCount() const { return SN2I.size() + 1; } in getSectionCount()
248 if (SN2I.lookup(Sec->Link, Index)) { in initSectionHeaders()
264 if (SN2I.lookup(S->Info, Index)) { in initSectionHeaders()
372 SN2I.lookup(SecName.Section, Index); in setProgramHeaderLayout()
[all …]
/external/llvm/tools/yaml2obj/
Dyaml2elf.cpp113 NameToIdxMap SN2I; member in __anonfe6449970311::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()