Home
last modified time | relevance | path

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

/external/llvm/tools/yaml2obj/
Dyaml2elf.cpp111 StringTableBuilder DotShStrtab{StringTableBuilder::ELF}; member in __anon122924760311::ELFState
195 DotShStrtab.add(Sec->Name); in initSectionHeaders()
196 DotShStrtab.finalize(); in initSectionHeaders()
200 SHeader.sh_name = DotShStrtab.getOffset(Sec->Name); in initSectionHeaders()
266 SHeader.sh_name = DotShStrtab.getOffset(".symtab"); in initSymtabSectionHeader()
306 SHeader.sh_name = DotShStrtab.getOffset(Name); in initStrtabSectionHeader()
522 State.DotShStrtab.add(".symtab"); in writeELF()
523 State.DotShStrtab.add(".strtab"); in writeELF()
524 State.DotShStrtab.add(".shstrtab"); in writeELF()
543 State.initStrtabSectionHeader(ShStrTabSHeader, ".shstrtab", State.DotShStrtab, in writeELF()