HomeSort by relevance Sort by last modified time
    Searched refs:IsValidElf (Results 1 - 5 of 5) 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))
elfutils.h 70 bool IsValidElf(const void* elf_header);
dump_symbols.cc 86 using google_breakpad::IsValidElf;
391 if (!IsValidElf(*elf_header)) {
    [all...]
  /external/google-breakpad/src/common/solaris/
dump_symbols.cc 212 bool IsValidElf(const GElf_Ehdr *elf_header) {
666 if (!IsValidElf(&elf_header)) {
  /external/google-breakpad/src/client/linux/minidump_writer/
linux_dumper.cc 146 if (!IsValidElf(elf_base)) {

Completed in 50 milliseconds