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

  /development/vndk/tools/abi-tool/
vndk_abi_tool.py 194 def is_elf_file(path): function
252 if not is_elf_file(path):
  /toolchain/binutils/binutils-2.25/elfcpp/
elfcpp_file.h 82 is_elf_file(const unsigned char* ehdr_buf, int size);
86 // is_elf_file() has been checked to be true. If the header is not
295 Elf_recognizer::is_elf_file(const unsigned char* ehdr_buf, int size) function in class:elfcpp::Elf_recognizer

Completed in 168 milliseconds