Searched refs:SN2I (Results 1 – 3 of 3) sorted by relevance
/external/llvm/tools/yaml2obj/ |
D | yaml2elf.cpp | 113 NameToIdxMap SN2I; member in __anon35a54e5e0311::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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | ELFEmitter.cpp | 126 NameToIdxMap SN2I; member in __anon637653e50111::ELFState 307 : SN2I.get(".shstrtab"); in writeELFHeader() 328 if (SN2I.lookup(S, Index) || to_integer(S, Index)) in toSectionIndex() 609 Link = SN2I.get(".strtab"); in initSymtabSectionHeader() 611 SN2I.lookup(".dynstr", Link); in initSymtabSectionHeader() 698 if (SN2I.lookup(SecName.Section, Index)) { in getPhdrFragments() 804 if (Section.Link.empty() && SN2I.lookup(".symtab", Link)) in writeSectionContent() 881 if (Section.Link.empty() && SN2I.lookup(".symtab", Link)) in writeSectionContent() 989 if (Section.Link.empty() && SN2I.lookup(".dynsym", Link)) in writeSectionContent() 1181 if (Section.Link.empty() && SN2I.lookup(".symtab", Link)) in writeSectionContent() [all …]
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | ELFEmitter.cpp | 192 NameToIdxMap SN2I; member in __anonbe606ff10111::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() [all …]
|