Home | History | Annotate | Download | only in linux

Lines Matching defs:Shdr

178                const typename ElfClass::Shdr* stab_section,
179 const typename ElfClass::Shdr* stabstr_section,
231 typedef typename ElfClass::Shdr Shdr;
243 const Shdr* sections =
244 GetOffset<ElfClass, Shdr>(elf_header, elf_header->e_shoff);
246 const Shdr* section_names = sections + elf_header->e_shstrndx;
248 const Shdr* section = &sections[i];
319 const typename ElfClass::Shdr* section,
321 const typename ElfClass::Shdr* got_section,
322 const typename ElfClass::Shdr* text_section,
594 typedef typename ElfClass::Shdr Shdr;
605 const Shdr* sections =
606 GetOffset<ElfClass, Shdr>(elf_header, elf_header->e_shoff);
607 const Shdr* section_names = sections + elf_header->e_shstrndx;
617 const Shdr* stab_section =
622 const Shdr* stabstr_section = stab_section->sh_link + sections;
637 const Shdr* dwarf_section =
653 const Shdr* dynsym_section =
657 const Shdr* dynstr_section =
685 const Shdr* dwarf_cfi_section =
703 const Shdr* eh_frame_section =
710 const Shdr* got_section =
714 const Shdr* text_section =
735 const Shdr* gnu_debuglink_section
861 typedef typename ElfClass::Shdr Shdr;