Searched defs:is_elf_file (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/agent/src/os/bsd/
H A Dsalibelf.c42 bool is_elf_file(int fd) { function
/openjdk7/hotspot/agent/src/os/linux/
H A Dsalibelf.c41 bool is_elf_file(int fd) { function
/openjdk7/hotspot/src/share/vm/utilities/
H A DelfFile.cpp88 bool ElfFile::is_elf_file(Elf_Ehdr& hdr) { function in class:ElfFile
107 if (!is_elf_file(m_elfHdr)) {

Completed in 30 milliseconds