Lines Matching refs:Elf_Shdr
173 typedef typename ELFT::Shdr Elf_Shdr; typedef in __anonbe606ff10111::ELFState
213 bool initImplicitHeader(ContiguousBlobAccumulator &CBA, Elf_Shdr &Header,
215 void initSectionHeaders(std::vector<Elf_Shdr> &SHeaders,
217 void initSymtabSectionHeader(Elf_Shdr &SHeader, SymtabType STType,
220 void initStrtabSectionHeader(Elf_Shdr &SHeader, StringRef Name,
224 void initDWARFSectionHeader(Elf_Shdr &SHeader, StringRef Name,
228 std::vector<Elf_Shdr> &SHeaders);
236 void writeSectionContent(Elf_Shdr &SHeader,
239 void writeSectionContent(Elf_Shdr &SHeader,
242 void writeSectionContent(Elf_Shdr &SHeader,
245 void writeSectionContent(Elf_Shdr &SHeader,
248 void writeSectionContent(Elf_Shdr &SHeader,
251 void writeSectionContent(Elf_Shdr &SHeader,
254 void writeSectionContent(Elf_Shdr &SHeader,
257 void writeSectionContent(Elf_Shdr &SHeader,
260 void writeSectionContent(Elf_Shdr &SHeader,
263 void writeSectionContent(Elf_Shdr &SHeader,
266 void writeSectionContent(Elf_Shdr &SHeader,
269 void writeSectionContent(Elf_Shdr &SHeader,
272 void writeSectionContent(Elf_Shdr &SHeader,
275 void writeSectionContent(Elf_Shdr &SHeader,
278 void writeSectionContent(Elf_Shdr &SHeader,
281 void writeSectionContent(Elf_Shdr &SHeader,
284 void writeSectionContent(Elf_Shdr &SHeader,
287 void writeSectionContent(Elf_Shdr &SHeader,
290 void writeSectionContent(Elf_Shdr &SHeader,
293 void writeSectionContent(Elf_Shdr &SHeader,
296 void writeSectionContent(Elf_Shdr &SHeader,
304 void assignSectionAddress(Elf_Shdr &SHeader, ELFYAML::Section *YAMLSec);
435 : sizeof(Elf_Shdr); in writeELFHeader()
585 Elf_Shdr &Header, StringRef SecName, in initImplicitHeader()
667 void ELFState<ELFT>::initSectionHeaders(std::vector<Elf_Shdr> &SHeaders, in initSectionHeaders()
690 Elf_Shdr &SHeader = SHeaders[SN2I.get(Sec->Name)]; in initSectionHeaders()
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()
1001 void ELFState<ELFT>::initDWARFSectionHeader(Elf_Shdr &SHeader, StringRef Name, in initDWARFSectionHeader()
1064 ArrayRef<Elf_Shdr> SHeaders) { in getPhdrFragments()
1074 const Elf_Shdr &H = SHeaders[SN2I.get(S->Name)]; in getPhdrFragments()
1082 std::vector<Elf_Shdr> &SHeaders) { in setProgramHeaderLayout()
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()
1257 Elf_Shdr &SHeader, const ELFYAML::SymtabShndxSection &Shndx, in writeSectionContent()
1275 void ELFState<ELFT>::writeSectionContent(Elf_Shdr &SHeader, in writeSectionContent()
1307 void ELFState<ELFT>::writeSectionContent(Elf_Shdr &SHeader, in writeSectionContent()
1322 Elf_Shdr &SHeader, const ELFYAML::StackSizesSection &Section, in writeSectionContent()
1338 Elf_Shdr &SHeader, const ELFYAML::BBAddrMapSection &Section, in writeSectionContent()
1361 Elf_Shdr &SHeader, const ELFYAML::LinkerOptionsSection &Section, in writeSectionContent()
1377 Elf_Shdr &SHeader, const ELFYAML::DependentLibrariesSection &Section, in writeSectionContent()
1415 Elf_Shdr &SHeader, const ELFYAML::CallGraphProfileSection &Section, in writeSectionContent()
1442 void ELFState<ELFT>::writeSectionContent(Elf_Shdr &SHeader, in writeSectionContent()
1477 void ELFState<ELFT>::writeSectionContent(Elf_Shdr &SHeader, in writeSectionContent()
1522 void ELFState<ELFT>::writeSectionContent(Elf_Shdr &SHeader, in writeSectionContent()
1571 Elf_Shdr &SHeader, const ELFYAML::ARMIndexTableSection &Section, in writeSectionContent()
1584 void ELFState<ELFT>::writeSectionContent(Elf_Shdr &SHeader, in writeSectionContent()
1610 void ELFState<ELFT>::writeSectionContent(Elf_Shdr &SHeader, in writeSectionContent()
1632 void ELFState<ELFT>::writeSectionContent(Elf_Shdr &SHeader, in writeSectionContent()
1652 void ELFState<ELFT>::writeSectionContent(Elf_Shdr &SHeader, in writeSectionContent()
1693 void ELFState<ELFT>::writeSectionContent(Elf_Shdr &SHeader, in writeSectionContent()
1921 std::vector<Elf_Shdr> SHeaders; in writeELF()