HomeSort by relevance Sort by last modified time
    Searched refs:FindSectionByName (Results 1 - 3 of 3) sorted by null

  /external/google-breakpad/src/common/solaris/
dump_symbols.cc 216 static bool FindSectionByName(Elf *elf, const char *name,
441 if (!FindSectionByName(elf, kStabName, elf_header->e_shstrndx,
447 if (!FindSectionByName(elf, kStabStrName, elf_header->e_shstrndx,
453 if (!FindSectionByName(elf, kSymtabName, elf_header->e_shstrndx,
459 if (!FindSectionByName(elf, kStrtabName, elf_header->e_shstrndx,
  /art/runtime/
elf_file_impl.h 88 Elf_Shdr* FindSectionByName(const std::string& name) const;
elf_file.cc     [all...]

Completed in 110 milliseconds