Home
last modified time | relevance | path

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

/external/llvm/tools/yaml2obj/
Dyaml2elf.cpp147 unsigned getDotStrTabSecNo() const { return Doc.Sections.size() + 2; } in getDotStrTabSecNo() function in __anonfe6449970311::ELFState
268 SHeader.sh_link = getDotStrTabSecNo(); in initSymtabSectionHeader()
463 SN2I.addName(".strtab", getDotStrTabSecNo()); in buildSectionIndex()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2elf.cpp173 unsigned getDotStrTabSecNo() const { return SN2I.get(".strtab"); } in getDotStrTabSecNo() function in __anon411284cf0311::ELFState
310 SHeader.sh_link = IsStatic ? getDotStrTabSecNo() : getDotDynStrSecNo(); in initSymtabSectionHeader()