Home
last modified time | relevance | path

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

/external/llvm/tools/yaml2obj/
Dyaml2elf.cpp146 unsigned getDotSymTabSecNo() const { return Doc.Sections.size() + 1; } in getDotSymTabSecNo() function in __anonfe6449970311::ELFState
221 SHeader.sh_link = getDotSymTabSecNo(); in initSectionHeaders()
462 SN2I.addName(".symtab", getDotSymTabSecNo()); in buildSectionIndex()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2elf.cpp172 unsigned getDotSymTabSecNo() const { return SN2I.get(".symtab"); } in getDotSymTabSecNo() function in __anon411284cf0311::ELFState
261 SHeader.sh_link = getDotSymTabSecNo(); in initSectionHeaders()