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

  /system/core/libunwindstack/
Elf.cpp 52 bool Elf::IsValidElf(Memory* memory) {
70 if (!IsValidElf(memory)) {
Elf.h 68 static bool IsValidElf(Memory* memory);
  /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 154 milliseconds