Home
last modified time | relevance | path

Searched refs:SHeader (Results 1 – 3 of 3) 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-10.0/llvm/lib/ObjectYAML/
DELFEmitter.cpp147 void initSymtabSectionHeader(Elf_Shdr &SHeader, SymtabType STType,
150 void initStrtabSectionHeader(Elf_Shdr &SHeader, StringRef Name,
163 void writeSectionContent(Elf_Shdr &SHeader,
166 void writeSectionContent(Elf_Shdr &SHeader,
169 void writeSectionContent(Elf_Shdr &SHeader,
172 void writeSectionContent(Elf_Shdr &SHeader, const ELFYAML::Group &Group,
174 void writeSectionContent(Elf_Shdr &SHeader,
177 void writeSectionContent(Elf_Shdr &SHeader,
180 void writeSectionContent(Elf_Shdr &SHeader,
183 void writeSectionContent(Elf_Shdr &SHeader,
[all …]
/external/llvm-project/llvm/lib/ObjectYAML/
DELFEmitter.cpp217 void initSymtabSectionHeader(Elf_Shdr &SHeader, SymtabType STType,
220 void initStrtabSectionHeader(Elf_Shdr &SHeader, StringRef Name,
224 void initDWARFSectionHeader(Elf_Shdr &SHeader, StringRef Name,
236 void writeSectionContent(Elf_Shdr &SHeader,
239 void writeSectionContent(Elf_Shdr &SHeader,
242 void writeSectionContent(Elf_Shdr &SHeader,
245 void writeSectionContent(Elf_Shdr &SHeader,
248 void writeSectionContent(Elf_Shdr &SHeader,
251 void writeSectionContent(Elf_Shdr &SHeader,
254 void writeSectionContent(Elf_Shdr &SHeader,
[all …]