Home
last modified time | relevance | path

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

/external/llvm/tools/yaml2obj/
Dyaml2elf.cpp123 void initSymtabSectionHeader(Elf_Shdr &SHeader,
125 void initStrtabSectionHeader(Elf_Shdr &SHeader, StringRef Name,
130 void writeSectionContent(Elf_Shdr &SHeader,
133 bool writeSectionContent(Elf_Shdr &SHeader,
136 bool writeSectionContent(Elf_Shdr &SHeader, const ELFYAML::Group &Group,
138 bool writeSectionContent(Elf_Shdr &SHeader,
190 Elf_Shdr SHeader; in initSectionHeaders() local
191 zero(SHeader); in initSectionHeaders()
192 SHeaders.push_back(SHeader); in initSectionHeaders()
199 zero(SHeader); in initSectionHeaders()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2elf.cpp142 void initSymtabSectionHeader(Elf_Shdr &SHeader, SymtabType STType,
144 void initStrtabSectionHeader(Elf_Shdr &SHeader, StringRef Name,
152 void writeSectionContent(Elf_Shdr &SHeader,
155 bool writeSectionContent(Elf_Shdr &SHeader,
158 bool writeSectionContent(Elf_Shdr &SHeader, const ELFYAML::Group &Group,
160 bool writeSectionContent(Elf_Shdr &SHeader,
234 Elf_Shdr SHeader; in initSectionHeaders() local
235 zero(SHeader); in initSectionHeaders()
236 SHeaders.push_back(SHeader); in initSectionHeaders()
239 zero(SHeader); in initSectionHeaders()
[all …]