Searched defs:SHeader (Results 1 - 2 of 2) sorted by relevance

/external/llvm/tools/yaml2obj/
H A Dyaml2elf.cpp125 void initSymtabSectionHeader(Elf_Shdr &SHeader,
127 void initStrtabSectionHeader(Elf_Shdr &SHeader, StringRef Name,
132 void writeSectionContent(Elf_Shdr &SHeader,
135 bool writeSectionContent(Elf_Shdr &SHeader,
187 Elf_Shdr SHeader; local
188 zero(SHeader);
189 SHeaders.push_back(SHeader);
196 zero(SHeader);
197 SHeader.sh_name = DotShStrtab.getOffset(Sec->Name);
198 SHeader
239 initSymtabSectionHeader(Elf_Shdr &SHeader, ContiguousBlobAccumulator &CBA) argument
276 initStrtabSectionHeader(Elf_Shdr &SHeader, StringRef Name, StringTableBuilder &STB, ContiguousBlobAccumulator &CBA) argument
315 writeSectionContent(Elf_Shdr &SHeader, const ELFYAML::RawContentSection &Section, ContiguousBlobAccumulator &CBA) argument
330 writeSectionContent(Elf_Shdr &SHeader, const ELFYAML::RelocationSection &Section, ContiguousBlobAccumulator &CBA) argument
[all...]
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...

Completed in 145 milliseconds