Searched refs:read_section_header_table (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/agent/src/os/bsd/
H A Dsalibelf.h44 ELF_SHDR* read_section_header_table(int fd, ELF_EHDR* hdr);
H A Dsalibelf.c68 ELF_SHDR* read_section_header_table(int fd, ELF_EHDR* hdr) { function
H A Dsymtab.c81 if ((shbuf = read_section_header_table(fd, &ehdr)) == NULL) {
/openjdk7/hotspot/agent/src/os/linux/
H A Dsalibelf.h44 ELF_SHDR* read_section_header_table(int fd, ELF_EHDR* hdr);
H A Dsalibelf.c67 ELF_SHDR* read_section_header_table(int fd, ELF_EHDR* hdr) { function
H A Dsymtab.c346 if ((shbuf = read_section_header_table(fd, &ehdr)) == NULL) {

Completed in 61 milliseconds