HomeSort by relevance Sort by last modified time
    Searched defs:IsValidElf (Results 1 - 2 of 2) sorted by null

  /external/google-breakpad/src/common/linux/
elfutils.cc 109 bool IsValidElf(const void* elf_base) {
134 if (!IsValidElf(elf_mapped_base))
170 if (!IsValidElf(elf_mapped_base))
  /external/google-breakpad/src/common/solaris/
dump_symbols.cc 212 bool IsValidElf(const GElf_Ehdr *elf_header) {
666 if (!IsValidElf(&elf_header)) {

Completed in 3890 milliseconds