Searched refs:read_elf_header (Results 1 - 8 of 8) sorted by relevance

/openjdk7/hotspot/agent/src/os/bsd/
H A Dsalibelf.h33 int read_elf_header(int fd, ELF_EHDR* ehdr);
H A Dsalibelf.c33 int read_elf_header(int fd, ELF_EHDR* ehdr) { function
44 return read_elf_header(fd, &ehdr);
H A Dps_core.c738 if (read_elf_header(ph->core->interp_fd, &interp_ehdr) != true) {
910 if (read_elf_header(lib_fd, &elf_ehdr)) {
974 if (read_elf_header(ph->core->core_fd, &core_ehdr) != true || core_ehdr.e_type != ET_CORE) {
984 if (read_elf_header(ph->core->exec_fd, &exec_ehdr) != true || exec_ehdr.e_type != ET_EXEC) {
H A Dsymtab.c75 if (! read_elf_header(fd, &ehdr)) {
/openjdk7/hotspot/agent/src/os/linux/
H A Dsalibelf.h33 int read_elf_header(int fd, ELF_EHDR* ehdr);
H A Dsalibelf.c32 int read_elf_header(int fd, ELF_EHDR* ehdr) { function
43 return read_elf_header(fd, &ehdr);
H A Dps_core.c732 if (read_elf_header(ph->core->interp_fd, &interp_ehdr) != true) {
903 if (read_elf_header(lib_fd, &elf_ehdr)) {
968 if (read_elf_header(ph->core->core_fd, &core_ehdr) != true || core_ehdr.e_type != ET_CORE) {
978 if (read_elf_header(ph->core->exec_fd, &exec_ehdr) != true || exec_ehdr.e_type != ET_EXEC) {
H A Dsymtab.c340 if (! read_elf_header(fd, &ehdr)) {

Completed in 30 milliseconds