Searched defs:read_program_header_table (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/agent/src/os/bsd/
H A Dsalibelf.c48 ELF_PHDR* read_program_header_table(int fd, ELF_EHDR* hdr) { function
111 if ((phbuf = read_program_header_table(fd, ehdr)) == NULL) {
/openjdk7/hotspot/agent/src/os/linux/
H A Dsalibelf.c47 ELF_PHDR* read_program_header_table(int fd, ELF_EHDR* hdr) { function
110 if ((phbuf = read_program_header_table(fd, ehdr)) == NULL) {

Completed in 29 milliseconds