Home
last modified time | relevance | path

Searched refs:SHeader (Results 1 – 1 of 1) 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 …]