Lines Matching refs:Elf32_Shdr
94 const Elf32_Shdr* shdr_;
100 shdr_ = reinterpret_cast<const Elf32_Shdr*>( in SectionLocator()
108 const Elf32_Shdr* Locate(Elf32_Word type, in Locate()
123 const Elf32_Shdr* symtab, in LocateSymbols()
124 const Elf32_Shdr* strtab, in LocateSymbols()
127 const Elf32_Shdr* shdr = reinterpret_cast<const Elf32_Shdr*>( in LocateSymbols()
165 const Elf32_Shdr* shdr_;
171 shdr_(reinterpret_cast<const Elf32_Shdr*>( in StaticSymbolVisitor()
255 const Elf32_Shdr* shdr = in main()
256 reinterpret_cast<const Elf32_Shdr*>(base_addr + ehdr->e_shoff); in main()
288 const Elf32_Shdr& shndx = shdr[sres->second.GetSection()]; in main()