Searched refs:is_elf_file (Results 1 - 10 of 10) sorted by relevance

/openjdk7/hotspot/agent/src/os/bsd/
H A Dsalibelf.h36 bool is_elf_file(int fd);
H A Dlibproc_impl.h129 bool is_elf_file(int fd);
H A Dsalibelf.c42 bool is_elf_file(int fd) { function
H A Dlibproc_impl.c179 if (is_elf_file(newlib->fd) == false) {
/openjdk7/hotspot/agent/src/os/linux/
H A Dsalibelf.h36 bool is_elf_file(int fd);
H A Dlibproc_impl.h127 bool is_elf_file(int fd);
H A Dsalibelf.c41 bool is_elf_file(int fd) { function
H A Dlibproc_impl.c180 if (is_elf_file(newlib->fd) == false) {
/openjdk7/hotspot/src/share/vm/utilities/
H A DelfFile.hpp110 bool is_elf_file(Elf_Ehdr&);
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 37 milliseconds