Home
last modified time | relevance | path

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

/external/llvm/tools/yaml2obj/
Dyaml2elf.cpp111 StringTableBuilder DotShStrtab{StringTableBuilder::ELF}; member in __anon35a54e5e0311::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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFEmitter.cpp121 StringTableBuilder DotShStrtab{StringTableBuilder::ELF}; member in __anon637653e50111::ELFState
383 initStrtabSectionHeader(Header, SecName, DotShStrtab, CBA, YAMLSec); in initImplicitHeader()
435 DotShStrtab.getOffset(ELFYAML::dropUniqueSuffix(Sec->Name)); in initSectionHeaders()
591 SHeader.sh_name = DotShStrtab.getOffset(IsStatic ? ".symtab" : ".dynsym"); in initSymtabSectionHeader()
649 SHeader.sh_name = DotShStrtab.getOffset(Name); in initStrtabSectionHeader()
1348 DotShStrtab.add(ELFYAML::dropUniqueSuffix(C->Name)); in buildSectionIndex()
1351 DotShStrtab.finalize(); in buildSectionIndex()
/external/llvm-project/llvm/lib/ObjectYAML/
DELFEmitter.cpp187 StringTableBuilder DotShStrtab{StringTableBuilder::ELF}; member in __anonbe606ff10111::ELFState
596 initStrtabSectionHeader(Header, SecName, DotShStrtab, CBA, YAMLSec); in initImplicitHeader()
647 return DotShStrtab.getOffset(Name); in getSectionNameOffset()
1835 DotShStrtab.add(ELFYAML::dropUniqueSuffix(S->Name)); in buildSectionIndex()
1838 DotShStrtab.finalize(); in buildSectionIndex()