Home | History | Annotate | Download | only in yaml2obj

Lines Matching refs:Elf_Shdr

102   typedef typename object::ELFFile<ELFT>::Elf_Shdr Elf_Shdr;
121 bool initSectionHeaders(std::vector<Elf_Shdr> &SHeaders,
123 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,
178 Header.e_shentsize = sizeof(Elf_Shdr);
186 bool ELFState<ELFT>::initSectionHeaders(std::vector<Elf_Shdr> &SHeaders,
190 Elf_Shdr SHeader;
263 void ELFState<ELFT>::initSymtabSectionHeader(Elf_Shdr &SHeader,
302 void ELFState<ELFT>::initStrtabSectionHeader(Elf_Shdr &SHeader, StringRef Name,
342 ELFState<ELFT>::writeSectionContent(Elf_Shdr &SHeader,
364 ELFState<ELFT>::writeSectionContent(Elf_Shdr &SHeader,
403 bool ELFState<ELFT>::writeSectionContent(Elf_Shdr &SHeader,
433 bool ELFState<ELFT>::writeSectionContent(Elf_Shdr &SHeader,
526 std::vector<Elf_Shdr> SHeaders;
531 Elf_Shdr SymtabSHeader;
536 Elf_Shdr DotStrTabSHeader;
542 Elf_Shdr ShStrTabSHeader;