Home
last modified time | relevance | path

Searched refs:IsElfFile (Results 1 – 1 of 1) sorted by relevance

/external/google-breakpad/src/common/dwarf/
Delf_reader.cc1066 static bool IsElfFile(const int fd, const string &path) { in IsElfFile() function
1077 return IsElfFile<NATIVE_ELF_ARCH>(fd_, path_); in IsNativeElfFile()
1081 return IsElfFile<Elf32>(fd_, path_); in IsElf32File()
1085 return IsElfFile<Elf64>(fd_, path_); in IsElf64File()