Searched refs:ELFState (Results 1 – 1 of 1) sorted by relevance
100 class ELFState { class151 ELFState(const ELFYAML::Object &D) : Doc(D) {} in ELFState() function in __anonfe6449970311::ELFState159 void ELFState<ELFT>::initELFHeader(Elf_Ehdr &Header) { in initELFHeader()186 bool ELFState<ELFT>::initSectionHeaders(std::vector<Elf_Shdr> &SHeaders, in initSectionHeaders()263 void ELFState<ELFT>::initSymtabSectionHeader(Elf_Shdr &SHeader, in initSymtabSectionHeader()302 void ELFState<ELFT>::initStrtabSectionHeader(Elf_Shdr &SHeader, StringRef Name, in initStrtabSectionHeader()315 void ELFState<ELFT>::addSymbols(const std::vector<ELFYAML::Symbol> &Symbols, in addSymbols()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()[all …]