Searched defs:getDotStrTabSecNo (Results 1 - 1 of 1) sorted by relevance

/external/llvm/tools/yaml2obj/
H A Dyaml2elf.cpp144 unsigned getDotStrTabSecNo() const { return Doc.Sections.size() + 2; } function in class:__anon26428::ELFState
244 SHeader.sh_link = getDotStrTabSecNo();
373 SN2I.addName(".strtab", getDotStrTabSecNo());

Completed in 83 milliseconds