Searched refs:is_elf_file (Results 1 – 5 of 5) sorted by relevance
82 is_elf_file(const unsigned char* ehdr_buf, int size);295 Elf_recognizer::is_elf_file(const unsigned char* ehdr_buf, int size) in is_elf_file() function
1044 if (!elfcpp::Elf_recognizer::is_elf_file(elf_header, hdrsize)) in make_object()
3116 return elfcpp::Elf_recognizer::is_elf_file(p, want); in is_elf_object()
886 if (!elfcpp::Elf_recognizer::is_elf_file(p, want)) in open_incremental_binary()
12427 elfcpp::Elf_recognizer::is_elf_file.