Searched refs:ELFState (Results 1 – 1 of 1) sorted by relevance
98 class ELFState { class146 ELFState(const ELFYAML::Object &D) : Doc(D) {} in ELFState() function in __anonfe6449970311::ELFState154 void ELFState<ELFT>::initELFHeader(Elf_Ehdr &Header) { in initELFHeader()181 bool ELFState<ELFT>::initSectionHeaders(std::vector<Elf_Shdr> &SHeaders, in initSectionHeaders()247 void ELFState<ELFT>::initSymtabSectionHeader(Elf_Shdr &SHeader, in initSymtabSectionHeader()284 void ELFState<ELFT>::initStrtabSectionHeader(Elf_Shdr &SHeader, StringRef Name, in initStrtabSectionHeader()296 void ELFState<ELFT>::addSymbols(const std::vector<ELFYAML::Symbol> &Symbols, in addSymbols()323 ELFState<ELFT>::writeSectionContent(Elf_Shdr &SHeader, in writeSectionContent()344 ELFState<ELFT>::writeSectionContent(Elf_Shdr &SHeader, in writeSectionContent()386 bool ELFState<ELFT>::writeSectionContent(Elf_Shdr &SHeader, in writeSectionContent()[all …]