Searched defs:SHeader (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | ELFEmitter.cpp | 690 Elf_Shdr &SHeader = SHeaders[SN2I.get(Sec->Name)]; in initSectionHeaders() local 788 void ELFState<ELFT>::assignSectionAddress(Elf_Shdr &SHeader, in assignSectionAddress() 849 void ELFState<ELFT>::initSymtabSectionHeader(Elf_Shdr &SHeader, in initSymtabSectionHeader() 938 void ELFState<ELFT>::initStrtabSectionHeader(Elf_Shdr &SHeader, StringRef Name, in initStrtabSectionHeader() 981 Expected<uint64_t> emitDWARF(typename ELFT::Shdr &SHeader, StringRef Name, in emitDWARF() 1001 void ELFState<ELFT>::initDWARFSectionHeader(Elf_Shdr &SHeader, StringRef Name, in initDWARFSectionHeader() 1153 void ELFState<ELFT>::writeSectionContent(Elf_Shdr &SHeader, in writeSectionContent() 1170 Elf_Shdr &SHeader, const ELFYAML::RawContentSection &Section, in writeSectionContent() 1187 Elf_Shdr &SHeader, const ELFYAML::RelocationSection &Section, in writeSectionContent() 1236 void ELFState<ELFT>::writeSectionContent(Elf_Shdr &SHeader, in writeSectionContent() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | ELFEmitter.cpp | 426 Elf_Shdr &SHeader = SHeaders[SecNdx]; in initSectionHeaders() local 561 void ELFState<ELFT>::initSymtabSectionHeader(Elf_Shdr &SHeader, in initSymtabSectionHeader() 644 void ELFState<ELFT>::initStrtabSectionHeader(Elf_Shdr &SHeader, StringRef Name, in initStrtabSectionHeader() 771 Elf_Shdr &SHeader, const ELFYAML::RawContentSection &Section, in writeSectionContent() 792 Elf_Shdr &SHeader, const ELFYAML::RelocationSection &Section, in writeSectionContent() 833 void ELFState<ELFT>::writeSectionContent(Elf_Shdr &SHeader, in writeSectionContent() 861 Elf_Shdr &SHeader, const ELFYAML::SymtabShndxSection &Shndx, in writeSectionContent() 874 void ELFState<ELFT>::writeSectionContent(Elf_Shdr &SHeader, in writeSectionContent() 905 void ELFState<ELFT>::writeSectionContent(Elf_Shdr &SHeader, in writeSectionContent() 919 Elf_Shdr &SHeader, const ELFYAML::StackSizesSection &Section, in writeSectionContent() [all …]
|
/external/llvm/tools/yaml2obj/ |
D | yaml2elf.cpp | 190 Elf_Shdr SHeader; in initSectionHeaders() local 263 void ELFState<ELFT>::initSymtabSectionHeader(Elf_Shdr &SHeader, in initSymtabSectionHeader() 302 void ELFState<ELFT>::initStrtabSectionHeader(Elf_Shdr &SHeader, StringRef Name, in initStrtabSectionHeader() 342 ELFState<ELFT>::writeSectionContent(Elf_Shdr &SHeader, in writeSectionContent() 364 ELFState<ELFT>::writeSectionContent(Elf_Shdr &SHeader, in writeSectionContent() 403 bool ELFState<ELFT>::writeSectionContent(Elf_Shdr &SHeader, in writeSectionContent() 433 bool ELFState<ELFT>::writeSectionContent(Elf_Shdr &SHeader, in writeSectionContent()
|