Searched refs:Shdr (Results 1 – 7 of 7) sorted by relevance
35 typedef Elf32_Shdr Shdr; typedef52 typedef Elf64_Shdr Shdr; typedef
40 typedef typename ElfTypes::Shdr ALIGNED(1) Elf_Shdr;
82 using Elf_Shdr = typename ElfTypes::Shdr;
39 using Elf_Shdr = typename ElfTypes::Shdr;
702 typename ElfTypes::Shdr* ElfFileImpl<ElfTypes>::GetSectionHeader(Elf_Word i) const { in GetSectionHeader()717 typename ElfTypes::Shdr* ElfFileImpl<ElfTypes>::FindSectionByType(Elf_Word type) const { in FindSectionByType()745 typename ElfTypes::Shdr* ElfFileImpl<ElfTypes>::GetSectionNameStringSection() const { in GetSectionNameStringSection()1347 typename ElfTypes::Shdr* ElfFileImpl<ElfTypes>::FindSectionByName( in FindSectionByName()
44 using Elf_Shdr = typename ElfTypes::Shdr; in WriteMinidebugInfo()
204 const typename ElfTypes::Shdr* text = reader.GetSection(".text"); in ReadElf()