Lines Matching refs:Shdr

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