HomeSort by relevance Sort by last modified time
    Searched full:shdr_ (Results 1 - 1 of 1) sorted by null

  /external/vixl/examples/aarch32/
disasm-a32.cc 94 const Elf32_Shdr* shdr_; member in class:SectionLocator
100 shdr_ = reinterpret_cast<const Elf32_Shdr*>(
104 reinterpret_cast<const char*>(ehdr) + shdr_[ehdr->e_shstrndx].sh_offset;
111 if ((shdr_[shnum].sh_type == type) &&
112 std::string(shstrtab_ + shdr_[shnum].sh_name) == section_name) {
113 return &shdr_[shnum];
165 const Elf32_Shdr* shdr_; member in class:StaticSymbolVisitor
171 shdr_(reinterpret_cast<const Elf32_Shdr*>(
178 shdr_[sym.st_shndx].sh_offset,
185 shdr_[sym.st_shndx].sh_offset - shdr_[sym.st_shndx].sh_addr
    [all...]

Completed in 316 milliseconds