Lines Matching +defs:section +defs:header
50 int JudgeSection(size_t image_size, const typename TRAITS::Elf_Shdr* section) { in JudgeSection()
103 bool IsRelocSection(const typename TRAITS::Elf_Shdr& section) { in IsRelocSection()
116 bool IsExecSection(const typename TRAITS::Elf_Shdr& section) { in IsExecSection()
180 auto* header = source.GetPointer<typename Traits::Elf_Ehdr>(); in QuickDetect() local
322 const typename Traits::Elf_Shdr* section = §ions_[i]; in ParseHeader() local
356 const typename Traits::Elf_Shdr* section = sections_ + i; in ExtractInterestingSectionHeaders() local
404 for (const typename Traits::Elf_Shdr* section : exec_headers_) in GetRel32FromCodeSections() local
443 const typename TRAITS::Elf_Shdr& section) { in ParseExecSection()
544 const typename Traits::Elf_Shdr& section) { in ParseExecSection()
670 const typename Traits::Elf_Shdr& section) { in MakeRel32Finder()
746 const typename Traits::Elf_Shdr& section) { in MakeRel32Finder()